We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#13318 fixed a recurring issue with tnetdial: Error: unhandled exception: Connection refused [OSError]
Error: unhandled exception: Connection refused [OSError]
now there's another, different issue with tnetdial (IIUC, unrelated to #13318) that breaks nim CI, showing a broken build for nim: see https://travis-ci.org/nim-lang/Nim/jobs/647511822
PASS: tests/stdlib/tnetbind.nim C ( 2.32106590 secs) FAIL: tests/stdlib/tnetdial.nim C Test "tests/stdlib/tnetdial.nim" in category "stdlib" Failure: reExitcodesDiffer Expected: exitcode: 0 Gotten: exitcode: 1 Output: tnetdial.nim(61) tnetdial tnetdial.nim(41) test tnetdial.nim(19) initIPv6Server oserr.nim(94) raiseOSError Error: unhandled exception: Cannot assign requested address [OSError] PASS: tests/stdlib/tnre.nim C PASS: lib/nimrtl.nim C --outdir:tests/dll ( 5.54119730 secs)
note that the error is different, so it's a different problem: Cannot assign requested address
Cannot assign requested address
/cc @kaushalmodi for https://gitter.im/nim-lang/Nim?at=5e3c16fe15941335585ceeb3; see also b20d7e2#commitcomment-37152517
The text was updated successfully, but these errors were encountered:
fix #13132 tnetdial (#13318)
b20d7e2
No branches or pull requests
#13318 fixed a recurring issue with tnetdial:
Error: unhandled exception: Connection refused [OSError]
now there's another, different issue with tnetdial (IIUC, unrelated to #13318) that breaks nim CI, showing a broken build for nim:
see https://travis-ci.org/nim-lang/Nim/jobs/647511822
note that the error is different, so it's a different problem:
Cannot assign requested address
/cc @kaushalmodi for https://gitter.im/nim-lang/Nim?at=5e3c16fe15941335585ceeb3; see also b20d7e2#commitcomment-37152517
[EDIT]
The text was updated successfully, but these errors were encountered: