CI Reliability 2023-01-05

Open
#479 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
javascript, node.js

Research direction

Start with the referenced CI job logs and the failing tests under test/parallel/, including test-child-process-cwd.js, test-child-process-exec-cwd.js, test-runner-exit-code.js, and test-fs-readfile.js; also inspect test/sequential/test-worker-prof.js. Reproduce the failures on the listed CI workers and determine whether each is a test defect or infrastructure problem. Done means the recurring failures in this report are addressed and the affected CI jobs pass reliably.

Written by the indexing model from the issue text.

Description

Failures in node-test-pull-request/48752 to node-test-pull-request/48849 that failed more than 2 PRs
(Generated with ncu-ci walk pr --stats=true --markdown /home/runner/work/reliability/reliability/results.md)

UTC Time RUNNING SUCCESS UNSTABLE ABORTED FAILURE Green Rate
2023-01-05 00:13 1 4 36 4 55 4.21%
JSTest Failure
Reason parallel/test-child-process-cwd
Type JS_TEST_FAILURE
Failed PR 9 (https://github.com/nodejs/node/pull/46003/, https://github.com/nodejs/node/pull/46012/, https://github.com/nodejs/node/pull/46010/, https://github.com/nodejs/node/pull/46041/, https://github.com/nodejs/node/pull/46042/, https://github.com/nodejs/node/pull/46021/, https://github.com/nodejs/node/pull/46054/, https://github.com/nodejs/node/pull/46061/, https://github.com/nodejs/node/pull/46080/)
Appeared test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/48776/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48828/
Example
not ok 98 parallel/test-child-process-cwd
  ---
  duration_ms: 0.341
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + 'C:\\Windows'
    - 'C:\\WINDOWS'
            ^
        at ChildProcess.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-cwd.js:56:26)
        at ChildProcess.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:448:15)
        at ChildProcess.emit (node:events:519:28)
        at maybeClose (node:internal/child_process:1098:16)
        at Socket.<anonymous> (node:internal/child_process:456:11)
        at Socket.emit (node:events:519:28)
        at Pipe.<anonymous> (node:net:315:12) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 'C:\\Windows',
      expected: 'C:\\WINDOWS',
      operator: 'strictEqual'
    }
    
...

Reason parallel/test-child-process-exec-cwd
Type JS_TEST_FAILURE
Failed PR 9 (https://github.com/nodejs/node/pull/46003/, https://github.com/nodejs/node/pull/46012/, https://github.com/nodejs/node/pull/46010/, https://github.com/nodejs/node/pull/46041/, https://github.com/nodejs/node/pull/46042/, https://github.com/nodejs/node/pull/46021/, https://github.com/nodejs/node/pull/46054/, https://github.com/nodejs/node/pull/46061/, https://github.com/nodejs/node/pull/46080/)
Appeared test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/48776/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48828/
Example
not ok 100 parallel/test-child-process-exec-cwd
  ---
  duration_ms: 0.350
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:400
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
      assert(stdout.startsWith(dir))
    
        at c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-exec-cwd.js:38:3
        at c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:413:17
        at c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:448:15
        at ChildProcess.exithandler (node:child_process:411:7)
        at ChildProcess.emit (node:events:519:28)
        at maybeClose (node:internal/child_process:1098:16)
        at ChildProcess._handle.onexit (node:internal/child_process:304:5) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-runner-exit-code
Type JS_TEST_FAILURE
Failed PR 6 (https://github.com/nodejs/node/pull/46004/, https://github.com/nodejs/node/pull/46021/, https://github.com/nodejs/node/pull/46080/, https://github.com/nodejs/node/pull/46067/, https://github.com/nodejs/node/pull/46079/, https://github.com/nodejs/node/pull/45038/)
Appeared test-nearform-macos10.15-x64-3, test-nearform-macos10.15-x64-1, test-nearform-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/48759/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48843/
Example
not ok 2159 parallel/test-runner-exit-code
  ---
  duration_ms: 0.575
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/process/promises:289
                triggerUncaughtException(err, true /* fromPromise */);
                ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + 'TAP version 13\n' +
    +   '# Subtest: /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/fixtures/test-runner/never_ending_async.js\n'
    - 'TAP version 13\n'
        at runAndKill (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-runner-exit-code.js:23:10)
        at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 'TAP version 13\n' +
        '# Subtest: /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/fixtures/test-runner/never_ending_async.js\n',
      expected: 'TAP version 13\n',
    ...

Reason parallel/test-fs-readfile
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/46003/, https://github.com/nodejs/node/pull/46012/, https://github.com/nodejs/node/pull/46010/, https://github.com/nodejs/node/pull/46042/, https://github.com/nodejs/node/pull/46021/)
Appeared test-rackspace-win2012r2_vs2019-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/48776/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48783/
Example
not ok 279 parallel/test-fs-readfile
  ---
  duration_ms: 0.913
  severity: fail
  exitcode: 1
  stack: |-
    Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.268
    Files blocking: [
      '.removeme-fs-readfile-104-1K.txt',
      '.removeme-fs-readfile-104-1M.txt',
      '.removeme-fs-readfile-104-1MPlusOne.txt',
      '.removeme-fs-readfile-104-64K.txt',
      '.removeme-fs-readfile-104-64KLessOne.txt'
    ]
    
    node:internal/fs/utils:346
        throw err;
        ^
    
    Error: ENOSPC: no space left on device, ftruncate
        at Object.ftruncateSync (node:fs:1123:3)
        at Object.truncateSync (node:fs:1082:14)
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-fs-readfile.js:61:6)
        at Module._compile (node:internal/modules/cjs/loader:1247:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1301:10)
        at Module.load (node:internal/modules/cjs/loader:1104:32)
        at Mod...

Reason sequential/test-worker-prof
Type JS_TEST_FAILURE
Failed PR 5 (https://github.com/nodejs/node/pull/46041/, https://github.com/nodejs/node/pull/46042/, https://github.com/nodejs/node/pull/46037/, https://github.com/nodejs/node/pull/45990/, https://github.com/nodejs/node/pull/46054/)
Appeared test-rackspace-win2012r2_vs2019-x64-3, test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-macstadium-macos11.0-arm64-3, test-azure_msft-win10_vs2019-x64-2, test-azure_msft-win10_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/48778/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48806/
Example
not ok 915 sequential/test-worker-prof
  ---
  duration_ms: 1.848
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:124
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: child exited with non-zero status:                      {
      status: 3221225477,
      signal: null,
      output: [ null, '', '' ],
      pid: 1160,
      stdout: '',
      stderr: ''
    }
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\sequential\test-worker-prof.js:61:10)
        at Module._compile (node:internal/modules/cjs/loader:1247:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1301:10)
        at Module.load (node:internal/modules/cjs/loader:1104:32)
        at Module._load (node:internal/modules/cjs/loader:943:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:84:12)
        at node:internal/main/run_main_module:23:47 {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
 ...

Reason parallel/test-inspector-multisession-ws
Type JS_TEST_FAILURE
Failed PR 3 (https://github.com/nodejs/node/pull/46041/, https://github.com/nodejs/node/pull/46037/, https://github.com/nodejs/node/pull/46083/)
Appeared test-ibm-rhel8-s390x-4, test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/48784/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48844/
Example
not ok 1837 parallel/test-inspector-multisession-ws
  ---
  duration_ms: 15.604
  severity: fail
  exitcode: 1
  stack: |-
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] Debugger listening on ws://127.0.0.1:44367/e3648b37-8783-4a7a-bed8-b6c48ab515dc
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
    [err] Debugger attached.
    [err] 
    [test] Breaking in code and verifying events are fired
    Timed out waiting for matching notification (Initial pause)
    1
  ...


Reason - /home/iojs/build/workspace/node-test-linter/lib/internal/bootstrap/node.js
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46005/, https://github.com/nodejs/node/pull/46025/)
Appeared test-ibm-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/48768/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48769/
Example
not ok 472 - /home/iojs/build/workspace/node-test-linter/lib/internal/bootstrap/node.js
  ---
  message: '''nativeModule'' is assigned a value but never used.'
  severity: error
  data:
    line: 108
    column: 7
    ruleId: no-unused-vars
  ...


Reason - /home/iojs/build/workspace/node-test-linter/lib/internal/fs/promises.js
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46005/, https://github.com/nodejs/node/pull/46025/)
Appeared test-ibm-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/48768/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48769/
Example
not ok 529 - /home/iojs/build/workspace/node-test-linter/lib/internal/fs/promises.js
  ---
  message: '''validateObject'' is not defined.'
  severity: error
  data:
    line: 909
    column: 3
    ruleId: no-undef
  messages:
    - message: '''isWindows'' is not defined.'
      severity: error
      data:
        line: 917
        column: 41
        ruleId: no-undef
    - message: '''isWindows'' is not defined.'
      severity: error
      data:
        line: 958
        column: 23
        ruleId: no-undef
  ...


Reason - /home/iojs/build/workspace/node-test-linter/lib/internal/modules/esm/resolve.js
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46005/, https://github.com/nodejs/node/pull/46025/)
Appeared test-ibm-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/48768/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48769/
Example
not ok 576 - /home/iojs/build/workspace/node-test-linter/lib/internal/modules/esm/resolve.js
  ---
  message: '''pendingDeprecation'' is assigned a value but never used.'
  severity: error
  data:
    line: 36
    column: 7
    ruleId: no-unused-vars
  ...


Reason addons/worker-buffer-callback/test-free-called
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/45999/, https://github.com/nodejs/node/pull/46025/)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-osuosl-aix72-ppc64_be-3
First CI https://ci.nodejs.org/job/node-test-pull-request/48754/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48831/
Example
not ok 3517 addons/worker-buffer-callback/test-free-called
  ---
  duration_ms: 0.90
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/modules/cjs/loader:1042
      throw err;
      ^
    
    Error: Cannot find module '/home/iojs/build/workspace/node-test-commit-linux-containered/test/addons/worker-buffer-callback/build/Release/binding'
    Require stack:
    - /home/iojs/build/workspace/node-test-commit-linux-containered/test/addons/worker-buffer-callback/test-free-called.js
        at Module._resolveFilename (node:internal/modules/cjs/loader:1039:15)
        at Module._load (node:internal/modules/cjs/loader:885:27)
        at Module.require (node:internal/modules/cjs/loader:1105:19)
        at require (node:internal/modules/cjs/helpers:103:18)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/addons/worker-buffer-callback/test-free-called.js:7:30)
        at Module._compile (node:internal/modules/cjs/loader:1218:14)
        at Module._extensions..j...

Reason node-api/test_threadsafe_function/test
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46042/, https://github.com/nodejs/node/pull/46025/)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-equinix-ubuntu2004_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/48782/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48831/
Example
not ok 3595 node-api/test_threadsafe_function/test
  ---
  duration_ms: 0.90
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/modules/cjs/loader:1042
      throw err;
      ^
    
    Error: Cannot find module './build/Release/binding'
    Require stack:
    - /home/iojs/build/workspace/node-test-commit-linux-containered/test/node-api/test_threadsafe_function/test.js
        at Module._resolveFilename (node:internal/modules/cjs/loader:1039:15)
        at Module._load (node:internal/modules/cjs/loader:885:27)
        at Module.require (node:internal/modules/cjs/loader:1105:19)
        at require (node:internal/modules/cjs/helpers:103:18)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/node-api/test_threadsafe_function/test.js:5:17)
        at Module._compile (node:internal/modules/cjs/loader:1218:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1272:10)
        at Module.load (node:internal/modules/cjs/loader:1081:32)
        ...

Reason parallel/test-heapsnapshot-near-heap-limit-by-api-in-worker
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46014/, https://github.com/nodejs/node/pull/46086/)
Appeared test-osuosl-rhel8-ppc64_le-2, test-equinix_mnx-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/48760/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48842/
Example
not ok 1213 parallel/test-heapsnapshot-near-heap-limit-by-api-in-worker
  ---
  duration_ms: 1.839
  severity: fail
  exitcode: 1
  stack: |-
    
    Invoked NearHeapLimitCallback, processing=false, current_limit=52428800, initial_limit=52428800
    max_young_gen_size=50331648, young_gen_size=0, old_gen_size=50978000, total_size=50978000
    Estimated available memory=9223372036745461760, estimated overhead=50331648
    Start generating Heap.20230104.081723.179891.1.001.heapsnapshot...
    Invoked NearHeapLimitCallback, processing=true, current_limit=52428800, initial_limit=52428800
    max_young_gen_size=50331648, young_gen_size=0, old_gen_size=50978000, total_size=50978000
    Estimated available memory=9223372036745461760, estimated overhead=50331648
    Not generating snapshots in nested callback. new_limit=102760448
    1/1 snapshots taken.
    Removing the near heap limit callbackWrote snapshot to /home/iojs/node-tmp/.tmp.1214/Heap.20230104.081723.179891.1.001.heapsnapshot
    
    <--- Last few GCs --...

Reason parallel/test-heapsnapshot-near-heap-limit-worker
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46025/, https://github.com/nodejs/node/pull/45038/)
Appeared test-equinix-debian10_container-armv7l-2, test-digitalocean-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/48810/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48824/
Example
not ok 1231 parallel/test-heapsnapshot-near-heap-limit-worker
  ---
  duration_ms: 1.733
  severity: fail
  exitcode: 1
  stack: |-
    
    Invoked NearHeapLimitCallback, processing=false, current_limit=52428800, initial_limit=52428800
    max_young_gen_size=25165824, young_gen_size=0, old_gen_size=51883964, total_size=51883964
    Estimated available memory=4198891520, estimated overhead=25165824
    Start generating Heap.20230103.130506.3717055.1.001.heapsnapshot...
    Invoked NearHeapLimitCallback, processing=true, current_limit=52428800, initial_limit=52428800
    max_young_gen_size=25165824, young_gen_size=0, old_gen_size=51883964, total_size=51883964
    Estimated available memory=4198912000, estimated overhead=25165824
    Not generating snapshots in nested callback. new_limit=77594624
    1/1 snapshots taken.
    Removing the near heap limit callbackWrote snapshot to /home/iojs/tmp/.tmp.1186/Heap.20230103.130506.3717055.1.001.heapsnapshot
    
    <--- Last few GCs --->
    
    [3717055:0xf46006c8]...

Reason parallel/test-tls-ticket-cluster
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46007/, https://github.com/nodejs/node/pull/46021/)
Appeared test-rackspace-win2012r2_vs2019-x64-3, test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/48761/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48793/
Example
not ok 738 parallel/test-tls-ticket-cluster
  ---
  duration_ms: 0.777
  severity: fail
  exitcode: 1
  stack: |-
    [primary] got "listening"
    [primary] connecting 59384 session? false
    [primary] got "listening"
    [primary] got "listening"
    [primary] got "listening"
    [worker] connection reused? false
    [primary] got "not-reused"
    [primary] connecting 59384 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 59384 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 59384 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 59384 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 59384 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 59384 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connect...

Reason wpt/test-webcrypto
Type JS_TEST_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46021/, https://github.com/nodejs/node/pull/46025/)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-orka-macos10.15-x64-2, test-orka-macos11-x64-2, test-digitalocean-freebsd12-x64-2, test-softlayer-alpine311_container-x64-1, test-digitalocean-alpine312_container-x64-2, test-rackspace-debian10-x64-1, test-digitalocean-fedora32-x64-1, test-digitalocean-fedora34-x64-1, test-ibm-rhel8-x64-1, test-equinix_mnx-ubuntu1804-x64-1, test-osuosl-debian10_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-2, test-osuosl-rhel8-ppc64_le-2, test-equinix_mnx-smartos20-x64-3, test-osuosl-aix72-ppc64_be-3, test-softlayer-ubi81_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-softlayer-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-equinix-rhel8_container-arm64-2, test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_container-arm64-2, test-osuosl-ubuntu2004_container-armv7l-1, test-ibm-rhel8-s390x-4, test-nearform-macos11.0-arm64-1, test-equinix-ubuntu2004_sharedlibs_container-arm64-5, undefined, test-azure_msft-win10_vs2019-x64-1, test-rackspace-win2012r2_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/48766/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48831/
Example
not ok 3673 wpt/test-webcrypto
  ---
  duration_ms: 155.641
  severity: fail
  exitcode: 1
  stack: |-
    ---- algorithm-discards-context.https.window.js ----
    [SKIPPED] Not relevant in Node.js context
    ---- historical.any.js ----
    [SKIPPED] Not relevant in Node.js context
    ---- idlharness.https.any.js ----
    [SKIPPED] Various non-IDL-compliant things
    ---- derive_bits_keys/cfrg_curves_bits.https.any.js ----
    [PASS] setup - define tests
    ---- derive_bits_keys/cfrg_curves_bits.https.any.js ----
    [PASS] X25519 good parameters
    ---- derive_bits_keys/cfrg_curves_bits.https.any.js ----
    [PASS] X25519 mixed case parameters
    ---- derive_bits_keys/cfrg_curves_bits.https.any.js ----
    [PASS] X25519 with null length
    ---- derive_bits_keys/cfrg_curves_bits.https.any.js ----
    [PASS] X25519 short result
    ---- derive_bits_keys/cfrg_curves_bits.https.any.js ----
    [PASS] X25519 non-multiple of 8 bits
    ---- derive_bits_keys/cfrg_curves_bits.https.any.js ----
    [PASS] X255...

Jenkins Failure
Build Failure
Reason Error: getWindowSize EINVAL
Type BUILD_FAILURE
Failed PR 12 (https://github.com/nodejs/node/pull/46004/, https://github.com/nodejs/node/pull/46014/, https://github.com/nodejs/node/pull/46005/, https://github.com/nodejs/node/pull/46003/, https://github.com/nodejs/node/pull/46012/, https://github.com/nodejs/node/pull/46021/, https://github.com/nodejs/node/pull/46044/, https://github.com/nodejs/node/pull/46061/, https://github.com/nodejs/node/pull/45038/, https://github.com/nodejs/node/pull/46064/, https://github.com/nodejs/node/pull/46080/, https://github.com/nodejs/node/pull/46025/)
Appeared test-equinix_mnx-smartos18-x64-4, test-equinix_mnx-smartos20-x64-4, test-equinix_mnx-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/48759/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48831/
Example
Error: getWindowSize EINVAL
outline =     at WriteStream._refreshSize (tty.js:133:31)
outline =     at process.<anonymous> (internal/bootstrap/switches/is_main_thread.js:127:41)
outline =     at process.emit (events.js:400:28)
outline = Emitted 'error' event on WriteStream instance at:
outline =     at WriteStream._refreshSize (tty.js:133:10)

Reason ERROR: No acceptable C compiler found!
Type BUILD_FAILURE
Failed PR 10 (https://github.com/nodejs/node/pull/46004/, https://github.com/nodejs/node/pull/46025/, https://github.com/nodejs/node/pull/46041/, https://github.com/nodejs/node/pull/46037/, https://github.com/nodejs/node/pull/46021/, https://github.com/nodejs/node/pull/46061/, https://github.com/nodejs/node/pull/46080/, https://github.com/nodejs/node/pull/46067/, https://github.com/nodejs/node/pull/46079/, https://github.com/nodejs/node/pull/45038/)
Appeared test-orka-macos10.14-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/48759/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48843/
Example
ERROR: No acceptable C compiler found!

       Please make sure you have a C compiler installed on your system and/or
       consider adjusting the CC environment variable if you installed
       it in a non-standard prefix.
make: *** [build-ci] Error 1

Reason ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46005/, https://github.com/nodejs/node/pull/46025/)
Appeared test-equinix_mnx-smartos20-x64-4, test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-equinix-rhel8_container-arm64-2, test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_container-arm64-2, test-equinix-ubuntu2004_container-armv7l-2, test-equinix-debian10_container-armv7l-2, test-equinix_mnx-smartos20-x64-3, test-osuosl-aix72-ppc64_be-3, test-osuosl-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/48768/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48769/
Example
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE

Reason ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46005/, https://github.com/nodejs/node/pull/46025/)
Appeared test-digitalocean-freebsd12-x64-2, test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/48768/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48769/
Example
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE

Reason Error: isWindows is not defined
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46005/, https://github.com/nodejs/node/pull/46025/)
Appeared test-softlayer-alpine311_container-x64-1, test-digitalocean-alpine312_container-x64-2, test-softlayer-debian10-x64-1, test-rackspace-fedora32-x64-1, test-digitalocean-fedora34-x64-2, test-ibm-rhel8-x64-2, test-digitalocean-ubuntu1804-x64-1, test-osuosl-rhel8-ppc64_le-2, test-softlayer-ubi81_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-softlayer-ubuntu1804_sharedlibs_container-x64-4, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-rackspace-win2012r2_vs2019-x64-4, test-osuosl-debian10_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-2, undefined, test-rackspace-debian10-x64-1, test-digitalocean-fedora32-x64-1, test-digitalocean-fedora34-x64-1, test-ibm-rhel8-x64-1, test-equinix_mnx-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/48768/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48769/
Example
Error: isWindows is not defined
    at node:internal/fs/promises:958:23
    at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/loaders:334:7)
    at requireBuiltin (node:internal/bootstrap/loaders:365:14)
    at node:internal/modules/esm/load:23:37
    at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/loaders:334:7)

Reason Failed to trigger node-test-commit
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/46078/, https://github.com/nodejs/node/pull/v18.13.0-proposal-tests/)
Appeared test-ibm-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/48827/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48837/
Example
Failed to trigger node-test-commit

Reason fatal error: ld terminated with signal 9 [Killed]
Type BUILD_FAILURE
Failed PR 2 (https://github.com/nodejs/node/pull/45990/, https://github.com/nodejs/node/pull/46025/)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/48796/
Last CI https://ci.nodejs.org/job/node-test-pull-request/48799/
Example
fatal error: ld terminated with signal 9 [Killed]

Progress
  • parallel/test-child-process-cwd (9)
  • parallel/test-child-process-exec-cwd (9)
  • parallel/test-runner-exit-code (6)
  • parallel/test-fs-readfile (5)
  • sequential/test-worker-prof (5)
  • parallel/test-inspector-multisession-ws (3)
  • - /home/iojs/build/workspace/node-test-linter/lib/internal/bootstrap/node.js (2)
  • - /home/iojs/build/workspace/node-test-linter/lib/internal/fs/promises.js (2)
  • - /home/iojs/build/workspace/node-test-linter/lib/internal/modules/esm/resolve.js (2)
  • addons/worker-buffer-callback/test-free-called (2)
  • node-api/test_threadsafe_function/test (2)
  • parallel/test-heapsnapshot-near-heap-limit-by-api-in-worker (2)
  • parallel/test-heapsnapshot-near-heap-limit-worker (2)
  • parallel/test-tls-ticket-cluster (2)
  • wpt/test-webcrypto (2)
  • Error: getWindowSize EINVAL (12)
  • ERROR: No acceptable C compiler found! (10)
  • ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? (2)
  • ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? (2)
  • Error: isWindows is not defined (2)
  • Failed to trigger node-test-commit (2)
  • fatal error: ld terminated with signal 9 [Killed] (2)
Dominant language
Shell
Stars
57
Forks
20
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from nodejs/reliability

All issues in nodejs/reliability

Similar issues

More Shell/Bash issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.