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 2020-08-17 #46

Open
6 tasks
github-actions bot opened this issue Aug 17, 2020 · 0 comments
Open
6 tasks

CI Reliability 2020-08-17 #46

github-actions bot opened this issue Aug 17, 2020 · 0 comments

Comments

@github-actions
Copy link

Failures in node-test-pull-request/32711 to node-test-pull-request/32792 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
2020-08-17 00:36 6 38 3 13 40 46.91%

JSTest Failure

Reason parallel/test-worker-init-failure
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#34724, nodejs/node#34595, nodejs/node#34769, nodejs/node#33827)
Appeared test-orka-macos10.15-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/32732/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32785/
Example
not ok 2476 parallel/test-worker-init-failure
  ---
  duration_ms: 3.90
  severity: fail
  exitcode: 1
  stack: |-
    child stdout: 
    
    child stderr: events.js:291
          throw er; // Unhandled 'error' event
          ^
    
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
      assert.ok(e.code === 'ERR_WORKER_INIT_FAILED' || e.code === 'EMFILE')
    
        at Worker.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-worker-init-failure.js:38:14)
        at Worker.emit (events.js:314:20)
        at Worker.[kOnErrorMessage] (internal/worker.js:241:10)
        at Worker.[kOnMessage] (internal/worker.js:251:37)
        at MessagePort.<anonymous> (internal/worker.js:167:57)
        at MessagePort.[nodejs.internal.kHybridDispatch] (internal/event_target.js:353:41)
        at MessagePort.exports.emitMessage (internal/per_context/messageport.js:18:26)
        at Worker.[kOnExit] (internal/worker.js:223:5)
        at Worker.<c...

Reason parallel/test-inspector-multisession-ws
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#33636, nodejs/node#34655)
Appeared test-nearform-macos10.15-x64-3
First CI https://ci.nodejs.org/job/node-test-pull-request/32726/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32773/
Example
not ok 1418 parallel/test-inspector-multisession-ws
  ---
  duration_ms: 15.443
  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:57378/f4c92188-57d8-41f7-bf3f-578a5199188e
    [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 parallel/test-repl
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#34584, nodejs/node#34595)
Appeared test-requireio_joeyvandijk-debian10-armv7l_pi2-1, test-requireio_mininodes-debian10-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/32717/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32766/
Example
not ok 495 parallel/test-repl
  ---
  duration_ms: 7.6
  severity: fail
  exitcode: 1
  stack: |-
    out: ""
    in: ""
    out: "message"
    in: "'Read, Eval, Print Loop'"
    out: "invoke_me(987)"
    in: "'invoked 987'"
    out: "a = 12345"
    in: "12345"
    out: "{a:1}"
    in: "{ a: 1 }"
    out: "throw new Error('test error');"
    in: "Uncaught Error: test error"
    out: "throw { foo: 'bar' };"
    in: "Uncaught { foo: 'bar' }"
    out: "function test_func() {"
    in: "... "
    out: ".break"
    in: ""
    out: "eval(\"function test_func() {\")"
    in: "Uncaught SyntaxError: Unexpected end of input"
    out: "`io.js"
    in: "... "
    out: ".break"
    in: ""
    out: "`io.js ${\"1.0\""
    in: "... "
    out: "+ \".2\"}`"
    in: "'io.js 1.0.2'"
    out: "`io.js ${"
    in: "... "
    out: "\"1.0\" + \".2\"}`"
    in: "'io.js 1.0.2'"
    out: "(\"a\""
    in: "... "
    out: ".charAt(0))"
    in: "'a'"
    out: ".1234"
    in: "0.1234"
    out: ".1+.1"
    in: "0.2"
    out: "JSON.parse('{\"v...

Reason parallel/test-worker-messageport-transfer-terminate
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#34764, nodejs/node#33827)
Appeared test-joyent-ubuntu1804_sharedlibs_container-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/32761/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32784/
Example
not ok 2065 parallel/test-worker-messageport-transfer-terminate
  ---
  duration_ms: 1.129
  severity: fail
  exitcode: 6
  stack: |-
    internal/bootstrap/loaders.js:364
          fn(this.exports, requireFn, this, process, internalBinding);
          ^
    
    TypeError: fn is not a function
        at NativeModule.compile (internal/bootstrap/loaders.js:364:7)
        at Function.NativeModule.require (internal/bootstrap/loaders.js:176:18)
        at setupProcessObject (internal/bootstrap/node.js:332:39)
        at startup (internal/bootstrap/node.js:31:5)
        at bootstrapNodeJSCore (internal/bootstrap/node.js:623:3)
  ...


Jenkins Failure

Git Failure

Build Failure

Reason fatal error: ld terminated with signal 9 [Killed]
Type BUILD_FAILURE
Failed PR 4 (nodejs/node#33831, nodejs/node#34741, nodejs/node#34476, nodejs/node#33827)
Appeared test-joyent-ubuntu1804_sharedlibs_container-x64-3, test-joyent-ubuntu1804_sharedlibs_container-x64-4
First CI https://ci.nodejs.org/job/node-test-pull-request/32734/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32784/
Example
fatal error: ld terminated with signal 9 [Killed]

Reason Failed to trigger sub builds
Type BUILD_FAILURE
Failed PR 2 (nodejs/node#34414, nodejs/node#34595)
Appeared undefined
First CI https://ci.nodejs.org/job/node-test-pull-request/32756/
Last CI https://ci.nodejs.org/job/node-test-pull-request/32763/
Example
Failed to trigger sub builds

Progress

  • parallel/test-worker-init-failure (4)
  • parallel/test-inspector-multisession-ws (2)
  • parallel/test-repl (2)
  • parallel/test-worker-messageport-transfer-terminate (2)
  • fatal error: ld terminated with signal 9 [Killed] (4)
  • Failed to trigger sub builds (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