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

CI Reliability 2021-11-06 #109

Open
44 tasks
github-actions bot opened this issue Nov 6, 2021 · 0 comments
Open
44 tasks

CI Reliability 2021-11-06 #109

github-actions bot opened this issue Nov 6, 2021 · 0 comments

Comments

@github-actions
Copy link

github-actions bot commented Nov 6, 2021

Failures in node-test-pull-request/40631 to node-test-pull-request/40730 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
2021-11-06 00:03 0 2 10 4 84 2.08%

JSTest Failure

Reason sequential/test-child-process-pass-fd
Type JS_TEST_FAILURE
Failed PR 14 (nodejs/node#40613, nodejs/node#40660, nodejs/node#40250, nodejs/node#40604, nodejs/node#40661, nodejs/node#39809, nodejs/node#40664, nodejs/node#40552, nodejs/node#40572, nodejs/node#40487, nodejs/node#40706, nodejs/node#40696, nodejs/node#40716, nodejs/node#40216)
Appeared test-azure_msft-win10_vcbt2015-x64-4, test-azure_msft-win10_vcbt2015-x64-2, test-azure_msft-win10_vs2019-x64-2, test-azure_msft-win10_vs2019-x64-4, test-azure_msft-win10_vs2019-x64-3, test-azure_msft-win10_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/40635/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40719/
Example
not ok 800 sequential/test-child-process-pass-fd
  ---
  duration_ms: 122.758
  severity: fail
  exitcode: 1
  stack: |-
    timeout
  ...


Reason pummel/test-fs-watch-non-recursive
Type JS_TEST_FAILURE
Failed PR 12 (nodejs/node#40634, nodejs/node#40660, nodejs/node#40649, nodejs/node#40675, nodejs/node#40250, nodejs/node#40664, nodejs/node#40628, nodejs/node#40572, nodejs/node#40726, nodejs/node#40604, nodejs/node#40658, nodejs/node#40622)
Appeared test-azure_msft-win10_vs2019-x64-4, test-azure_msft-win10_vcbt2015-x64-1, test-azure_msft-win10_vcbt2015-x64-4, test-osuosl-aix72-ppc64_be-3, test-azure_msft-win10_vcbt2015-x64-3, test-azure_msft-win10_vs2019-x64-3, test-azure_msft-win10_vcbt2015-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/40640/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40730/
Example
not ok 789 pummel/test-fs-watch-non-recursive
  ---
  duration_ms: 2.106
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:171
      throw err;
      ^
    
    AssertionError [ERR_ASSERTION]: function should not have been called at C:\workspace\node-test-binary-windows-js-suites\node\test\pummel\test-fs-watch-non-recursive.js:43
    called with arguments: 'change', 'testsubdir'
        at FSWatcher.mustNotCall (C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:479:12)
        at FSWatcher.emit (node:events:390:28)
        at FSEvent.FSWatcher._handle.onchange (node:internal/fs/watchers:212:12) {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: undefined,
      expected: undefined,
      operator: 'fail'
    }
    
    Node.js v18.0.0-pre
  ...


Reason message/esm_display_syntax_error_import_json_named_export
Type JS_TEST_FAILURE
Failed PR 10 (nodejs/node#40250, nodejs/node#40701, nodejs/node#40706, nodejs/node#40653, nodejs/node#40716, nodejs/node#40216, nodejs/node#40622, nodejs/node#40604, nodejs/node#40658, nodejs/node#40726)
Appeared test-azure_msft-win10_vs2019-x64-3, test-ibm-rhel7-s390x-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-fedora34-x64-1, test-equinix-ubuntu2004_container-armv7l-1, test-ibm-rhel7-s390x-3, test-softlayer-ubi81_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubi81_container-x64-1, test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-rackspace-win2012r2_vs2019-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804-x64-1, test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/40692/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40727/
Example
not ok 45 message/esm_display_syntax_error_import_json_named_export
  ---
  duration_ms: 1.648
  severity: fail
  exitcode: 1
  stack: |-
    (node:12884) ExperimentalWarning: Importing JSON modules is an experimental feature. This feature could change at any time
    (Use `node --trace-warnings ...` to show where the warning was created)
    file:///C:/workspace/node-test-binary-windows-js-suites/node/test/message/esm_display_syntax_error_import_json_named_export.mjs:4
    import { ofLife } from '../fixtures/experimental.json' assert { type: 'json' };
             ^^^^^^
    SyntaxError: The requested module '../fixtures/experimental.json' does not provide an export named 'ofLife'
        at ModuleJob._instantiate (node:internal/modules/esm/module_job:127:21)
        at async ModuleJob.run (node:internal/modules/esm/module_job:191:5)
        at async Promise.all (index 0)
        at async ESMLoader.import (node:internal/modules/esm/loader:331:24)
        at async loadESM (node:internal/process/esm_loader:88:...

Reason sequential/test-debugger-heap-profiler
Type JS_TEST_FAILURE
Failed PR 10 (nodejs/node#40660, nodejs/node#40607, nodejs/node#40675, nodejs/node#40665, nodejs/node#39809, nodejs/node#40351, nodejs/node#40511, nodejs/node#40696, nodejs/node#40716, nodejs/node#40616)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-digitalocean-alpine311_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-alpine312_container-x64-1, test-digitalocean-ubi81_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-alpine311_container-x64-2, test-softlayer-centos7-x64-1, test-softlayer-debian10-x64-1, test-rackspace-fedora32-x64-1, test-digitalocean-fedora34-x64-2, test-joyent-ubuntu1804-x64-1, test-digitalocean-freebsd12-x64-1, test-nearform-macos10.15-x64-3, test-orka-macos11-x64-1, test-joyent-smartos20-x64-4, test-osuosl-aix72-ppc64_be-2, test-macstadium-macos11.0-arm64-4, test-osuosl-centos7-ppc64_le-1, test-ibm-rhel7-s390x-4, test-ibm-rhel7-s390x-2, test-equinix-centos7_container-arm64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-3, test-equinix-ubuntu2004_container-arm64-1, test-equinix-ubuntu2004_container-armv7l-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-requireio_rvagg-debian10-armv7l_pi2-1, test-requireio_pivotalagency-debian10-arm64_pi3-2, undefined, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/40638/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40725/
Example
not ok 3398 sequential/test-debugger-heap-profiler
  ---
  duration_ms: 23.463
  severity: fail
  exitcode: 1
  stack: |-
    /home/iojs/build/workspace/node-test-commit-linux-containered/test/common/debugger.js:84
              reject(new Error([
                     ^
    
    Error: Timeout (5000) while waiting for />\s+$/; found: Heap snapshot: 0/0
    Cannot take heap snapshot because another snapshot is in progress.
    
    Heap snapshot: 0/31955
    Heap snapshot: 10000/31955
    Heap snapshot: 20000/31955
    Heap snapshot: 30000/31955
    Heap snapshot: 31954/31955
    Heap snapshot: 31955/31955Heap snaphost prepared.
    
    Writing snapshot: 102400
    Writing snapshot: 204800
    Writing snapshot: 307200
    Writing snapshot: 409600
    Writing snapshot: 512000
    Writing snapshot: 614400
    Writing snapshot: 716800
    Writing snapshot: 819200
    Writing snapshot: 921600
    Writing snapshot: 1024000
    Writing snapshot: 1126400
    Writing snapshot: 1228800
    Writing snapshot: 1331200
  ...

Reason parallel/test-repl-sigint-nested-eval
Type JS_TEST_FAILURE
Failed PR 9 (nodejs/node#40643, nodejs/node#40660, nodejs/node#40661, nodejs/node#40351, nodejs/node#40716, nodejs/node#40696, nodejs/node#40216, nodejs/node#40604, nodejs/node#40658)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-osuosl-aix72-ppc64_be-4, test-joyent-ubuntu1804-x64-1, test-equinix-ubuntu2004_sharedlibs_container-arm64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-2, test-requireio_securogroup-debian10-arm64_pi3-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-digitalocean-alpine311_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-ibm-rhel7-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/40636/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40726/
Example
not ok 2106 parallel/test-repl-sigint-nested-eval
  ---
  duration_ms: 0.719
  severity: fail
  exitcode: 1
  stack: |-
    Stacktrace:
       ptr1=0x2163b69c1d49
        ptr2=(nil)
        ptr3=(nil)
        ptr4=(nil)
        failure_message_object=0x7ffc3f40bd90
    
    ==== JS stack trace =========================================
    
        0: ExitFrame [pc: 0x7f0507be19b9]
        1: StubFrame [pc: 0x7f0507c6c5dd]
    Security context: 0x1fa86c89d901 <JSGlobalObject>
        2: _fatalException [0x2b71ecb1f521] [node:internal/process/execution:151] [bytecode=0x1fa2eca9761 offset=13](this=0x12e1d7d82a79 <process map = 0x3b078348dcb9>,0x2163b69c1d49 <Odd Oddball: termination_exception>,0x2163b69c1769 <false>)
        3: InternalFrame [pc: 0x7f0507b6ec1b]
        4: EntryFrame [pc: 0x7f0507b6e943]
        5: builtin exit frame: evaluate(this=0x1ca476dff6a1 <ModuleWrap map = 0x3b07834a4429>,0x1ca476dff6a1 <ModuleWrap map = 0x3b07834a4429>,-1,0x2163b69c1769 <false>)
    
        6: getESMFacade [0x12e1d7d9a...

Reason parallel/test-http2-pipe-named-pipe
Type JS_TEST_FAILURE
Failed PR 8 (nodejs/node#40634, nodejs/node#40658, nodejs/node#40649, nodejs/node#40250, nodejs/node#40654, nodejs/node#40696, nodejs/node#40622, nodejs/node#40726)
Appeared test-macstadium-macos11.0-arm64-3, test-macstadium-macos11.0-arm64-4, test-orka-macos10.15-x64-2, test-digitalocean-alpine311_container-x64-2, test-digitalocean-alpine312_container-x64-1, test-softlayer-centos7-x64-1, test-softlayer-debian10-x64-1, test-rackspace-fedora32-x64-1, test-digitalocean-fedora34-x64-2, test-joyent-ubuntu1804-x64-1, test-digitalocean-freebsd12-x64-1, test-nearform-macos10.15-x64-3, test-orka-macos11-x64-1, test-joyent-smartos20-x64-4, test-osuosl-aix72-ppc64_be-2, test-osuosl-centos7-ppc64_le-1, test-ibm-rhel7-s390x-4, test-ibm-rhel7-s390x-2, test-equinix-centos7_container-arm64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-3, test-equinix-ubuntu2004_container-arm64-1, test-equinix-ubuntu2004_container-armv7l-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_securogroup-debian10-arm64_pi3-2, undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/40644/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40727/
Example
not ok 1329 parallel/test-http2-pipe-named-pipe
  ---
  duration_ms: 0.75
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:123
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    139837 !== 139244
    
        at WriteStream.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/parallel/test-http2-pipe-named-pipe.js:26:12)
        at WriteStream.emit (node:events:402:35)
        at finish (node:internal/streams/writable:751:10)
        at processTicksAndRejections (node:internal/process/task_queues:83:21) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 139837,
      expected: 139244,
      operator: 'strictEqual'
    }
    
    Node.js v18.0.0-pre
  ...


Reason sequential/test-worker-prof
Type JS_TEST_FAILURE
Failed PR 8 (nodejs/node#40660, nodejs/node#40607, nodejs/node#40675, nodejs/node#40665, nodejs/node#39809, nodejs/node#40351, nodejs/node#40511, nodejs/node#40616)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-digitalocean-alpine311_container-x64-1, test-digitalocean-alpine312_container-x64-1, test-digitalocean-ubi81_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-rackspace-win2012r2_vs2013-x64-1, test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/40645/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40725/
Example
not ok 3506 sequential/test-worker-prof
  ---
  duration_ms: 30.361
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:123
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: child exited with signal: {
      error: Error: spawnSync /home/iojs/build/workspace/node-test-commit-linux-containered/out/Release/node ETIMEDOUT
          at Object.spawnSync (node:internal/child_process:1083:20)
          at spawnSync (node:child_process:812:24)
          at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/sequential/test-worker-prof.js:53:23)
          at Module._compile (node:internal/modules/cjs/loader:1101:14)
          at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)
          at Module.load (node:internal/modules/cjs/loader:981:32)
          at Function.Module._load (node:internal/modules/cjs/loader:822:12)
          at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
     ...

Reason parallel/test-fs-rm
Type JS_TEST_FAILURE
Failed PR 7 (nodejs/node#40658, nodejs/node#40649, nodejs/node#40250, nodejs/node#40664, nodejs/node#40659, nodejs/node#40701, nodejs/node#40622)
Appeared test-azure_msft-win10_vs2019-x64-4, test-azure_msft-win10_vs2019-x64-3, test-azure_msft-win10_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/40653/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40730/
Example
not ok 257 parallel/test-fs-rm
  ---
  duration_ms: 4.136
  severity: fail
  exitcode: 1
  stack: |-
    Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.253
    Files blocking: [ 'rm-0', 'rm-4', 'rm-5', 'rm-6', 'rm-7', 'rm-args-file.txt' ]
    
    node:assert:986
        throw newErr;
        ^
    
    AssertionError [ERR_ASSERTION]: ifError got unwanted exception: ENOTEMPTY: directory not empty, rmdir 'C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.253\rm-0\d-3-2\d-2-2\d-1-1'
        at C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:364:12
        at C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:401:15
        at CB (node:internal/fs/rimraf:60:5)
        at node:internal/fs/rimraf:152:18
        at CB (node:internal/fs/rimraf:60:5)
        at node:internal/fs/rimraf:152:18
        at CB (node:internal/fs/rimraf:60:5)
        at node:internal/fs/rimraf:152:18
        at CB (node:internal/fs/rimraf:60:5)...

Reason parallel/test-finalization-group-regular-gc
Type JS_TEST_FAILURE
Failed PR 6 (nodejs/node#40572, nodejs/node#40604, nodejs/node#40658, nodejs/node#40726, nodejs/node#40654, nodejs/node#40622)
Appeared test-azure_msft-win10_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/40723/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40730/
Example
not ok 180 parallel/test-finalization-group-regular-gc
  ---
  duration_ms: 1.965
  severity: fail
  exitcode: 3221226505
  stack: |-
    Assertion failed: !(handle->flags & UV_HANDLE_CLOSING), file c:\workspace\node-compile-windows\node\deps\uv\src\win\async.c, line 76
  ...


Reason pummel/test-policy-integrity
Type JS_TEST_FAILURE
Failed PR 6 (nodejs/node#40613, nodejs/node#40660, nodejs/node#40675, nodejs/node#40664, nodejs/node#40351, nodejs/node#40654)
Appeared test-azure_msft-win10_vs2019-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-azure_msft-win10_vs2019-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/40635/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40729/
Example
not ok 792 pummel/test-policy-integrity
  ---
  duration_ms: 482.697
  severity: fail
  exitcode: 1
  stack: |-
    timeout
  ...


Reason sequential/test-heap-prof
Type JS_TEST_FAILURE
Failed PR 6 (nodejs/node#40607, nodejs/node#40675, nodejs/node#40665, nodejs/node#39809, nodejs/node#40351, nodejs/node#40616)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-digitalocean-alpine311_container-x64-1, test-digitalocean-alpine312_container-x64-1, test-digitalocean-ubi81_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9
First CI https://ci.nodejs.org/job/node-test-pull-request/40662/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40725/
Example
not ok 3424 sequential/test-heap-prof
  ---
  duration_ms: 120.83
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-keygen
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#40250, nodejs/node#40649, nodejs/node#40664, nodejs/node#40598, nodejs/node#40572)
Appeared test-rackspace-win2012r2_vs2013-x64-1, test-rackspace-win2012r2_vs2017-x64-4, test-rackspace-win2012r2_vs2019-x64-3, test-rackspace-win2012r2_vs2015-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/40651/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40723/
Example
not ok 798 parallel/test-crypto-keygen
  ---
  duration_ms: 120.116
  severity: fail
  exitcode: 1
  stack: |-
    timeout
  ...


Reason parallel/test-fs-rmdir-recursive
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#40658, nodejs/node#40487, nodejs/node#40572, nodejs/node#40696, nodejs/node#40216)
Appeared test-azure_msft-win10_vcbt2015-x64-4, test-azure_msft-win10_vcbt2015-x64-2, test-azure_msft-win10_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/40653/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40719/
Example
not ok 255 parallel/test-fs-rmdir-recursive
  ---
  duration_ms: 2.496
  severity: fail
  exitcode: 1
  stack: |-
    (node:12536) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
    (Use `node --trace-deprecation ...` to show where the warning was created)
    Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.253
    Files blocking: [ 'rmdir-recursive-0', 'rmdir-recursive-4', 'rmdir-recursive-5' ]
    
    node:assert:986
        throw newErr;
        ^
    
    AssertionError [ERR_ASSERTION]: ifError got unwanted exception: ENOTEMPTY: directory not empty, rmdir 'C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.253\rmdir-recursive-0\d-3-2\d-2-2'
        at C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:364:12
        at C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:401:15
        at node:fs:188:23
 ...

Reason wpt/test-user-timing
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#40604, nodejs/node#39944, nodejs/node#40664, nodejs/node#40250, nodejs/node#40696)
Appeared test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_pivotalagency-debian10-arm64_pi3-2, test-digitalocean-fedora32-x64-1, test-requireio_williamkapke-debian10-arm64_pi3-2
First CI https://ci.nodejs.org/job/node-test-pull-request/40661/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40717/
Example
not ok 847 wpt/test-user-timing
  ---
  duration_ms: 9.934
  severity: fail
  exitcode: 1
  stack: |-
    ---- idlharness.any.js ----
    [SKIPPED] idlharness cannot recognize Node.js environment
    ---- invoke_with_timing_attributes.worker.js ----
    [SKIPPED] importScripts not supported
    ---- performance-measure-invalid.worker.js ----
    [SKIPPED] importScripts not supported
    ---- buffered-flag.any.js ----
    [PASS] PerformanceObserver with buffered flag sees previous marks
    ---- buffered-flag.any.js ----
    [PASS] PerformanceObserver with buffered flag sees previous measures
    ---- case-sensitivity.any.js ----
    [PASS] getEntriesByType values are case sensitive
    ---- clear_all_marks.any.js ----
    [PASS] Clearing all marks remove all of them.
    ---- clear_non_existent_mark.any.js ----
    [PASS] Clearing a non-existent mark doesn't affect existing marks
    ---- clear_non_existent_measure.any.js ----
    [PASS] Clearing a non-existent measure doesn't affect existing measures
    ---...

Reason benchmark/test-benchmark-buffer
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#40689, nodejs/node#40516, nodejs/node#40555, nodejs/node#40654)
Appeared test-azure_msft-win10_vs2019-x64-2, test-azure_msft-win10_vcbt2015-x64-4, test-azure_msft-win10_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/40639/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40714/
Example
not ok 138 benchmark/test-benchmark-buffer
  ---
  duration_ms: 122.436
  severity: fail
  exitcode: 1
  stack: |-
    timeout
  ...


Reason parallel/test-datetime-change-notify
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#39809, nodejs/node#40613, nodejs/node#40664, nodejs/node#40654)
Appeared test-azure_msft-win10_vs2019-x64-3, test-rackspace-win2012r2_vs2019-x64-3, test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_piccoloaiutante-debian10-arm64_pi3-1, test-rackspace-win2012r2_vs2015-x64-2, test-azure_msft-win10_vs2019-x64-4, test-azure_msft-win10_vcbt2015-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/40634/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40729/
Example
not ok 158 parallel/test-datetime-change-notify
  ---
  duration_ms: 1.672
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:1021
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Irish/. Input:
    
    '11/5/2021, 8:57:05 PM Greenwich Mean Time'
    
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-datetime-change-notify.js:36:10)
        at Module._compile (node:internal/modules/cjs/loader:1095:14)
        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1147:10)
        at Module.load (node:internal/modules/cjs/loader:975:32)
        at Function.Module._load (node:internal/modules/cjs/loader:822:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
        at node:internal/main/run_main_module:17:47 {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '11/5/2021, 8:57:05 PM Greenwich Mean Time'...

Reason parallel/test-http2-cancel-while-client-reading
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#40604, nodejs/node#40658, nodejs/node#40661, nodejs/node#40675)
Appeared test-orka-macos11-x64-2, test-macstadium-macos11.0-arm64-3, test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/40652/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40665/
Example
not ok 1200 parallel/test-http2-cancel-while-client-reading
  ---
  duration_ms: 0.483
  severity: fail
  exitcode: 1
  stack: |-
    node:events:368
          throw er; // Unhandled 'error' event
          ^
    
    Error: read ECONNRESET
        at TLSWrap.onStreamRead (node:internal/stream_base_commons:220:20)
    Emitted 'error' event on ServerHttp2Stream instance at:
        at emitErrorNT (node:internal/streams/destroy:164:8)
        at emitErrorCloseNT (node:internal/streams/destroy:129:3)
        at processTicksAndRejections (node:internal/process/task_queues:83:21) {
      errno: -54,
      code: 'ECONNRESET',
      syscall: 'read'
    }
    
    Node.js v18.0.0-pre
  ...


Reason sequential/test-heapdump
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#40675, nodejs/node#40665, nodejs/node#39809, nodejs/node#40351)
Appeared test-digitalocean-alpine311_container-x64-1, test-digitalocean-alpine312_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-7
First CI https://ci.nodejs.org/job/node-test-pull-request/40665/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40685/
Example
not ok 3452 sequential/test-heapdump
  ---
  duration_ms: 127.442
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-child-process-fork-closed-channel-segfault
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#40604, nodejs/node#40572, nodejs/node#40675)
Appeared test-requireio_williamkapke-debian10-arm64_pi3-2, test-requireio_svincent-debian10-armv7l_pi2-2
First CI https://ci.nodejs.org/job/node-test-pull-request/40652/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40665/
Example
not ok 99 parallel/test-child-process-fork-closed-channel-segfault
  ---
  duration_ms: 3.998
  severity: fail
  exitcode: 1
  stack: |-
    /home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-child-process-fork-closed-channel-segfault.js:83
                throw err;
                ^
    
    Error: write EPIPE
        at ChildProcess.target._send (node:internal/child_process:844:20)
        at ChildProcess.<anonymous> (node:internal/child_process:665:16)
        at ChildProcess.emit (node:events:402:35)
        at emit (node:internal/child_process:915:12)
        at processTicksAndRejections (node:internal/process/task_queues:84:21) {
      errno: -32,
      code: 'EPIPE',
      syscall: 'write'
    }
    
    Node.js v18.0.0-pre
  ...


Reason parallel/test-child-process-fork-exec-path
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#40665, nodejs/node#40659, nodejs/node#40696)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9
First CI https://ci.nodejs.org/job/node-test-pull-request/40666/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40717/
Example
not ok 398 parallel/test-child-process-fork-exec-path
  ---
  duration_ms: 130.54
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-secure-heap
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#40250, nodejs/node#40487, nodejs/node#40616)
Appeared test-digitalocean-freebsd12-x64-1, test-requireio_svincent-debian10-armv7l_pi2-3, test-requireio_rvagg-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/40672/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40725/
Example
not ok 574 parallel/test-crypto-secure-heap
  ---
  duration_ms: 0.309
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:1021
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The input did not match the regular expression /--secure-heap must be a power of 2/. Input:
    
    ''
    
        at ChildProcess.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/parallel/test-crypto-secure-heap.js:71:12)
        at ChildProcess.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/common/index.js:394:15)
        at ChildProcess.emit (node:events:390:28)
        at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '',
      expected: /--secure-heap must be a power of 2/,
      operator: 'match'
    }
  ...


Reason parallel/test-file-write-stream4
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#40665, nodejs/node#40659, nodejs/node#40696)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-alpine311_container-x64-2, test-digitalocean-alpine312_container-x64-1, test-softlayer-centos7-x64-1, test-softlayer-debian10-x64-1, test-rackspace-fedora32-x64-1, test-digitalocean-fedora34-x64-2, test-joyent-ubuntu1804-x64-1, test-digitalocean-freebsd12-x64-1, test-nearform-macos10.15-x64-3, test-orka-macos11-x64-1, test-joyent-smartos20-x64-4, test-osuosl-aix72-ppc64_be-2, test-macstadium-macos11.0-arm64-4, test-osuosl-centos7-ppc64_le-1, test-ibm-rhel7-s390x-4, test-ibm-rhel7-s390x-2, test-equinix-centos7_container-arm64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-3, test-equinix-ubuntu2004_container-arm64-1, test-equinix-ubuntu2004_container-armv7l-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-requireio_ceejbot-debian10-armv7l_pi2-1, test-requireio_securogroup-debian10-arm64_pi3-1, undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/40666/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40717/
Example
not ok 872 parallel/test-file-write-stream4
  ---
  duration_ms: 120.33
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-write-reuse-callback
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#40665, nodejs/node#40659, nodejs/node#40696)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9
First CI https://ci.nodejs.org/job/node-test-pull-request/40666/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40717/
Example
not ok 1037 parallel/test-fs-write-reuse-callback
  ---
  duration_ms: 120.62
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-heapsnapshot-near-heap-limit-worker
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#40665, nodejs/node#40659, nodejs/node#40696)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9
First CI https://ci.nodejs.org/job/node-test-pull-request/40666/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40717/
Example
not ok 1162 parallel/test-heapsnapshot-near-heap-limit-worker
  ---
  duration_ms: 120.77
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-module-loading-globalpaths
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#40665, nodejs/node#40659, nodejs/node#40696)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9
First CI https://ci.nodejs.org/job/node-test-pull-request/40666/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40717/
Example
not ok 1872 parallel/test-module-loading-globalpaths
  ---
  duration_ms: 123.754
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason pummel/test-fs-readfile-tostring-fail
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#40660, nodejs/node#40696, nodejs/node#40351)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-alpine311_container-x64-2, test-digitalocean-alpine312_container-x64-1, test-softlayer-centos7-x64-1, test-softlayer-debian10-x64-1, test-rackspace-fedora32-x64-1, test-digitalocean-fedora34-x64-2, test-joyent-ubuntu1804-x64-1, test-digitalocean-freebsd12-x64-1, test-nearform-macos10.15-x64-3, test-orka-macos11-x64-1, test-joyent-smartos20-x64-4, test-osuosl-aix72-ppc64_be-2, test-macstadium-macos11.0-arm64-4, test-osuosl-centos7-ppc64_le-1, test-ibm-rhel7-s390x-4, test-ibm-rhel7-s390x-2, test-equinix-centos7_container-arm64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-3, test-equinix-ubuntu2004_container-arm64-1, test-equinix-ubuntu2004_container-armv7l-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/40638/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40685/
Example
not ok 3150 pummel/test-fs-readfile-tostring-fail
  ---
  duration_ms: 720.59
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason sequential/test-net-connect-econnrefused
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#40604, nodejs/node#40628, nodejs/node#40572)
Appeared test-ibm-rhel7-s390x-3, test-ibm-rhel7-s390x-1, test-ibm-rhel7-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/40652/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40723/
Example
not ok 3490 sequential/test-net-connect-econnrefused
  ---
  duration_ms: 120.40
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    pending 50 rounds 1
    pending 49 rounds 1
    pending 48 rounds 1
    pending 47 rounds 1
    pending 46 rounds 1
    pending 45 rounds 1
    pending 44 rounds 1
    pending 43 rounds 1
    pending 42 rounds 1
    pending 41 rounds 1
    pending 40 rounds 1
    pending 39 rounds 1
    pending 38 rounds 1
    pending 37 rounds 1
    pending 36 rounds 1
    pending 35 rounds 1
    pending 34 rounds 1
    pending 33 rounds 1
    pending 32 rounds 1
    pending 31 rounds 1
    pending 30 rounds 1
    pending 29 rounds 1
    pending 28 rounds 1
    pending 27 rounds 1
    pending 26 rounds 1
    pending 25 rounds 1
    pending 24 rounds 1
    pending 23 rounds 1
    pending 22 rounds 1
    pending 21 rounds 1
    pending 20 rounds 1
    pending 19 rounds 1
    pending 18 rounds 1
    pending 17 rounds 1
    pending 16 rounds 1
    pending 15 rounds 1
    pending 14 rounds ...

Reason node-api/test_fatal/test_threads_report
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#39240, nodejs/node#40250)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/40671/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40672/
Example
not ok 3341 node-api/test_fatal/test_threads_report
  ---
  duration_ms: 120.135
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-binary-default
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#40696, nodejs/node#40607)
Appeared test-requireio_mcollina-debian10-armv7l_pi2-1, test-digitalocean-alpine311_container-x64-2, test-digitalocean-alpine312_container-x64-1, test-softlayer-centos7-x64-1, test-softlayer-debian10-x64-1, test-rackspace-fedora32-x64-1, test-digitalocean-fedora34-x64-2, test-joyent-ubuntu1804-x64-1, test-digitalocean-freebsd12-x64-1, test-nearform-macos10.15-x64-3, test-orka-macos11-x64-1, test-joyent-smartos20-x64-4, test-osuosl-aix72-ppc64_be-2, test-macstadium-macos11.0-arm64-4, test-osuosl-centos7-ppc64_le-1, test-ibm-rhel7-s390x-4, test-ibm-rhel7-s390x-2, test-equinix-centos7_container-arm64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-3, test-equinix-ubuntu2004_container-arm64-1, test-equinix-ubuntu2004_container-armv7l-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_pivotalagency-debian10-arm64_pi3-2, undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/40659/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40662/
Example
not ok 160 parallel/test-crypto-binary-default
  ---
  duration_ms: 240.124
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-dh-constructor
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#40664, nodejs/node#40511)
Appeared test-requireio_svincent-debian10-armv7l_pi2-3, test-requireio_jasnell-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/40682/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40716/
Example
not ok 225 parallel/test-crypto-dh-constructor
  ---
  duration_ms: 240.277
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-dh-leak
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#39240, nodejs/node#40250)
Appeared test-requireio_rvagg-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/40671/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40695/
Example
not ok 190 parallel/test-crypto-dh-leak
  ---
  duration_ms: 240.113
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-options-immutable
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#40696, nodejs/node#40649)
Appeared test-osuosl-aix72-ppc64_be-3, test-digitalocean-alpine311_container-x64-2, test-digitalocean-alpine312_container-x64-1, test-softlayer-centos7-x64-1, test-softlayer-debian10-x64-1, test-rackspace-fedora32-x64-1, test-digitalocean-fedora34-x64-2, test-joyent-ubuntu1804-x64-1, test-digitalocean-freebsd12-x64-1, test-nearform-macos10.15-x64-3, test-orka-macos11-x64-1, test-joyent-smartos20-x64-4, test-osuosl-aix72-ppc64_be-2, test-macstadium-macos11.0-arm64-4, test-osuosl-centos7-ppc64_le-1, test-ibm-rhel7-s390x-4, test-ibm-rhel7-s390x-2, test-equinix-centos7_container-arm64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-3, test-equinix-ubuntu2004_container-arm64-1, test-equinix-ubuntu2004_container-armv7l-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-requireio_ceejbot-debian10-armv7l_pi2-1, test-requireio_securogroup-debian10-arm64_pi3-1, undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/40659/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40667/
Example
not ok 918 parallel/test-fs-options-immutable
  ---
  duration_ms: 0.201
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/fs/watchers:252
        throw error;
        ^
    
    Error: ENOSYS: function not implemented, watch '/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/parallel/test-fs-options-immutable.js'
        at FSWatcher.<computed> (node:internal/fs/watchers:244:19)
        at Object.watch (node:fs:2247:34)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/parallel/test-fs-options-immutable.js:48:20)
        at Module._compile (node:internal/modules/cjs/loader:1095:14)
        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1147:10)
        at Module.load (node:internal/modules/cjs/loader:975:32)
        at Function.Module._load (node:internal/modules/cjs/loader:822:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
        at node:internal/main/ru...

Reason parallel/test-fs-promises-watch
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#40250, nodejs/node#40649)
Appeared test-osuosl-aix72-ppc64_be-3, test-digitalocean-ubi81_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/40657/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40667/
Example
not ok 940 parallel/test-fs-promises-watch
  ---
  duration_ms: 0.236
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/errors:464
        ErrorCaptureStackTrace(err);
        ^
    
    Error: ENOSYS: function not implemented, watch '/home/iojs/build/.tmp.939/watch1/foo'
        at watch (node:internal/fs/watchers:348:21)
        at watch.next (<anonymous>)
        at test (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/parallel/test-fs-promises-watch.js:52:44)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/parallel/test-fs-promises-watch.js:72:3)
        at Module._compile (node:internal/modules/cjs/loader:1095:14)
        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1147:10)
        at Module.load (node:internal/modules/cjs/loader:975:32)
        at Function.Module._load (node:internal/modules/cjs/loader:822:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_mai...

Reason parallel/test-fs-write-stream-file-handle
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#40604, nodejs/node#40696)
Appeared test-digitalocean-alpine311_container-x64-2, test-digitalocean-alpine312_container-x64-1, test-softlayer-centos7-x64-1, test-softlayer-debian10-x64-1, test-rackspace-fedora32-x64-1, test-digitalocean-fedora34-x64-2, test-joyent-ubuntu1804-x64-1, test-digitalocean-freebsd12-x64-1, test-nearform-macos10.15-x64-3, test-orka-macos11-x64-1, test-joyent-smartos20-x64-4, test-osuosl-aix72-ppc64_be-2, test-macstadium-macos11.0-arm64-4, test-osuosl-centos7-ppc64_le-1, test-ibm-rhel7-s390x-4, test-ibm-rhel7-s390x-2, test-equinix-centos7_container-arm64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-3, test-equinix-ubuntu2004_container-arm64-1, test-equinix-ubuntu2004_container-armv7l-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_securogroup-debian10-arm64_pi3-2, undefined, test-digitalocean-ubi81_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/40652/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40659/
Example
not ok 1002 parallel/test-fs-write-stream-file-handle
  ---
  duration_ms: 0.218
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/fs/streams:361
      this.closed = false;
                  ^
    
    TypeError: Cannot set property closed of #<Writable> which has only a getter
        at new WriteStream (node:internal/fs/streams:361:15)
        at Object.createWriteStream (node:fs:2889:10)
        at /home/iojs/build/workspace/node-test-commit-linux/test/parallel/test-fs-write-stream-file-handle.js:14:21
    
    Node.js v18.0.0-pre
  ...


Reason parallel/test-http2-client-upload-reject
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#40696, nodejs/node#40604)
Appeared test-orka-macos11-x64-2, test-digitalocean-alpine311_container-x64-2, test-digitalocean-alpine312_container-x64-1, test-softlayer-centos7-x64-1, test-softlayer-debian10-x64-1, test-rackspace-fedora32-x64-1, test-digitalocean-fedora34-x64-2, test-joyent-ubuntu1804-x64-1, test-digitalocean-freebsd12-x64-1, test-nearform-macos10.15-x64-3, test-orka-macos11-x64-1, test-joyent-smartos20-x64-4, test-osuosl-aix72-ppc64_be-2, test-macstadium-macos11.0-arm64-4, test-osuosl-centos7-ppc64_le-1, test-ibm-rhel7-s390x-4, test-ibm-rhel7-s390x-2, test-equinix-centos7_container-arm64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-3, test-equinix-ubuntu2004_container-arm64-1, test-equinix-ubuntu2004_container-armv7l-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_pivotalagency-debian10-arm64_pi3-2, undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/40659/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40661/
Example
not ok 1222 parallel/test-http2-client-upload-reject
  ---
  duration_ms: 0.325
  severity: fail
  exitcode: 1
  stack: |-
    node:events:368
          throw er; // Unhandled 'error' event
          ^
    
    Error: read ECONNRESET
        at TCP.onStreamRead (node:internal/stream_base_commons:220:20)
    Emitted 'error' event on ClientHttp2Stream instance at:
        at ClientHttp2Stream.onerror (node:internal/streams/readable:796:14)
        at ClientHttp2Stream.emit (node:events:390:28)
        at emitErrorNT (node:internal/streams/destroy:164:8)
        at emitErrorCloseNT (node:internal/streams/destroy:129:3)
        at processTicksAndRejections (node:internal/process/task_queues:83:21) {
      errno: -54,
      code: 'ECONNRESET',
      syscall: 'read'
    }
    
    Node.js v18.0.0-pre
  ...


Reason parallel/test-trace-events-fs-sync
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#40649, nodejs/node#40487)
Appeared test-azure_msft-win10_vcbt2015-x64-4, test-azure_msft-win10_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/40676/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40687/
Example
not ok 690 parallel/test-trace-events-fs-sync
  ---
  duration_ms: 23.815
  severity: fail
  exitcode: 1
  stack: |-
    Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.673
    Files blocking: [ 'fs.txt', 'node_trace.1.log' ]
    
    C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-trace-events-fs-sync.js:133
        throw new Error(`${tr}:\n${util.inspect(proc)}`);
        ^
    
    Error: fs.sync.ftruncate:
    {
      status: 1,
      signal: null,
      output: [
        null,
        '',
        'node:internal/fs/utils:344\r\n' +
          '    throw err;\r\n' +
          '    ^\r\n' +
          '\r\n' +
          "Error: EPERM: operation not permitted, open 'fs.txt'\r\n" +
          '    at Object.openSync (node:fs:585:3)\r\n' +
          '    at Object.writeFileSync (node:fs:2153:35)\r\n' +
          '    at [eval]:1:4\r\n' +
          '    at Script.runInThisContext (node:vm:129:12)\r\n' +
          '    at Object.runInThisContext (node:vm:30...

Reason pummel/test-timers
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#40665, nodejs/node#40716)
Appeared test-digitalocean-alpine312_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/40678/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40713/
Example
not ok 3199 pummel/test-timers
  ---
  duration_ms: 1.747
  severity: fail
  exitcode: 1
  stack: |-
    diff: 1361
    node:assert:400
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
      assert.ok(1000 <= diff && diff < 1000 + WINDOW)
    
        at Timeout.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/test/pummel/test-timers.js:39:12)
        at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-linux/test/common/index.js:401:15)
        at listOnTimeout (node:internal/timers:557:17)
        at processTimers (node:internal/timers:500:7) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v18.0.0-pre
  ...


Reason sequential/test-heapdump-flag
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#40675, nodejs/node#39809)
Appeared test-digitalocean-alpine312_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-7
First CI https://ci.nodejs.org/job/node-test-pull-request/40665/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40668/
Example
not ok 3453 sequential/test-heapdump-flag
  ---
  duration_ms: 120.80
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Jenkins Failure

Reason Build timed out (after 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 8 (nodejs/node#40660, nodejs/node#40696, nodejs/node#40607, nodejs/node#40675, nodejs/node#40250, nodejs/node#40351, nodejs/node#40511, nodejs/node#40658)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-ubi81_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubi81_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-7
First CI https://ci.nodejs.org/job/node-test-pull-request/40638/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40726/
Example
Build timed out (after 60 minutes). Marking the build as failed.

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#40649, nodejs/node#39944)
Appeared test-osuosl-aix72-ppc64_be-3, test-osuosl-centos7-ppc64_le-4
First CI https://ci.nodejs.org/job/node-test-pull-request/40667/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40681/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from p8-aix2-nodejs03.osuosl.org/140.211.9.131:32774' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
	at com.sun.proxy.$Proxy86.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1213)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1205)

Git Failure

Reason warning: failed to remove Release/node.exe: Invalid argument
Type GIT_FAILURE
Failed PR 6 (nodejs/node#39240, nodejs/node#40659, nodejs/node#40555, nodejs/node#40716, nodejs/node#40653, nodejs/node#40511)
Appeared test-rackspace-win2012r2_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/40671/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40716/
Example
warning: failed to remove Release/node.exe: Invalid argument

Build Failure

Reason fatal error: ld terminated with signal 9 [Killed]
Type BUILD_FAILURE
Failed PR 23 (nodejs/node#40643, nodejs/node#40660, nodejs/node#40516, nodejs/node#40661, nodejs/node#40696, nodejs/node#40658, nodejs/node#40628, nodejs/node#40665, nodejs/node#40649, nodejs/node#39240, nodejs/node#40675, nodejs/node#40250, nodejs/node#40664, nodejs/node#40487, nodejs/node#40555, nodejs/node#40598, nodejs/node#40552, nodejs/node#40659, nodejs/node#40351, nodejs/node#40706, nodejs/node#40653, nodejs/node#40716, nodejs/node#40604)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/40636/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40724/
Example
fatal error: ld terminated with signal 9 [Killed]

Reason sh: line 30: sudo: command not found
Type BUILD_FAILURE
Failed PR 13 (nodejs/node#40643, nodejs/node#40604, nodejs/node#40607, nodejs/node#40572, nodejs/node#40675, nodejs/node#39240, nodejs/node#40664, nodejs/node#40487, nodejs/node#40250, nodejs/node#40716, nodejs/node#40511, nodejs/node#40696, nodejs/node#40654)
Appeared test-equinix-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/40636/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40729/
Example
sh: line 30: sudo: command not found

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#40604, nodejs/node#40658)
Appeared test-orka-macos10.14-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/40652/
Last CI https://ci.nodejs.org/job/node-test-pull-request/40653/
Example
fatal: No rebase in progress?

Progress

  • sequential/test-child-process-pass-fd (14)
  • pummel/test-fs-watch-non-recursive (12)
  • message/esm_display_syntax_error_import_json_named_export (10)
  • sequential/test-debugger-heap-profiler (10)
  • parallel/test-repl-sigint-nested-eval (9)
  • parallel/test-http2-pipe-named-pipe (8)
  • sequential/test-worker-prof (8)
  • parallel/test-fs-rm (7)
  • parallel/test-finalization-group-regular-gc (6)
  • pummel/test-policy-integrity (6)
  • sequential/test-heap-prof (6)
  • parallel/test-crypto-keygen (5)
  • parallel/test-fs-rmdir-recursive (5)
  • wpt/test-user-timing (5)
  • benchmark/test-benchmark-buffer (4)
  • parallel/test-datetime-change-notify (4)
  • parallel/test-http2-cancel-while-client-reading (4)
  • sequential/test-heapdump (4)
  • parallel/test-child-process-fork-closed-channel-segfault (3)
  • parallel/test-child-process-fork-exec-path (3)
  • parallel/test-crypto-secure-heap (3)
  • parallel/test-file-write-stream4 (3)
  • parallel/test-fs-write-reuse-callback (3)
  • parallel/test-heapsnapshot-near-heap-limit-worker (3)
  • parallel/test-module-loading-globalpaths (3)
  • pummel/test-fs-readfile-tostring-fail (3)
  • sequential/test-net-connect-econnrefused (3)
  • node-api/test_fatal/test_threads_report (2)
  • parallel/test-crypto-binary-default (2)
  • parallel/test-crypto-dh-constructor (2)
  • parallel/test-crypto-dh-leak (2)
  • parallel/test-fs-options-immutable (2)
  • parallel/test-fs-promises-watch (2)
  • parallel/test-fs-write-stream-file-handle (2)
  • parallel/test-http2-client-upload-reject (2)
  • parallel/test-trace-events-fs-sync (2)
  • pummel/test-timers (2)
  • sequential/test-heapdump-flag (2)
  • Build timed out (after 60 minutes). Marking the build as failed. (8)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (2)
  • warning: failed to remove Release/node.exe: Invalid argument (6)
  • fatal error: ld terminated with signal 9 [Killed] (23)
  • sh: line 30: sudo: command not found (13)
  • fatal: No rebase in progress? (2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants