Skip to content

CI Reliability 2022-02-07 #195

@github-actions

Description

@github-actions

Failures in node-test-pull-request/42306 to node-test-pull-request/42404 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
2022-02-07 00:07 0 8 26 10 56 8.89%

JSTest Failure

Reason node-api/test_threadsafe_function/test
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#41830, nodejs/node#41854, nodejs/node#41849, nodejs/node#41871, nodejs/node#41804)
Appeared test-equinix-ubuntu2004_container-arm64-2, test-equinix-centos7_container-arm64-1, test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42336/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42397/
Example
not ok 3321 node-api/test_threadsafe_function/test
  ---
  duration_ms: 240.47
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-child-process-fork-closed-channel-segfault
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#41758, nodejs/node#41847, nodejs/node#41867, nodejs/node#41662, nodejs/node#41871)
Appeared test-requireio_pivotalagency-debian10-arm64_pi3-2, test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_rvagg-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42362/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42394/
Example
not ok 104 parallel/test-child-process-fork-closed-channel-segfault
  ---
  duration_ms: 3.595
  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:864:20)
        at ChildProcess.<anonymous> (node:internal/child_process:667:16)
        at ChildProcess.emit (node:events:538:35)
        at emit (node:internal/child_process:936:14)
        at processTicksAndRejections (node:internal/process/task_queues:83:21) {
      errno: -32,
      code: 'EPIPE',
      syscall: 'write'
    }
    
    Node.js v18.0.0-pre
  ...


Reason sequential/test-cpu-prof-worker-argv
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#41678, nodejs/node#41830, nodejs/node#41662, nodejs/node#41867, nodejs/node#41859)
Appeared test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42341/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42386/
Example
not ok 3443 sequential/test-cpu-prof-worker-argv
  ---
  duration_ms: 0.646
  severity: fail
  exitcode: 1
  stack: |-
    
    [
      {
        id: 1,
        callFrame: {
          functionName: '(root)',
          scriptId: '0',
          url: '',
          lineNumber: -1,
          columnNumber: -1
        },
        hitCount: 0,
        children: [ 2, 3, 21, 30, 40 ]
      },
      {
        id: 2,
        callFrame: {
          functionName: '(program)',
          scriptId: '0',
          url: '',
          lineNumber: -1,
          columnNumber: -1
        },
        hitCount: 0
      },
      {
        id: 3,
        callFrame: {
          functionName: '',
          scriptId: '10',
          url: 'node:internal/bootstrap/node',
          lineNumber: 0,
          columnNumber: 0
        },
        hitCount: 0,
        children: [ 4 ]
      },
      {
        id: 4,
        callFrame: {
          functionName: 'nativeModuleRequire',
          scriptId: '9',
          url: 'node:internal/bootstrap/load...

Reason parallel/test-common-expect-warning
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#41796, nodejs/node#41845, nodejs/node#41662, nodejs/node#41879)
Appeared test-equinix-ubuntu2004_container-arm64-2, test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-3, test-equinix-ubuntu1804_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42316/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42401/
Example
not ok 329 parallel/test-common-expect-warning
  ---
  duration_ms: 0.556
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:1026
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Unexpected extra warning received/. Input:
    
    ''
    
        at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm/test/parallel/test-common-expect-warning.js:41:14)
        at ChildProcess.<anonymous> (/home/iojs/build/workspace/node-test-commit-arm/test/common/index.js:410:15)
        at ChildProcess.emit (node:events:527:28)
        at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '',
      expected: /Unexpected extra warning received/,
      operator: 'match'
    }
    
    Node.js v18.0.0-pre
  ...


Reason parallel/test-module-readonly
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#41849, nodejs/node#41867, nodejs/node#36328, nodejs/node#41871)
Appeared test-nearform_arm-win10_vs2019-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42368/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42388/
Example
not ok 462 parallel/test-module-readonly
  ---
  duration_ms: 1.53
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:991
        throw newErr;
        ^
    
    AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Cannot find module '..\.tmp.454\readOnlyMod'
    Require stack:
    - c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-module-readonly.js
        at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-module-readonly.js:48:8)
        at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)
        at Function.Module._load (node:internal/modules/cjs/loader:778:27)
        at Module.require (node:internal/modules/cjs/loader:999:19)
        at require (node:internal/modules/cjs/helpers:102:18)
        at Object.<anonymous> (c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-module-readonly.js:36:3)
        at Module._compile (node:internal/modules/cjs/loader:1097:14)
        at ...

Reason abort/test-addon-register-signal-handler
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41677, nodejs/node#41849, nodejs/node#41864)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42363/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42380/
Example
not ok 3598 abort/test-addon-register-signal-handler
  ---
  duration_ms: 1.49
  severity: fail
  exitcode: 1
  stack: |-
    Running: node /home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos20-64/test/addons/register-signal-handler/test.js child 6 reset 1
    Running: node /home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos20-64/test/addons/register-signal-handler/test.js child 6 reset 2
    node:assert:123
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    + actual - expected
    
    + []
    - [
    -   6
    - ]
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-smartos/nodes/smartos20-64/test/addons/register-signal-handler/test.js:54:12)
        at Module._compile (node:internal/modules/cjs/loader:1097:14)
        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1151:10)
        at Module.load (node:internal/modules/cjs/loader:975:32)
        at Function...

Reason parallel/test-crypto-classes
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41817, nodejs/node#41867, nodejs/node#41877)
Appeared test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_ceejbot-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42308/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42404/
Example
not ok 158 parallel/test-crypto-classes
  ---
  duration_ms: 240.124
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-6
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41800, nodejs/node#41478, nodejs/node#41825)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42309/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42322/
Example
not ok 541 parallel/test-domain-no-error-handler-abort-on-uncaught-6
  ---
  duration_ms: 120.190
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-7
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41800, nodejs/node#41478, nodejs/node#41825)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42309/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42322/
Example
not ok 542 parallel/test-domain-no-error-handler-abort-on-uncaught-7
  ---
  duration_ms: 120.127
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-8
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41800, nodejs/node#41825, nodejs/node#41867)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42309/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42375/
Example
not ok 560 parallel/test-domain-no-error-handler-abort-on-uncaught-8
  ---
  duration_ms: 120.245
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-9
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41800, nodejs/node#41825, nodejs/node#41867)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42309/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42375/
Example
not ok 559 parallel/test-domain-no-error-handler-abort-on-uncaught-9
  ---
  duration_ms: 120.209
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-binary-default
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41849, nodejs/node#41871)
Appeared test-requireio_joeyvandijk-debian10-armv7l_pi2-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42368/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42389/
Example
not ok 190 parallel/test-crypto-binary-default
  ---
  duration_ms: 240.512
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-dh
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41830, nodejs/node#41849)
Appeared test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_svincent-debian10-armv7l_pi2-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42336/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42360/
Example
not ok 223 parallel/test-crypto-dh
  ---
  duration_ms: 241.230
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-dh-odd-key
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41830, nodejs/node#41662)
Appeared test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_ceejbot-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42358/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42399/
Example
not ok 228 parallel/test-crypto-dh-odd-key
  ---
  duration_ms: 240.53
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-no-error-handler-abort-on-uncaught-5
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41478, nodejs/node#41825)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42321/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42322/
Example
not ok 540 parallel/test-domain-no-error-handler-abort-on-uncaught-5
  ---
  duration_ms: 120.103
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41825, nodejs/node#41867)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42322/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42375/
Example
not ok 566 parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler
  ---
  duration_ms: 120.257
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-domain-with-abort-on-uncaught-exception
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41825, nodejs/node#41867)
Appeared test-joyent-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42322/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42375/
Example
not ok 580 parallel/test-domain-with-abort-on-uncaught-exception
  ---
  duration_ms: 120.122
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-rm
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41851, nodejs/node#41871)
Appeared test-requireio_mcollina-debian10-armv7l_pi2-1, test-requireio_pivotalagency-debian10-arm64_pi3-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42393/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42394/
Example
not ok 270 parallel/test-fs-rm
  ---
  duration_ms: 270.524
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-heapsnapshot-near-heap-limit-worker
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41849, nodejs/node#41867)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-equinix-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42368/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42373/
Example
not ok 1070 parallel/test-heapsnapshot-near-heap-limit-worker
  ---
  duration_ms: 10.598
  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=51538784, total_size=51538784
    Estimated available memory=9223372036730892288, estimated overhead=50331648
    Start generating Heap.20220205.215058.1254.1.001.heapsnapshot...
    Wrote snapshot to /home/iojs/node-tmp/.tmp.1030/Heap.20220205.215058.1254.1.001.heapsnapshot
    
    <--- Last few GCs --->
    ze[1254:0x7fa634000ce0]     8913 ms: Mark-sweep (reduce) 48.6 (52.0) -> 48.5 (51.7) MB, 20.9 / 0.0 ms  (+ 0.0 ms in 2 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 26 ms) (average mu = 0.349, current mu = 0.378) finalize[1254:0x7fa634000ce0]     8937 ms: Mark-sweep (reduce) 48.8 (51.7) -> 48.7 (52.0) MB, 15.4 / 0.0 ms  (+ 5.3 ms in 8 steps since start of marking, biggest...

Reason report/test-report-fatal-error
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41871, nodejs/node#41864)
Appeared test-joyent-smartos20-x64-3, test-requireio_mcollina-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42394/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42402/
Example
not ok 3203 report/test-report-fatal-error
  ---
  duration_ms: 120.76
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason sequential/test-cpu-prof-dir-relative
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41547, nodejs/node#41854)
Appeared test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/42313/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42353/
Example
not ok 3435 sequential/test-cpu-prof-dir-relative
  ---
  duration_ms: 0.515
  severity: fail
  exitcode: 1
  stack: |-
    Dispatching message { "id": 1, "method": "Profiler.enable" }
    Receive CPU profile message
    {"id":1,"result":{}}
    Dispatching message { "id": 2, "method": "Profiler.start" }
    Receive CPU profile message
    {"id":2,"result":{}}
    Dispatching message { "id": 3, "method": "Profiler.setSamplingInterval", "params": { "interval": 50 } }
    Receive CPU profile message
    {"id":3,"error":{"code":-32000,"message":"Cannot change sampling interval when profiling."}}
    EndStartedProfilers
    V8CpuProfilerConnection::End(), ending = false
    Dispatching message { "id": 4, "method": "Profiler.stop" }
    Receive CPU profile message
    Writing profile response (id = 4)
    Written result to prof/CPU.20220205.014700.66909.0.001.cpuprofile
    
    [
      {
        id: 1,
        callFrame: {
          functionName: '(root)',
          scriptId: '0',
          url: '',
          lin...

Reason sequential/test-diagnostic-dir-cpu-prof
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41737, nodejs/node#41864)
Appeared test-nearform-macos10.15-x64-3, test-ibm-rhel7-s390x-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42356/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42380/
Example
not ok 3487 sequential/test-diagnostic-dir-cpu-prof
  ---
  duration_ms: 0.361
  severity: fail
  exitcode: 1
  stack: |-
    Dispatching message { "id": 1, "method": "Profiler.enable" }
    Receive CPU profile message
    {"id":1,"result":{}}
    Dispatching message { "id": 2, "method": "Profiler.start" }
    Receive CPU profile message
    {"id":2,"result":{}}
    Dispatching message { "id": 3, "method": "Profiler.setSamplingInterval", "params": { "interval": 50 } }
    Receive CPU profile message
    {"id":3,"error":{"code":-32000,"message":"Cannot change sampling interval when profiling."}}
    EndStartedProfilers
    V8CpuProfilerConnection::End(), ending = false
    Dispatching message { "id": 4, "method": "Profiler.stop" }
    Receive CPU profile message
    Writing profile response (id = 4)
    Written result to /Users/iojs/node-tmp/.tmp.3486/prof/CPU.20220205.142900.32315.0.001.cpuprofile
    
    [
      {
        id: 1,
        callFrame: {
          functionName: '(root)',
          scriptId: '0',...

Reason sequential/test-net-connect-econnrefused
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41800, nodejs/node#41836)
Appeared test-osuosl-centos7-ppc64_le-1, test-ibm-rhel7-s390x-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42309/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42338/
Example
not ok 3571 sequential/test-net-connect-econnrefused
  ---
  duration_ms: 120.66
  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 sequential/test-worker-prof
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41836, nodejs/node#41871)
Appeared test-macstadium-macos11.0-arm64-3, test-equinix-ubuntu1804_sharedlibs_container-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42338/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42389/
Example
not ok 3573 sequential/test-worker-prof
  ---
  duration_ms: 0.565
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:399
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: 14 >= 15
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/sequential/test-worker-prof.js:78:5)
        at Module._compile (node:internal/modules/cjs/loader:1097:14)
        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1151: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:77:12)
        at node:internal/main/run_main_module:17:47 {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v18.0.0-pre
  ...


Jenkins Failure

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 8 (nodejs/node#41836, nodejs/node#41845, nodejs/node#41678, nodejs/node#34312, nodejs/node#41677, nodejs/node#41847, nodejs/node#41871, nodejs/node#41766)
Appeared test-osuosl-aix72-ppc64_be-3, test-osuosl-aix72-ppc64_be-2, test-equinix-ubuntu2004_container-arm64-2, test-equinix-ubuntu1804_sharedlibs_container-arm64-4, test-equinix-ubuntu2004_sharedlibs_container-arm64-4, test-equinix-ubuntu2004_sharedlibs_container-arm64-6, test-equinix-centos7_container-arm64-2, test-equinix-ubuntu1804_sharedlibs_container-arm64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/42339/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42390/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from p8-aix2-nodejs03.osuosl.org/140.211.9.131:51945' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
	at com.sun.proxy.$Proxy82.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1213)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1205)

Reason Build timed out (after 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#41831, nodejs/node#41879)
Appeared test-digitalocean-ubi81_container-x64-1, test-softlayer-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42348/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42401/
Example
Build timed out (after 60 minutes). Marking the build as failed.

Build Failure

Reason ERROR: Step ?Publish JUnit test result report? failed: no workspace for ...
Type BUILD_FAILURE
Failed PR 4 (nodejs/node#41836, nodejs/node#41845, nodejs/node#34312, nodejs/node#41871)
Appeared test-osuosl-aix72-ppc64_be-2, test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu1804_sharedlibs_container-arm64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/42339/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42389/
Example
ERROR: Step ?Publish JUnit test result report? failed: no workspace for node-test-commit-aix/nodes=aix72-ppc64 #39866
Sending e-mails to: michael_dawson@ca.ibm.com vieuxtech@gmail.com ashley.cripps@ibm.com
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 3 (nodejs/node#41848, nodejs/node#41867, nodejs/node#41871)
Appeared test-azure_msft-win10_vs2019-x64-2, test-azure_msft-win10_vs2019-x64-4, test-rackspace-win2012r2_vs2017-x64-2, test-azure_msft-win10_vs2019-x64-3, test-rackspace-win2012r2_vs2015-x64-2, test-rackspace-win2012r2_vs2013-x64-1, test-azure_msft-win10_vs2019-x64-1, test-rackspace-win2012r2_vs2017-x64-3, test-rackspace-win2012r2_vs2015-x64-1, test-rackspace-win2012r2_vs2017-x64-4, test-rackspace-win2012r2_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42343/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42389/
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 Failed to trigger sub builds
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#34312, nodejs/node#41775)
Appeared undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/42331/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42342/
Example
Failed to trigger sub builds

Progress

  • node-api/test_threadsafe_function/test (5)
  • parallel/test-child-process-fork-closed-channel-segfault (5)
  • sequential/test-cpu-prof-worker-argv (5)
  • parallel/test-common-expect-warning (4)
  • parallel/test-module-readonly (4)
  • abort/test-addon-register-signal-handler (3)
  • parallel/test-crypto-classes (3)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-6 (3)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-7 (3)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-8 (3)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-9 (3)
  • parallel/test-crypto-binary-default (2)
  • parallel/test-crypto-dh (2)
  • parallel/test-crypto-dh-odd-key (2)
  • parallel/test-domain-no-error-handler-abort-on-uncaught-5 (2)
  • parallel/test-domain-throw-error-then-throw-from-uncaught-exception-handler (2)
  • parallel/test-domain-with-abort-on-uncaught-exception (2)
  • parallel/test-fs-rm (2)
  • parallel/test-heapsnapshot-near-heap-limit-worker (2)
  • report/test-report-fatal-error (2)
  • sequential/test-cpu-prof-dir-relative (2)
  • sequential/test-diagnostic-dir-cpu-prof (2)
  • sequential/test-net-connect-econnrefused (2)
  • sequential/test-worker-prof (2)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (8)
  • Build timed out (after 60 minutes). Marking the build as failed. (2)
  • ERROR: Step ?Publish JUnit test result report? failed: no workspace for ... (4)
  • ERROR: Step �Publish JUnit test result report� failed: No test report files were found. Configuration error? (3)
  • Failed to trigger sub builds (2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions