You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not ok 2234 parallel/test-performance-function
---
duration_ms: 0.139
severity: fail
exitcode: 1
stack: |-
node:internal/errors:490
ErrorCaptureStackTrace(err);
^
RangeError [ERR_OUT_OF_RANGE]: The value of "val" is out of range. It must be >= 1 && <= 9007199254740991. Received 0
at RecordableHistogram.record (node:internal/histogram:283:5)
at processComplete (node:internal/perf/timerify:40:15)
at timerified m (node:internal/perf/timerify:87:5)
at /home/iojs/build/workspace/node-test-commit-linux/test/parallel/test-performance-function.js:98:5 {
code: 'ERR_OUT_OF_RANGE'
}
Node.js v20.0.0-pre
...
not ok 922 wpt/test-encoding
---
duration_ms: 3.112
severity: fail
exitcode: 1
stack: |-
---- api-invalid-label.any.js ----
[SKIPPED] location is not defined
---- idlharness.any.js ----
[SKIPPED] No implementation of TextDecoderStream and TextEncoderStream
---- iso-2022-jp-decoder.any.js ----
[SKIPPED] iso-2022-jp decoder state handling bug: https://encoding.spec.whatwg.org/#iso-2022-jp-decoder
---- legacy-mb-schinese\gb18030\gb18030-decoder.any.js ----
[SKIPPED] The gb18030 encoding is not supported
---- legacy-mb-schinese\gbk\gbk-decoder.any.js ----
[SKIPPED] The gbk encoding is not supported
---- replacement-encodings.any.js ----
[SKIPPED] decoding-helpers.js needs XMLHttpRequest
---- single-byte-decoder.window.js ----
[SKIPPED] location is not defined
---- streams\realms.window.js ----
[SKIPPED] window is not defined
---- textdecoder-fatal-single-byte.any.js ----
[SKIPPED] The iso-8859-16 encoding is not supported
---- t...
not ok 101 parallel/test-child-process-exec-cwd
---
duration_ms: 0.420
severity: fail
exitcode: 1
stack: |-
node:assert:400
throw err;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(stdout.startsWith(dir))
at c:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-exec-cwd.js:38:3
at c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:413:17
at c:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:448:15
at ChildProcess.exithandler (node:child_process:411:7)
at ChildProcess.emit (node:events:510:28)
at maybeClose (node:internal/child_process:1098:16)
at ChildProcess._handle.onexit (node:internal/child_process:304:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
Node.js v20.0.0-pre
...
not ok 867 parallel/test-webcrypto-wrap-unwrap
---
duration_ms: 12.648
severity: fail
exitcode: 1
stack: |-
(node:2604) ExperimentalWarning: The Ed25519 Web Crypto API algorithm is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2604) ExperimentalWarning: The Ed448 Web Crypto API algorithm is an experimental feature and might change at any time
(node:2604) ExperimentalWarning: The X25519 Web Crypto API algorithm is an experimental feature and might change at any time
(node:2604) ExperimentalWarning: The X448 Web Crypto API algorithm is an experimental feature and might change at any time
node:internal/per_context/domexception:53
ErrorCaptureStackTrace(this);
^
DOMException [DataError]: Invalid wrapped JWK key
at new DOMException (node:internal/per_context/domexception:53:5)
at __node_internal_ (node:internal/util:609:10)
at SubtleCrypto.unwrapKey...
not ok 3768 sequential/test-debugger-exceptions
---
duration_ms: 1.544
severity: fail
exitcode: 1
stack: |-
/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/debugger.js:85
reject(new Error(message));
^
Error: Child exited, signal SIGBUS while waiting for /(?:assert|break|break on start|debugCommand|exception|other|promiseRejection) in/i; found: undefined
at ChildProcess.onChildClose (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/debugger.js:85:18)
at ChildProcess.emit (node:events:510:28)
at maybeClose (node:internal/child_process:1098:16)
at Socket.<anonymous> (node:internal/child_process:456:11)
at Socket.emit (node:events:510:28)
at Pipe.<anonymous> (node:net:316:12)
Node.js v20.0.0-pre
...
not ok 3771 sequential/test-debugger-heap-profiler
---
duration_ms: 3.422
severity: fail
exitcode: 1
stack: |-
Mismatched noop function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/index.js:406:10)
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/sequential/test-debugger-heap-profiler.js:38:34)
at Module._compile (node:internal/modules/cjs/loader:1274:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1328:10)
at Module.load (node:internal/modules/cjs/loader:1132:32)
at Module._load (node:internal/modules/cjs/loader:971:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47
...
not ok 3772 sequential/test-debugger-help
---
duration_ms: 3.706
severity: fail
exitcode: 1
stack: |-
/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/debugger.js:85
reject(new Error(message));
^
Error: Child exited, code 1 while waiting for /break (?:on start )?in/i; found: undefined
STDERR: Timeout (3000) waiting for 127.0.0.1:9229 to be free
at ChildProcess.onChildClose (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/debugger.js:85:18)
at ChildProcess.emit (node:events:510:28)
at maybeClose (node:internal/child_process:1098:16)
at Socket.<anonymous> (node:internal/child_process:456:11)
at Socket.emit (node:events:510:28)
at Pipe.<anonymous> (node:net:316:12)
Node.js v20.0.0-pre
...
not ok 3775 sequential/test-debugger-list
---
duration_ms: 3.428
severity: fail
exitcode: 1
stack: |-
Mismatched noop function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/index.js:406:10)
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/sequential/test-debugger-list.js:30:14)
at Module._compile (node:internal/modules/cjs/loader:1274:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1328:10)
at Module.load (node:internal/modules/cjs/loader:1132:32)
at Module._load (node:internal/modules/cjs/loader:971:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47
...
not ok 3777 sequential/test-debugger-object-type-remote-object
---
duration_ms: 3.697
severity: fail
exitcode: 1
stack: |-
Mismatched noop function calls. Expected exactly 1, actual 0.
at Proxy.mustCall (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/common/index.js:406:10)
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/sequential/test-debugger-object-type-remote-object.js:42:14)
at Module._compile (node:internal/modules/cjs/loader:1274:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1328:10)
at Module.load (node:internal/modules/cjs/loader:1132:32)
at Module._load (node:internal/modules/cjs/loader:971:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47
...
FATAL: java.nio.channels.ClosedChannelException
java.nio.channels.ClosedChannelException
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 145.40.96.123/145.40.96.123:53412
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
at hudson.remoting.Request.call(Request.java:199)
at hudson.remoting.Channel.call(Channel.java:999)
Failures in node-test-pull-request/49568 to node-test-pull-request/49663 that failed more than 2 PRs
(Generated with
ncu-ci walk pr --stats=true --markdown /home/runner/work/reliability/reliability/results.md
)JSTest Failure
parallel/test-performance-function
Example
parallel/test-child-process-cwd
Example
pummel/test-net-throttle
Example
wpt/test-encoding
Example
parallel/test-buffer-isascii
Example
parallel/test-buffer-isutf8
Example
parallel/test-child-process-exec-cwd
Example
parallel/test-http-remove-connection-header-persists-connection
Example
parallel/test-webcrypto-wrap-unwrap
Example
sequential/test-worker-prof
Example
wpt/test-webcrypto
Example
parallel/test-buffer-constructor-node-modules-paths
Example
parallel/test-child-process-bad-stdio
Example
parallel/test-crypto-key-objects
Example
parallel/test-runner-watch-mode
Example
pummel/test-policy-integrity-parent-no-package-json
Example
pummel/test-policy-integrity-worker-no-package-json
Example
sequential/test-debugger-exceptions
Example
sequential/test-debugger-exec-scope
Example
sequential/test-debugger-heap-profiler
Example
sequential/test-debugger-help
Example
sequential/test-debugger-launch
Example
sequential/test-debugger-list
Example
sequential/test-debugger-object-type-remote-object
Example
sequential/test-debugger-pid
Example
sequential/test-http-regr-gh-2928
Example
wpt/test-url
Example
CCTest Failure
Jenkins Failure
Build Failure
Failed to trigger sub builds
Example
fatal: No rebase in progress?
Example
FATAL: java.nio.channels.ClosedChannelException
Example
error: remote GitHub already exists.
Example
fatal: Could not read from remote repository.
Example
Progress
parallel/test-performance-function
(5)parallel/test-child-process-cwd
(4)pummel/test-net-throttle
(4)wpt/test-encoding
(4)parallel/test-buffer-isascii
(3)parallel/test-buffer-isutf8
(3)parallel/test-child-process-exec-cwd
(3)parallel/test-http-remove-connection-header-persists-connection
(3)parallel/test-webcrypto-wrap-unwrap
(3)sequential/test-worker-prof
(3)wpt/test-webcrypto
(3)parallel/test-buffer-constructor-node-modules-paths
(2)parallel/test-child-process-bad-stdio
(2)parallel/test-crypto-key-objects
(2)parallel/test-runner-watch-mode
(2)pummel/test-policy-integrity-parent-no-package-json
(2)pummel/test-policy-integrity-worker-no-package-json
(2)sequential/test-debugger-exceptions
(2)sequential/test-debugger-exec-scope
(2)sequential/test-debugger-heap-profiler
(2)sequential/test-debugger-help
(2)sequential/test-debugger-launch
(2)sequential/test-debugger-list
(2)sequential/test-debugger-object-type-remote-object
(2)sequential/test-debugger-pid
(2)sequential/test-http-regr-gh-2928
(2)wpt/test-url
(2)Failed to trigger sub builds
(9)fatal: No rebase in progress?
(5)FATAL: java.nio.channels.ClosedChannelException
(4)error: remote GitHub already exists.
(4)fatal: Could not read from remote repository.
(2)The text was updated successfully, but these errors were encountered: