vfs: integrate with CJS and ESM module loaders#63653
Open
mcollina wants to merge 1 commit into
Open
Annotations
2 errors and 1 notice
|
Test
Process completed with exit code 2.
|
|
Test:
test/parallel/test-debugger-probe-no-column-indent.js#L14
--- stderr ---
[process 69016]: --- stderr ---
INSPECT_PROBE 69016: child stderr: "Debugger listening on ws://127.0.0.1:55380/a606f44a-0943-4552-b845-7342208466fb\nFor help, see: https://nodejs.org/learn/getting-started/debugging\n"
INSPECT_PROBE 69016: child stderr: "Debugger attached.\n"
INSPECT_PROBE 69016: CDP -> Runtime.enable
INSPECT_PROBE 69016: CDP <- Runtime.enable (success)
INSPECT_PROBE 69016: CDP -> Debugger.enable
INSPECT_PROBE 69016: CDP <- Debugger.enable (success)
INSPECT_PROBE 69016: CDP -> Debugger.setBreakpointByUrl
INSPECT_PROBE 69016: CDP <- Debugger.setBreakpointByUrl (success)
INSPECT_PROBE 69016: breakpoint set: id=2:5:0:^(.*[\/\\])?probe-indented\.js$ urlRegex=^(.*[\/\\])?probe-indented\.js$ locations=[]
INSPECT_PROBE 69016: CDP -> Runtime.runIfWaitingForDebugger
INSPECT_PROBE 69016: CDP <- Runtime.runIfWaitingForDebugger (success)
INSPECT_PROBE 69016: timeout fired: finished=false, inFlight=null, lastProbeIndex=null
INSPECT_PROBE 69016: finish: exitCode=1, terminal=timeout
[process 69016]: --- stdout ---
{"v":2,"probes":[{"expr":"x","target":{"suffix":"probe-indented.js","line":6}}],"results":[{"event":"timeout","pending":[0],"error":{"code":"probe_timeout","message":"Timed out after 30000ms waiting for probes: probe-indented.js:6"}}]}
[process 69016]: status = 1, signal = null
/Users/runner/work/node/node/node/test/common/child_process.js:112
throw error;
^
Error: - process terminated with status 1, expected 0
at Object.<anonymous> (/Users/runner/work/node/node/node/test/parallel/test-debugger-probe-no-column-indent.js:14:1)
at Module._compile (node:internal/modules/cjs/loader:1977:14)
at Object..js (node:internal/modules/cjs/loader:2117:10)
at Module.load (node:internal/modules/cjs/loader:1699:32)
at Module._load (node:internal/modules/cjs/loader:1480:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:263:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
options: {
cwd: '/Users/runner/work/node/node/node/test/fixtures/debugger',
env: { NODE_DEBUG: 'inspect_probe' }
},
command: '/Users/runner/work/node/node/node/out/Release/node inspect --json --probe probe-indented.js:6 --expr x probe-indented.js'
}
Node.js v27.0.0-pre
Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-debugger-probe-no-column-indent.js
|
|
Post Set up sccache
55% - 2769 hits, 2238 misses, 0 errors
|
background
wait
wait-all
cancel
parallel
Loading