tls: include OpenSSL CAs in default CA list #78244
Annotations
2 errors and 1 notice
|
test-macOS
Process completed with exit code 1.
|
|
test-macOS:
test/parallel/test-debugger-probe-failure-hang-during-evaluate.js#L0
--- stderr ---
[process 52719]: --- stderr ---
INSPECT_PROBE 52719: child stderr: "Debugger listening on ws://127.0.0.1:63192/67f39981-ccb4-43c5-aaf9-23103f57804b\nFor help, see: https://nodejs.org/learn/getting-started/debugging\n"
INSPECT_PROBE 52719: CDP -> Runtime.enable
INSPECT_PROBE 52719: child stderr: "Debugger attached.\n"
INSPECT_PROBE 52719: CDP <- Runtime.enable (success)
INSPECT_PROBE 52719: CDP -> Debugger.enable
INSPECT_PROBE 52719: CDP <- Debugger.enable (success)
INSPECT_PROBE 52719: CDP -> Debugger.setBreakpointByUrl
INSPECT_PROBE 52719: CDP <- Debugger.setBreakpointByUrl (success)
INSPECT_PROBE 52719: breakpoint set: id=2:9:0:^(.*[\/\\])?probe-inspector-close-two-probes\.js$ urlRegex=^(.*[\/\\])?probe-inspector-close-two-probes\.js$ locations=[]
INSPECT_PROBE 52719: CDP -> Debugger.setBreakpointByUrl
INSPECT_PROBE 52719: CDP <- Debugger.setBreakpointByUrl (success)
INSPECT_PROBE 52719: breakpoint set: id=2:10:0:^(.*[\/\\])?probe-inspector-close-two-probes\.js$ urlRegex=^(.*[\/\\])?probe-inspector-close-two-probes\.js$ locations=[]
INSPECT_PROBE 52719: CDP -> Runtime.runIfWaitingForDebugger
INSPECT_PROBE 52719: CDP <- Runtime.runIfWaitingForDebugger (success)
INSPECT_PROBE 52719: timeout fired: finished=false, inFlight=null, lastProbeIndex=null
INSPECT_PROBE 52719: finish: exitCode=1, terminal=timeout
[process 52719]: --- stdout ---
{"v":2,"probes":[{"expr":"closeInspector()","target":{"suffix":"probe-inspector-close-two-probes.js","line":10}},{"expr":"firstProbeLine","target":{"suffix":"probe-inspector-close-two-probes.js","line":11}}],"results":[{"event":"timeout","pending":[0,1],"error":{"code":"probe_timeout","message":"Timed out after 1000ms waiting for probes: probe-inspector-close-two-probes.js:10, probe-inspector-close-two-probes.js:11"}}]}
[process 52719]: status = 1, signal = null
/Users/runner/work/node/node/dir%20with $unusual"chars?'åß∂ƒ©∆¬…`/test/common/child_process.js:112
throw error;
^
Error: - stdout did not match expectation, checker throws:
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
... Skipped lines
{
probes: [
{
expr: 'closeInspector()',
target: {
...
error: {
+ code: 'probe_timeout',
+ message: 'Timed out after 1000ms waiting for probes: probe-inspector-close-two-probes.js:10, probe-inspector-close-two-probes.js:11'
- message: 'Probe evaluation did not complete'
},
+ event: 'timeout',
- event: 'hit',
- hit: 1,
- location: {
- column: 24,
- line: 10,
- url: "file:///Users/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/fixtures/debugger/probe-inspector-close-two-probes.js"
- },
- probe: 0
- },
- {
- error: {
- code: 'probe_failure',
- details: {
- lastCdpMethod: 'Debugger.evaluateOnCallFrame'
- },
- message: 'Probe session timed out before probes: probe-inspector-close-two-probes.js:11. The probe expression may be slow, hanging, or interfering with the inspector connection. Try increasing `--timeout`; if the failure persists, review the probe expressions.',
- probe: 0,
- stderr: 'probe-inspector-close-marker'
- },
- event: 'error',
pending: [
+ 0,
1
]
}
],
v: 2
at assertProbeJson (/Users/runner/work/node/node/dir%20with $unusual"chars?'åß∂ƒ©∆¬…`/test/common/debugger-probe.js:65:10)
at stdout (/Users/runner/work/node/node/dir%20with $unusual"chars?'åß∂ƒ©∆¬…`/test/parallel/test-debugger-probe-failure-hang-during-evaluate.js:31:5)
at checkOutput (/Users/runner/work/node/node/dir%20with $unusual"chars?'åß∂ƒ©∆¬…`/test/common/child_process.js:52:7)
at expectSyncExit (/Users/runner/work/node/node/dir%20with $unusual"chars?'åß∂ƒ©∆¬…`/test/common/child_process.js:129:32)
at spawnSyncAndExit (/Users/runner/work/node/node/dir%20
|
|
sccache stats - test-macOS
87% - 4371 hits, 665 misses, 0 errors
|