build: run perfetto build and test on GHA #79558
Annotations
2 errors and 1 notice
|
test-macOS
Process completed with exit code 2.
|
|
test-macOS:
test/parallel/test-debugger-probe-target-syntax-error.js#L26
--- stderr ---
[process 61358]: --- stderr ---
INSPECT_PROBE 61358: child stderr: "Debugger listening on ws://127.0.0.1:55423/b16e638c-cfbf-4b1d-8b4c-7fa7c6d9e70e\nFor help, see: https://nodejs.org/learn/getting-started/debugging\n"
INSPECT_PROBE 61358: child stderr: "Debugger attached.\n"
INSPECT_PROBE 61358: CDP -> Runtime.enable
INSPECT_PROBE 61358: CDP <- Runtime.enable (success)
INSPECT_PROBE 61358: CDP -> Debugger.enable
INSPECT_PROBE 61358: CDP <- Debugger.enable (success)
INSPECT_PROBE 61358: CDP -> Debugger.setBreakpointByUrl
INSPECT_PROBE 61358: CDP <- Debugger.setBreakpointByUrl (success)
INSPECT_PROBE 61358: breakpoint set: id=2:2:0:^(.*[\/\\])?probe-target-syntax-error\.js$ urlRegex=^(.*[\/\\])?probe-target-syntax-error\.js$ locations=[]
INSPECT_PROBE 61358: CDP -> Runtime.runIfWaitingForDebugger
INSPECT_PROBE 61358: CDP <- Runtime.runIfWaitingForDebugger (success)
INSPECT_PROBE 61358: timeout fired: finished=false, inFlight=null, lastProbeIndex=null
INSPECT_PROBE 61358: finish: exitCode=1, terminal=timeout
[process 61358]: --- stdout ---
{"v":2,"probes":[{"expr":"x","target":{"suffix":"probe-target-syntax-error.js","line":3}}],"results":[{"event":"timeout","pending":[0],"error":{"code":"probe_timeout","message":"Timed out after 30000ms waiting for probes: probe-target-syntax-error.js:3"}}]}
[process 61358]: 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-target-syntax-error.js:26:1)
at Module._compile (node:internal/modules/cjs/loader:1937:14)
at Object..js (node:internal/modules/cjs/loader:2077:10)
at Module.load (node:internal/modules/cjs/loader:1659:32)
at Module._load (node:internal/modules/cjs/loader:1451:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:261: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-target-syntax-error.js:3 --expr x probe-target-syntax-error.js'
}
Node.js v27.0.0-pre
Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-debugger-probe-target-syntax-error.js
|
|
sccache stats - test-macOS
62% - 3136 hits, 1899 misses, 0 errors
|