meta: make stale bot faster #77773
Annotations
4 errors and 1 notice
|
test-macOS
Process completed with exit code 2.
|
|
test-macOS:
test/parallel/test-repl-sigint.js#L0
Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-repl-sigint.js
--- TIMEOUT ---
|
|
test-macOS:
test/parallel/test-repl-tab-complete-computed-props.js#L0
--- stdout ---
Test failure: 'works with a simple variable'
Location: test/parallel/test-repl-tab-complete-computed-props.js:121:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
[
+ [],
- [
- 'obj[oneStr].toFixed'
- ],
'obj[oneStr].toFi'
]
at /Users/runner/work/node/node/node/test/parallel/test-repl-tab-complete-computed-props.js:17:16
at completionGroupsLoaded (node:internal/repl/completion:502:5)
at node:internal/repl/completion:446:11
at /Users/runner/work/node/node/node/test/common/repl.js:45:17
at once (node:internal/repl/eval:209:14)
at inspectorEval (node:internal/repl/eval:198:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [Array],
expected: [Array],
operator: 'deepStrictEqual',
diff: 'simple'
}
Test failure: 'works with a computed variable'
Location: test/parallel/test-repl-tab-complete-computed-props.js:127:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
[
+ [],
- [
- 'obj[helloWorldStr].toLocaleUpperCase'
- ],
'obj[helloWorldStr].tolocaleup'
]
at /Users/runner/work/node/node/node/test/parallel/test-repl-tab-complete-computed-props.js:17:16
at completionGroupsLoaded (node:internal/repl/completion:502:5)
at node:internal/repl/completion:446:11
at /Users/runner/work/node/node/node/test/common/repl.js:45:17
at once (node:internal/repl/eval:209:14)
at inspectorEval (node:internal/repl/eval:198:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [Array],
expected: [Array],
operator: 'deepStrictEqual',
diff: 'simple'
}
Test failure: 'works with a simple inlined computed property'
Location: test/parallel/test-repl-tab-complete-computed-props.js:133:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
[
+ [],
- [
- 'obj["Hello " + "World"].toLocaleUpperCase'
- ],
'obj["Hello " + "World"].tolocaleup'
]
at /Users/runner/work/node/node/node/test/parallel/test-repl-tab-complete-computed-props.js:17:16
at completionGroupsLoaded (node:internal/repl/completion:502:5)
at node:internal/repl/completion:446:11
at /Users/runner/work/node/node/node/test/common/repl.js:45:17
at once (node:internal/repl/eval:209:14)
at inspectorEval (node:internal/repl/eval:198:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [Array],
expected: [Array],
operator: 'deepStrictEqual',
diff: 'simple'
}
Test failure: 'works with a ternary inlined computed property'
Location: test/parallel/test-repl-tab-complete-computed-props.js:139:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
[
+ [],
- [
- 'obj[(1 + 2 > 5) ? oneStr : "Hello " + "World"].toLocaleUpperCase'
- ],
'obj[(1 + 2 > 5) ? oneStr : "Hello " + "World"].toLocaleUpperCase'
]
at /Users/runner/work/node/node/node/test/parallel/test-repl-tab-complete-computed-props.js:17:16
at completionGroupsLoaded (node:internal/repl/completion:502:5)
at node:internal/repl/completion:446:11
at /Users/runner/work/node/node/node/test/common/repl.js:45:17
at once (node:internal/repl/eval:209:14)
at inspectorEval (node:internal/repl/eval:198:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: [Array],
expected: [Array],
operator: 'deepStrictEqual',
diff: 'simple'
}
Test failure: 'works with an inlined computed property with a nested property lookup'
Location: test/parallel/test-repl-tab-complete-computed-props.js:148:5
AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected
[
+ [],
- [
- 'obj[lookupObj.stringLookup].toLocaleUpperCase'
- ],
'obj[lookupObj.stringLookup].tolocaleupp'
]
at /Users/runner/work/node/node/node/test/parallel/test-repl-tab-complete-computed-props.js:17:16
at completionGroupsLoaded (node:internal/repl/completion:502:5)
at node:internal/repl/completion:446:11
at /Users/ru
|
|
test-macOS:
test/parallel/test-debugger-probe-text-special-values.js#L14
--- stderr ---
[process 57577]: --- stderr ---
INSPECT_PROBE 57577: child stderr: "Debugger listening on ws://127.0.0.1:55412/b96c8995-6e4d-4883-8b46-f4fde611bd12\nFor help, see: https://nodejs.org/learn/getting-started/debugging\n"
INSPECT_PROBE 57577: child stderr: "Debugger attached.\n"
INSPECT_PROBE 57577: CDP -> Runtime.enable
INSPECT_PROBE 57577: CDP <- Runtime.enable (success)
INSPECT_PROBE 57577: CDP -> Debugger.enable
INSPECT_PROBE 57577: CDP <- Debugger.enable (success)
INSPECT_PROBE 57577: CDP -> Debugger.setBreakpointByUrl
INSPECT_PROBE 57577: CDP <- Debugger.setBreakpointByUrl (success)
INSPECT_PROBE 57577: breakpoint set: id=2:16:0:^(.*[\/\\])?probe-types\.js$ urlRegex=^(.*[\/\\])?probe-types\.js$ locations=[]
INSPECT_PROBE 57577: CDP -> Runtime.runIfWaitingForDebugger
INSPECT_PROBE 57577: CDP <- Runtime.runIfWaitingForDebugger (success)
INSPECT_PROBE 57577: timeout fired: finished=false, inFlight=null, lastProbeIndex=null
INSPECT_PROBE 57577: finish: exitCode=1, terminal=timeout
[process 57577]: --- stdout ---
Timed out after 30000ms waiting for probes: probe-types.js:17
[process 57577]: 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-text-special-values.js:14:1)
at Module._compile (node:internal/modules/cjs/loader:1947:14)
at Object..js (node:internal/modules/cjs/loader:2087:10)
at Module.load (node:internal/modules/cjs/loader:1669:32)
at Module._load (node:internal/modules/cjs/loader:1450:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:260: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 --probe probe-types.js:17 --expr stringValue --probe probe-types.js:17 --expr booleanValue --probe probe-types.js:17 --expr undefinedValue --probe probe-types.js:17 --expr nullValue --probe probe-types.js:17 --expr nanValue --probe probe-types.js:17 --expr bigintValue --probe probe-types.js:17 --expr symbolValue --probe probe-types.js:17 --expr functionValue --probe probe-types.js:17 --expr objectValue --probe probe-types.js:17 --expr arrayValue --probe probe-types.js:17 --expr errorValue probe-types.js'
}
Node.js v27.0.0-pre
Command: out/Release/node /Users/runner/work/node/node/node/test/parallel/test-debugger-probe-text-special-values.js
|
|
sccache stats - test-macOS
85% - 4286 hits, 748 misses, 0 errors
|