Created
December 23, 2017 23:47
-
-
Save prologic/8ad450c39040edd867361a25cf4d6d82 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prologic@Jamess-MacBook | |
Sat Dec 23 15:46:59 | |
~/go-projects/eris | |
(kzisme-43_HostMask) 2 | |
$ go test -d -run TestUser_HostMask | |
DEBU[0000] accounts: map[admin:[74 68 74 104 74 68 65 48 74 71 116 85 85 49 74 86 99 49 74 79 85 121 57 68 98 69 104 49 87 69 100 118 89 86 108 77 100 71 86 110 99 108 112 54 89 110 65 51 78 68 66 79 90 71 89 49 87 85 90 104 100 84 90 116 82 122 86 109 98 49 86 75 100 88 81 53 99 107 90 68]] | |
INFO[0000] test listening on :6667 | |
INFO[0000] metrics endpoint listening on :9314 | |
DEBU[0000] test accept: [::1]:56401 | |
2017/12/23 15:47:15 Connected to localhost:6667 ([::1]:6667) | |
DEBU[0000] [::1]:56401 → NICK LN9tYTEgzuCayXSPZ2j5CU | |
DEBU[0000] [::1]:56401 → USER LN9tYTEgzuCayXSPZ2j5CU 0.0.0.0 0.0.0.0 :Test Client: LN9tYTEgzuCayXSPZ2j5CU | |
DEBU[0000] [::1]:56401 ← :test 001 LN9tYTEgzuCayXSPZ2j5CU :Welcome to the Test Internet Relay Network LN9tYTEgzuCayXSPZ2j5CU!LN9tYTEgzuCayXSPZ2j5CU@49960de5880e8c687434170f6476605b8fe4aeb9a28632c7995cf3ba831d9763 | |
2017/12/23 15:47:15 Connected to localhost:6667 ([::1]:6667) | |
DEBU[0000] test accept: [::1]:56402 | |
DEBU[0000] [::1]:56401 ← :test 002 LN9tYTEgzuCayXSPZ2j5CU :Your host is test, running eris-1.6.4-dev@HEAD | |
DEBU[0000] [::1]:56401 ← :test 003 LN9tYTEgzuCayXSPZ2j5CU :This server was created Sat, 23 Dec 2017 15:47:15 PST | |
DEBU[0000] [::1]:56401 ← :test 004 LN9tYTEgzuCayXSPZ2j5CU test eris-1.6.4-dev@HEAD iox beIikntplsZ | |
DEBU[0000] [::1]:56401 ← :test 251 LN9tYTEgzuCayXSPZ2j5CU There are 1 users and 0 invisible on 1 servers | |
DEBU[0000] [::1]:56401 ← :test 253 LN9tYTEgzuCayXSPZ2j5CU 1 :unknown connections(s) | |
DEBU[0000] [::1]:56401 ← :test 255 LN9tYTEgzuCayXSPZ2j5CU I have 1 clients and 1 servers | |
DEBU[0000] [::1]:56401 ← :test 422 LN9tYTEgzuCayXSPZ2j5CU :MOTD File is missing | |
DEBU[0000] [::1]:56401 → WHOIS PYQ7KPTZpNDaadbd8qPvNF | |
DEBU[0000] [::1]:56401 ← :test 401 LN9tYTEgzuCayXSPZ2j5CU PYQ7KPTZpNDaadbd8qPvNF :No such nick/channel | |
DEBU[0000] [::1]:56402 → NICK PYQ7KPTZpNDaadbd8qPvNF | |
DEBU[0000] [::1]:56402 → USER PYQ7KPTZpNDaadbd8qPvNF 0.0.0.0 0.0.0.0 :Test Client: PYQ7KPTZpNDaadbd8qPvNF | |
DEBU[0000] [::1]:56402 ← :test 001 PYQ7KPTZpNDaadbd8qPvNF :Welcome to the Test Internet Relay Network PYQ7KPTZpNDaadbd8qPvNF!PYQ7KPTZpNDaadbd8qPvNF@49960de5880e8c687434170f6476605b8fe4aeb9a28632c7995cf3ba831d9763 | |
DEBU[0000] [::1]:56402 ← :test 002 PYQ7KPTZpNDaadbd8qPvNF :Your host is test, running eris-1.6.4-dev@HEAD | |
DEBU[0000] [::1]:56402 ← :test 003 PYQ7KPTZpNDaadbd8qPvNF :This server was created Sat, 23 Dec 2017 15:47:15 PST | |
DEBU[0000] [::1]:56402 ← :test 004 PYQ7KPTZpNDaadbd8qPvNF test eris-1.6.4-dev@HEAD iox beIikntplsZ | |
DEBU[0000] [::1]:56402 ← :test 251 PYQ7KPTZpNDaadbd8qPvNF There are 2 users and 0 invisible on 1 servers | |
DEBU[0000] [::1]:56402 ← :test 255 PYQ7KPTZpNDaadbd8qPvNF I have 2 clients and 1 servers | |
DEBU[0000] [::1]:56402 ← :test 422 PYQ7KPTZpNDaadbd8qPvNF :MOTD File is missing | |
--- FAIL: TestUser_HostMask (3.01s) | |
Error Trace: main_test.go:268 | |
Error: timeout | |
FAIL | |
exit status 1 | |
FAIL github.com/prologic/eris 3.032s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment