Skip to content

v4.6.0: test failure, servers not starting? #8831

@CodeMan99

Description

@CodeMan99
  • Version: v4.6.0
  • Platform: Ubuntu Linux

Build steps:

  1. git checkout v4.6.0
  2. ./configure --prefix="$HOME/.local" --dest-cpu=x64 --dest-os=linux
  3. make
  4. make test
/usr/bin/python tools/test.py --mode=release doctool message pseudo-tty parallel sequential -J
=== release test-https-connect-address-family ===
Path: parallel/test-https-connect-address-family
events.js:141
      throw er; // Unhandled 'error' event
      ^

Error: getaddrinfo ENOTFOUND localhost localhost:33215
    at errnoException (dns.js:27:10)
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:78:26)
Command: out/Release/node /home/code_m/dev/node/test/parallel/test-https-connect-address-family.js
=== release test-tls-connect-address-family ===
Path: parallel/test-tls-connect-address-family
events.js:141
      throw er; // Unhandled 'error' event
      ^

Error: getaddrinfo ENOTFOUND localhost localhost:35246
    at errnoException (dns.js:27:10)
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:78:26)
Command: out/Release/node /home/code_m/dev/node/test/parallel/test-tls-connect-address-family.js
[03:12|% 100|+ 1047|-   2]: Done
Makefile:114: recipe for target 'test' failed
make: *** [test] Error 1

Would not be surprised if this is a network failure on my end. I will dig in more after work today.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions