buf: move buffer.slice to runtime deprecation
#1087
test-shared.yml
on: pull_request
Build slim tarball
1m 22s
Matrix: build
Annotations
21 errors
|
aarch64-linux: with shared libraries
Process completed with exit code 2.
|
|
aarch64-linux: with shared libraries:
test/test-runner/test-output-arbitrary-output.mjs#L0
--- stderr ---
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
... Skipped lines
'TAP version 13\n' +
'ok 1 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
...
'# todo 0\n' +
+ '# duration_ms *\n' +
+ '(node:99216) [DEP0158] DeprecationWarning: Buffer.prototype.slice is deprecated.\n' +
+ '(Use `node --trace-deprecation ...` to show where the warning was created)\n'
- '# duration_ms *\n'
at assertSnapshot (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/assertSnapshot.js:66:12)
at async spawnAndAssert (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/assertSnapshot.js:101:3)
at async file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/test-runner/test-output-arbitrary-output.mjs:8:1 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'TAP version 13\n' +
'ok 1 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - pre\n' +
'ok 2 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - mid\n' +
'ok 3 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - post\n' +
'1..3\n' +
'# tests 3\n' +
'# suites 0\n' +
'# pass 3\n' +
'# fail 0\n' +
'# cancelled 0\n' +
'# skipped 0\n' +
'# todo 0\n' +
'# duration_ms *\n' +
'(node:99216) [DEP0158] DeprecationWarning: Buffer.prototype.slice is deprecated.\n' +
'(Use `node --trace-deprecation ...` to show where the warning was created)\n',
expected: 'TAP version 13\n' +
'ok 1 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - pre\n' +
'ok 2 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - mid\n' +
'ok 3 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - post\n' +
'1..3\n' +
'# tests 3\n' +
'# suites 0\n' +
'# pass 3\n' +
'# fail 0\n' +
'# cancelled 0\n' +
'# skipped 0\n' +
'# todo 0\n' +
'# duration_ms *\n',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/test-runner/test-output-arbitrary-output.mjs
|
|
aarch64-linux: with shared libraries:
test/parallel/test-zlib.js#L0
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'Buffer.prototype.slice is deprecated.'
- "Instantiating Gzip without the 'new' keyword has been deprecated."
at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:678:14)
at Object.DeprecationWarning (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:493:15)
at process.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:702:33)
at process.emit (node:events:508:28)
at doEmitWarning (node:internal/process/warning:85:11)
at process.processTicksAndRejections (node:internal/process/task_queues:88:21) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Buffer.prototype.slice is deprecated.',
expected: "Instantiating Gzip without the 'new' keyword has been deprecated.",
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --no-warnings /home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-zlib.js
|
|
aarch64-linux: with shared libraries:
test/parallel/test-runner-cli.js#L247
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ '(node:74344) [DEP0158] DeprecationWarning: Buffer.prototype.slice is deprecated.\n' +
+ '(Use `node --trace-deprecation ...` to show where the warning was created)\n'
- ''
at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-runner-cli.js:247:10)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1892:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: '(node:74344) [DEP0158] DeprecationWarning: Buffer.prototype.slice is deprecated.\n' +
'(Use `node --trace-deprecation ...` to show where the warning was created)\n',
expected: '',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-runner-cli.js
|
|
aarch64-linux: with shared libraries:
test/parallel/test-http-server-multiple-client-error.js#L14
--- stderr ---
(node:58652) [DEP0158] DeprecationWarning: Buffer.prototype.slice is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
node:assert:173
throw err;
^
AssertionError [ERR_ASSERTION]: function should not have been called at /home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-http-server-multiple-client-error.js:11
called with arguments: DeprecationWarning: Buffer.prototype.slice is deprecated.
at fromList (node:internal/streams/readable:1624:20)
at Readable.read (node:internal/streams/readable:751:11)
at Socket.read (node:net:785:39)
at socketListener (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-http-server-multiple-client-error.js:14:28)
at Socket.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-http-server-multiple-client-error.js:17:7)
at Object.onceWrapper (node:events:622:28)
at Socket.emit (node:events:508:28)
at emitReadable_ (node:internal/streams/readable:832:12)
at process.processTicksAndRejections (node:internal/process/task_queues:88:21) {
code: 'DEP0158'
}
at process.mustNotCall (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:551:12)
at process.emit (node:events:520:35)
at doEmitWarning (node:internal/process/warning:85:11)
at process.processTicksAndRejections (node:internal/process/task_queues:88:21) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-http-server-multiple-client-error.js
|
|
aarch64-linux: with shared libraries:
test/parallel/test-buffer-nopendingdep-map.js#L13
--- stderr ---
node:assert:173
throw err;
^
AssertionError [ERR_ASSERTION]: A warning should not be emitted at /home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-buffer-nopendingdep-map.js:6
called with arguments: DeprecationWarning: Buffer.prototype.slice is deprecated.
at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-buffer-nopendingdep-map.js:13:20)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1892:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
code: 'DEP0158'
}
at process.mustNotCall (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:551:12)
at process.emit (node:events:508:28)
at doEmitWarning (node:internal/process/warning:85:11)
at process.processTicksAndRejections (node:internal/process/task_queues:88:21) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --no-warnings --pending-deprecation /home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-buffer-nopendingdep-map.js
|
|
x86_64-linux: with shared libraries
Process completed with exit code 2.
|
|
x86_64-linux: with shared libraries:
test/test-runner/test-output-arbitrary-output.mjs#L0
--- stderr ---
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
... Skipped lines
'TAP version 13\n' +
'ok 1 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
...
'# todo 0\n' +
+ '# duration_ms *\n' +
+ '(node:93079) [DEP0158] DeprecationWarning: Buffer.prototype.slice is deprecated.\n' +
+ '(Use `node --trace-deprecation ...` to show where the warning was created)\n'
- '# duration_ms *\n'
at assertSnapshot (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/assertSnapshot.js:66:12)
at async spawnAndAssert (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/assertSnapshot.js:101:3)
at async file:///home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/test-runner/test-output-arbitrary-output.mjs:8:1 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'TAP version 13\n' +
'ok 1 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - pre\n' +
'ok 2 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - mid\n' +
'ok 3 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - post\n' +
'1..3\n' +
'# tests 3\n' +
'# suites 0\n' +
'# pass 3\n' +
'# fail 0\n' +
'# cancelled 0\n' +
'# skipped 0\n' +
'# todo 0\n' +
'# duration_ms *\n' +
'(node:93079) [DEP0158] DeprecationWarning: Buffer.prototype.slice is deprecated.\n' +
'(Use `node --trace-deprecation ...` to show where the warning was created)\n',
expected: 'TAP version 13\n' +
'ok 1 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - pre\n' +
'ok 2 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - mid\n' +
'ok 3 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - post\n' +
'1..3\n' +
'# tests 3\n' +
'# suites 0\n' +
'# pass 3\n' +
'# fail 0\n' +
'# cancelled 0\n' +
'# skipped 0\n' +
'# todo 0\n' +
'# duration_ms *\n',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/test-runner/test-output-arbitrary-output.mjs
|
|
x86_64-linux: with shared libraries:
test/parallel/test-zlib.js#L0
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'Buffer.prototype.slice is deprecated.'
- "Instantiating Gzip without the 'new' keyword has been deprecated."
at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:678:14)
at Object.DeprecationWarning (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:493:15)
at process.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:702:33)
at process.emit (node:events:508:28)
at doEmitWarning (node:internal/process/warning:85:11)
at process.processTicksAndRejections (node:internal/process/task_queues:88:21) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Buffer.prototype.slice is deprecated.',
expected: "Instantiating Gzip without the 'new' keyword has been deprecated.",
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --no-warnings /home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-zlib.js
|
|
x86_64-linux: with shared libraries:
test/parallel/test-http-server-multiple-client-error.js#L14
--- stderr ---
(node:54410) [DEP0158] DeprecationWarning: Buffer.prototype.slice is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
node:assert:173
throw err;
^
AssertionError [ERR_ASSERTION]: function should not have been called at /home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-http-server-multiple-client-error.js:11
called with arguments: DeprecationWarning: Buffer.prototype.slice is deprecated.
at fromList (node:internal/streams/readable:1624:20)
at Readable.read (node:internal/streams/readable:751:11)
at Socket.read (node:net:785:39)
at socketListener (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-http-server-multiple-client-error.js:14:28)
at Socket.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-http-server-multiple-client-error.js:17:7)
at Object.onceWrapper (node:events:622:28)
at Socket.emit (node:events:508:28)
at emitReadable_ (node:internal/streams/readable:832:12)
at process.processTicksAndRejections (node:internal/process/task_queues:88:21) {
code: 'DEP0158'
}
at process.mustNotCall (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:551:12)
at process.emit (node:events:520:35)
at doEmitWarning (node:internal/process/warning:85:11)
at process.processTicksAndRejections (node:internal/process/task_queues:88:21) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-http-server-multiple-client-error.js
|
|
x86_64-linux: with shared libraries:
test/parallel/test-buffer-nopendingdep-map.js#L13
--- stderr ---
node:assert:173
throw err;
^
AssertionError [ERR_ASSERTION]: A warning should not be emitted at /home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-buffer-nopendingdep-map.js:6
called with arguments: DeprecationWarning: Buffer.prototype.slice is deprecated.
at Object.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-buffer-nopendingdep-map.js:13:20)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1892:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
code: 'DEP0158'
}
at process.mustNotCall (/home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:551:12)
at process.emit (node:events:508:28)
at doEmitWarning (node:internal/process/warning:85:11)
at process.processTicksAndRejections (node:internal/process/task_queues:88:21) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --no-warnings --pending-deprecation /home/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-buffer-nopendingdep-map.js
|
|
aarch64-darwin: with shared libraries
Process completed with exit code 2.
|
|
aarch64-darwin: with shared libraries:
test/test-runner/test-output-arbitrary-output.mjs#L0
--- stderr ---
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
... Skipped lines
'TAP version 13\n' +
'ok 1 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
...
'# todo 0\n' +
+ '# duration_ms *\n' +
+ '(node:66014) [DEP0158] DeprecationWarning: Buffer.prototype.slice is deprecated.\n' +
+ '(Use `node --trace-deprecation ...` to show where the warning was created)\n'
- '# duration_ms *\n'
at assertSnapshot (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/assertSnapshot.js:66:12)
at async spawnAndAssert (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/assertSnapshot.js:101:3)
at async file:///Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/test-runner/test-output-arbitrary-output.mjs:8:1 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'TAP version 13\n' +
'ok 1 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - pre\n' +
'ok 2 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - mid\n' +
'ok 3 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - post\n' +
'1..3\n' +
'# tests 3\n' +
'# suites 0\n' +
'# pass 3\n' +
'# fail 0\n' +
'# cancelled 0\n' +
'# skipped 0\n' +
'# todo 0\n' +
'# duration_ms *\n' +
'(node:66014) [DEP0158] DeprecationWarning: Buffer.prototype.slice is deprecated.\n' +
'(Use `node --trace-deprecation ...` to show where the warning was created)\n',
expected: 'TAP version 13\n' +
'ok 1 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - pre\n' +
'ok 2 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - mid\n' +
'ok 3 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - post\n' +
'1..3\n' +
'# tests 3\n' +
'# suites 0\n' +
'# pass 3\n' +
'# fail 0\n' +
'# cancelled 0\n' +
'# skipped 0\n' +
'# todo 0\n' +
'# duration_ms *\n',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/test-runner/test-output-arbitrary-output.mjs
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-zlib.js#L0
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'Buffer.prototype.slice is deprecated.'
- "Instantiating Gzip without the 'new' keyword has been deprecated."
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:678:14)
at Object.DeprecationWarning (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:493:15)
at process.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:702:33)
at process.emit (node:events:508:28)
at doEmitWarning (node:internal/process/warning:85:11)
at process.processTicksAndRejections (node:internal/process/task_queues:88:21) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Buffer.prototype.slice is deprecated.',
expected: "Instantiating Gzip without the 'new' keyword has been deprecated.",
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --no-warnings /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-zlib.js
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-http-server-multiple-client-error.js#L14
--- stderr ---
(node:54710) [DEP0158] DeprecationWarning: Buffer.prototype.slice is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
node:assert:173
throw err;
^
AssertionError [ERR_ASSERTION]: function should not have been called at /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-http-server-multiple-client-error.js:11
called with arguments: DeprecationWarning: Buffer.prototype.slice is deprecated.
at fromList (node:internal/streams/readable:1624:20)
at Readable.read (node:internal/streams/readable:751:11)
at Socket.read (node:net:785:39)
at socketListener (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-http-server-multiple-client-error.js:14:28)
at Socket.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-http-server-multiple-client-error.js:17:7)
at Object.onceWrapper (node:events:622:28)
at Socket.emit (node:events:508:28)
at emitReadable_ (node:internal/streams/readable:832:12)
at process.processTicksAndRejections (node:internal/process/task_queues:88:21) {
code: 'DEP0158'
}
at process.mustNotCall (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:551:12)
at process.emit (node:events:520:35)
at doEmitWarning (node:internal/process/warning:85:11)
at process.processTicksAndRejections (node:internal/process/task_queues:88:21) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-http-server-multiple-client-error.js
|
|
aarch64-darwin: with shared libraries:
test/parallel/test-buffer-nopendingdep-map.js#L13
--- stderr ---
node:assert:173
throw err;
^
AssertionError [ERR_ASSERTION]: A warning should not be emitted at /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-buffer-nopendingdep-map.js:6
called with arguments: DeprecationWarning: Buffer.prototype.slice is deprecated.
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-buffer-nopendingdep-map.js:13:20)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1892:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
code: 'DEP0158'
}
at process.mustNotCall (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:551:12)
at process.emit (node:events:508:28)
at doEmitWarning (node:internal/process/warning:85:11)
at process.processTicksAndRejections (node:internal/process/task_queues:88:21) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --no-warnings --pending-deprecation /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-buffer-nopendingdep-map.js
|
|
x86_64-darwin: with shared libraries
Process completed with exit code 2.
|
|
x86_64-darwin: with shared libraries:
test/test-runner/test-output-arbitrary-output.mjs#L0
--- stderr ---
node:internal/modules/run_main:107
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
... Skipped lines
'TAP version 13\n' +
'ok 1 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
...
'# todo 0\n' +
+ '# duration_ms *\n' +
+ '(node:95618) [DEP0158] DeprecationWarning: Buffer.prototype.slice is deprecated.\n' +
+ '(Use `node --trace-deprecation ...` to show where the warning was created)\n'
- '# duration_ms *\n'
at assertSnapshot (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/assertSnapshot.js:66:12)
at async spawnAndAssert (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/assertSnapshot.js:101:3)
at async file:///Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/test-runner/test-output-arbitrary-output.mjs:8:1 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'TAP version 13\n' +
'ok 1 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - pre\n' +
'ok 2 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - mid\n' +
'ok 3 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - post\n' +
'1..3\n' +
'# tests 3\n' +
'# suites 0\n' +
'# pass 3\n' +
'# fail 0\n' +
'# cancelled 0\n' +
'# skipped 0\n' +
'# todo 0\n' +
'# duration_ms *\n' +
'(node:95618) [DEP0158] DeprecationWarning: Buffer.prototype.slice is deprecated.\n' +
'(Use `node --trace-deprecation ...` to show where the warning was created)\n',
expected: 'TAP version 13\n' +
'ok 1 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - pre\n' +
'ok 2 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - mid\n' +
'ok 3 - test\n' +
' ---\n' +
' duration_ms: *\n' +
' ...\n' +
'# arbitrary - post\n' +
'1..3\n' +
'# tests 3\n' +
'# suites 0\n' +
'# pass 3\n' +
'# fail 0\n' +
'# cancelled 0\n' +
'# skipped 0\n' +
'# todo 0\n' +
'# duration_ms *\n',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/test-runner/test-output-arbitrary-output.mjs
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-zlib.js#L0
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'Buffer.prototype.slice is deprecated.'
- "Instantiating Gzip without the 'new' keyword has been deprecated."
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:678:14)
at Object.DeprecationWarning (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:493:15)
at process.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:702:33)
at process.emit (node:events:508:28)
at doEmitWarning (node:internal/process/warning:85:11)
at process.processTicksAndRejections (node:internal/process/task_queues:88:21) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Buffer.prototype.slice is deprecated.',
expected: "Instantiating Gzip without the 'new' keyword has been deprecated.",
operator: 'strictEqual',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --no-warnings /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-zlib.js
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-http-server-multiple-client-error.js#L14
--- stderr ---
(node:78641) [DEP0158] DeprecationWarning: Buffer.prototype.slice is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
node:assert:173
throw err;
^
AssertionError [ERR_ASSERTION]: function should not have been called at /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-http-server-multiple-client-error.js:11
called with arguments: DeprecationWarning: Buffer.prototype.slice is deprecated.
at fromList (node:internal/streams/readable:1624:20)
at Readable.read (node:internal/streams/readable:751:11)
at Socket.read (node:net:785:39)
at socketListener (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-http-server-multiple-client-error.js:14:28)
at Socket.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-http-server-multiple-client-error.js:17:7)
at Object.onceWrapper (node:events:622:28)
at Socket.emit (node:events:508:28)
at emitReadable_ (node:internal/streams/readable:832:12)
at process.processTicksAndRejections (node:internal/process/task_queues:88:21) {
code: 'DEP0158'
}
at process.mustNotCall (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:551:12)
at process.emit (node:events:520:35)
at doEmitWarning (node:internal/process/warning:85:11)
at process.processTicksAndRejections (node:internal/process/task_queues:88:21) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-http-server-multiple-client-error.js
|
|
x86_64-darwin: with shared libraries:
test/parallel/test-buffer-nopendingdep-map.js#L13
--- stderr ---
node:assert:173
throw err;
^
AssertionError [ERR_ASSERTION]: A warning should not be emitted at /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-buffer-nopendingdep-map.js:6
called with arguments: DeprecationWarning: Buffer.prototype.slice is deprecated.
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-buffer-nopendingdep-map.js:13:20)
at Module._compile (node:internal/modules/cjs/loader:1760:14)
at Object..js (node:internal/modules/cjs/loader:1892:10)
at Module.load (node:internal/modules/cjs/loader:1480:32)
at Module._load (node:internal/modules/cjs/loader:1299:12)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:245:24)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
code: 'DEP0158'
}
at process.mustNotCall (/Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/common/index.js:551:12)
at process.emit (node:events:508:28)
at doEmitWarning (node:internal/process/warning:85:11)
at process.processTicksAndRejections (node:internal/process/task_queues:88:21) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: undefined,
expected: undefined,
operator: 'fail',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node --no-warnings --pending-deprecation /Users/runner/work/_temp/node-v26.0.0-nightly2025-11-236d4d72078b-slim/test/parallel/test-buffer-nopendingdep-map.js
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
tarballs
Expired
|
47.9 MB |
sha256:1c9cc623bbed146e30ca7ac25540060af5305ff8d64e8c8bbf04f4dd1b7bedbf
|
|