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 2022-01-22 #179

Open
17 tasks
github-actions bot opened this issue Jan 22, 2022 · 0 comments
Open
17 tasks

CI Reliability 2022-01-22 #179

github-actions bot opened this issue Jan 22, 2022 · 0 comments

Comments

@github-actions
Copy link

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

UTC Time RUNNING SUCCESS UNSTABLE ABORTED FAILURE Green Rate
2022-01-22 00:07 0 9 28 3 60 9.28%

JSTest Failure

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


Reason parallel/test-fs-rmdir-recursive
Type JS_TEST_FAILURE
Failed PR 6 (nodejs/node#41517, nodejs/node#41276, nodejs/node#41566, nodejs/node#41493, nodejs/node#41599, nodejs/node#41612)
Appeared test-azure_msft-win10_vs2019-x64-3, test-azure_msft-win10_vcbt2015-x64-4, test-azure_msft-win10_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/41977/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42070/
Example
not ok 259 parallel/test-fs-rmdir-recursive
  ---
  duration_ms: 0.625
  severity: fail
  exitcode: 1
  stack: |-
    (node:11120) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
    (Use `node --trace-deprecation ...` to show where the warning was created)
    node:internal/process/promises:265
                triggerUncaughtException(err, true /* fromPromise */);
                ^
    
    [Error: ENOTEMPTY: directory not empty, rmdir 'C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.256\rmdir-recursive-4\d-3-2\d-2-2\d-1-2'] {
      errno: -4051,
      code: 'ENOTEMPTY',
      syscall: 'rmdir',
      path: 'C:\\workspace\\node-test-binary-windows-js-suites\\node\\test\\.tmp.256\\rmdir-recursive-4\\d-3-2\\d-2-2\\d-1-2'
    }
    
    Node.js v18.0.0-pre
  ...


Reason sequential/test-cpu-prof-worker-argv
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#40907, nodejs/node#41511, nodejs/node#41573, nodejs/node#41623, nodejs/node#41586)
Appeared test-orka-macos11-x64-2, test-digitalocean-freebsd12-x64-2, test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/41987/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42064/
Example
not ok 3445 sequential/test-cpu-prof-worker-argv
  ---
  duration_ms: 0.368
  severity: fail
  exitcode: 1
  stack: |-
    
    [
      {
        id: 1,
        callFrame: {
          functionName: '(root)',
          scriptId: '0',
          url: '',
          lineNumber: -1,
          columnNumber: -1
        },
        hitCount: 0,
        children: [
           2,  3,  4, 28,
          40, 70, 73
        ]
      },
      {
        id: 2,
        callFrame: {
          functionName: '(program)',
          scriptId: '0',
          url: '',
          lineNumber: -1,
          columnNumber: -1
        },
        hitCount: 2
      },
      {
        id: 3,
        callFrame: {
          functionName: '(garbage collector)',
          scriptId: '0',
          url: '',
          lineNumber: -1,
          columnNumber: -1
        },
        hitCount: 2
      },
      {
        id: 4,
        callFrame: {
          functionName: '',
          scriptId: '10',
          url: 'node:internal/bootstrap/node',
          ...

Reason parallel/test-child-process-pipe-dataflow
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#40424, nodejs/node#41571, nodejs/node#41263, nodejs/node#41612)
Appeared test-azure_msft-win10_vs2019-x64-4, test-rackspace-win2012r2_vs2015-x64-2, test-rackspace-win2012r2_vs2019-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/42018/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42074/
Example
not ok 788 parallel/test-child-process-pipe-dataflow
  ---
  duration_ms: 120.360
  severity: fail
  exitcode: 1
  stack: |-
    timeout
  ...


Reason parallel/test-stdout-to-file
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#41571, nodejs/node#41502, nodejs/node#41573, nodejs/node#41623)
Appeared test-azure_msft-win10_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/42024/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42061/
Example
not ok 494 parallel/test-stdout-to-file
  ---
  duration_ms: 1.227
  severity: fail
  exitcode: 1
  stack: |-
    1048576 chars to C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.2\stdout.txt...
    done!
    C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.2\stdout.txt has 1048576 bytes
    Done printing with string
    1048576 chars to C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.2\stdout.txt...
    assert.js:857
        throw newErr;
        ^
    
    AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Command failed: "C:\workspace\node-test-binary-windows-js-suites\node\Release\node.exe" "C:\workspace\node-test-binary-windows-js-suites\node\test\fixtures\print-chars-from-buffer.js" 1048576 > "C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.2\stdout.txt"
    Access is denied.
    
    
        at ChildProcess.exithandler (child_process.js:308:12)
        at ChildProcess.emit (events.js:314:20)
        at maybeClose (internal/child_p...

Reason parallel/test-crypto-secure-heap
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#41569, nodejs/node#41511, nodejs/node#41604)
Appeared test-requireio_rvagg-debian10-armv7l_pi2-1, test-requireio_ceejbot-debian10-armv7l_pi2-1, test-requireio_jasnell-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/41976/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42069/
Example
not ok 245 parallel/test-crypto-secure-heap
  ---
  duration_ms: 240.146
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason node-api/test_threadsafe_function/test
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41276, nodejs/node#41596)
Appeared test-equinix-centos7_container-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/41981/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42050/
Example
not ok 3343 node-api/test_threadsafe_function/test
  ---
  duration_ms: 240.31
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-crypto-dh-constructor
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41513, nodejs/node#41263)
Appeared test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_ceejbot-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/41994/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42051/
Example
not ok 207 parallel/test-crypto-dh-constructor
  ---
  duration_ms: 240.238
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-fs-readfile
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41569, nodejs/node#41517)
Appeared test-rackspace-win2012r2_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/41976/
Last CI https://ci.nodejs.org/job/node-test-pull-request/41977/
Example
not ok 259 parallel/test-fs-readfile
  ---
  duration_ms: 0.945
  severity: fail
  exitcode: 1
  stack: |-
    Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.251
    Files blocking: [
      '.removeme-fs-readfile-6028-1K.txt',
      '.removeme-fs-readfile-6028-1M.txt',
      '.removeme-fs-readfile-6028-1MPlusOne.txt',
      '.removeme-fs-readfile-6028-64K.txt',
      '.removeme-fs-readfile-6028-64KLessOne.txt'
    ]
    
    node:internal/fs/utils:344
        throw err;
        ^
    
    Error: ENOSPC: no space left on device, ftruncate
        at Object.ftruncateSync (node:fs:1078:3)
        at Object.truncateSync (node:fs:1037:14)
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-fs-readfile.js:61:6)
        at Module._compile (node:internal/modules/cjs/loader:1097:14)
        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1149:10)
        at Module.load (node:internal/modules/cjs/loader:975:32)
   ...

Reason parallel/test-trace-events-fs-sync
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41566, nodejs/node#41487)
Appeared test-azure_msft-win10_vs2019-x64-3, test-azure_msft-win10_vs2019-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/41982/
Last CI https://ci.nodejs.org/job/node-test-pull-request/41984/
Example
not ok 690 parallel/test-trace-events-fs-sync
  ---
  duration_ms: 2.473
  severity: fail
  exitcode: 1
  stack: |-
    Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.682
    Files blocking: [ 'fs.txt', 'node_trace.1.log' ]
    
    C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-trace-events-fs-sync.js:133
        throw new Error(`${tr}:\n${util.inspect(proc)}`);
        ^
    
    Error: fs.sync.fstat:
    {
      status: 1,
      signal: null,
      output: [
        null,
        '',
        'node:internal/fs/utils:344\r\n' +
          '    throw err;\r\n' +
          '    ^\r\n' +
          '\r\n' +
          "Error: EPERM: operation not permitted, open 'fs.txt'\r\n" +
          '    at Object.openSync (node:fs:585:3)\r\n' +
          '    at Object.writeFileSync (node:fs:2155:35)\r\n' +
          '    at [eval]:1:4\r\n' +
          '    at Script.runInThisContext (node:vm:129:12)\r\n' +
          '    at Object.runInThisContext (node:vm:305:38)...

Reason pummel/test-fs-largefile
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41566, nodejs/node#41493)
Appeared test-rackspace-win2012r2_vs2019-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/41988/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42012/
Example
not ok 793 pummel/test-fs-largefile
  ---
  duration_ms: 0.941
  severity: fail
  exitcode: 1
  stack: |-
    Can't clean tmpdir: C:\workspace\node-test-binary-windows-js-suites\node\test\.tmp.793
    Files blocking: [ 'large.txt' ]
    
    node:internal/fs/utils:344
        throw err;
        ^
    
    Error: ENOSPC: no space left on device, ftruncate
        at Object.ftruncateSync (node:fs:1078:3)
        at Object.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\pummel\test-fs-largefile.js:37:4)
        at Module._compile (node:internal/modules/cjs/loader:1097:14)
        at Object.Module._extensions..js (node:internal/modules/cjs/loader:1149:10)
        at Module.load (node:internal/modules/cjs/loader:975:32)
        at Function.Module._load (node:internal/modules/cjs/loader:822:12)
        at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12)
        at node:internal/main/run_main_module:17:47 {
      errno: -4055,
      syscall: 'ftruncate',
     ...

Reason pummel/test-timers
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#41513, nodejs/node#41502)
Appeared test-digitalocean-ubuntu1804_sharedlibs_container-x64-7, test-joyent-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/41978/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42042/
Example
not ok 3234 pummel/test-timers
  ---
  duration_ms: 1.549
  severity: fail
  exitcode: 1
  stack: |-
    diff: 1004
    diff: 1216
    node:assert:399
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
      assert.ok(t <= diff && diff < t + (WINDOW * interval_count))
    
        at Timeout.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/pummel/test-timers.js:64:12)
        at Timeout._onTimeout (/home/iojs/build/workspace/node-test-commit-linux-containered/test/common/index.js:401:15)
        at listOnTimeout (node:internal/timers:559:17)
        at processTimers (node:internal/timers:502:7) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: false,
      expected: true,
      operator: '=='
    }
    
    Node.js v18.0.0-pre
  ...


Jenkins Failure

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 6 (nodejs/node#41513, nodejs/node#41615, nodejs/node#41263, nodejs/node#41511, nodejs/node#41573, nodejs/node#41619)
Appeared test-equinix-ubuntu1804_sharedlibs_container-arm64-1, test-softlayer-alpine311_container-x64-1, test-softlayer-centos7-x64-1, test-softlayer-ubi81_container-x64-1, test-softlayer-ubuntu1804_sharedlibs_container-x64-1, test-joyent-smartos20-x64-3, test-rackspace-win2012r2_vs2019-x64-3, test-requireio_securogroup-debian10-arm64_pi3-2, test-requireio_williamkapke-debian10-arm64_pi3-1, test-requireio_pivotalagency-debian10-arm64_pi3-2, test-requireio_davglass-debian10-arm64_pi3-1, test-joyent-smartos20-x64-4, test-requireio_svincent-debian10-armv7l_pi2-3, test-requireio_securogroup-debian10-arm64_pi3-1, test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-2, test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_piccoloaiutante-debian10-arm64_pi3-1, test-requireio_mcollina-debian10-armv7l_pi2-1, test-requireio_joeyvandijk-debian10-armv7l_pi2-1, test-equinix-centos7_container-arm64-2, test-equinix-ubuntu1804_container-arm64-2, test-equinix-ubuntu2004_container-arm64-2, test-digitalocean-freebsd12-x64-2, test-digitalocean-freebsd12-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/41994/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42054/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 145.40.81.219/145.40.81.219:58660' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
	at com.sun.proxy.$Proxy82.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1213)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1205)

Reason Build timed out (after 60 minutes). Marking the build as failed.
Type JENKINS_FAILURE
Failed PR 2 (nodejs/node#40424, nodejs/node#40907)
Appeared test-rackspace-win2012r2_vs2019-x64-1, test-softlayer-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42011/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42015/
Example
Build timed out (after 60 minutes). Marking the build as failed.

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#41553, nodejs/node#41263)
Appeared test-requireio_ceejbot-debian10-armv7l_pi2-1, test-requireio_davglass-debian10-arm64_pi3-1, test-requireio_joeyvandijk-debian10-armv7l_pi2-2, test-requireio_securogroup-debian10-arm64_pi3-1, test-requireio_svincent-debian10-armv7l_pi2-2, test-requireio_williamkapke-debian10-arm64_pi3-2, test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_piccoloaiutante-debian10-arm64_pi3-1, test-requireio_rvagg-debian10-armv7l_pi2-1, test-requireio_securogroup-debian10-arm64_pi3-2, test-requireio_mcollina-debian10-armv7l_pi2-1, test-requireio_pivotalagency-debian10-arm64_pi3-2, test-requireio_svincent-debian10-armv7l_pi2-3, test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-1, test-requireio_joeyvandijk-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42023/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42028/
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-arm] $ /bin/bash -ex /tmp/jenkins8013646566027941732.sh
+ '[' -d .git ']'
+ git clean -fdx

Reason ERROR: Step ‘Record fingerprints of files to track usage’ failed: no workspace for ...
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#41263, nodejs/node#41511)
Appeared test-rackspace-fedora32-x64-1, test-joyent-ubuntu1804-x64-1, test-rackspace-centos7-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42051/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42052/
Example
ERROR: Step ‘Record fingerprints of files to track usage’ failed: no workspace for node-test-commit-linux/nodes=fedora-last-latest-x64 #44378
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE

Reason error: remote GitHub already exists.
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#40907, nodejs/node#41610)
Appeared test-rackspace-win2012r2_vs2017-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/42015/
Last CI https://ci.nodejs.org/job/node-test-pull-request/42040/
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/master:refs/remotes/jenkins_tmp

Git Failure

Progress

  • parallel/test-common-expect-warning (8)
  • parallel/test-fs-rmdir-recursive (6)
  • sequential/test-cpu-prof-worker-argv (5)
  • parallel/test-child-process-pipe-dataflow (4)
  • parallel/test-stdout-to-file (4)
  • parallel/test-crypto-secure-heap (3)
  • node-api/test_threadsafe_function/test (2)
  • parallel/test-crypto-dh-constructor (2)
  • parallel/test-fs-readfile (2)
  • parallel/test-trace-events-fs-sync (2)
  • pummel/test-fs-largefile (2)
  • pummel/test-timers (2)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (6)
  • 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? (2)
  • ERROR: Step ‘Record fingerprints of files to track usage’ failed: no workspace for ... (2)
  • error: remote GitHub already exists. (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