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-03-31 #535

Open
34 tasks
github-actions bot opened this issue Mar 31, 2023 · 0 comments
Open
34 tasks

CI Reliability 2023-03-31 #535

github-actions bot opened this issue Mar 31, 2023 · 0 comments

Comments

@github-actions
Copy link

Failures in node-test-pull-request/50623 to node-test-pull-request/50715 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-03-31 00:15 5 0 16 11 68 0.00%

JSTest Failure

Reason parallel/test-corepack-yarn-install
Type JS_TEST_FAILURE
Failed PR 15 (nodejs/node#47274, nodejs/node#47251, nodejs/node#47033, nodejs/node#46305, nodejs/node#46974, nodejs/node#47163, nodejs/node#47167, nodejs/node#46892, nodejs/node#46509, nodejs/node#47239, nodejs/node#47286, nodejs/node#47156, nodejs/node#47302, nodejs/node#45427, nodejs/node#46790)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/50660/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50692/
Example
not ok 590 parallel/test-corepack-yarn-install
  ---
  duration_ms: 2.416
  severity: fail
  exitcode: 1
  stack: |-
    (node:9287) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
    (Use `node --trace-deprecation ...` to show where the warning was created)
    
    
    #
    # Fatal error in ../deps/v8/src/base/memory.h, line 22
    # Debug check failed: IsAligned(addr, alignof(T)).
    #
    #
    #
    #FailureMessage Object: 0x7ffeebecb020
     1: 0x557708c03a63 node::DumpBacktrace(_IO_FILE*) [/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node]
     2: 0x557708dabde3  [/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node]
     3: 0x557708dabe03  [/home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node]
     4: 0x55770a831c97 V8_Fatal(char const*, int, char const*, ...) [/home/iojs/build/workspace/node-tes...

Reason parallel/test-http-remove-header-stays-removed
Type JS_TEST_FAILURE
Failed PR 9 (nodejs/node#47014, nodejs/node#47210, nodejs/node#47263, nodejs/node#46790, nodejs/node#47302, nodejs/node#47315, nodejs/node#47273, nodejs/node#47309, nodejs/node#47283)
Appeared test-softlayer-ubuntu1804_sharedlibs_container-x64-4, 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-6, test-softlayer-alpine312_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubi81_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-softlayer-ubuntu1804_sharedlibs_container-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/50623/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50713/
Example
not ok 1463 parallel/test-http-remove-header-stays-removed
  ---
  duration_ms: 0.252
  severity: fail
  exitcode: 1
  stack: |-
    ok
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-http-remove-header-stays-removed.js:61:18)
        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 v20.0.0-pre
  ...


Reason sequential/test-worker-prof
Type JS_TEST_FAILURE
Failed PR 7 (nodejs/node#44710, nodejs/node#47283, nodejs/node#47263, nodejs/node#47251, nodejs/node#47315, nodejs/node#46509, nodejs/node#47307)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/50640/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50697/
Example
not ok 3236 sequential/test-worker-prof
  ---
  duration_ms: 30.920
  severity: fail
  exitcode: 1
  stack: |-
    assert.js:118
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: child exited with signal: {
      error: Error: spawnSync /home/iojs/build/workspace/node-test-commit-linux-containered/out/Debug/node ETIMEDOUT
          at Object.spawnSync (internal/child_process.js:1107:20)
          at spawnSync (child_process.js:776:24)
          at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/sequential/test-worker-prof.js:52:23)
          at Module._compile (internal/modules/cjs/loader.js:1114:14)
          at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
          at Module.load (internal/modules/cjs/loader.js:979:32)
          at Function.Module._load (internal/modules/cjs/loader.js:819:12)
          at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:75:12)
          at internal/m...

Reason message/test_runner_output_spec_reporter
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#47251, nodejs/node#47107, nodejs/node#47309, nodejs/node#47315)
Appeared test-macstadium-macos11.0-arm64-3, test-nearform-macos11.0-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50642/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50694/
Example
not ok 3334 message/test_runner_output_spec_reporter
  ---
  duration_ms: 0.763
  severity: fail
  stack: |-
     sync pass todo (0.701042ms)
     sync pass todo with message (0.045792ms)
     sync fail todo (0.152041ms)
      Error: thrown from sync fail todo
          at TestContext.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/message/test_runner_output.js:18:9)
          at Test.runInAsyncScope (node:async_hooks:206:9)
          at Test.run (node:internal/test_runner/test:550:25)
          at Test.processPendingSubtests (node:internal/test_runner/test:303:27)
          at Test.postRun (node:internal/test_runner/test:619:19)
          at Test.run (node:internal/test_runner/test:578:10)
          at async Test.processPendingSubtests (node:internal/test_runner/test:303:7)
    
     sync fail todo with message (0.042958ms)
      Error: thrown from sync fail todo with message
          at TestContext.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/os...

Reason parallel/test-http-remove-connection-header-persists-connection
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#47263, nodejs/node#47274, nodejs/node#45427, nodejs/node#47283)
Appeared test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-equinix-ubuntu2004_sharedlibs_container-arm64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/50625/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50705/
Example
not ok 1452 parallel/test-http-remove-connection-header-persists-connection
  ---
  duration_ms: 0.522
  severity: fail
  exitcode: 1
  stack: |-
    node:assert:125
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    false !== true
    
        at /home/iojs/build/workspace/node-test-commit-arm-debug/test/parallel/test-http-remove-connection-header-persists-connection.js:67:16
        at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-arm-debug/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 v20.0.0-pre
  ...


Reason parallel/test-inspector-multisession-ws
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#47274, nodejs/node#47263, nodejs/node#46509, nodejs/node#47251)
Appeared test-nearform-macos10.15-x64-1, test-nearform-macos10.15-x64-3, test-ibm-rhel8-s390x-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50629/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50714/
Example
not ok 1686 parallel/test-inspector-multisession-ws
  ---
  duration_ms: 15.490
  severity: fail
  exitcode: 1
  stack: |-
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] Debugger listening on ws://127.0.0.1:59535/859fb8a5-f91b-4d4f-935d-7ce7d24e67bf
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] Debugger attached.
    [err] 
    [test] Breaking in code and verifying events are fired
    Timed out waiting for matching notification (Initial pause)
    1
  ...


Reason pummel/test-fs-readfile-tostring-fail
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#47274, nodejs/node#47315, nodejs/node#47309, nodejs/node#47251)
Appeared test-nearform-macos10.15-x64-2, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-softlayer-ubuntu1804_sharedlibs_container-x64-2, test-softlayer-alpine312_container-x64-1, test-nearform-macos10.15-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/50629/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50704/
Example
not ok 3529 pummel/test-fs-readfile-tostring-fail
  ---
  duration_ms: 0.130
  severity: fail
  exitcode: 7
  stack: |-
    /Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/pummel/test-fs-readfile-tostring-fail.js:73
      throw err;
      ^
    
    AssertionError [ERR_ASSERTION]: ifError got unwanted exception: ENOSPC: no space left on device, write
        at Object.callback (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/pummel/test-fs-readfile-tostring-fail.js:31:37)
        at callback (node:internal/streams/writable:562:21)
        at onwriteError (node:internal/streams/writable:425:3)
        at onwrite (node:internal/streams/writable:467:7)
        at node:internal/fs/streams:439:14
        at FSReqCallback.wrapper [as oncomplete] (node:fs:958:5) {
      generatedMessage: false,
      code: 'ERR_ASSERTION',
      actual: [Error: ENOSPC: no space left on device, write] {
        errno: -28,
        code: 'ENOSPC',
        syscall: 'write'
      },
      expected...

Reason pummel/test-policy-integrity-worker-commonjs
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#47263, nodejs/node#47283, nodejs/node#47315, nodejs/node#47309)
Appeared test-softlayer-ubi81_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-alpine312_container-x64-1, test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50645/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50698/
Example
not ok 3566 pummel/test-policy-integrity-worker-commonjs
  ---
  duration_ms: 0.115
  severity: fail
  exitcode: 1
  stack: |-
  ...


Reason parallel/test-fs-promises-file-handle-readFile
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#47283, nodejs/node#47263, nodejs/node#47251)
Appeared test-nearform-macos10.15-x64-2, test-nearform-macos10.15-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-rackspace-win2012r2_vs2019-x64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/50653/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50704/
Example
not ok 763 parallel/test-fs-promises-file-handle-readFile
  ---
  duration_ms: 0.87
  severity: fail
  exitcode: 1
  stack: |-
    node:internal/process/promises:289
                triggerUncaughtException(err, true /* fromPromise */);
                ^
    
    [Error: ENOSPC: no space left on device, ftruncate] {
      errno: -28,
      code: 'ENOSPC',
      syscall: 'ftruncate'
    }
    
    Node.js v20.0.0-pre
  ...


Reason parallel/test-fs-watch-recursive-add-file-with-url
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46790, nodejs/node#45427, nodejs/node#47251)
Appeared test-ibm-rhel8-s390x-1, test-ibm-rhel8-s390x-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50688/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50693/
Example
not ok 1335 parallel/test-fs-watch-recursive-add-file-with-url
  ---
  duration_ms: 120.103
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-npm-install
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#47239, nodejs/node#47251, nodejs/node#47309)
Appeared test-softlayer-ubuntu1804_sharedlibs_container-x64-2, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-osuosl-rhel8-ppc64_le-4, test-osuosl-rhel8-ppc64_le-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50646/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50698/
Example
not ok 2122 parallel/test-npm-install
  ---
  duration_ms: 0.331
  severity: fail
  exitcode: 1
  stack: |-
  ...


Reason parallel/test-runner-inspect
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#46790, nodejs/node#47315, nodejs/node#47251)
Appeared test-ibm-rhel8-s390x-4, test-ibm-rhel8-s390x-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50639/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50714/
Example
not ok 3524 parallel/test-runner-inspect
  ---
  duration_ms: 120.50
  severity: fail
  exitcode: -15
  stack: |-
    timeout
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] (node:467397) Warning: Using the inspector with --test forces running at a concurrency of 1. Use the inspectPort option to run with concurrency
    [err] (Use `node --trace-warnings ...` to show where the warning was created)
    [err] 
    [out] TAP version 13
    [out] 
    [err] Debugger listening on ws://127.0.0.1:41697/5b06aabe-920b-4a2d-b9fc-01cec9786924
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [out] # Debugger ending on ws://127.0.0.1:41697/5b06aabe-920b-4a2d-b9fc-01cec9786924
    [out] 
  ...


Reason parallel/test-single-executable-application
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#47014, nodejs/node#47263, nodejs/node#46509)
Appeared test-orka-macos11-x64-2, test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-softlayer-ubuntu1804_sharedlibs_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/50623/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50696/
Example
not ok 2774 parallel/test-single-executable-application
  ---
  duration_ms: 120.119
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason addons/report-api/test
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47315, nodejs/node#47309)
Appeared test-softlayer-alpine311_container-x64-1, test-softlayer-alpine312_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50694/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50698/
Example
not ok 3626 addons/report-api/test
  ---
  duration_ms: 0.140
  severity: fail
  exitcode: 1
  stack: |-
  File "tools/test.py", line 1772, in Main
    result = RunTestCases(cases_to_run, options.progress, options.j, options.flaky_tests, options.measure_flakiness)
  File "tools/test.py", line 979, in RunTestCases
    return progress.Run(tasks)
  File "tools/test.py", line 163, in Run
    self.RunSingle(False, 0)
  File "tools/test.py", line 239, in RunSingle
    self.HasRun(output)
  File "tools/test.py", line 392, in HasRun
    logger.info(status_line)
Message: 'ok 3625 addons/08_passing_wrapped_objects_around/test'
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.8/logging/__init__.py", line 1089, in emit
    self.flush()
  File "/usr/lib/python3.8/logging/__init__.py", line 1069, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "tools/test.py", line 1801, in <module>
    sys.exit(Main())
  File "tools/test.py", li...

Reason parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47283, nodejs/node#46790)
Appeared test-ibm-rhel8-s390x-4, test-softlayer-ubuntu1804_sharedlibs_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50650/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50662/
Example
not ok 1340 parallel/test-fs-watch-recursive-add-file-to-existing-subfolder
  ---
  duration_ms: 120.85
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-permission-deny-fs-read
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47251, nodejs/node#47309)
Appeared test-softlayer-ubuntu1804_sharedlibs_container-x64-2, test-softlayer-ubuntu1804_sharedlibs_container-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/50693/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50698/
Example
not ok 2174 parallel/test-permission-deny-fs-read
  File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.6/threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "tools/test.py", line 239, in RunSingle
    self.HasRun(output)
  File "tools/test.py", line 410, in HasRun
    logger.info('  ---')
Message: '  ---'
Arguments: ()
--- Logging error ---
Traceback (most recent call last):
  File "/usr/lib/python3.6/logging/__init__.py", line 998, in emit
    self.flush()
  File "/usr/lib/python3.6/logging/__init__.py", line 978, in flush
    self.stream.flush()
OSError: [Errno 28] No space left on device
Call stack:
  File "/usr/lib/python3.6/threading.py", line 884, in _bootstrap
    self._bootstrap_inner()
  File "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
    self.run()
  File "/usr/lib/python3.6/threading.py", line 864, in run
    self._target(*self._args, **self._kwargs)
  File "tools/test.py", line 239, in...

Reason parallel/test-tls-ticket-cluster
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47283, nodejs/node#47263)
Appeared test-nearform-macos10.15-x64-3, test-rackspace-win2012r2_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/50650/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50652/
Example
not ok 2712 parallel/test-tls-ticket-cluster
  ---
  duration_ms: 0.714
  severity: fail
  exitcode: 1
  stack: |-
    [primary] got "listening"
    [primary] connecting 64736 session? false
    [worker] connection reused? false
    [primary] got "not-reused"
    [primary] connecting 64736 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 64736 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 64736 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 64736 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 64736 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 64736 session? true
    [worker] connection reused? true
    [primary] got "reused"
    [primary] connecting 64736 session? true
    [worker] connection reused? true
    [primary] got "reused"
 ...

Reason pummel/test-heapsnapshot-near-heap-limit-bounded
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47315, nodejs/node#47309)
Appeared test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-softlayer-alpine312_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50694/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50698/
Example
not ok 3545 pummel/test-heapsnapshot-near-heap-limit-bounded
  ---
  duration_ms: 0.145
  severity: fail
  exitcode: 1
  stack: |-
  ...


Reason pummel/test-heapsnapshot-near-heap-limit-by-api
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47315, nodejs/node#47309)
Appeared test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-softlayer-alpine312_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50694/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50698/
Example
not ok 3546 pummel/test-heapsnapshot-near-heap-limit-by-api
  ---
  duration_ms: 0.140
  severity: fail
  exitcode: 1
  stack: |-
  ...


Reason pummel/test-https-large-response
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47315, nodejs/node#47309)
Appeared test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-softlayer-alpine312_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50694/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50698/
Example
not ok 3549 pummel/test-https-large-response
  ---
  duration_ms: 0.113
  severity: fail
  exitcode: 1
  stack: |-
  ...


Reason pummel/test-policy-integrity-worker-module
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47315, nodejs/node#47309)
Appeared test-softlayer-ubi81_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-alpine312_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50694/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50698/
Example
not ok 3567 pummel/test-policy-integrity-worker-module
  ---
  duration_ms: 0.112
  severity: fail
  exitcode: 1
  stack: |-
  ...


Reason pummel/test-policy-integrity-worker-no-package-json
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47315, nodejs/node#47309)
Appeared test-softlayer-ubi81_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-alpine312_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50694/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50698/
Example
not ok 3568 pummel/test-policy-integrity-worker-no-package-json
  ---
  duration_ms: 0.113
  severity: fail
  exitcode: 1
  stack: |-
  ...


Reason pummel/test-regress-GH-892
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47315, nodejs/node#47309)
Appeared test-softlayer-ubi81_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-alpine312_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50694/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50698/
Example
not ok 3571 pummel/test-regress-GH-892
  ---
  duration_ms: 0.511
  severity: fail
  exitcode: 1
  stack: |-
  ...


Reason pummel/test-tls-throttle
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#47315, nodejs/node#47309)
Appeared test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-alpine312_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50694/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50698/
Example
not ok 3575 pummel/test-tls-throttle
  ---
  duration_ms: 0.112
  severity: fail
  exitcode: 1
  stack: |-
  ...


Jenkins Failure

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 5 (nodejs/node#47107, nodejs/node#47302, nodejs/node#47286, nodejs/node#47273, nodejs/node#47274)
Appeared test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_sharedlibs_container-arm64-5, test-softlayer-alpine311_container-x64-1, test-digitalocean-alpine312_container-x64-2, test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-digitalocean-ubi81_container-x64-1, test-digitalocean-freebsd12-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/50683/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50703/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 145.40.99.31/145.40.99.31:41608' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at jdk.proxy2/jdk.proxy2.$Proxy209.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 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 4 (nodejs/node#47263, nodejs/node#44710, nodejs/node#46509, nodejs/node#46790)
Appeared test-rackspace-win2012r2_vs2019-x64-6, test-rackspace-win2012r2_vs2019-x64-3, test-softlayer-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50631/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50692/
Example
Build timed out (after 60 minutes). Marking the build as failed.

Reason Failed to create a temp file on /home/iojs/build/workspace/node-test-commit-linux-containered
Type JENKINS_FAILURE
Failed PR 3 (nodejs/node#47274, nodejs/node#47251, nodejs/node#47315)
Appeared test-softlayer-ubuntu1804_sharedlibs_container-x64-4, test-softlayer-ubi81_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-softlayer-ubuntu1804_sharedlibs_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/50660/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50694/
Example
java.io.IOException: Failed to create a temp file on /home/iojs/build/workspace/node-test-commit-linux-containered
	at hudson.FilePath.createTextTempFile(FilePath.java:1624)
	at hudson.tasks.CommandInterpreter.createScriptFile(CommandInterpreter.java:202)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:120)
	at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:92)
	at org.jenkinsci.plugins.preSCMbuildstep.PreSCMBuildStepsWrapper.preCheckout(PreSCMBuildStepsWrapper.java:127)

Git Failure

Reason ERROR: Error fetching remote repo 'origin'
Type GIT_FAILURE
Failed PR 13 (nodejs/node#47274, nodejs/node#47272, nodejs/node#47033, nodejs/node#46305, nodejs/node#46974, nodejs/node#47163, nodejs/node#47167, nodejs/node#46892, nodejs/node#46509, nodejs/node#47239, nodejs/node#46790, nodejs/node#47286, nodejs/node#47156)
Appeared test-softlayer-alpine311_container-x64-1, test-digitalocean-alpine312_container-x64-2, test-softlayer-ubi81_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-softlayer-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-9, test-softlayer-ubuntu1804_sharedlibs_container-x64-3, test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8, test-softlayer-ubuntu1804_sharedlibs_container-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-2, test-softlayer-ubuntu1804_sharedlibs_container-x64-5, test-digitalocean-alpine312_container-x64-1, test-rackspace-centos7-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50629/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50681/
Example
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from git@github.com:nodejs/node.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1003)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1245)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1309)
	at hudson.scm.SCM.checkout(SCM.java:540)

Reason ERROR: Error fetching remote repo 'jenkins_tmp'
Type GIT_FAILURE
Failed PR 2 (nodejs/node#47107, nodejs/node#47302)
Appeared test-digitalocean-rhel8_arm_cross_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/50683/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50684/
Example
ERROR: Error fetching remote repo 'jenkins_tmp'
hudson.plugins.git.GitException: Failed to fetch from binary_tmp@147.75.72.255:binary_tmp.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1003)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1245)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1309)
	at hudson.scm.SCM.checkout(SCM.java:540)

Build Failure

Reason error: remote GitHub already exists.
Type BUILD_FAILURE
Failed PR 6 (nodejs/node#47272, nodejs/node#47274, nodejs/node#47263, nodejs/node#47239, nodejs/node#47283, nodejs/node#46790)
Appeared test-rackspace-win2012r2_vs2017-x64-1, test-rackspace-win2012r2_vs2019-x64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/50626/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50692/
Example
error: remote GitHub already exists.

> git fetch --prune --no-tags GitHub 

> git fetch --prune --no-tags https://github.com/nodejs/build.git +refs/heads/main:refs/remotes/jenkins_tmp

Reason fatal error: ld terminated with signal 9 [Killed]
Type BUILD_FAILURE
Failed PR 5 (nodejs/node#47014, nodejs/node#47272, nodejs/node#47274, nodejs/node#47263, nodejs/node#47210)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-6, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8
First CI https://ci.nodejs.org/job/node-test-pull-request/50623/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50633/
Example
fatal error: ld terminated with signal 9 [Killed]

Reason Error: Missing plan in the TAP source
Type BUILD_FAILURE
Failed PR 3 (nodejs/node#46790, nodejs/node#46509, nodejs/node#47307)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-5, test-softlayer-ubuntu1804_sharedlibs_container-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50692/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50697/
Example
Error: Missing plan in the TAP source
POST BUILD TASK : FAILURE
END OF POST BUILD TASK : 0
Recording test results
[Checks API] No suitable checks publisher found.
Collecting metadata...

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 3 (nodejs/node#47239, nodejs/node#45427, nodejs/node#44490)
Appeared undefined, test-nearform-macos10.15-x64-2, test-macstadium-macos11.0-arm64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/50651/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50715/
Example
fatal: No rebase in progress?
fatal: Could not read from remote repository.

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#47251, nodejs/node#45427)
Appeared test-digitalocean-freebsd12-x64-1, test-ibm-rhel8-s390x-1
First CI https://ci.nodejs.org/job/node-test-pull-request/50637/
Last CI https://ci.nodejs.org/job/node-test-pull-request/50690/
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

Progress

  • parallel/test-corepack-yarn-install (15)
  • parallel/test-http-remove-header-stays-removed (9)
  • sequential/test-worker-prof (7)
  • message/test_runner_output_spec_reporter (4)
  • parallel/test-http-remove-connection-header-persists-connection (4)
  • parallel/test-inspector-multisession-ws (4)
  • pummel/test-fs-readfile-tostring-fail (4)
  • pummel/test-policy-integrity-worker-commonjs (4)
  • parallel/test-fs-promises-file-handle-readFile (3)
  • parallel/test-fs-watch-recursive-add-file-with-url (3)
  • parallel/test-npm-install (3)
  • parallel/test-runner-inspect (3)
  • parallel/test-single-executable-application (3)
  • addons/report-api/test (2)
  • parallel/test-fs-watch-recursive-add-file-to-existing-subfolder (2)
  • parallel/test-permission-deny-fs-read (2)
  • parallel/test-tls-ticket-cluster (2)
  • pummel/test-heapsnapshot-near-heap-limit-bounded (2)
  • pummel/test-heapsnapshot-near-heap-limit-by-api (2)
  • pummel/test-https-large-response (2)
  • pummel/test-policy-integrity-worker-module (2)
  • pummel/test-policy-integrity-worker-no-package-json (2)
  • pummel/test-regress-GH-892 (2)
  • pummel/test-tls-throttle (2)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (5)
  • Build timed out (after 60 minutes). Marking the build as failed. (4)
  • Failed to create a temp file on /home/iojs/build/workspace/node-test-commit-linux-containered (3)
  • ERROR: Error fetching remote repo 'origin' (13)
  • ERROR: Error fetching remote repo 'jenkins_tmp' (2)
  • error: remote GitHub already exists. (6)
  • fatal error: ld terminated with signal 9 [Killed] (5)
  • Error: Missing plan in the TAP source (3)
  • fatal: No rebase in progress? (3)
  • ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? (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