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 2023-07-04 #607

Open
22 tasks
github-actions bot opened this issue Jul 4, 2023 · 0 comments
Open
22 tasks

CI Reliability 2023-07-04 #607

github-actions bot opened this issue Jul 4, 2023 · 0 comments

Comments

@github-actions
Copy link

github-actions bot commented Jul 4, 2023

Failures in node-test-pull-request/52488 to node-test-pull-request/52582 that failed 2 or more 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-07-04 00:17 0 0 38 0 62 0.00%

JSTest Failure

Reason wpt/test-webcrypto
Type JS_TEST_FAILURE
Failed PR 6 (nodejs/node#48345, nodejs/node#48555, nodejs/node#48564, nodejs/node#48325, nodejs/node#48563, nodejs/node#48484)
Appeared test-orka-macos11-x64-2, test-orka-macos11-x64-1, test-equinix_mnx-smartos20-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/52498/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52549/
Example
not ok 3960 wpt/test-webcrypto
  ---
  duration_ms: 79511.46000
  severity: crashed
  exitcode: -6
  stack: |-
    [SKIPPED] algorithm-discards-context.https.window.js: Not relevant in Node.js context
    [SKIPPED] historical.any.js: Not relevant in Node.js context
    [PASS] setup - define tests
    [PASS] X25519 key derivation checks for all-zero value result with a key of order 0
    [PASS] X25519 key derivation checks for all-zero value result with a key of order 1
    [PASS] X25519 key derivation checks for all-zero value result with a key of order 8
    [PASS] X25519 key derivation checks for all-zero value result with a key of order p-1 (order 2)
    [PASS] X25519 key derivation checks for all-zero value result with a key of order p (=0, order 4)
    [PASS] X25519 key derivation checks for all-zero value result with a key of order p+1 (=1, order 1)
    [PASS] X448 key derivation checks for all-zero value result with a key of order 0
    [PASS] X448 key derivation checks for all-zero value result with a...

Reason parallel/test-crypto-dh
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#45190, nodejs/node#48564, nodejs/node#48573, nodejs/node#48597)
Appeared test-rackspace-win2012r2_vs2015-x64-2, test-rackspace-win2012r2_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52519/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52558/
Example
not ok 898 parallel/test-crypto-dh
  ---
  duration_ms: 120124.00200
  severity: fail
  exitcode: 1
  stack: |-
    timeout
  ...


Reason parallel/test-http-request-join-authorization-headers
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#48345, nodejs/node#48325, nodejs/node#48563, nodejs/node#48576)
Appeared test-equinix_mnx-ubuntu1804-x64-1, test-orka-macos11-x64-1, test-orka-macos11-x64-2, test-digitalocean-alpine318_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52527/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52534/
Example
not ok 1534 parallel/test-http-request-join-authorization-headers
  ---
  duration_ms: 115.75000
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    '1, 2' !== '1'
    
        at Server.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/test/parallel/test-http-request-join-authorization-headers.js:39:12)
        at Server.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux/test/common/index.js:466:15)
        at Server.emit (node:events:512:28)
        at parserOnIncoming (node:_http_server:1125:12)
        at HTTPParser.parserOnHeadersComplete (node:_http_common:119:17) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '1, 2',
      expected: '1',
      operator: 'strictEqual'
    }
    
    Node.js v21.0.0-pre
  ...


Reason pummel/test-net-throttle
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#48561, nodejs/node#48549, nodejs/node#48565, nodejs/node#48592)
Appeared test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52490/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52552/
Example
not ok 3601 pummel/test-net-throttle
  ---
  duration_ms: 353.57300
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at process.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/pummel/test-net-throttle.js:87:10)
        at process.emit (node:events:524:35) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v21.0.0-pre
  ...


Reason parallel/test-fs-watch-recursive-update-file
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#48563, nodejs/node#48549, nodejs/node#48599)
Appeared test-ibm-rhel8-s390x-1, test-ibm-rhel8-s390x-2, test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/52505/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52560/
Example
not ok 1277 parallel/test-fs-watch-recursive-update-file
  ---
  duration_ms: 120099.06000
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-performance-function
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#48561, nodejs/node#39463, nodejs/node#48589)
Appeared undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/52490/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52542/
Example
not ok 2279 parallel/test-performance-function
  ---
  duration_ms: 215.36000
  severity: fail
  exitcode: 1
  stack: |-
    
    node:internal/event_target:1054
      process.nextTick(() => { throw err; });
                               ^
    RangeError [ERR_OUT_OF_RANGE]: The value of "val" is out of range. It must be >= 1 && <= 9007199254740991. Received 0
        at RecordableHistogram.record (node:internal/histogram:283:5)
        at processComplete (node:internal/perf/timerify:40:15)
        at timerified m (node:internal/perf/timerify:87:5)
        at /home/iojs/build/workspace/node-test-commit-custom-suites-freestyle/test/parallel/test-performance-function.js:98:5
        at runNextTicks (node:internal/process/task_queues:60:5)
        at listOnTimeout (node:internal/timers:540:9)
        at process.processTimers (node:internal/timers:514:7)
    Emitted 'error' event on Worker instance at:
        at [kOnErrorMessage] (node:internal/worker:326:10)
        at [kOnMessage] (node:internal/worker:337:37)...

Reason parallel/test-child-process-pipe-dataflow
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48345, nodejs/node#48275)
Appeared test-rackspace-win2012r2_vs2015-x64-2, test-azure_msft-win2022_vs2019-x64-2, test-rackspace-win2012r2_vs2015-x64-1, test-azure_msft-win2022_vs2019-x64-3, test-rackspace-win2012r2_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/52527/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52578/
Example
not ok 118 parallel/test-child-process-pipe-dataflow
  ---
  duration_ms: 0.252
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + '177361'
    - '1048577'
        at process.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-pipe-dataflow.js:71:12)
        at process.emit (node:events:525:35) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '177361',
      expected: '1048577',
      operator: 'strictEqual'
    }
    
    Node.js v18.16.2-pre
  ...


Reason parallel/test-fs-watch-recursive-symlink
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48549, nodejs/node#48477)
Appeared test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-2
First CI https://ci.nodejs.org/job/node-test-pull-request/52514/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52547/
Example
not ok 1364 parallel/test-fs-watch-recursive-symlink
  ---
  duration_ms: 120091.36200
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-http-server-request-timeouts-mixed
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48563, nodejs/node#48599)
Appeared test-ibm-rhel8-s390x-1, test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/52507/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52560/
Example
not ok 1347 parallel/test-http-server-request-timeouts-mixed
  ---
  duration_ms: 3314.63100
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:399
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
      assert(request2.completed)
    
        at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-http-server-request-timeouts-mixed.js:108:5)
        at listOnTimeout (node:internal/timers:573:17)
        at process.processTimers (node:internal/timers:514:7) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v21.0.0-pre
  ...


Reason parallel/test-inspector-exception
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48573, nodejs/node#48477)
Appeared test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/52526/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52547/
Example
not ok 1842 parallel/test-inspector-exception
  ---
  duration_ms: 15543.76000
  severity: fail
  exitcode: 1
  stack: |-
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] Debugger listening on ws://127.0.0.1:38447/16a83d57-918a-4fcf-8641-767646a51e74
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [test] Verifying debugger stops on start (--inspect-brk option)
    [err] Debugger attached.
    [err] 
    Timed out waiting for matching notification (break on file:///home/iojs/build/workspace/node-test-commit-linuxone/test/fixtures/throws_error.js:21)
    1
  ...


Reason parallel/test-permission-fs-write-report
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48275, nodejs/node#48564)
Appeared test-rackspace-win2012r2_vs2019-x64-1, test-azure_msft-win2022_vs2019-x64-4, test-azure_msft-win11_vs2022-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/52503/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52512/
Example
not ok 556 parallel/test-permission-fs-write-report
  ---
  duration_ms: 173.00000
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:635
          throw err;
          ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    + actual - expected
    
      Comparison {
        code: 'ERR_ACCESS_DENIED',
        permission: 'FileSystemWrite',
    +   resource: 'C:\\workspace\\node-test-binary-windows-js-suites\\node\\secret.txt'
    -   resource: '\\\\?\\C:\\workspace\\node-test-binary-windows-js-suites\\node\\secret.txt'
      }
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:719:12)
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:466:15)
        at expectedException (node:assert:724:17)
        at expectsError (node:assert:847:3)
        at Function.throws (node:assert:902:3)
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\no...

Reason parallel/test-runner-output
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#39463, nodejs/node#48611)
Appeared test-digitalocean-freebsd12-x64-2, test-ibm-ubuntu1804-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/52515/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52569/
Example
not ok 2317 parallel/test-runner-output
  ---
  duration_ms: 18919.42400
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
    # Subtest: test runner output
        # Subtest: test-runner/output/abort.js
        ok 1 - test-runner/output/abort.js
          ---
          duration_ms: 14553.265104
          ...


Reason parallel/test-single-executable-application
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48275, nodejs/node#48345)
Appeared test-orka-macos11-x64-1, test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/52503/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52527/
Example
not ok 2772 parallel/test-single-executable-application
  ---
  duration_ms: 120.47
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-tls-hello-parser-failure
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48575, nodejs/node#48576)
Appeared test-osuosl-rhel8-ppc64_le-2, test-rackspace-win2012r2_vs2015-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/52521/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52534/
Example
not ok 2947 parallel/test-tls-hello-parser-failure
  ---
  duration_ms: 251.91300
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at Socket.<anonymous> (/home/iojs/build/workspace/node-test-commit-plinux/nodes/rhel8-ppc64le/test/parallel/test-tls-hello-parser-failure.js:64:12)
        at Socket.<anonymous> (/home/iojs/build/workspace/node-test-commit-plinux/nodes/rhel8-ppc64le/test/common/index.js:466:15)
        at Socket.emit (node:events:512:28)
        at TCP.<anonymous> (node:net:334:12) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v21.0.0-pre
  ...


Reason pummel/test-net-bytes-per-incoming-chunk-overhead
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48563, nodejs/node#48576)
Appeared test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52507/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52510/
Example
not ok 3596 pummel/test-net-bytes-per-incoming-chunk-overhead
  ---
  duration_ms: 73725.34500
  severity: crashed
  exitcode: -6
  stack: |-
    Assertion failed: (timeout != -1), function uv__io_poll, file kqueue.c, line 290.
  ...


Reason sequential/test-http-regr-gh-2928
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48563, nodejs/node#48618)
Appeared test-digitalocean-freebsd12-x64-2, test-rackspace-win2012r2_vs2015-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52507/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52570/
Example
not ok 3875 sequential/test-http-regr-gh-2928
  ---
  duration_ms: 120073.48500
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    .+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+....

Reason sequential/test-worker-prof
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#48549, nodejs/node#48510)
Appeared test-azure_msft-win2022_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/52514/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52523/
Example
not ok 932 sequential/test-worker-prof
  ---
  duration_ms: 1575.76000
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: child exited with non-zero status:                      {
      status: 3221226505,
      signal: null,
      output: [ null, '', '' ],
      pid: 6324,
      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:1257:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1311:10)
        at Module.load (node:internal/modules/cjs/loader:1115:32)
        at Module._load (node:internal/modules/cjs/loader:962:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
        at node:internal/main/run_main_module:23:47 {
      generatedMessage: false,
      code: 'ERR_ASSERTIO...

CCTest Failure

Jenkins Failure

Reason Build timed out (after 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 7 (nodejs/node#48548, nodejs/node#45190, nodejs/node#48564, nodejs/node#48325, nodejs/node#48589, nodejs/node#48592, nodejs/node#48608)
Appeared test-rackspace-win2012r2_vs2019-x64-6, test-digitalocean-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52493/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52567/
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 6 (nodejs/node#48275, nodejs/node#48345, nodejs/node#48597, nodejs/node#48599, nodejs/node#48566, nodejs/node#48564)
Appeared test-orka-macos10.15-x64-1, test-orka-macos11-x64-1, test-rackspace-fedora32-x64-1, test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/52501/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52573/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 199.7.167.102/199.7.167.102:51310' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at jdk.proxy2/jdk.proxy2.$Proxy279.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)

Build Failure

Reason ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#48414, nodejs/node#48547)
Appeared test-equinix_mnx-smartos20-x64-3, test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-equinix-rhel8_container-arm64-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-equinix-ubuntu2004_container-arm64-2, test-osuosl-ubuntu2004_container-armv7l-1, test-osuosl-aix72-ppc64_be-3
First CI https://ci.nodejs.org/job/node-test-pull-request/52551/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52555/
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 (nodejs/node#48414, nodejs/node#48547)
Appeared test-digitalocean-freebsd12-x64-2, test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52551/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52555/
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: Invalid or unexpected token
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#48414, nodejs/node#48547)
Appeared test-nearform-macos10.15-x64-3, test-orka-macos11-x64-2, test-digitalocean-alpine315_container-x64-2, test-digitalocean-alpine318_container-x64-1, 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-ibm-ubi81_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-nearform-macos11.0-arm64-1, test-osuosl-rhel8-ppc64_le-4, test-rackspace-win2012r2_vs2019-x64-2, test-rackspace-win2012r2_vs2019-x64-6, test-equinix-ubuntu2004_container-armv7l-1, undefined, test-nearform-macos10.15-x64-1, test-orka-macos11-x64-1, test-osuosl-rhel8-ppc64_le-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/52551/
Last CI https://ci.nodejs.org/job/node-test-pull-request/52555/
Example
Error: Invalid or unexpected token

make[2]: *** [/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/out/Release/obj/gen/node_snapshot.cc] Error 1
rm f9762331d7df19c05986500e4508659a0d607148.intermediate dd8eed00d10ee950b0f3f5853c04c8f20896e9b6.intermediate 79374afa39705ee6adcee5d937fc17b6e7b40b46.intermediate 937da630c0facf199b9ed32a729c46d172d05b74.intermediate
make[1]: *** [node] Error 2
make: *** [build-ci] Error 2

Progress

  • wpt/test-webcrypto (6)
  • parallel/test-crypto-dh (4)
  • parallel/test-http-request-join-authorization-headers (4)
  • pummel/test-net-throttle (4)
  • parallel/test-fs-watch-recursive-update-file (3)
  • parallel/test-performance-function (3)
  • parallel/test-child-process-pipe-dataflow (2)
  • parallel/test-fs-watch-recursive-symlink (2)
  • parallel/test-http-server-request-timeouts-mixed (2)
  • parallel/test-inspector-exception (2)
  • parallel/test-permission-fs-write-report (2)
  • parallel/test-runner-output (2)
  • parallel/test-single-executable-application (2)
  • parallel/test-tls-hello-parser-failure (2)
  • pummel/test-net-bytes-per-incoming-chunk-overhead (2)
  • sequential/test-http-regr-gh-2928 (2)
  • sequential/test-worker-prof (2)
  • Build timed out (after 60 minutes). Marking the build as failed. (7)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (6)
  • 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: Invalid or unexpected token (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