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

Test failed on ubuntu 18:04 #25791

Closed
gengjiawen opened this issue Jan 29, 2019 · 3 comments
Closed

Test failed on ubuntu 18:04 #25791

gengjiawen opened this issue Jan 29, 2019 · 3 comments
Labels
build Issues and PRs related to build files or the CI. duplicate Issues and PRs that are duplicates of other issues or PRs.

Comments

@gengjiawen
Copy link
Member

Repro Steps:

git clone https://github.com/nodejs/node --depth=10
cd node
docker run --rm --name build-node -v $PWD:/pwd -w /pwd gengjiawen/node-build bash -c "./configure && make -j4 test"

Full build log

https://circleci.com/gh/gengjiawen/node-play/7.

Docker Image Definition

https://github.com/gengjiawen/node-build/blob/70ac0aada1e80d45c02ea67cc8e81659ea980d4a/Dockerfile#L1-L6

OS detail:

  System:
    OS: Linux 4.4 Ubuntu 18.04.1 LTS (Bionic Beaver)
    CPU: (2) x64 Intel(R) Xeon(R) CPU @ 2.30GHz
    Memory: 6.06 GB / 7.30 GB
    Container: Yes
    Shell: 4.4.19 - /bin/bash
  Binaries:
    Node: 10.15.0 - /usr/bin/node
    Yarn: 1.13.0 - /usr/bin/yarn
    npm: 6.4.1 - /usr/bin/npm
  Utilities:
    Make: 4.1 - /usr/bin/make
    GCC: 7.3.0 - /usr/bin/gcc
  Languages:
    Bash: 4.4.19 - /bin/bash
    Perl: 5.26.1 - /usr/bin/perl
    Python: 2.7.15 - /usr/bin/python
@addaleax addaleax added duplicate Issues and PRs that are duplicates of other issues or PRs. build Issues and PRs related to build files or the CI. labels Jan 29, 2019
@addaleax
Copy link
Member

addaleax commented Jan 29, 2019

This is a duplicate of #25135, I think.

tl;dr: Currently make -j4 test is broken, and you need to use make -j4 && make test or something similar instead. (or make -j8 or similar)

I do not think anybody is actively working on fixing this.

@gengjiawen
Copy link
Member Author

Thanks, I will give it a try.

@gengjiawen
Copy link
Member Author

gengjiawen commented Jan 29, 2019

Looks like one test failed: https://circleci.com/gh/gengjiawen/node-play/8.

=== release test-process-uid-gid ===
Path: parallel/test-process-uid-gid
/pwd/test/parallel/test-process-uid-gid.js:77
    throw err;
    ^

Error [ERR_UNKNOWN_CREDENTIAL]: Group identifier does not exist: nobody
    at process.setgid (internal/process/main_thread_only.js:84:15)
    at Object.<anonymous> (/pwd/test/parallel/test-process-uid-gid.js:74:11)
    at Module._compile (internal/modules/cjs/loader.js:737:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:748:10)
    at Module.load (internal/modules/cjs/loader.js:629:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:572:12)
    at Function.Module._load (internal/modules/cjs/loader.js:564:3)
    at Function.Module.runMain (internal/modules/cjs/loader.js:802:12)
    at executeUserCode (internal/bootstrap/node.js:510:15)
    at startMainThreadExecution (internal/bootstrap/node.js:423:3)
Command: out/Release/node /pwd/test/parallel/test-process-uid-gid.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. duplicate Issues and PRs that are duplicates of other issues or PRs.
Projects
None yet
Development

No branches or pull requests

2 participants