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-05-07 #558

Open
27 tasks
github-actions bot opened this issue May 7, 2023 · 0 comments
Open
27 tasks

CI Reliability 2023-05-07 #558

github-actions bot opened this issue May 7, 2023 · 0 comments

Comments

@github-actions
Copy link

github-actions bot commented May 7, 2023

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

UTC Time RUNNING SUCCESS UNSTABLE ABORTED FAILURE Green Rate
2023-05-07 00:14 0 6 33 7 54 6.45%

JSTest Failure

Reason es-module/test-esm-loader-http-imports
Type JS_TEST_FAILURE
Failed PR 8 (nodejs/node#47750, nodejs/node#47817, nodejs/node#47840, nodejs/node#47851, nodejs/node#47843, nodejs/node#47886, nodejs/node#47884, nodejs/node#47706)
Appeared test-digitalocean-freebsd12-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-equinix-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51596/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51680/
Example
not ok 3495 es-module/test-esm-loader-http-imports
  ---
  duration_ms: 39867.67900
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
    # Subtest: ESM: http import via loader
        # Subtest: should load using --import flag
        ok 1 - should load using --import flag
          ---
          duration_ms: 27265.329793
          ...


Reason parallel/test-single-executable-application
Type JS_TEST_FAILURE
Failed PR 8 (nodejs/node#47610, nodejs/node#47820, nodejs/node#47750, nodejs/node#47817, nodejs/node#47834, nodejs/node#47731, nodejs/node#47831, nodejs/node#47706)
Appeared test-orka-macos11-x64-2, test-orka-macos11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51590/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51628/
Example
not ok 2764 parallel/test-single-executable-application
  ---
  duration_ms: 120360.78800
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    Wrote single executable preparation blob to sea-prep.blob
  ...


Reason parallel/test-http-remove-connection-header-persists-connection
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#47820, nodejs/node#47750, nodejs/node#47706, nodejs/node#46401, nodejs/node#47160)
Appeared test-orka-macos11-x64-2, test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-digitalocean-alpine312_container-x64-2, test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51593/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51679/
Example
not ok 1234 parallel/test-http-remove-connection-header-persists-connection
  ---
  duration_ms: 912.91000
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-http-remove-connection-header-persists-connection.js:67:16
        at Timeout._onTimeout (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-http-remove-connection-header-persists-connection.js:54:7)
        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: 'strictEqual'
    }
    
    Node.js v21.0.0-pre
  ...


Reason abort/test-signal-handler
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#47831, nodejs/node#47817, nodejs/node#47878, nodejs/node#47876)
Appeared test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51607/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51654/
Example
not ok 3955 abort/test-signal-handler
  ---
  duration_ms: 236.87400
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:399
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: child.signal = SIGBUS
        at Object.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/abort/test-signal-handler.js:22:3)
        at Module._compile (node:internal/modules/cjs/loader:1267:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1321:10)
        at Module.load (node:internal/modules/cjs/loader:1125:32)
        at Module._load (node:internal/modules/cjs/loader:965: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_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v21.0.0-pre
  ...


Reason parallel/test-runner-watch-mode
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#47855, nodejs/node#47753, nodejs/node#47886, nodejs/node#47160)
Appeared test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-equinix-ubuntu2004_container-armv7l-1, test-rackspace-win2012r2_vs2015-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51627/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51679/
Example
not ok 3915 parallel/test-runner-watch-mode
  ---
  duration_ms: 960067.21900
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    TAP version 13
  ...


Reason pummel/test-net-throttle
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#45629, nodejs/node#47869, nodejs/node#47876, nodejs/node#47886)
Appeared test-digitalocean-freebsd12-x64-2, test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51623/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51672/
Example
not ok 3586 pummel/test-net-throttle
  ---
  duration_ms: 443.82000
  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:523:35) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v21.0.0-pre
  ...


Reason parallel/test-fs-watch-recursive-add-file
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#47878, nodejs/node#47876, nodejs/node#47884)
Appeared test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51653/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51675/
Example
not ok 1368 parallel/test-fs-watch-recursive-add-file
  ---
  duration_ms: 120066.36000
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-cluster-fork-stdio
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47887, nodejs/node#47891)
Appeared test-rackspace-win2012r2_vs2015-x64-1, test-azure_msft-win11_vs2022-arm64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/51670/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51683/
Example
not ok 887 parallel/test-cluster-fork-stdio
  ---
  duration_ms: 120118.00100
  severity: fail
  exitcode: 1
  stack: |-
    timeout
  ...


Reason parallel/test-fs-watch-recursive-add-file-to-new-folder
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47731, nodejs/node#47891)
Appeared test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51605/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51683/
Example
not ok 1337 parallel/test-fs-watch-recursive-add-file-to-new-folder
  ---
  duration_ms: 120093.66700
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-watch-recursive-add-file-with-url
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47876, nodejs/node#47886)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-equinix-ubuntu2004_container-armv7l-1, test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51654/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51671/
Example
not ok 1133 parallel/test-fs-watch-recursive-add-file-with-url
  ---
  duration_ms: 110.55000
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/url:703
      return Boolean(self?.href && self.protocol && !ObjectPrototypeHasOwnProperty(self.auth));
                                                     ^
    
    TypeError: Cannot convert undefined or null to object
        at hasOwnProperty (<anonymous>)
        at isURL (node:internal/url:703:50)
        at toPathIfFileURL (node:internal/url:1416:8)
        at __node_internal_ (node:internal/fs/utils:720:16)
        at [kFSWatchStart] (node:internal/fs/recursive_watch:210:28)
        at Object.watch (node:fs:2396:36)
        at /home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-fs-watch-recursive-add-file-with-url.js:35:22
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-fs-watch-recursive-add-file-with-url.js:52:3)
        at Module._compile (node:internal/...

Reason parallel/test-http-request-join-authorization-headers
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47831, nodejs/node#47876)
Appeared test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51613/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51654/
Example
not ok 1244 parallel/test-http-request-join-authorization-headers
  ---
  duration_ms: 494.69900
  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> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/parallel/test-http-request-join-authorization-headers.js:39:12)
        at Server.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx11-x64/test/common/index.js:465:15)
        at Server.emit (node:events:511:28)
        at parserOnIncoming (node:_http_server:1109: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 parallel/test-inspector-async-stack-traces-promise-then
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47834, nodejs/node#47706)
Appeared test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/51597/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51680/
Example
not ok 1815 parallel/test-inspector-async-stack-traces-promise-then
  ---
  duration_ms: 15436.75800
  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:36025/1a0cccb0-ed28-4602-8a68-2da8557b41a2
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
    Timed out waiting for matching notification (break on [eval]:0)
    1
  ...


Reason parallel/test-inspector-break-e
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47706, nodejs/node#47884)
Appeared test-ibm-rhel8-s390x-4, test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/51628/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51685/
Example
not ok 1834 parallel/test-inspector-break-e
  ---
  duration_ms: 15519.83600
  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:37309/83c72c41-d248-4aff-8464-1ea334193816
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
    Timed out waiting for matching notification (break on [eval]:0)
    1
  ...


Reason parallel/test-inspector-break-when-eval
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47706, nodejs/node#47886)
Appeared test-equinix-ubuntu2004_container-armv7l-1, test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/51628/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51671/
Example
not ok 2171 parallel/test-inspector-break-when-eval
  ---
  duration_ms: 15415.44600
  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:42423/35ad76c0-a2dc-4942-aadf-6d7b8fb93dd9
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [test] Setting up a debugger
    [err] Debugger attached.
    [err] 
    [err] Waiting for the debugger to disconnect...
    [err] 
    Timed out waiting for matching notification (Initial pause)
    1
  ...


Reason parallel/test-inspector-stop-profile-after-done
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47878, nodejs/node#47891)
Appeared test-osuosl-rhel8-ppc64_le-2, test-ibm-rhel8-s390x-4
First CI https://ci.nodejs.org/job/node-test-pull-request/51665/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51683/
Example
not ok 3133 parallel/test-inspector-stop-profile-after-done
  ---
  duration_ms: 120102.21600
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] Debugger listening on ws://127.0.0.1:34677/20105622-67db-45d4-914c-3a566003dc23
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
  ...


Reason parallel/test-runner-output
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47886, nodejs/node#47893)
Appeared test-osuosl-aix72-ppc64_be-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-equinix-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51671/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51677/
Example
not ok 2504 parallel/test-runner-output
  ---
  duration_ms: 2902.87300
  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: 1442.022858
          ...


Reason parallel/test-x509-escaping
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47604, nodejs/node#47878)
Appeared test-rackspace-win2012r2_vs2017-x64-1, test-rackspace-win2012r2_vs2017-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/51642/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51665/
Example
not ok 883 parallel/test-x509-escaping
  ---
  duration_ms: 6113.99800
  severity: fail
  exitcode: 1
  stack: |-
    node:events:489
          throw er; // Unhandled 'error' event
          ^
    
    Error [ERR_SOCKET_CONNECTION_TIMEOUT]: Socket connection timeout
        at new NodeError (node:internal/errors:399:5)
        at internalConnectMultiple (node:net:1099:20)
        at Timeout.internalConnectMultipleTimeout (node:net:1638:3)
        at listOnTimeout (node:internal/timers:575:11)
        at process.processTimers (node:internal/timers:514:7)
    Emitted 'error' event on TLSSocket instance at:
        at emitErrorNT (node:internal/streams/destroy:151:8)
        at emitErrorCloseNT (node:internal/streams/destroy:116:3)
        at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
      code: 'ERR_SOCKET_CONNECTION_TIMEOUT'
    }
    
    Node.js v21.0.0-pre
  ...


Jenkins Failure

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 3 (nodejs/node#47604, nodejs/node#47878, nodejs/node#47892)
Appeared test-digitalocean-freebsd12-x64-1, test-orka-macos11-x64-1, test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51641/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51676/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 45.55.90.237/45.55.90.237:26001' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at jdk.proxy2/jdk.proxy2.$Proxy287.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)

Reason Build timed out (after 30 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#47869, nodejs/node#47878)
Appeared test-rackspace-win2012r2_vs2019-x64-3, test-rackspace-win2012r2_vs2017-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/51648/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51653/
Example
Build timed out (after 30 minutes). Marking the build as failed.

Reason Build timed out (after 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#47399, nodejs/node#47843)
Appeared test-rackspace-win2012r2_vs2019-x64-3, test-digitalocean-ubi81_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51645/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51647/
Example
Build timed out (after 60 minutes). Marking the build as failed.

Git Failure

Build Failure

Reason ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 4 (nodejs/node#47866, nodejs/node#42387, nodejs/node#45427, nodejs/node#47886)
Appeared test-equinix_mnx-smartos20-x64-4, test-ibm-aix72-ppc64_be-2, test-equinix-rhel8_container-arm64-2, test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_sharedlibs_container-arm64-4, test-equinix-ubuntu2004_container-armv7l-2, test-equinix-ubuntu2004_sharedlibs_container-arm64-6, test-equinix-debian10_container-armv7l-2, test-equinix_mnx-smartos20-x64-3, test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-equinix-ubuntu2004_container-arm64-2, test-equinix-ubuntu2004_sharedlibs_container-arm64-3, test-osuosl-ubuntu2004_container-armv7l-1, test-osuosl-debian10_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51637/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51671/
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: list index out of range
Type BUILD_FAILURE
Failed PR 4 (nodejs/node#47866, nodejs/node#42387, nodejs/node#45427, nodejs/node#47886)
Appeared test-equinix-debian10_container-armv7l-1, test-equinix-debian10_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51637/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51671/
Example
Error: list index out of range
+ true
+ tap2junit -i cctest.tap -o out/junit/cctest.xml
usage: tap2junit [-h] --input INPUT --output OUTPUT [--compact] [--name NAME]
                 [--package PACKAGE]
tap2junit: error: argument --input/-i: can't open 'cctest.tap': [Errno 2] No such file or directory: 'cctest.tap'

Reason sh: line 12: [: -gt: unary operator expected
Type BUILD_FAILURE
Failed PR 4 (nodejs/node#47831, nodejs/node#47843, nodejs/node#45427, nodejs/node#47886)
Appeared test-rackspace-win2012r2_vs2017-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51607/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51671/
Example
sh: line 12: [: -gt: unary operator expected

Reason error: argument --input/-i: can't open 'cctest.tap': [Errno 2] No such file or directory: 'cctest.tap'
Type BUILD_FAILURE
Failed PR 3 (nodejs/node#47706, nodejs/node#47891, nodejs/node#47884)
Appeared test-ibm-rhel7-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51680/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51685/
Example
error: argument --input/-i: can't open 'cctest.tap': [Errno 2] No such file or directory: 'cctest.tap'
+ true
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Recording test results
[Checks API] No suitable checks publisher found.

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#47851, nodejs/node#45427)
Appeared test-digitalocean-alpine311_container-x64-2, test-digitalocean-alpine312_container-x64-2, test-rackspace-debian10-x64-1, test-nearform-macos10.15-x64-2, test-softlayer-ubi81_container-x64-1, test-orka-macos11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51619/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51663/
Example
fatal: No rebase in progress?

undefined

Reason Unknown
Type undefined
Failed PR 4 (nodejs/node#47866, nodejs/node#42387, nodejs/node#45427, nodejs/node#47886)
Appeared test-equinix-debian10_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/51637/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51671/
Example
Unknown

CCTest Failure

Reason [ RUN ] InspectorSocketTest.HostIPv6NonRoutable
Type CC_TEST_FAILURE
Failed PR 3 (nodejs/node#47820, nodejs/node#47866, nodejs/node#47876)
Appeared test-azure_msft-win10_vs2019-x64-2, test-rackspace-win2012r2_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/51593/
Last CI https://ci.nodejs.org/job/node-test-pull-request/51654/
Example
[ RUN      ] InspectorSocketTest.HostIPv6NonRoutable
C:\workspace\node-compile-windows\node\test\cctest\test_inspector_socket.cc(323): error: Value of: (!expectation.read_expected)
  Actual: true
Expected: false
[  FAILED  ] InspectorSocketTest.HostIPv6NonRoutable (5000 ms)

Progress

  • es-module/test-esm-loader-http-imports (8)
  • parallel/test-single-executable-application (8)
  • parallel/test-http-remove-connection-header-persists-connection (5)
  • abort/test-signal-handler (4)
  • parallel/test-runner-watch-mode (4)
  • pummel/test-net-throttle (4)
  • parallel/test-fs-watch-recursive-add-file (3)
  • parallel/test-cluster-fork-stdio (2)
  • parallel/test-fs-watch-recursive-add-file-to-new-folder (2)
  • parallel/test-fs-watch-recursive-add-file-with-url (2)
  • parallel/test-http-request-join-authorization-headers (2)
  • parallel/test-inspector-async-stack-traces-promise-then (2)
  • parallel/test-inspector-break-e (2)
  • parallel/test-inspector-break-when-eval (2)
  • parallel/test-inspector-stop-profile-after-done (2)
  • parallel/test-runner-output (2)
  • parallel/test-x509-escaping (2)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (3)
  • Build timed out (after 30 minutes). Marking the build as failed. (2)
  • Build timed out (after 60 minutes). Marking the build as failed. (2)
  • ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? (4)
  • Error: list index out of range (4)
  • sh: line 12: [: -gt: unary operator expected (4)
  • error: argument --input/-i: can't open 'cctest.tap': [Errno 2] No such file or directory: 'cctest.tap' (3)
  • fatal: No rebase in progress? (2)
  • Unknown (4)
  • [ RUN ] InspectorSocketTest.HostIPv6NonRoutable (3)
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