Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

CI Reliability 2023-09-28 #677

Open
19 tasks
github-actions bot opened this issue Sep 28, 2023 · 0 comments
Open
19 tasks

CI Reliability 2023-09-28 #677

github-actions bot opened this issue Sep 28, 2023 · 0 comments

Comments

@github-actions
Copy link

Failures in node-test-pull-request/54208 to node-test-pull-request/54303 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-09-28 00:12 6 12 12 2 68 13.04%

JSTest Failure

Reason sequential/test-worker-prof
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#49874, nodejs/node#49876, nodejs/node#49880, nodejs/node#49864, nodejs/node#49863)
Appeared test-ibm-rhel7-s390x-3, test-azure_msft-win2016_vs2017-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/54259/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54295/
Example
not ok 3749 sequential/test-worker-prof
  ---
  duration_ms: 0.610
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:400
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: 14 >= 15
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linuxone/test/sequential/test-worker-prof.js:78:5)
        at Module._compile (node:internal/modules/cjs/loader:1198:14)
        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10)
        at Module.load (node:internal/modules/cjs/loader:1076:32)
        at Function.Module._load (node:internal/modules/cjs/loader:911:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
        at node:internal/main/run_main_module:22:47 {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
  ...


Reason parallel/test-tls-socket-close
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#49859, nodejs/node#49790, nodejs/node#49882, nodejs/node#49864)
Appeared test-ibm-rhel8-s390x-2, test-nearform-macos11.0-arm64-1, test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/54230/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54294/
Example
not ok 2868 parallel/test-tls-socket-close
  ---
  duration_ms: 220.38800
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at Immediate._onImmediate (/home/iojs/build/workspace/node-test-commit-linuxone/test/parallel/test-tls-socket-close.js:49:18)
        at process.processImmediate (node:internal/timers:478:21) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: 'strictEqual'
    }
    
    Node.js v21.0.0-pre
  ...


Reason sequential/test-perf-hooks
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#49804, nodejs/node#49856, nodejs/node#49863, nodejs/node#49864)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-orka-macos11-x64-1, test-equinix-ubuntu2004_sharedlibs_container-arm64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/54212/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54294/
Example
not ok 3999 sequential/test-perf-hooks
  ---
  duration_ms: 152.04400
  severity: fail
  exitcode: 1
  stack: |-
    check initial nodeTiming
    {
      "name": "node",
      "entryType": "node",
      "startTime": 0,
      "duration": 69.60358238220215,
      "nodeStart": 0.7433319091796875,
      "v8Start": 5.607336044311523,
      "environment": 16.064838409423828,
      "loopStart": -1,
      "loopExit": -1,
      "bootstrapComplete": 29.164594650268555,
      "idleTime": 0
    }
    node:assert:399
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: now (83.84423828125) - timing.duration (69.60358238220215) = 14.240655899047852 >= 10
        at checkNodeTiming (/home/iojs/build/workspace/node-test-commit-linux-containered/test/sequential/test-perf-hooks.js:104:3)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/sequential/test-perf-hooks.js:119:1)
        at Module._compile (node:internal/modules/cjs/loader:1429:14)
        at Module._ex...

Reason parallel/test-whatwg-webstreams-transfer
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#49639, nodejs/node#49884, nodejs/node#49846)
Appeared test-digitalocean-freebsd12-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/54244/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54298/
Example
not ok 3636 parallel/test-whatwg-webstreams-transfer
  ---
  duration_ms: 120088.98400
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason sequential/test-http-regr-gh-2928
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#49756, nodejs/node#49846, nodejs/node#49151)
Appeared test-azure_msft-win2016_vs2017-x64-3, test-azure_msft-win2016_vs2017-x64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/54225/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54284/
Example
not ok 934 sequential/test-http-regr-gh-2928
  ---
  duration_ms: 959.02600
  severity: fail
  exitcode: 3221226505
  stack: |-
    .+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+.+...

Reason benchmark/test-benchmark-fs
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#49748, nodejs/node#49884)
Appeared test-digitalocean-freebsd12-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-fedora38-x64-2, test-ibm-rhel8-x64-1, test-equinix_mnx-ubuntu1804-x64-1, test-equinix_mnx-smartos20-x64-3, test-ibm-ubi81_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-10, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, 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-rhel8-ppc64_le-2, test-ibm-rhel8-s390x-4, test-nearform-macos11.0-arm64-1, test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-osuosl-aix72-ppc64_be-3, test-azure_msft-win11_vs2022-arm64-6, test-azure_msft-win11_vs2022-arm64-4, test-rackspace-win2012r2_vs2019-x64-2, test-azure_msft-win2016_vs2017-x64-3, test-rackspace-win2019_vs2019-x64-2, test-rackspace-win2022_vs2022-x64-3, test-rackspace-win2022_vs2022-x64-1, test-equinix-ubuntu2004_container-armv7l-2, test-ibm-ubuntu1804-x64-2, test-azure_msft-win11_vs2022-arm64-3, test-rackspace-win2019_vs2019-x64-3, test-azure_msft-win2022_vs2019-x64-2, test-azure_msft-win2022_vs2019-x64-3, test-azure_msft-win11_vs2022-arm64-1, test-rackspace-win2012r2_vs2019-x64-1, test-rackspace-win2019_vs2019-x64-4, test-azure_msft-win2022_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/54254/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54269/
Example
not ok 3866 benchmark/test-benchmark-fs
  ---
  duration_ms: 4350.19000
  severity: fail
  exitcode: 1
  stack: |-
    /usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node[57789]: ../src/node_file.cc:2492:void node::fs::WriteFileUtf8(const FunctionCallbackInfo<v8::Value> &): Assertion `args[1]->IsString()' failed.
     1: 0x3a3ef50 node::Abort() [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]
     2: 0x3a3ec9b node::Assert(node::AssertionInfo const&) [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]
     3: 0x3a5b53c node::fs::RegisterExternalReferences(node::ExternalReferenceRegistry*) [/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/out/Release/node]
     4: 0x3c9c8dc v8::internal::Builtins::InvokeApiFunction(v8::internal::Isolate*, bool, v8::internal::Handle<v8::internal::FunctionTemplateInfo>, v8::internal::Handle<v8::internal::Object>, int, v8::in...

Reason es-module/test-esm-loader-resolve-type
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#49863, nodejs/node#49884)
Appeared test-digitalocean-freebsd12-x64-2, test-nearform-macos11.0-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/54252/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54266/
Example
not ok 3578 es-module/test-esm-loader-resolve-type
  ---
  duration_ms: 5680.61000
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/process/esm_loader:40
          internalBinding('errors').triggerUncaughtException(
                                    ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
    + actual - expected
    
      {
        code: 0,
        signal: null,
        stderr: '',
    +   stdout: '{"before":{"importedESM":0,"importedCJS":0},"after":{"importedESM":0,"importedCJS":0}}\n'
    -   stdout: '{"before":{"importedESM":0,"importedCJS":0},"after":{"importedESM":1,"importedCJS":0}}\n'
      }
        at file:///usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/es-module/test-esm-loader-resolve-type.mjs:34:3 {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: {
        code: 0,
        signal: null,
        stderr: '',
        stdout: '{"before":{"importedESM":0,"importedCJS":0},"after":{"im...

Reason parallel/test-fs-write-stream-eagain
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#49846, nodejs/node#49847)
Appeared test-ibm-aix72-ppc64_be-2, test-ibm-aix72-ppc64_be-1
First CI https://ci.nodejs.org/job/node-test-pull-request/54229/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54297/
Example
not ok 1226 parallel/test-fs-write-stream-eagain
  ---
  duration_ms: 527.09900
  severity: fail
  exitcode: 1
  stack: |-
    TAP version 13
    # Subtest: WriteStream EAGAIN
        # Subtest: _write
        not ok 1 - _write
          ---
          duration_ms: 25.908959
          location: 'file:///home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/parallel/test-fs-write-stream-eagain.mjs:15:3'
          failureType: 'testCodeFailure'
          error: |-
            Expected values to be strictly equal:
            
            '' !== 'foo'
            
          code: 'ERR_ASSERTION'
          name: 'AssertionError'
          expected: 'foo'
          actual: ''
          operator: 'strictEqual'
          stack: |-
            TestContext.<anonymous> (file:///home/iojs/build/workspace/node-test-commit-aix/nodes/aix72-ppc64/test/parallel/test-fs-write-stream-eagain.mjs:30:12)
            process.processTicksAndRejections (node:internal/process/task_queues:95:5)
            async Test.ru...

Reason parallel/test-inspector-debug-end
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#49846, nodejs/node#49876)
Appeared test-ibm-rhel8-s390x-4, test-osuosl-rhel8-ppc64_le-4
First CI https://ci.nodejs.org/job/node-test-pull-request/54211/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54275/
Example
not ok 3410 parallel/test-inspector-debug-end
  ---
  duration_ms: 120073.61000
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    Test there's no crash stopping server that was not started
    Test there's no crash stopping server without connecting
    [err] Debugger listening on ws://127.0.0.1:32939/d139749e-f445-4516-88c6-86cc18c321a8
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    Test there's no crash stopping server after connecting
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] Debugger listening on ws://127.0.0.1:45825/b1fdcf35-7d24-43c3-b5a2-0c2abfce2567
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
  ...


Reason pummel/test-crypto-timing-safe-equal-benchmarks
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#49804, nodejs/node#48847)
Appeared test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/54212/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54250/
Example
not ok 3637 pummel/test-crypto-timing-safe-equal-benchmarks
  ---
  duration_ms: 7047.77200
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:399
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: timingSafeEqual should not leak information from its execution time (t=-9.038817440036503)
        at Object.<anonymous> (/usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd12-x64/test/pummel/test-crypto-timing-safe-equal-benchmarks.js:109:1)
        at Module._compile (node:internal/modules/cjs/loader:1429:14)
        at Module._extensions..js (node:internal/modules/cjs/loader:1487:10)
        at Module.load (node:internal/modules/cjs/loader:1261:32)
        at Module._load (node:internal/modules/cjs/loader:1077:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:99:12)
        at node:internal/main/run_main_module:23:47 {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      o...

Reason sequential/test-single-executable-application-snapshot-and-code-cache
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#49750, nodejs/node#49847)
Appeared test-azure_msft-win2016_vs2017-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/54281/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54297/
Example
not ok 943 sequential/test-single-executable-application-snapshot-and-code-cache
  ---
  duration_ms: 16132.12100
  severity: fail
  exitcode: 1
  stack: |-
    [process 7908]: --- stderr ---
    Aborted()
    
    [process 7908]: --- stdout ---
    �[36mStart injection of NODE_SEA_BLOB in C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.942\sea.exe...�[0m
    �[31mError: Aborted(). Build with -sASSERTIONS for more info.�[0m
    
    [process 7908]: status = 1, signal = null
    C:\workspace\node-test-binary-windows-js-suites\node\test\common\child_process.js:86
        throw new Error(`${failures.join('\n')}`);
        ^
    
    Error: - process terminated with status 1, expected 0
        at logAndThrow (C:\workspace\node-test-binary-windows-js-suites\node\test\common\child_process.js:86:11)
        at expectSyncExit (C:\workspace\node-test-binary-windows-js-suites\node\test\common\child_process.js:91:5)
        at spawnSyncAndExitWithoutError (C:\workspace\node-test-binary-windows-js-suites\...

Reason wpt/test-structured-clone
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#49785, nodejs/node#49892)
Appeared test-azure_msft-win11_vs2022-arm64-4, test-azure_msft-win11_vs2022-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/54233/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54290/
Example
not ok 952 wpt/test-structured-clone
  ---
  duration_ms: 370.83700
  severity: fail
  exitcode: 1
  stack: |-
    [PASS] primitive undefined
    [PASS] primitive null
    [PASS] primitive true
    [PASS] primitive false
    [PASS] primitive string, empty string
    [PASS] primitive string, lone high surrogate
    [PASS] primitive string, lone low surrogate
    [PASS] primitive string, NUL
    [PASS] primitive string, astral character
    [PASS] primitive number, 0.2
    [PASS] primitive number, 0
    [PASS] primitive number, -0
    [PASS] primitive number, NaN
    [PASS] primitive number, Infinity
    [PASS] primitive number, -Infinity
    [PASS] primitive number, 9007199254740992
    [PASS] primitive number, -9007199254740992
    [PASS] primitive number, 9007199254740994
    [PASS] primitive number, -9007199254740994
    [PASS] primitive BigInt, 0n
    [PASS] primitive BigInt, -0n
    [PASS] primitive BigInt, -9007199254740994000n
    [PASS] primitive BigInt, -90071992547409940009007199254740994000900719925...

Jenkins Failure

Reason Build timed out (after 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 14 (nodejs/node#49854, nodejs/node#49804, nodejs/node#49799, nodejs/node#49857, nodejs/node#49756, nodejs/node#49642, nodejs/node#49846, nodejs/node#49847, nodejs/node#48749, nodejs/node#49882, nodejs/node#49876, nodejs/node#49750, nodejs/node#49887, nodejs/node#49859)
Appeared test-rackspace-win2019_vs2019-x64-1, test-rackspace-win2022_vs2022-x64-6, test-rackspace-win2019_vs2019-x64-2, test-ibm-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/54208/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54296/
Example
Build timed out (after 60 minutes). Marking the build as failed.

CCTest Failure

Reason C:\workspace\node-compile-windows\node\test\cctest\test_inspector_socket.cc(323): error: Value of: (!expectation.read_expected)
Type CC_TEST_FAILURE
Failed PR 2 (nodejs/node#49847, nodejs/node#49864)
Appeared test-azure_msft-win11_vs2022-arm64-1, test-azure_msft-win11_vs2022-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/54210/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54294/
Example
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 (5001 ms)

Git Failure

Build Failure

Reason fatal error: ld terminated with signal 9 [Killed]
Type BUILD_FAILURE
Failed PR 7 (nodejs/node#49863, nodejs/node#49876, nodejs/node#49884, nodejs/node#49639, nodejs/node#45427, nodejs/node#49892, nodejs/node#49864)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/54252/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54294/
Example
fatal error: ld terminated with signal 9 [Killed]

Reason Failed to trigger sub builds
Type BUILD_FAILURE
Failed PR 4 (nodejs/node#49847, nodejs/node#49859, nodejs/node#49846, nodejs/node#49893)
Appeared undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/54283/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54303/
Example
Failed to trigger sub builds

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#49846, nodejs/node#45427)
Appeared test-equinix-ubuntu2004_container-armv7l-1, test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-osuosl-ubuntu2004_container-armv7l-1, test-equinix-ubuntu2004_container-armv7l-2
First CI https://ci.nodejs.org/job/node-test-pull-request/54243/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54277/
Example
ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
[PostBuildScript] - [INFO] Executing post build scripts.
[node-test-binary-armv7l] $ /bin/bash -ex /tmp/jenkins10989161374407086013.sh
+ '[' -d .git ']'
+ git clean -fdx
Removing benchmark/napi/define_properties/build/

Reason fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#49862, nodejs/node#49882)
Appeared test-equinix-ubuntu2004_container-armv7l-1
First CI https://ci.nodejs.org/job/node-test-pull-request/54235/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54299/
Example
fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository
fatal: Could not read from remote repository.
fatal: failed to run repack

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#45427, nodejs/node#49893)
Appeared test-orka-macos11-x64-1, test-digitalocean-fedora38-x64-1, test-softlayer-debian10-x64-1, test-digitalocean-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/54277/
Last CI https://ci.nodejs.org/job/node-test-pull-request/54279/
Example
fatal: No rebase in progress?

Progress

  • sequential/test-worker-prof (5)
  • parallel/test-tls-socket-close (4)
  • sequential/test-perf-hooks (4)
  • parallel/test-whatwg-webstreams-transfer (3)
  • sequential/test-http-regr-gh-2928 (3)
  • benchmark/test-benchmark-fs (2)
  • es-module/test-esm-loader-resolve-type (2)
  • parallel/test-fs-write-stream-eagain (2)
  • parallel/test-inspector-debug-end (2)
  • pummel/test-crypto-timing-safe-equal-benchmarks (2)
  • sequential/test-single-executable-application-snapshot-and-code-cache (2)
  • wpt/test-structured-clone (2)
  • Build timed out (after 60 minutes). Marking the build as failed. (14)
  • C:\workspace\node-compile-windows\node\test\cctest\test_inspector_socket.cc(323): error: Value of: (!expectation.read_expected) (2)
  • fatal error: ld terminated with signal 9 [Killed] (7)
  • Failed to trigger sub builds (4)
  • ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? (2)
  • fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be a git repository (2)
  • fatal: No rebase in progress? (2)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants