Skip to content
New issue

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

parallel/test-net-better-error-messages-port-hostname fails when building on Arch Linux #2005

Closed
erbridge opened this issue Jun 17, 2015 · 8 comments
Labels
test Issues and PRs related to the tests.

Comments

@erbridge
Copy link

/usr/bin/python2 tools/test.py --mode=release message parallel sequential -J
=== release test-net-better-error-messages-port-hostname ===                   
Path: parallel/test-net-better-error-messages-port-hostname
assert.js:89
  throw new assert.AssertionError({
        ^
AssertionError: 'ECONNREFUSED' == 'ENOTFOUND'
    at Socket.<anonymous> (/var/cache/pacman/pkg/iojs20500/iojs/src/iojs-v2.3.0/test/parallel/test-net-better-error-messages-port-hostname.js:11:10)
    at Socket.<anonymous> (/var/cache/pacman/pkg/iojs20500/iojs/src/iojs-v2.3.0/test/common.js:378:15)
    at emitOne (events.js:77:13)
    at Socket.emit (events.js:169:7)
    at emitErrorNT (net.js:1234:8)
    at doNTCallback2 (node.js:430:9)
    at process._tickCallback (node.js:344:17)
Command: out/Release/iojs /var/cache/pacman/pkg/iojs20500/iojs/src/iojs-v2.3.0/test/parallel/test-net-better-error-messages-port-hostname.js
@evanlucas
Copy link
Contributor

That's no good. I'll take a look tonight.

Thanks for the report

@jbergstroem
Copy link
Member

@erbridge do you build against a shared libuv?

@jbergstroem jbergstroem added the test Issues and PRs related to the tests. label Jun 18, 2015
@evanlucas
Copy link
Contributor

And is this the only test that is failing for you?

@erbridge
Copy link
Author

I'm building using the following PKGBUILD:

https://aur.archlinux.org/packages/io/iojs/PKGBUILD

That is the only test that fails.

@brycebaril
Copy link
Contributor

This test is reliably failing for me on Ubuntu.

bryce@x1c:~/forks/io.js$ ./out/Release/iojs test/parallel/test-net-better-error-messages-port-hostname.js 

assert.js:89
  throw new assert.AssertionError({
        ^
AssertionError: 'ETIMEDOUT' == 'ENOTFOUND'
    at Socket.<anonymous> (/home/bryce/forks/io.js/test/parallel/test-net-better-error-messages-port-hostname.js:11:10)
    at Socket.<anonymous> (/home/bryce/forks/io.js/test/common.js:367:15)
    at emitOne (events.js:77:13)
    at Socket.emit (events.js:169:7)
    at emitErrorNT (net.js:1237:8)
    at doNTCallback2 (node.js:430:9)
    at process._tickCallback (node.js:344:17)
Linux x1c 3.19.0-22-generic #22-Ubuntu SMP Tue Jun 16 17:15:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
commit 79c865a53feef1828d8c93e953acbeb01ee2cb74 (HEAD, origin/master, origin/HEAD, master)

@brycebaril
Copy link
Contributor

Aha, for me it appeared to be a DNS issue.

@thefourtheye
Copy link
Contributor

@erbridge Can you pull the latest code and try now? #2287 might have fixed this problem.

@evanlucas
Copy link
Contributor

Closing due to inactivity. If this is still an issue, please feel free to reopen. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Issues and PRs related to the tests.
Projects
None yet
Development

No branches or pull requests

6 participants