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 failures: 20190322 #21

Closed
joyeecheung opened this issue Mar 22, 2019 · 3 comments
Closed

CI failures: 20190322 #21

joyeecheung opened this issue Mar 22, 2019 · 3 comments

Comments

@joyeecheung
Copy link
Member

joyeecheung commented Mar 22, 2019

Failures in node-test-pull-request/21691 (16:00:00 2019-03-20 UTC) to node-test-pull-request/21782 (13:00:00 2019-03-22 UTC) that failed more than 2 PRs
(Generated with ncu-ci walk pr --stats --copy --cache)

JSTest Failure

Reason parallel/test-inspect-async-hook-setup-at-inspect
Type JS_TEST_FAILURE
Failed PR 18 (nodejs/node#26824, nodejs/node#26759, nodejs/node#26813, nodejs/node#26343, nodejs/node#26757, nodejs/node#26734, nodejs/node#26812, nodejs/node#26648, nodejs/node#26837, nodejs/node#26518, nodejs/node#26740, nodejs/node#26760, nodejs/node#26747, nodejs/node#26777, nodejs/node#26818, nodejs/node#26808, nodejs/node#26806, nodejs/node#26348)
Appeared test-rackspace-win2008r2-x64-3, test-rackspace-win2008r2-x64-4, test-rackspace-win2008r2-x64-6
First CI https://ci.nodejs.org/job/node-test-pull-request/21693/
Last CI https://ci.nodejs.org/job/node-test-pull-request/21781/
Example
not ok 314 parallel/test-inspect-async-hook-setup-at-inspect
  ---
  duration_ms: 0.516
  severity: fail
  exitcode: 1
  stack: |-
    [test] Connecting to a child Node process
    [test] Testing /json/list
    [err] Debugger listening on ws://127.0.0.1:59810/120e299d-764c-4992-ac1f-aa71a02a27d2
    [err] For help, see: https://nodejs.org/en/docs/inspector
    [err] 
    [err] Debugger attached.
    [err] 
    [err] FATAL ERROR: node::inspector::Agent::ToggleAsyncHook Cannot toggle Inspector's AsyncHook, please report this.
    [err] 
    [err]  1: 000000014000972F napi_wrap+82655
    [err]  2: 000000013FFC1886 uv_loop_fork+44166
    [err]  3: 000000013FFC23D6 uv_loop_fork+47062
    [err]  4: 000000013FFC1FB9 uv_loop_fork+46009
    [err]  5: 000000013FF292D3 std::basic_ios<char,std::char_traits<char> >::imbue+76067
    [err]  6: 000000014053F687 v8_inspector::protocol::Debugger::API::SearchMatch::fromJSONString+242135
    [err]  7: 000000014051E0AC v8_inspector::protocol::Debugger::API::SearchMatch::fromJSONS...

Reason parallel/test-https-connect-localport
Type JS_TEST_FAILURE
Failed PR 4 (nodejs/node#26810, nodejs/node#26738, nodejs/node#26760, nodejs/node#26802)
Appeared test-osuosl-ubuntu1404-ppc64_le-1, test-osuosl-ubuntu1404-ppc64_le-2, test-packetnet-centos7-arm64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/21713/
Last CI https://ci.nodejs.org/job/node-test-pull-request/21769/
Example
not ok 1129 parallel/test-https-connect-localport
  ---
  duration_ms: 0.171
  severity: fail
  exitcode: 1
  stack: |-
    (node:7223) [DEP0123] DeprecationWarning: Setting the TLS ServerName to an IP address is not permitted by RFC 6066. This will be ignored in a future version.
    events.js:170
          throw er; // Unhandled 'error' event
          ^
    
    Error: bind EADDRINUSE 0.0.0.0:34567
        at internalConnect (net.js:806:18)
        at defaultTriggerAsyncIdScope (internal/async_hooks.js:297:19)
        at net.js:930:9
        at processTicksAndRejections (internal/process/task_queues.js:79:9)
        at process.runNextTicks [as _tickCallback] (internal/process/task_queues.js:56:3)
        at Function.Module.runMain (internal/modules/cjs/loader.js:880:11)
        at internal/main/run_main_module.js:21:11
    Emitted 'error' event at:
        at TLSSocket.socketErrorListener (_http_client.js:401:9)
        at TLSSocket.emit (events.js:193:13)
        at emitErrorNT (internal/streams/destroy.j...

Reason known_issues/test-vm-timeout-escape-queuemicrotask
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#26750, nodejs/node#26806, nodejs/node#26824)
Appeared test-packetnet-ubuntu1604-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/21751/
Last CI https://ci.nodejs.org/job/node-test-pull-request/21782/
Example
not ok 2421 known_issues/test-vm-timeout-escape-queuemicrotask
  ---
  duration_ms: 0.829
  severity: fail
  stack: |-
  ...


Reason parallel/test-async-hooks-http-parser-destroy
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#26810, nodejs/node#26739, nodejs/node#26805)
Appeared test-requireio_svincent-debian9-armv7l_pi2-2, test-requireio_rvagg-debian9-armv7l_pi2-1
First CI https://ci.nodejs.org/job/node-test-pull-request/21713/
Last CI https://ci.nodejs.org/job/node-test-pull-request/21766/
Example
not ok 34 parallel/test-async-hooks-http-parser-destroy
  ---
  duration_ms: 10.849
  severity: fail
  exitcode: 1
  stack: |-
    assert.js:342
        throw err;
        ^
    
    AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
    
      assert.ok(destroyedIds.indexOf(createdAsyncId) >= 0)
    
        at /home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-async-hooks-http-parser-destroy.js:43:16
        at Array.forEach (<anonymous>)
        at Timeout._onTimeout (/home/iojs/build/workspace/node-test-binary-arm/test/parallel/test-async-hooks-http-parser-destroy.js:42:18)
        at listOnTimeout (internal/timers.js:535:17)
        at processTimers (internal/timers.js:479:7)
  ...


Reason parallel/test-gc-http-client-onerror
Type JS_TEST_FAILURE
Failed PR 3 (nodejs/node#26819, nodejs/node#26820, nodejs/node#26789)
Appeared test-digitalocean-freebsd11-x64-2, test-digitalocean-freebsd11-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/21732/
Last CI https://ci.nodejs.org/job/node-test-pull-request/21771/
Example
not ok 744 parallel/test-gc-http-client-onerror
  ---
  duration_ms: 0.637
  severity: fail
  exitcode: 1
  stack: |-
    /usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/test/parallel/test-gc-http-client-onerror.js:50
      throw err;
      ^
    
    Error: connect ECONNRESET 127.0.0.1:48365 - Local (127.0.0.1:48578)
        at internalConnect (net.js:840:16)
        at defaultTriggerAsyncIdScope (internal/async_hooks.js:297:19)
        at GetAddrInfoReqWrap.emitLookup [as callback] (net.js:988:9)
        at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:63:10)
  ...


Reason parallel/test-child-process-pipe-dataflow
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#26827, nodejs/node#25681)
Appeared test-azure_msft-win10-x64-5
First CI https://ci.nodejs.org/job/node-test-pull-request/21697/
Last CI https://ci.nodejs.org/job/node-test-pull-request/21698/
Example
not ok 62 parallel/test-child-process-pipe-dataflow
  ---
  duration_ms: 0.212
  severity: fail
  exitcode: 1
  stack: |-
    assert.js:85
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
    
    1 !== 0
    
        at ChildProcess.<anonymous> (c:\workspace\node-test-binary-windows\test\parallel\test-child-process-pipe-dataflow.js:42:14)
        at ChildProcess.<anonymous> (c:\workspace\node-test-binary-windows\test\common\index.js:358:15)
        at ChildProcess.emit (events.js:198:13)
        at Process.ChildProcess._handle.onexit (internal/child_process.js:254:12)
  ...


Reason parallel/test-fs-stat-bigint
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#26823, nodejs/node#26846)
Appeared test-digitalocean-ubuntu1604_sharedlibs_container-x64-5, test-digitalocean-ubuntu1604_sharedlibs_container-x64-4, test-digitalocean-freebsd11-x64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/21691/
Last CI https://ci.nodejs.org/job/node-test-pull-request/21744/
Example
not ok 700 parallel/test-fs-stat-bigint
  ---
  duration_ms: 0.484
  severity: fail
  exitcode: 1
  stack: |-
    assert.js:86
      throw new AssertionError(obj);
      ^
    
    AssertionError [ERR_ASSERTION]: 1553210942541n !== 1553210942542n
    key=atimeMs, val=1553210942542
        at verifyStats (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-fs-stat-bigint.js:63:14)
        at Object.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/parallel/test-fs-stat-bigint.js:90:3)
        at Module._compile (internal/modules/cjs/loader.js:814:30)
        at Object.Module._extensions..js (internal/modules/cjs/loader.js:825:10)
        at Module.load (internal/modules/cjs/loader.js:681:32)
        at tryModuleLoad (internal/modules/cjs/loader.js:613:12)
        at Function.Module._load (internal/modules/cjs/loader.js:605:3)
        at Function.Module.runMain (internal/modules/cjs/loader.js:877:12)
        at internal/main/run_main_module.js:21:11
  ....

Reason sequential/test-http2-ping-flood
Type JS_TEST_FAILURE
Failed PR 2 (nodejs/node#25681, nodejs/node#26348)
Appeared test-azure_msft-win10-x64-4, test-azure_msft-win10-x64-1
First CI https://ci.nodejs.org/job/node-test-pull-request/21698/
Last CI https://ci.nodejs.org/job/node-test-pull-request/21781/
Example
not ok 530 sequential/test-http2-ping-flood
  ---
  duration_ms: 0.746
  severity: crashed
  exitcode: -1073741819
  stack: |-
  ...


Jenkins Failure

Git Failure

Build Failure

Reason ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Type BUILD_FAILURE
Failed PR 19 (nodejs/node#26779, nodejs/node#26777, nodejs/node#26772, nodejs/node#26770, nodejs/node#26817, nodejs/node#26808, nodejs/node#26804, nodejs/node#26803, nodejs/node#26802, nodejs/node#26797, nodejs/node#26784, nodejs/node#26783, nodejs/node#26788, nodejs/node#26846, nodejs/node#26750, nodejs/node#26820, nodejs/node#26836, nodejs/node#26685, nodejs/node#26348)
Appeared test-packetnet-ubuntu1604-arm64-2
First CI https://ci.nodejs.org/job/node-test-pull-request/21755/
Last CI https://ci.nodejs.org/job/node-test-pull-request/21781/
Example
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Notifying upstream projects of job completion
Finished: FAILURE

@joyeecheung
Copy link
Member Author

joyeecheung commented Mar 22, 2019

Progress

@refack
Copy link

refack commented Mar 22, 2019

  • ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?

FTR, a more spesific error identifier is:

Makefile:448: recipe for target 'clear-stalled' failed
make[1]: *** [clear-stalled] Error 123
Makefile:532: recipe for target 'run-ci' failed
make: *** [run-ci] Error 2

i.e.:

grep "Makefile.*failed" -C3

P.S. nodejs/node-core-utils#329

@joyeecheung
Copy link
Member Author

@refack thanks, this probably should be added in a lower priority (pretty sure Step ‘Publish JUnit test result report’ ... should be the lowest catch-all pattern)

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

2 participants