Skip to content

CI Relability 2020-06-30 #23

Open
Open
@github-actions

Description

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

UTC Time RUNNING SUCCESS UNSTABLE ABORTED FAILURE Green Rate
2020-06-30 00:17 2 1 50 7 40 1.10%

JSTest Failure

Reason parallel/test-worker-init-failure
Type JS_TEST_FAILURE
Failed PR 5 (nodejs/node#34011, nodejs/node#34088, nodejs/node#34106, nodejs/node#34101, nodejs/node#34102)
Appeared test-requireio_jasnell-debian10-armv7l_pi2-1, test-orka-macos10.15-x64-1, test-requireio_piccoloaiutante-debian10-arm64_pi3-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8
First CI https://ci.nodejs.org/job/node-test-pull-request/32070/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32141/
Example
not ok 663 parallel/test-worker-init-failure
  ---
  duration_ms: 288.144
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-net-dns-error
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#34088, nodejs/node#34035, nodejs/node#34106, nodejs/node#34048)
Appeared test-rackspace-win2012r2_vs2017-x64-2, test-rackspace-win2012r2_vs2017-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/32123/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32140/
Example
not ok 333 parallel/test-net-dns-error
  ---
  duration_ms: 0.265
  severity: fail
  exitcode: 1
  stack: |-
    assert.js:84
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Input A expected to strictly equal input B:
    + expected - actual
    
    - 'EAI_FAIL'
    + 'ENOTFOUND'
        at Socket.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-net-dns-error.js:37:10)
        at Socket.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:379:15)
        at Socket.emit (events.js:198:13)
        at GetAddrInfoReqWrap.emitLookup [as callback] (net.js:1005:12)
        at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:56:17)
  ...


Reason parallel/test-worker-stdio
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#33395, nodejs/node#34088, nodejs/node#34106, nodejs/node#34102)
Appeared test-requireio_jasnell-debian10-armv7l_pi2-1, test-softlayer-debian9-x64-1, test-digitalocean-fedora30-x64-2, test-rackspace-ubuntu1604-x64-2, test-joyent-smartos18-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-4, test-digitalocean-ubuntu1804_sharedlibs_container-x64-3, test-requireio_svincent-debian10-armv7l_pi2-1, test-requireio_piccoloaiutante-debian10-arm64_pi3-1, test-requireio_joeyvandijk-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/32064/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32141/
Example
not ok 666 parallel/test-worker-stdio
  ---
  duration_ms: 241.114
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-child-process-pipe-dataflow
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#34011, nodejs/node#34048)
Appeared test-rackspace-win2012r2_vs2013-x64-1, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8
First CI https://ci.nodejs.org/job/node-test-pull-request/32070/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32140/
Example
not ok 87 parallel/test-child-process-pipe-dataflow
  ---
  duration_ms: 0.918
  severity: fail
  exitcode: 1
  stack: |-
    assert.js:103
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    + actual - expected
    
    + '131073'
    - '1048577'
        at Socket.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-pipe-dataflow.js:66:12)
        at Socket.<anonymous> (C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:365:15)
        at Socket.emit (events.js:314:20)
        at addChunk (_stream_readable.js:320:12)
        at readableAddChunk (_stream_readable.js:296:9)
        at Socket.Readable.push (_stream_readable.js:235:10)
        at Pipe.onStreamRead (internal/stream_base_commons.js:192:23) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: '131073',
      expected: '1048577',
      operator: 'strictEqual'
    }
  ...


Reason parallel/test-fs-read-optional-params
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#34010, nodejs/node#28426)
Appeared test-rackspace-win2012r2_vs2017-x64-3, test-rackspace-win2012r2_vs2017-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/32069/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32101/
Example
not ok 194 parallel/test-fs-read-optional-params
  ---
  duration_ms: 0.172
  severity: fail
  exitcode: 1
  stack: |-
    assert.js:103
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    0 !== 4
    
        at C:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-fs-read-optional-params.js:22:10
        at C:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:365:15
        at FSReqCallback.wrapper [as oncomplete] (fs.js:528:5) {
      generatedMessage: true,
      code: 'ERR_ASSERTION',
      actual: 0,
      expected: 4,
      operator: 'strictEqual'
    }
  ...


Reason parallel/test-http2-reset-flood
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node-auto-test#19, nodejs/node-auto-test#17)
Appeared test-digitalocean-fedora27-x64-1, test-joyent-ubuntu1804_sharedlibs_container-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/32117/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32126/
Example
not ok 1607 parallel/test-http2-reset-flood
  ---
  duration_ms: 120.63
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-stdout-close-catch
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#34011, nodejs/node-auto-test#19)
Appeared test-digitalocean-freebsd11-x64-2, test-digitalocean-ubuntu1804_sharedlibs_container-x64-8
First CI https://ci.nodejs.org/job/node-test-pull-request/32070/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32117/
Example
not ok 2143 parallel/test-stdout-close-catch
  ---
  duration_ms: 120.111
  severity: fail
  exitcode: -15
  stack: |-
    timeout
  ...


Reason parallel/test-trace-atomics-wait
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#34011, nodejs/node#34048)
Appeared test-nearform-macos10.15-x64-1, test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/32070/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32146/
Example
not ok 2228 parallel/test-trace-atomics-wait
  ---
  duration_ms: 0.328
  severity: fail
  exitcode: 1
  stack: |-
    +++ normalized stdout +++
    [Thread 0] Atomics.wait(<address> + 0, 1, inf) started
    [Thread 0] Atomics.wait(<address> + 0, 1, inf) did not wait because the values mismatched
    [Thread 0] Atomics.wait(<address> + 0, 0, 10) started
    [Thread 0] Atomics.wait(<address> + 0, 0, 10) timed out
    [Thread 1] Atomics.wait(<address> + 4, -1, inf) started
    [Thread 0] Atomics.wait(<address> + 4, 0, inf) started
    [Thread 0] Atomics.wait(<address> + 4, 0, inf) did not wait because the values mismatched
    [Thread 1] Atomics.wait(<address> + 4, -1, inf) was woken up by another thread
    --- normalized stdout ---
    assert.js:385
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
      assert(expectedTimelines.includes(actualTimeline))
    
        at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/node...

Jenkins Failure

Reason Backing channel 'JNLP4-connect connection from ... is disconnected.
Type JENKINS_FAILURE
Failed PR 5 (nodejs/node#33461, nodejs/node#28426, nodejs/node#34058, nodejs/node#33573, nodejs/node-auto-test#17)
Appeared test-orka-macos10.14-x64-2, test-requireio_sambthompson-debian10-armv7l_pi2-1, test-azure_msft-win10_vs2019-x64-1, test-requireio_securogroup-debian10-arm64_pi3-2
First CI https://ci.nodejs.org/job/node-test-pull-request/32065/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32130/
Example
java.io.IOException: Backing channel 'JNLP4-connect connection from 199.7.167.100/199.7.167.100:44803' is disconnected.
	at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:216)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at com.sun.proxy.$Proxy82.isAlive(Unknown Source)
	at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1147)
	at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1139)

Git Failure

Build Failure

Reason Error: [Errno 2] No such file or directory: 'test.tap'
Type BUILD_FAILURE
Failed PR 8 (nodejs/node#34011, nodejs/node#28006, nodejs/node-auto-test#19, nodejs/node#34088, nodejs/node-auto-test#17, nodejs/node#34035, nodejs/node#34106, nodejs/node#34101)
Appeared test-softlayer-centos6-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/32070/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32139/
Example
Error: [Errno 2] No such file or directory: 'test.tap'
POST BUILD TASK : FAILURE
END OF POST BUILD TASK : 0
Recording test results
Recording fingerprints
Collecting metadata...

Reason error: ‘std::index_sequence’ has not been declared
Type BUILD_FAILURE
Failed PR 8 (nodejs/node#34011, nodejs/node#28006, nodejs/node-auto-test#19, nodejs/node#34088, nodejs/node-auto-test#17, nodejs/node#34035, nodejs/node#34106, nodejs/node#34101)
Appeared test-softlayer-centos7-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/32070/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32139/
Example
error: ‘std::index_sequence’ has not been declared
                                         std::index_sequence<Indexes...>)
                                              ^
../deps/v8/src/base/template-utils.h:20:60: error: expected ‘,’ or ‘...’ before ‘<’ token
                                         std::index_sequence<Indexes...>)
                                                            ^

Reason fatal: No rebase in progress?
Type BUILD_FAILURE
Failed PR 8 (nodejs/node#34011, nodejs/node#28006, nodejs/node-auto-test#19, nodejs/node#34088, nodejs/node-auto-test#17, nodejs/node#34035, nodejs/node#34106, nodejs/node#34101)
Appeared test-softlayer-debian8-x86-1, test-digitalocean-ubuntu1404-x86-1, test-digitalocean-ubuntu1604-x86-2, test-joyent-alpine311_container-x64-1, test-joyent-alpine312_container-x64-1, test-rackspace-ubuntu1604-x64-2, test-orka-macos10.14-x64-2, test-nearform-macos10.15-x64-3, test-digitalocean-alpine311_container-x64-1, test-softlayer-alpine312_container-x64-1, test-orka-macos10.14-x64-3, test-orka-macos10.15-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/32070/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32139/
Example
fatal: No rebase in progress?

Reason ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 5 (nodejs/node#28006, nodejs/node#33490, nodejs/node#34088, nodejs/node#34035, nodejs/node#34106)
Appeared test-packetnet-centos7-arm64-1, test-requireio_sambthompson-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-1, test-requireio_louiscntr-debian10-armv7l_pi2-1, test-requireio_pivotalagency-debian10-arm64_pi3-2, test-requireio_svincent-debian10-armv7l_pi2-1, test-requireio_piccoloaiutante-debian10-arm64_pi3-1, test-requireio_jasnell-debian10-armv7l_pi2-1, test-requireio_notthetup_sayanee-debian10-arm64_pi3-1, test-requireio_mininodes-debian10-armv7l_pi2-1, test-requireio_williamkapke-debian10-arm64_pi3-2, test-digitalocean-freebsd11-x64-2, test-packetnet-centos7-arm64-2, test-ibm-rhel7-s390x-1, test-ibm-rhel7-s390x-2
First CI https://ci.nodejs.org/job/node-test-pull-request/32094/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32136/
Example
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Collecting metadata...
Metadata collection done.
Notifying upstream projects of job completion
Finished: FAILURE

Reason ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 4 (nodejs/node#34011, nodejs/node#33680, nodejs/node#34035, nodejs/node#28006)
Appeared test-joyent-smartos18-x64-4, test-ibm-aix71-ppc64_be-2, test-digitalocean-freebsd11-x64-1, test-joyent-smartos18-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/32070/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32094/
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 fatal error: ld terminated with signal 9 [Killed]
Type BUILD_FAILURE
Failed PR 4 (nodejs/node#34088, nodejs/node#34102, nodejs/node#34105, nodejs/node#34106)
Appeared test-joyent-ubuntu1804_sharedlibs_container-x64-3, test-softlayer-ubuntu1804_sharedlibs_container-x64-2, test-joyent-ubuntu1804_sharedlibs_container-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/32128/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32134/
Example
fatal error: ld terminated with signal 9 [Killed]

Reason Makefile:1248: recipe for target 'tools/.mdlintstamp' failed
Type BUILD_FAILURE
Failed PR 2 (nodejs/node-auto-test#19, nodejs/node-auto-test#17)
Appeared test-ibm-ubuntu1804-x64-1, test-packetnet-ubuntu1804-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/32125/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32138/
Example
Makefile:1248: recipe for target 'tools/.mdlintstamp' failed
make: *** [tools/.mdlintstamp] Error 1
+ grep -v '^ok\|^TAP version 13\|^1\.\.'
+ cat test-eslint.tap
+ sed '/^\s*$/d'
+ exit 1

Reason error: no such option: --error-on-warn
Type BUILD_FAILURE
Failed PR 2 (nodejs/node-auto-test#19, nodejs/node-auto-test#17)
Appeared test-digitalocean-ubi81_container-x64-2, test-softlayer-ubi81_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/32125/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32138/
Example
error: no such option: --error-on-warn
Node.js configure: Found Python 3.6.8...
make: *** [Makefile:577: build-ci] Error 2
Build step 'Conditional steps (multiple)' marked build as failure
All downstream projects complete!
Performing Post build task...

Progress

  • parallel/test-worker-init-failure (5)
  • parallel/test-net-dns-error (4)
  • parallel/test-worker-stdio (4)
  • parallel/test-child-process-pipe-dataflow (2)
  • parallel/test-fs-read-optional-params (2)
  • parallel/test-http2-reset-flood (2)
  • parallel/test-stdout-close-catch (2)
  • parallel/test-trace-atomics-wait (2)
  • Backing channel 'JNLP4-connect connection from ... is disconnected. (5)
  • Error: [Errno 2] No such file or directory: 'test.tap' (8)
  • error: ‘std::index_sequence’ has not been declared (8)
  • fatal: No rebase in progress? (8)
  • ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? (5)
  • ERROR: Step ?Publish JUnit test result report? failed: No test report files were found. Configuration error? (4)
  • fatal error: ld terminated with signal 9 [Killed] (4)
  • Makefile:1248: recipe for target 'tools/.mdlintstamp' failed (2)
  • error: no such option: --error-on-warn (2)

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions