src: abstract tracing agent for both legacy and perfetto #87087
Annotations
20 errors and 2 notices
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-trace-events-binding.js#L31
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(fs.existsSync(FILE_NAME))
at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-trace-events-binding.js:31:3)
at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:510:15)
at Object.onceWrapper (node:events:631:12)
at ChildProcess.emit (node:events:509:20)
at ChildProcess._handle.onexit (node:internal/child_process:294:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-trace-events-binding.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-trace-events-async-hooks-worker.js#L47
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(fs.existsSync(filename))
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-trace-events-async-hooks-worker.js:47: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 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v27.0.0-pre
--- stdout ---
process exit with signal: null
process stderr:
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-trace-events-async-hooks-worker.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-trace-events-async-hooks.js#L21
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(fs.existsSync(FILE_NAME))
at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-trace-events-async-hooks.js:21:3)
at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:510:15)
at Object.onceWrapper (node:events:631:12)
at ChildProcess.emit (node:events:509:20)
at ChildProcess._handle.onexit (node:internal/child_process:294:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-trace-events-async-hooks.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-trace-events-async-hooks-dynamic.js#L40
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(fs.existsSync(filename))
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-trace-events-async-hooks-dynamic.js:40: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 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v27.0.0-pre
--- stdout ---
process exit with signal: null
process stderr:
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-trace-events-async-hooks-dynamic.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-trace-events-api.js#L38
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
undefined !== 'foo'
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-trace-events-api.js:38:8)
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 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: undefined,
expected: 'foo',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v27.0.0-pre
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(fs.existsSync(file))
at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-trace-events-api.js:156:5)
at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:510:15)
at Object.onceWrapper (node:events:631:12)
at ChildProcess.emit (node:events:509:20)
at ChildProcess._handle.onexit (node:internal/child_process:294:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node --expose-gc --no-warnings --expose-internals /home/runner/work/node/node/node/test/parallel/test-trace-events-api.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-trace-events-all.js#L19
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(fs.existsSync(FILE_NAME))
at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-trace-events-all.js:19:3)
at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:510:15)
at Object.onceWrapper (node:events:631:12)
at ChildProcess.emit (node:events:509:20)
at ChildProcess._handle.onexit (node:internal/child_process:294:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-trace-events-all.js
|
|
test-linux (ubuntu-24.04-arm):
test/parallel/test-module-print-timing.mjs#L50
--- stdout ---
Test failure: 'should write tracing information for cjs'
Location: test/parallel/test-module-print-timing.mjs:32:1
Error: ENOENT: no such file or directory, open '/home/runner/work/node/node/node/test/.tmp.3082/output-trace.log'
at async open (node:internal/fs/promises:1360:25)
at async readFile (node:internal/fs/promises:2149:14)
at async TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-module-print-timing.mjs:50:29)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:960:7) {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/home/runner/work/node/node/node/test/.tmp.3082/output-trace.log'
}
Test failure: 'should write tracing & print logs for cjs'
Location: test/parallel/test-module-print-timing.mjs:61:1
Error: ENOENT: no such file or directory, open '/home/runner/work/node/node/node/test/.tmp.3082/output-trace-and-log.log'
at async open (node:internal/fs/promises:1360:25)
at async readFile (node:internal/fs/promises:2149:14)
at async TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-module-print-timing.mjs:90:29)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:960:7) {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/home/runner/work/node/node/node/test/.tmp.3082/output-trace-and-log.log'
}
Test failure: 'should support enable tracing dynamically'
Location: test/parallel/test-module-print-timing.mjs:101:1
Error: ENOENT: no such file or directory, open '/home/runner/work/node/node/node/test/.tmp.3082/output-dynamic-trace.log'
at async open (node:internal/fs/promises:1360:25)
at async readFile (node:internal/fs/promises:2149:14)
at async TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-module-print-timing.mjs:152:29)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:960:7) {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/home/runner/work/node/node/node/test/.tmp.3082/output-dynamic-trace.log'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-module-print-timing.mjs
|
|
test-linux (ubuntu-24.04-arm):
test/embedding/test-embedding-throw.js#L8
--- stderr ---
[process 147155]: --- stderr ---
evalmachine.<anonymous>:1
throw new Error()
^
Error
at evalmachine.<anonymous>:1:7
at Script.runInThisContext (node:vm:138:12)
at Object.runInThisContext (node:vm:318:38)
at /home/runner/work/node/node/node/out/Release/embedtest:1:172
at embedderRunCjs (node:internal/main/embedding:93:10)
at embedderRunEntryPoint (node:internal/main/embedding:128:12)
Node.js v27.0.0-pre
[process 147155]: --- stdout ---
[process 147155]: status = null, signal = SIGSEGV
/home/runner/work/node/node/node/test/common/child_process.js:112
throw error;
^
Error: - process terminated with status null, expected 1
- process terminated with signal SIGSEGV, expected null
at Object.<anonymous> (/home/runner/work/node/node/node/test/embedding/test-embedding-throw.js:8: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 {
command: '/home/runner/work/node/node/node/out/Release/embedtest throw new Error()'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/embedding/test-embedding-throw.js
|
|
test-linux (ubuntu-24.04-arm):
test/embedding/test-embedding-create-require-internal.js#L9
--- stderr ---
[process 146359]: --- stderr ---
node:internal/modules/cjs/loader:1575
throw err;
^
Error: Cannot find module 'lib/internal/test/binding'
Require stack:
- /home/runner/work/node/node/node/noop.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1571:15)
at wrapResolveFilename (node:internal/modules/cjs/loader:1125:27)
at defaultResolveImplForCJSLoading (node:internal/modules/cjs/loader:1149:10)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1176:12)
at Module._load (node:internal/modules/cjs/loader:1348:5)
at wrapModuleLoad (node:internal/modules/cjs/loader:260:19)
at Module.require (node:internal/modules/cjs/loader:1692:12)
at require (node:internal/modules/helpers:191:16)
at evalmachine.<anonymous>:1:1
at Script.runInThisContext (node:vm:138:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/home/runner/work/node/node/node/noop.js' ]
}
Node.js v27.0.0-pre
[process 146359]: --- stdout ---
[process 146359]: status = null, signal = SIGSEGV
/home/runner/work/node/node/node/test/common/child_process.js:112
throw error;
^
Error: - process terminated with status null, expected 1
- process terminated with signal SIGSEGV, expected null
at Object.<anonymous> (/home/runner/work/node/node/node/test/embedding/test-embedding-create-require-internal.js:9: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 {
command: '/home/runner/work/node/node/node/out/Release/embedtest require("lib/internal/test/binding")'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/embedding/test-embedding-create-require-internal.js
|
|
test-linux (ubuntu-24.04-arm):
test/embedding/test-embedding-create-require-fs.js#L11
--- stderr ---
[process 146343]: --- stderr ---
[process 146343]: --- stdout ---
[process 146343]: status = null, signal = SIGSEGV
/home/runner/work/node/node/node/test/common/child_process.js:112
throw error;
^
Error: - process terminated with status null, expected 92
- process terminated with signal SIGSEGV, expected null
at Object.<anonymous> (/home/runner/work/node/node/node/test/embedding/test-embedding-create-require-fs.js:11: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 {
command: '/home/runner/work/node/node/node/out/Release/embedtest require("/home/runner/work/node/node/node/test/fixtures/exit.js") 92'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/embedding/test-embedding-create-require-fs.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-trace-events-binding.js#L31
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(fs.existsSync(FILE_NAME))
at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-trace-events-binding.js:31:3)
at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:510:15)
at Object.onceWrapper (node:events:631:12)
at ChildProcess.emit (node:events:509:20)
at ChildProcess._handle.onexit (node:internal/child_process:294:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-trace-events-binding.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-trace-events-async-hooks-worker.js#L47
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(fs.existsSync(filename))
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-trace-events-async-hooks-worker.js:47: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 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v27.0.0-pre
--- stdout ---
process exit with signal: null
process stderr:
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-trace-events-async-hooks-worker.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-trace-events-async-hooks.js#L21
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(fs.existsSync(FILE_NAME))
at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-trace-events-async-hooks.js:21:3)
at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:510:15)
at Object.onceWrapper (node:events:631:12)
at ChildProcess.emit (node:events:509:20)
at ChildProcess._handle.onexit (node:internal/child_process:294:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-trace-events-async-hooks.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-trace-events-async-hooks-dynamic.js#L40
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(fs.existsSync(filename))
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-trace-events-async-hooks-dynamic.js:40: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 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v27.0.0-pre
--- stdout ---
process exit with signal: null
process stderr:
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-trace-events-async-hooks-dynamic.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-trace-events-api.js#L38
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
undefined !== 'foo'
at Object.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-trace-events-api.js:38:8)
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 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: undefined,
expected: 'foo',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v27.0.0-pre
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(fs.existsSync(file))
at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-trace-events-api.js:156:5)
at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:510:15)
at Object.onceWrapper (node:events:631:12)
at ChildProcess.emit (node:events:509:20)
at ChildProcess._handle.onexit (node:internal/child_process:294:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node --expose-gc --no-warnings --expose-internals /home/runner/work/node/node/node/test/parallel/test-trace-events-api.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-trace-events-all.js#L19
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert(fs.existsSync(FILE_NAME))
at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/parallel/test-trace-events-all.js:19:3)
at ChildProcess.<anonymous> (/home/runner/work/node/node/node/test/common/index.js:510:15)
at Object.onceWrapper (node:events:631:12)
at ChildProcess.emit (node:events:509:20)
at ChildProcess._handle.onexit (node:internal/child_process:294:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/parallel/test-trace-events-all.js
|
|
test-linux (ubuntu-24.04):
test/parallel/test-module-print-timing.mjs#L50
--- stdout ---
Test failure: 'should write tracing information for cjs'
Location: test/parallel/test-module-print-timing.mjs:32:1
Error: ENOENT: no such file or directory, open '/home/runner/work/node/node/node/test/.tmp.2764/output-trace.log'
at async open (node:internal/fs/promises:1360:25)
at async readFile (node:internal/fs/promises:2149:14)
at async TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-module-print-timing.mjs:50:29)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:960:7) {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/home/runner/work/node/node/node/test/.tmp.2764/output-trace.log'
}
Test failure: 'should write tracing & print logs for cjs'
Location: test/parallel/test-module-print-timing.mjs:61:1
Error: ENOENT: no such file or directory, open '/home/runner/work/node/node/node/test/.tmp.2764/output-trace-and-log.log'
at async open (node:internal/fs/promises:1360:25)
at async readFile (node:internal/fs/promises:2149:14)
at async TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-module-print-timing.mjs:90:29)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:960:7) {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/home/runner/work/node/node/node/test/.tmp.2764/output-trace-and-log.log'
}
Test failure: 'should support enable tracing dynamically'
Location: test/parallel/test-module-print-timing.mjs:101:1
Error: ENOENT: no such file or directory, open '/home/runner/work/node/node/node/test/.tmp.2764/output-dynamic-trace.log'
at async open (node:internal/fs/promises:1360:25)
at async readFile (node:internal/fs/promises:2149:14)
at async TestContext.<anonymous> (file:///home/runner/work/node/node/node/test/parallel/test-module-print-timing.mjs:152:29)
at async Test.run (node:internal/test_runner/test:1389:7)
at async Test.processPendingSubtests (node:internal/test_runner/test:960:7) {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/home/runner/work/node/node/node/test/.tmp.2764/output-dynamic-trace.log'
}
Command: out/Release/node --test-reporter=./test/common/test-error-reporter.js --test-reporter-destination=stdout /home/runner/work/node/node/node/test/parallel/test-module-print-timing.mjs
|
|
test-linux (ubuntu-24.04):
test/embedding/test-embedding-throw.js#L8
--- stderr ---
[process 147349]: --- stderr ---
evalmachine.<anonymous>:1
throw new Error()
^
Error
at evalmachine.<anonymous>:1:7
at Script.runInThisContext (node:vm:138:12)
at Object.runInThisContext (node:vm:318:38)
at /home/runner/work/node/node/node/out/Release/embedtest:1:172
at embedderRunCjs (node:internal/main/embedding:93:10)
at embedderRunEntryPoint (node:internal/main/embedding:128:12)
Node.js v27.0.0-pre
[process 147349]: --- stdout ---
[process 147349]: status = null, signal = SIGSEGV
/home/runner/work/node/node/node/test/common/child_process.js:112
throw error;
^
Error: - process terminated with status null, expected 1
- process terminated with signal SIGSEGV, expected null
at Object.<anonymous> (/home/runner/work/node/node/node/test/embedding/test-embedding-throw.js:8: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 {
command: '/home/runner/work/node/node/node/out/Release/embedtest throw new Error()'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/embedding/test-embedding-throw.js
|
|
test-linux (ubuntu-24.04):
test/embedding/test-embedding-create-require-internal.js#L9
--- stderr ---
[process 146581]: --- stderr ---
node:internal/modules/cjs/loader:1575
throw err;
^
Error: Cannot find module 'lib/internal/test/binding'
Require stack:
- /home/runner/work/node/node/node/noop.js
at Module._resolveFilename (node:internal/modules/cjs/loader:1571:15)
at wrapResolveFilename (node:internal/modules/cjs/loader:1125:27)
at defaultResolveImplForCJSLoading (node:internal/modules/cjs/loader:1149:10)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1176:12)
at Module._load (node:internal/modules/cjs/loader:1348:5)
at wrapModuleLoad (node:internal/modules/cjs/loader:260:19)
at Module.require (node:internal/modules/cjs/loader:1692:12)
at require (node:internal/modules/helpers:191:16)
at evalmachine.<anonymous>:1:1
at Script.runInThisContext (node:vm:138:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [ '/home/runner/work/node/node/node/noop.js' ]
}
Node.js v27.0.0-pre
[process 146581]: --- stdout ---
[process 146581]: status = null, signal = SIGSEGV
/home/runner/work/node/node/node/test/common/child_process.js:112
throw error;
^
Error: - process terminated with status null, expected 1
- process terminated with signal SIGSEGV, expected null
at Object.<anonymous> (/home/runner/work/node/node/node/test/embedding/test-embedding-create-require-internal.js:9: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 {
command: '/home/runner/work/node/node/node/out/Release/embedtest require("lib/internal/test/binding")'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/embedding/test-embedding-create-require-internal.js
|
|
test-linux (ubuntu-24.04):
test/embedding/test-embedding-create-require-fs.js#L11
--- stderr ---
[process 146565]: --- stderr ---
[process 146565]: --- stdout ---
[process 146565]: status = null, signal = SIGSEGV
/home/runner/work/node/node/node/test/common/child_process.js:112
throw error;
^
Error: - process terminated with status null, expected 92
- process terminated with signal SIGSEGV, expected null
at Object.<anonymous> (/home/runner/work/node/node/node/test/embedding/test-embedding-create-require-fs.js:11: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 {
command: '/home/runner/work/node/node/node/out/Release/embedtest require("/home/runner/work/node/node/node/test/fixtures/exit.js") 92'
}
Node.js v27.0.0-pre
Command: out/Release/node /home/runner/work/node/node/node/test/embedding/test-embedding-create-require-fs.js
|
|
sccache stats - test-linux
84% - 4234 hits, 797 misses, 0 errors
|
|
sccache stats - test-linux
88% - 4440 hits, 602 misses, 0 errors
|