Skip to content

Investigate flaky test-worker-init-failure #33759

Closed
@Trott

Description

@Trott
  • Test: test-worker-init-failure
  • Platform: macOS
  • Console Output:
2020-06-05T18:48:01.6873370Z === release test-worker-init-failure ===
2020-06-05T18:48:01.6873870Z Path: parallel/test-worker-init-failure
2020-06-05T18:48:01.6874340Z --- stderr ---
2020-06-05T18:48:01.6874460Z assert.js:103
2020-06-05T18:48:01.6874620Z   throw new AssertionError(obj);
2020-06-05T18:48:01.6874720Z   ^
2020-06-05T18:48:01.6874780Z 
2020-06-05T18:48:01.6874950Z AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
2020-06-05T18:48:01.6875030Z 
2020-06-05T18:48:01.6875120Z 1 !== 0
2020-06-05T18:48:01.6875180Z 
2020-06-05T18:48:01.6875770Z     at ChildProcess.<anonymous> (/Users/runner/runners/2.263.0/work/node/node/test/parallel/test-worker-init-failure.js:64:12)
2020-06-05T18:48:01.6875930Z     at ChildProcess.<anonymous> (/Users/runner/runners/2.263.0/work/node/node/test/common/index.js:363:15)
2020-06-05T18:48:01.6876700Z     at ChildProcess.emit (events.js:315:20)
2020-06-05T18:48:01.6876820Z     at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12) {
2020-06-05T18:48:01.6876940Z   generatedMessage: true,
2020-06-05T18:48:01.6877410Z   code: 'ERR_ASSERTION',
2020-06-05T18:48:01.6877530Z   actual: 1,
2020-06-05T18:48:01.6877630Z   expected: 0,
2020-06-05T18:48:01.6878040Z   operator: 'strictEqual'
2020-06-05T18:48:01.6878160Z }
2020-06-05T18:48:01.6878550Z --- stdout ---
2020-06-05T18:48:01.6878650Z child stdout: 
2020-06-05T18:48:01.6878710Z 
2020-06-05T18:48:01.6878810Z child stderr: assert.js:920
2020-06-05T18:48:01.6878910Z     throw err;
2020-06-05T18:48:01.6879000Z     ^
2020-06-05T18:48:01.6879060Z 
2020-06-05T18:48:01.6879170Z AssertionError [ERR_ASSERTION]: The input did not match the regular expression /EMFILE/. Input:
2020-06-05T18:48:01.6879230Z 
2020-06-05T18:48:01.6879660Z 'ENOENT: no such file or directory, uv_cwd'
2020-06-05T18:48:01.6879740Z 
2020-06-05T18:48:01.6880250Z     at Worker.<anonymous> (/Users/runner/runners/2.263.0/work/node/node/test/parallel/test-worker-init-failure.js:38:14)
2020-06-05T18:48:01.6880380Z     at Worker.emit (events.js:315:20)
2020-06-05T18:48:01.6880820Z     at Worker.[kOnErrorMessage] (internal/worker.js:235:10)
2020-06-05T18:48:01.6880990Z     at Worker.[kOnMessage] (internal/worker.js:245:37)
2020-06-05T18:48:01.6881140Z     at MessagePort.<anonymous> (internal/worker.js:166:57)
2020-06-05T18:48:01.6881260Z     at MessagePort.emit (events.js:315:20)
2020-06-05T18:48:01.6881460Z     at MessagePort.onmessage (internal/worker/io.js:80:8)
2020-06-05T18:48:01.6881580Z     at MessagePort.exports.emitMessage (internal/per_context/messageport.js:11:10)
2020-06-05T18:48:01.6881700Z     at Worker.[kOnExit] (internal/worker.js:217:5)
2020-06-05T18:48:01.6881810Z     at Worker.<computed>.onexit (internal/worker.js:163:20) {
2020-06-05T18:48:01.6881920Z   generatedMessage: true,
2020-06-05T18:48:01.6882380Z   code: 'ERR_ASSERTION',
2020-06-05T18:48:01.6882840Z   actual: 'ENOENT: no such file or directory, uv_cwd',
2020-06-05T18:48:01.6882960Z   expected: /EMFILE/,
2020-06-05T18:48:01.6883350Z   operator: 'match'
2020-06-05T18:48:01.6883460Z }
2020-06-05T18:48:01.6883950Z Command: out/Release/node /Users/runner/runners/2.263.0/work/node/node/test/parallel/test-worker-init-failure.js
2020-06-05T18:48:01.6884040Z 

Metadata

Metadata

Assignees

No one assigned

    Labels

    flaky-testIssues and PRs related to the tests with unstable failures on the CI.macosIssues and PRs related to the macOS platform / OSX.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions