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 105 parallel/test-child-process-exec-cwd
---
duration_ms: 0.310
severity: fail
exitcode: 1
stack: |-
node:assert:399
throw err;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(stdout.startsWith(dir))
at d:\workspace\node-test-binary-windows-js-suites\node\test\parallel\test-child-process-exec-cwd.js:38:3
at d:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:414:17
at d:\workspace\node-test-binary-windows-js-suites\node\test\common\index.js:449: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 1703 parallel/test-inspector-multisession-ws
---
duration_ms: 15.388
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:55341/99feb155-fcd7-4adf-ab1b-20630e82c11b
[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
...
not ok 1924 parallel/test-permission-deny-fs-symlink
---
duration_ms: 0.83
severity: fail
exitcode: 1
stack: |-
node:internal/child_process:1103
const result = spawn_sync.spawn(options);
^
Error: Access to this API has been restricted
at Object.spawnSync (node:internal/child_process:1103:29)
at spawnSync (node:child_process:871:24)
at rmSync (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/tmpdir.js:11:5)
at Object.refresh (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/common/tmpdir.js:34:3)
at Object.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx/nodes/osx1015/test/parallel/test-permission-deny-fs-symlink.js:15:8)
at Module._compile (node:internal/modules/cjs/loader:1287:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1341:10)
at Module.load (node:internal/modules/cjs/loader:1145:32)
at Module._load...
not ok 3520 parallel/test-runner-inspect
---
duration_ms: 120.42
severity: fail
exitcode: -15
stack: |-
timeout
[test] Connecting to a child Node process
[test] Testing /json/list
[err] (node:3960491) Warning: Using the inspector with --test forces running at a concurrency of 1. Use the inspectPort option to run with concurrency
[err] (Use `node --trace-warnings ...` to show where the warning was created)
[err]
[out] TAP version 13
[out]
[err] Debugger listening on ws://127.0.0.1:39749/fe05be81-5414-4413-819b-2f7a5bbea269
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[err] Debugger attached.
[err]
[err] For help, see: https://nodejs.org/en/docs/inspector
[err]
[out] # Debugger ending on ws://127.0.0.1:39749/fe05be81-5414-4413-819b-2f7a5bbea269
[out]
...
not ok 3778 sequential/test-child-process-pass-fd
---
duration_ms: 0.142
severity: crashed
exitcode: -10
stack: |-
node:events:488
throw er; // Unhandled 'error' event
^
Error [ERR_IPC_CHANNEL_CLOSED]: Channel closed
at new NodeError (node:internal/errors:399:5)
at target.send (node:internal/child_process:747:16)
at socketConnected (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/sequential/test-child-process-pass-fd.js:62:15)
at Server.<anonymous> (/Users/iojs/build/workspace/node-test-commit-osx-arm/nodes/osx11/test/sequential/test-child-process-pass-fd.js:78:5)
at Server.emit (node:events:510:28)
at TCP.onconnection (node:net:2057:8)
Emitted 'error' event on process instance at:
at node:internal/child_process:751:35
at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
code: 'ERR_IPC_CHANNEL_CLOSED'
}
Node.js v20.0.0-pre
...
not ok 3816 sequential/test-debugger-object-type-remote-object
---
duration_ms: 3.803
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:407: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:1287:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1341:10)
at Module.load (node:internal/modules/cjs/loader:1145:32)
at Module._load (node:internal/modules/cjs/loader:984:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12)
at node:internal/main/run_main_module:23:47
...
not ok 3321 sequential/test-vm-timeout-escape-promise-module-2
---
duration_ms: 0.219
severity: fail
exitcode: 1
stack: |-
(node:64816) ExperimentalWarning: VM Modules is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
/home/iojs/build/workspace/node-test-commit-linuxone/test/common/index.js:638
const crashOnUnhandledRejection = (err) => { throw err; };
^
Error: escaped timeout at 100 milliseconds!
at loop (/home/iojs/build/workspace/node-test-commit-linuxone/test/sequential/test-vm-timeout-escape-promise-module-2.js:22:13)
at vm:module(0):1:30
at SourceTextModule.evaluate (internal/vm/module.js:230:23)
at assert.rejects.code (/home/iojs/build/workspace/node-test-commit-linuxone/test/sequential/test-vm-timeout-escape-promise-module-2.js:38:16)
at processTicksAndRejections (internal/process/task_queues....
java.io.IOException: Backing channel 'JNLP4-connect connection from 145.40.81.219/145.40.81.219:50574' is disconnected.
at hudson.remoting.RemoteInvocationHandler.channelOrFail(RemoteInvocationHandler.java:215)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
at jdk.proxy2/jdk.proxy2.$Proxy79.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1215)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1207)
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:43896
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
at hudson.remoting.Request.call(Request.java:199)
at hudson.remoting.Channel.call(Channel.java:999)
error: The last gc run reported the following. Please correct the root cause
and remove .git/gc.log.
Automatic cleanup will not be performed until the file is removed.
warning: There are too many unreachable loose objects; run 'git prune' to remove them.
Failures in node-test-pull-request/50200 to node-test-pull-request/50296 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-http-remove-connection-header-persists-connection
Example
parallel/test-worker-nearheaplimit-deadlock
Example
parallel/test-tls-ticket-cluster
Example
parallel/test-child-process-exec-cwd
Example
parallel/test-permission-deny-fs-wildcard
Example
parallel/test-http-remove-header-stays-removed
Example
parallel/test-inspector-multisession-ws
Example
parallel/test-permission-deny-fs-symlink
Example
parallel/test-runner-inspect
Example
sequential/test-child-process-pass-fd
Example
sequential/test-debugger-object-type-remote-object
Example
sequential/test-debugger-pid
Example
sequential/test-http-regr-gh-2928
Example
sequential/test-vm-timeout-escape-promise-module-2
Example
CCTest Failure
../test/cctest/test_inspector_socket.cc:323: Failure
Example
[ RUN ] InspectorSocketTest.HostIPv6NonRoutable
Example
Jenkins Failure
Backing channel 'JNLP4-connect connection from ... is disconnected.
Example
Build Failure
FATAL: java.nio.channels.ClosedChannelException
Example
Failed to trigger fanned build
Example
error: remote GitHub already exists.
Example
error: The last gc run reported the following. Please correct the root cause
Example
fatal: No rebase in progress?
Example
Progress
parallel/test-http-remove-connection-header-persists-connection
(9)parallel/test-worker-nearheaplimit-deadlock
(6)parallel/test-tls-ticket-cluster
(4)parallel/test-child-process-exec-cwd
(3)parallel/test-permission-deny-fs-wildcard
(3)parallel/test-http-remove-header-stays-removed
(2)parallel/test-inspector-multisession-ws
(2)parallel/test-permission-deny-fs-symlink
(2)parallel/test-runner-inspect
(2)sequential/test-child-process-pass-fd
(2)sequential/test-debugger-object-type-remote-object
(2)sequential/test-debugger-pid
(2)sequential/test-http-regr-gh-2928
(2)sequential/test-vm-timeout-escape-promise-module-2
(2)../test/cctest/test_inspector_socket.cc:323: Failure
(2)[ RUN ] InspectorSocketTest.HostIPv6NonRoutable
(2)Backing channel 'JNLP4-connect connection from ... is disconnected.
(2)FATAL: java.nio.channels.ClosedChannelException
(5)Failed to trigger fanned build
(4)error: remote GitHub already exists.
(4)error: The last gc run reported the following. Please correct the root cause
(2)fatal: No rebase in progress?
(2)The text was updated successfully, but these errors were encountered: