[v22.x] src: use std::sort in node_metadata for libc++13 compatibility #81024
Annotations
2 errors and 2 notices
|
test-linux (ubuntu-24.04-arm)
Process completed with exit code 1.
|
|
test-linux (ubuntu-24.04-arm):
test/client-proxy/test-https-proxy-request-connection-refused.mjs#L0
--- stderr ---
[STDERR] Request Error Error [ERR_PROXY_TUNNEL]: Connection to establish proxy tunnel ended unexpectedly
at Socket.onProxyEnd (node:https:290:17)
at Socket.emit (node:events:531:35)
at endReadableNT (node:internal/streams/readable:1698:12)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
code: 'ERR_PROXY_TUNNEL'
}
[STDERR] Request Error Error [ERR_PROXY_TUNNEL]: Connection to establish proxy tunnel ended unexpectedly
at Socket.onProxyEnd (node:https:290:17)
at Socket.emit (node:events:531:35)
at endReadableNT (node:internal/streams/readable:1698:12)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
code: 'ERR_PROXY_TUNNEL'
}
node:internal/modules/run_main:123
triggerUncaughtException(
^
AssertionError [ERR_ASSERTION]: The input did not match the regular expression /Error.*connect ECONNREFUSED/. Input:
'Request Error Error [ERR_PROXY_TUNNEL]: Connection to establish proxy tunnel ended unexpectedly\n' +
' at Socket.onProxyEnd (node:https:290:17)\n' +
' at Socket.emit (node:events:531:35)\n' +
' at endReadableNT (node:internal/streams/readable:1698:12)\n' +
' at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {\n' +
" code: 'ERR_PROXY_TUNNEL'\n" +
'}\n' +
'Request Error Error [ERR_PROXY_TUNNEL]: Connection to establish proxy tunnel ended unexpectedly\n' +
' at Socket.onProxyEnd (node:https:290:17)\n' +
' at Socket.emit (node:events:531:35)\n' +
' at endReadableNT (node:internal/streams/readable:1698:12)\n' +
' at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {\n' +
" code: 'ERR_PROXY_TUNNEL'\n" +
'}\n'
at file:///home/runner/work/node/node/dir%20with%20$unusual%22chars%3F'%C3%A5%C3%9F%E2%88%82%C6%92%C2%A9%E2%88%86%C2%AC%E2%80%A6%60/test/client-proxy/test-https-proxy-request-connection-refused.mjs:42:8
at process.processTicksAndRejections (node:internal/process/task_queues:105:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'Request Error Error [ERR_PROXY_TUNNEL]: Connection to establish proxy tunnel ended unexpectedly\n' +
' at Socket.onProxyEnd (node:https:290:17)\n' +
' at Socket.emit (node:events:531:35)\n' +
' at endReadableNT (node:internal/streams/readable:1698:12)\n' +
' at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {\n' +
" code: 'ERR_PROXY_TUNNEL'\n" +
'}\n' +
'Request Error Error [ERR_PROXY_TUNNEL]: Connection to establish proxy tunnel ended unexpectedly\n' +
' at Socket.onProxyEnd (node:https:290:17)\n' +
' at Socket.emit (node:events:531:35)\n' +
' at endReadableNT (node:internal/streams/readable:1698:12)\n' +
' at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {\n' +
" code: 'ERR_PROXY_TUNNEL'\n" +
'}\n',
expected: /Error.*connect ECONNREFUSED/,
operator: 'match',
diff: 'simple'
}
Node.js v22.22.1-pre
--- stdout ---
[CLOSE] 0 null
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout "/home/runner/work/node/node/dir%20with $unusual"chars?'Γ₯ΓβΖΒ©βΒ¬β¦`/test/client-proxy/test-https-proxy-request-connection-refused.mjs"
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|