-
Notifications
You must be signed in to change notification settings - Fork 113
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
ncu-ci pr failed #452
Comments
@gengjiawen this'll be closed by #451 |
But this has been runs by jenkins |
@gengjiawen hmm - the error is the same as the one fixed above:
is what's returned by the API |
perhaps a daft question but what's different about the QUIC CI? it looks like the same UI and tests being run but logically i assume there's something different in build params 🤔 Edit: looks like just |
nodejs/node#34086 (comment) doesn't have a node-test-pull-request run. The QUIC CI link is directly running node-test-commit because it uses non-standard config flags to build. |
https://github.com/nodejs/node-core-utils/blob/master/docs/ncu-ci.md This page says
Is it outdated ? |
@gengjiawen you need to run For https://ci.nodejs.org/job/node-test-commit/39325/ if i run node on git:v14.5.0-proposal ❯ ncu-ci commit 39325 7:34AM
--------------------------------------------------------------------------------
[1/1] Running COMMIT: 39325
--------------------------------------------------------------------------------
✔ Build data downloaded
✔ Data downloaded
----------------------------------- Summary ------------------------------------
Result FAILURE
URL https://ci.nodejs.org/job/node-test-commit/39325/
Source https://github.com/nodejs/node/pull/34086/
Commit [725a1df7b849] quic: remove redundant cast
Date 2020-06-27 22:14:09 +0800
Author Jiawen Geng <technicalcute@gmail.com>
----------------------------------- osx1014 ------------------------------------
URL https://ci.nodejs.org/job/node-test-commit-osx/nodes=osx1014/34964/console
Type JS_TEST_FAILURE
Built On test-orka-macos10.14-x64-2
Reason
not ok 1694 parallel/test-quic-statelessreset
---
duration_ms: 0.432
severity: fail
exitcode: 1
stack: |-
assert.js:103
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
2n !== 1n
at QuicSocket.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1014/test/parallel/test-quic-statelessreset.js:47:10)
at QuicSocket.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1014/test/common/index.js:365:15)
at QuicSocket.emit (events.js:314:20)
at processTicksAndRejections (internal/process/task_queues.js:75:11) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 2n,
expected: 1n,
operator: 'strictEqual'
}
...
--------------------- ubi81_sharedlibs_openssl111fips_x64 ----------------------
URL https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubi81_sharedlibs_openssl111fips_x64/21043/console
Type BUILD_FAILURE
Built On test-digitalocean-ubi81_container-x64-2
Reason
make: *** [Makefile:547: build-ci] Error 1
Build step 'Conditional steps (multiple)' marked build as failure
All downstream projects complete!
Performing Post build task...
--------------------- ubuntu1804_sharedlibs_openssl111_x64 ---------------------
URL https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1804_sharedlibs_openssl111_x64/21043/console
Type BUILD_FAILURE
Built On test-digitalocean-ubuntu1804_sharedlibs_container-x64-5
Reason
Makefile:547: recipe for target 'build-ci' failed
make: *** [build-ci] Error 1
Build step 'Conditional steps (multiple)' marked build as failure
All downstream projects complete!
Performing Post build task...
Match found for : : True
--------------------- ubuntu1804_sharedlibs_withoutssl_x64 ---------------------
URL https://ci.nodejs.org/job/node-test-commit-linux-containered/nodes=ubuntu1804_sharedlibs_withoutssl_x64/21043/console
Type BUILD_FAILURE
Built On test-softlayer-ubuntu1804_sharedlibs_container-x64-5
Reason
ERROR: --without-ssl is incompatible with --experimental-quic
Makefile:547: recipe for target 'build-ci' failed
make: *** [build-ci] Error 1
Build step 'Conditional steps (multiple)' marked build as failure
All downstream projects complete!
Performing Post build task...
--------------------------------- Other builds ---------------------------------
Unstable https://ci.nodejs.org/job/node-test-commit-linux/35821/
Unstable https://ci.nodejs.org/job/node-test-commit-arm-fanned/15098/ |
On latest commit for PR: nodejs/node#34086 (comment)
The text was updated successfully, but these errors were encountered: