lib: added logger api to node core #8537
test-shared.yml
on: pull_request
Annotations
2 errors and 1 notice
|
aarch64-darwin: with shared libraries / build
Process completed with exit code 2.
|
|
aarch64-darwin: with shared libraries / build:
test/client-proxy/test-https-proxy-request-invalid-char-in-url.mjs#L97
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
+ Set(7) {
- Set(6) {
{
+ error: Error: read ECONNRESET
+ at TCP.onStreamRead (node:internal/stream_base_commons:216:20) {
+ code: 'ECONNRESET',
+ errno: -54,
+ syscall: 'read'
+ },
+ source: 'client response for connect'
+ },
+ {
headers: {
host: 'localhost:54874'
},
method: 'CONNECT',
url: 'localhost:54874'
at Immediate.<anonymous> (file:///Users/runner/work/_temp/node-v27.0.0-nightly2026-06-28d869f24fbb-slim/test/client-proxy/test-https-proxy-request-invalid-char-in-url.mjs:97:18)
at Immediate._onImmediate (/Users/runner/work/_temp/node-v27.0.0-nightly2026-06-28d869f24fbb-slim/test/common/index.js:510:15)
at process.processImmediate (node:internal/timers:504:21) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: Set(7) {
{
method: 'CONNECT',
url: 'localhost:54874',
headers: { host: 'localhost:54874' }
},
{
method: 'CONNECT',
url: 'localhost:54874',
headers: { host: 'localhost:54874' }
},
{
method: 'CONNECT',
url: 'localhost:54874',
headers: { host: 'localhost:54874' }
},
{
method: 'CONNECT',
url: 'localhost:54874',
headers: { host: 'localhost:54874' }
},
{
method: 'CONNECT',
url: 'localhost:54874',
headers: { host: 'localhost:54874' }
},
{
method: 'CONNECT',
url: 'localhost:54874',
headers: { host: 'localhost:54874' }
},
{
error: Error: read ECONNRESET
at TCP.onStreamRead (node:internal/stream_base_commons:216:20) {
errno: -54,
code: 'ECONNRESET',
syscall: 'read'
},
source: 'client response for connect'
}
},
expected: Set(6) {
{
method: 'CONNECT',
url: 'localhost:54874',
headers: { host: 'localhost:54874' }
},
{
method: 'CONNECT',
url: 'localhost:54874',
headers: { host: 'localhost:54874' }
},
{
method: 'CONNECT',
url: 'localhost:54874',
headers: { host: 'localhost:54874' }
},
{
method: 'CONNECT',
url: 'localhost:54874',
headers: { host: 'localhost:54874' }
},
{
method: 'CONNECT',
url: 'localhost:54874',
headers: { host: 'localhost:54874' }
},
{
method: 'CONNECT',
url: 'localhost:54874',
headers: { host: 'localhost:54874' }
}
},
operator: 'deepStrictEqual',
diff: 'simple'
}
Node.js v27.0.0-pre
--- stdout ---
[Upstream server] responding to request for '/carriage-return-in-host'
[Proxy client] Received response from server for 'https://local\rhost:54874/carriage-return-in-host': Response for '/carriage-return-in-host'
[Proxy client] #1 closed request for: 'https://local\rhost:54874/carriage-return-in-host'
[Upstream server] responding to request for '/crlf-in-host'
[Upstream server] responding to request for '/newline-in-port'
[Upstream server] responding to request for '/crlf-in-port'
[Upstream server] responding to request for '/carriage-return-in-port'
[Proxy client] Received response from server for 'https://local\r\nhost:54874/crlf-in-host': Response for '/crlf-in-host'
[Proxy client] #2 closed request for: 'https://local\r\nhost:54874/crlf-in-host'
[Proxy client] Received response from server for 'https://localhost:5\n4874/newline-in-port': Response for '/newline-in-port'
[Proxy client] #3 closed request for: 'https://localhost:5\n4874/newline-in-port'
[Proxy client] Received response from server for 'https://localhost:5\r\n4874/crlf-in-port': Response for '/crlf-in-port'
[Proxy client] #4 closed request for: 'https://localhost:5\r\n4874/crlf-in-port'
[Upstream server] responding to request for '/newline-in-host'
[Proxy client] Received response from server for 'https://localhost:5\r4874/carriage-return-in-port': Response for '/carriage-return-in-port'
[Proxy client] #5 closed
|
|
aarch64-darwin: with shared libraries / build
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
tarballs
|
46.6 MB |
sha256:572e90f693dbe20a38b26a0ab86607032a2d00b64deff712a61998a2dcae6944
|
|