agents: refactor profiling on ZmqAgent #215
Annotations
11 errors
|
Test:
test/addons/nsolid-config-hooks/nsolid-config-hooks.js#L1
Command: out/Release/nsolid --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/nsolid/nsolid/test/addons/nsolid-config-hooks/nsolid-config-hooks.js
--- CRASHED (Signal: 4) ---
|
Test:
test/addons/nsolid-track-heap-objects/nsolid-track-heap-objects.js#L59
--- stderr ---
(node:71498) internal/test/binding: These APIs are for internal testing only. Do not use them.
(Use `nsolid --trace-warnings ...` to show where the warning was created)
node:assert:126
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
0 !== -2
at Timeout._onTimeout (/Users/runner/work/nsolid/nsolid/test/addons/nsolid-track-heap-objects/nsolid-track-heap-objects.js:59:14)
at listOnTimeout (node:internal/timers:575:17)
at process.processTimers (node:internal/timers:516:7) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 0,
expected: -2,
operator: 'strictEqual'
}
Node.js v20.11.1
Command: out/Release/nsolid --expose-internals --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/nsolid/nsolid/test/addons/nsolid-track-heap-objects/nsolid-track-heap-objects.js
|
Test:
test/parallel/test-nsolid-config-tracing.js#L1
Command: out/Release/nsolid --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/nsolid/nsolid/test/parallel/test-nsolid-config-tracing.js
--- CRASHED (Signal: 4) ---
|
Test:
test/parallel/test-nsolid-config-saas.js#L94
--- stderr ---
node:assert:126
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
null !== 0
at ChildProcess.<anonymous> (/Users/runner/work/nsolid/nsolid/test/parallel/test-nsolid-config-saas.js:94:12)
at ChildProcess.emit (node:events:518:28)
at maybeClose (node:internal/child_process:1105:16)
at Socket.<anonymous> (node:internal/child_process:457:11)
at Socket.emit (node:events:518:28)
at Pipe.<anonymous> (node:net:337:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: null,
expected: 0,
operator: 'strictEqual'
}
Node.js v20.11.1
Command: out/Release/nsolid --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/nsolid/nsolid/test/parallel/test-nsolid-config-saas.js
|
Test:
test/parallel/test-nsolid-config-zmq-channels.js#L1
Command: out/Release/nsolid --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/nsolid/nsolid/test/parallel/test-nsolid-config-zmq-channels.js
--- CRASHED (Signal: 4) ---
|
Test:
test/parallel/test-nsolid-profile.js#L1
Command: out/Release/nsolid --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/nsolid/nsolid/test/parallel/test-nsolid-profile.js
--- CRASHED (Signal: 4) ---
|
Test:
test/parallel/test-nsolid-profile-on-exit.js#L26
--- stderr ---
node:assert:126
throw new AssertionError(obj);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'SIGILL'
- 'SIGTERM'
^
at ChildProcess.<anonymous> (/Users/runner/work/nsolid/nsolid/test/parallel/test-nsolid-profile-on-exit.js:26:12)
at ChildProcess.<anonymous> (/Users/runner/work/nsolid/nsolid/test/common/index.js:478:15)
at ChildProcess.emit (node:events:518:28)
at ChildProcess._handle.onexit (node:internal/child_process:294:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'SIGILL',
expected: 'SIGTERM',
operator: 'strictEqual'
}
Node.js v20.11.1
Command: out/Release/nsolid --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/nsolid/nsolid/test/parallel/test-nsolid-profile-on-exit.js
|
Test:
test/parallel/test-nsolid-snapshot.js#L1
Command: out/Release/nsolid --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/nsolid/nsolid/test/parallel/test-nsolid-snapshot.js
--- CRASHED (Signal: 4) ---
|
Test:
test/agents/test-zmq-basic.mjs#L1
--- stdout ---
[local] basic bootstrap and exit should work if agent is killed with signal
child process exited with code null and signal SIGILL
Command: out/Release/nsolid --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/nsolid/nsolid/test/agents/test-zmq-basic.mjs
--- TIMEOUT ---
|
Test:
test/agents/test-zmq-blocked-loop.mjs#L1
--- stdout ---
[local] blocked loop generation should work in the main thread
child process exited with code null and signal SIGILL
Command: out/Release/nsolid --expose-internals --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /Users/runner/work/nsolid/nsolid/test/agents/test-zmq-blocked-loop.mjs
--- TIMEOUT ---
|
The logs for this run have expired and are no longer available.
Loading