Skip to content

lib: deprecate _http_* #83875

lib: deprecate _http_*

lib: deprecate _http_* #83875

Triggered via pull request April 19, 2026 20:47
Status Cancelled
Total duration 31m 14s
Artifacts

test-linux.yml

on: pull_request
Matrix: test-linux
Fit to window
Zoom out
Zoom in

Annotations

13 errors, 2 warnings, and 2 notices
test-linux (ubuntu-24.04-arm): test/parallel/test-http2-client-request-listeners-warning.js#L0
--- stderr --- (node:172538) [DEP0199] DeprecationWarning: The _http_incoming module is deprecated. Use `node:http` instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:assert:173 throw err; ^ AssertionError [ERR_ASSERTION]: A warning was emitted at /home/runner/work/node/node/node/test/parallel/test-http2-client-request-listeners-warning.js:12 called with arguments: DeprecationWarning: The _http_incoming module is deprecated. Use `node:http` instead. at node:_http_incoming:32:9 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7) at requireBuiltin (node:internal/bootstrap/realm:430:14) at node:internal/http/server:73:29 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7) at requireBuiltin (node:internal/bootstrap/realm:430:14) at node:http:44:5 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7) at requireBuiltin (node:internal/bootstrap/realm:430:14) at node:internal/http2/core:43:14 { code: 'DEP0199' } at process.mustNotCall (/home/runner/work/node/node/node/test/common/index.js:566:12) at process.emit (node:events:521:24) at doEmitWarning (node:internal/process/warning:85:11) at process.processTicksAndRejections (node:internal/process/task_queues:89: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/node/node/node/test/parallel/test-http2-client-request-listeners-warning.js
test-linux (ubuntu-24.04-arm): test/parallel/test-http2-client-priority-before-connect.js#L0
--- stderr --- (node:172446) [DEP0199] DeprecationWarning: The _http_incoming module is deprecated. Use `node:http` instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'The _http_incoming module is deprecated. Use `node:http` instead.' - 'http2Stream.priority is longer supported after priority signalling was deprecated in RFC 9113' at Object.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:693:14) at Object.DeprecationWarning (/home/runner/work/node/node/node/test/common/index.js:508:15) at process.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:717:33) at process.emit (node:events:521:24) at doEmitWarning (node:internal/process/warning:85:11) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'The _http_incoming module is deprecated. Use `node:http` instead.', expected: 'http2Stream.priority is longer supported after priority signalling was deprecated in RFC 9113', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-http2-client-priority-before-connect.js
test-linux (ubuntu-24.04-arm): test/parallel/test-http2-clean-output.js#L26
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + '(node:172170) [DEP0199] DeprecationWarning: The _http_incoming module is deprecated. Use `node:http` instead.\n' + + '(Use `node --trace-deprecation ...` to show where the warning was created)\n' - '' at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-http2-clean-output.js:26:10) at Module._compile (node:internal/modules/cjs/loader:1829:14) at Object..js (node:internal/modules/cjs/loader:1969:10) at Module.load (node:internal/modules/cjs/loader:1552:32) at Module._load (node:internal/modules/cjs/loader:1354:12) at wrapModuleLoad (node:internal/modules/cjs/loader:255:19) 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:172170) [DEP0199] DeprecationWarning: The _http_incoming module is deprecated. Use `node:http` instead.\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/node/node/node/test/parallel/test-http2-clean-output.js
test-linux (ubuntu-24.04-arm): test/parallel/test-http-timeout-client-warning.js#L10
--- stderr --- (node:171560) [DEP0199] DeprecationWarning: The _http_incoming module is deprecated. Use `node:http` instead. (Use `node --trace-deprecation ...` to show where the warning was created) node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(warning.stack.includes(__filename)) at process.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-http-timeout-client-warning.js:10:3) at process.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:508:15) at process.emit (node:events:521:24) at doEmitWarning (node:internal/process/warning:85:11) at process.processTicksAndRejections (node:internal/process/task_queues:89:21) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-http-timeout-client-warning.js
test-linux (ubuntu-24.04-arm): test/parallel/test-http-socket-error-listeners.js#L0
--- stderr --- (node:171439) [DEP0199] DeprecationWarning: The _http_incoming module is deprecated. Use `node:http` instead. (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/node/node/node/test/parallel/test-http-socket-error-listeners.js:18 called with arguments: DeprecationWarning: The _http_incoming module is deprecated. Use `node:http` instead. at node:_http_incoming:32:9 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7) at requireBuiltin (node:internal/bootstrap/realm:430:14) at node:internal/http/server:73:29 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7) at requireBuiltin (node:internal/bootstrap/realm:430:14) at node:http:44:5 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7) at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:338:10) at loadBuiltinModule (node:internal/modules/helpers:128:7) { code: 'DEP0199' } at process.mustNotCall (/home/runner/work/node/node/node/test/common/index.js:566:12) at process.emit (node:events:521:24) at doEmitWarning (node:internal/process/warning:85:11) at process.processTicksAndRejections (node:internal/process/task_queues:89: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/node/node/node/test/parallel/test-http-socket-error-listeners.js
test-linux (ubuntu-24.04-arm): test/parallel/test-http-server-multiple-client-error.js#L0
--- stderr --- (node:171058) [DEP0199] DeprecationWarning: The _http_incoming module is deprecated. Use `node:http` instead. (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/node/node/node/test/parallel/test-http-server-multiple-client-error.js:11 called with arguments: DeprecationWarning: The _http_incoming module is deprecated. Use `node:http` instead. at node:_http_incoming:32:9 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7) at requireBuiltin (node:internal/bootstrap/realm:430:14) at node:internal/http/server:73:29 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7) at requireBuiltin (node:internal/bootstrap/realm:430:14) at node:http:44:5 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7) at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:338:10) at loadBuiltinModule (node:internal/modules/helpers:128:7) { code: 'DEP0199' } at process.mustNotCall (/home/runner/work/node/node/node/test/common/index.js:566:12) at process.emit (node:events:521:24) at doEmitWarning (node:internal/process/warning:85:11) at process.processTicksAndRejections (node:internal/process/task_queues:89: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/node/node/node/test/parallel/test-http-server-multiple-client-error.js
test-linux (ubuntu-24.04-arm): test/parallel/test-http-many-ended-pipelines.js#L0
--- stderr --- (node:169746) [DEP0199] DeprecationWarning: The _http_incoming module is deprecated. Use `node:http` instead. (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/node/node/node/test/parallel/test-http-many-ended-pipelines.js:64 called with arguments: DeprecationWarning: The _http_incoming module is deprecated. Use `node:http` instead. at node:_http_incoming:32:9 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7) at requireBuiltin (node:internal/bootstrap/realm:430:14) at node:internal/http/server:73:29 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7) at requireBuiltin (node:internal/bootstrap/realm:430:14) at node:http:44:5 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7) at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:338:10) at loadBuiltinModule (node:internal/modules/helpers:128:7) { code: 'DEP0199' } at process.mustNotCall (/home/runner/work/node/node/node/test/common/index.js:566:12) at process.emit (node:events:521:24) at doEmitWarning (node:internal/process/warning:85:11) at process.processTicksAndRejections (node:internal/process/task_queues:89: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/node/node/node/test/parallel/test-http-many-ended-pipelines.js
test-linux (ubuntu-24.04-arm): test/parallel/test-domain-multi.js#L0
--- stderr --- (node:161918) [DEP0199] DeprecationWarning: The _http_incoming module is deprecated. Use `node:http` instead. (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/node/node/node/test/parallel/test-domain-multi.js:29 called with arguments: DeprecationWarning: The _http_incoming module is deprecated. Use `node:http` instead. at node:_http_incoming:32:9 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7) at requireBuiltin (node:internal/bootstrap/realm:430:14) at node:internal/http/server:73:29 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7) at requireBuiltin (node:internal/bootstrap/realm:430:14) at node:http:44:5 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7) at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:338:10) at loadBuiltinModule (node:internal/modules/helpers:128:7) { code: 'DEP0199' } at process.mustNotCall (/home/runner/work/node/node/node/test/common/index.js:566:12) at process.emit (node:events:521:24) at process.emit (node:domain:473:12) at doEmitWarning (node:internal/process/warning:85:11) at process.processTicksAndRejections (node:internal/process/task_queues:89: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/node/node/node/test/parallel/test-domain-multi.js
test-linux (ubuntu-24.04-arm): test/parallel/test-domain-http-server.js#L0
--- stderr --- (node:161808) [DEP0199] DeprecationWarning: The _http_incoming module is deprecated. Use `node:http` instead. (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/node/node/node/test/parallel/test-domain-http-server.js:29 called with arguments: DeprecationWarning: The _http_incoming module is deprecated. Use `node:http` instead. at node:_http_incoming:32:9 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7) at requireBuiltin (node:internal/bootstrap/realm:430:14) at node:internal/http/server:73:29 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7) at requireBuiltin (node:internal/bootstrap/realm:430:14) at node:http:44:5 at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:399:7) at BuiltinModule.compileForPublicLoader (node:internal/bootstrap/realm:338:10) at loadBuiltinModule (node:internal/modules/helpers:128:7) { code: 'DEP0199' } at process.mustNotCall (/home/runner/work/node/node/node/test/common/index.js:566:12) at process.emit (node:events:521:24) at process.emit (node:domain:473:12) at doEmitWarning (node:internal/process/warning:85:11) at process.processTicksAndRejections (node:internal/process/task_queues:89: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/node/node/node/test/parallel/test-domain-http-server.js
test-linux (ubuntu-24.04-arm): test/report/test-report-uv-handles.js#L163
--- stderr --- node:internal/assert/utils:146 throw error; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + '(node:145870) [DEP0199] DeprecationWarning: The _http_incoming module is deprecated. Use `node:http` instead.\n' + + '(Use `node --trace-deprecation ...` to show where the warning was created)' - '' at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/report/test-report-uv-handles.js:163:12) at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:508:15) at ChildProcess.emit (node:events:509:20) at ChildProcess._handle.onexit (node:internal/child_process:294:12) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '(node:145870) [DEP0199] DeprecationWarning: The _http_incoming module is deprecated. Use `node:http` instead.\n' + '(Use `node --trace-deprecation ...` to show where the warning was created)', expected: '', operator: 'strictEqual', diff: 'simple' } Node.js v26.0.0-pre Command: out/Release/node /home/runner/work/node/node/node/test/report/test-report-uv-handles.js
test-linux (ubuntu-24.04)
Canceling since a higher priority waiting request for Test Linux-http_internals exists
test-linux (ubuntu-24.04)
The operation was canceled.
Test Linux
Canceling since a higher priority waiting request for Test Linux-http_internals exists
test-linux (ubuntu-24.04-arm)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test-linux (ubuntu-24.04)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
sccache stats
75% - 3699 hits, 1263 misses, 0 errors
sccache stats
81% - 4024 hits, 928 misses, 0 errors