Skip to content

deps: update libzmq to 4.3.5 #40

deps: update libzmq to 4.3.5

deps: update libzmq to 4.3.5 #40

Triggered via pull request November 22, 2023 15:15
Status Failure
Total duration 1h 43m 46s
Artifacts

test-linux.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test-linux: test/addons/worker-addon/test.js#L64
--- stderr --- ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 2 node:assert:125 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'ZmqAgent::stop(1)\n' + + 'ZmqAgent::stop(6): 0\n' + + 'ZmqAgent::~ZmqAgent(1)\n' + + 'ZmqAgent::~ZmqAgent(2)\n' + + 'ZmqContext::~ZmqContext(): 0 2\n' - '' at Object.<anonymous> (/home/runner/work/nsolid/nsolid/test/addons/worker-addon/test.js:64:10) at Module._compile (node:internal/modules/cjs/loader:1256:14) at Module._extensions..js (node:internal/modules/cjs/loader:1310:10) at Module.load (node:internal/modules/cjs/loader:1106:32) at Module._load (node:internal/modules/cjs/loader:953:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12) at node:internal/main/run_main_module:23:47 { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'ZmqAgent::stop(1)\n' + 'ZmqAgent::stop(6): 0\n' + 'ZmqAgent::~ZmqAgent(1)\n' + 'ZmqAgent::~ZmqAgent(2)\n' + 'ZmqContext::~ZmqContext(): 0 2\n', expected: '', operator: 'strictEqual' } Node.js v20.9.0 ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 0 --- stdout --- spawning test worker Command: out/Release/nsolid --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /home/runner/work/nsolid/nsolid/test/addons/worker-addon/test.js
test-linux: test/node-api/test_instance_data/test.js#L50
--- stderr --- ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 2 ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 2 node:assert:125 throw new AssertionError(obj); ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly equal: + actual - expected + 'ZmqAgent::stop(1)\n' + + 'ZmqAgent::stop(6): 0\n' + + 'addon_freeZmqAgent::~ZmqAgent(1)\n' + + 'ZmqAgent::~ZmqAgent(2)\n' + + 'ZmqContext::~ZmqContext(): 0 2\n' - 'addon_free' at testProcessExit (/home/runner/work/nsolid/nsolid/test/node-api/test_instance_data/test.js:50:12) at Object.<anonymous> (/home/runner/work/nsolid/nsolid/test/node-api/test_instance_data/test.js:53:3) at Module._compile (node:internal/modules/cjs/loader:1256:14) at Module._extensions..js (node:internal/modules/cjs/loader:1310:10) at Module.load (node:internal/modules/cjs/loader:1106:32) at Module._load (node:internal/modules/cjs/loader:953:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12) at node:internal/main/run_main_module:23:47 { generatedMessage: true, code: 'ERR_ASSERTION', actual: 'ZmqAgent::stop(1)\n' + 'ZmqAgent::stop(6): 0\n' + 'addon_freeZmqAgent::~ZmqAgent(1)\n' + 'ZmqAgent::~ZmqAgent(2)\n' + 'ZmqContext::~ZmqContext(): 0 2\n', expected: 'addon_free', operator: 'strictEqual' } Node.js v20.9.0 ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 2 Command: out/Release/nsolid --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /home/runner/work/nsolid/nsolid/test/node-api/test_instance_data/test.js
test-linux: test/message/assert_throws_stack.js#L6
--- stderr --- node:assert:635 throw err; ^ AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal: + actual - expected + Comparison {} - Comparison { - bar: true - } at Object.<anonymous> (/home/runner/work/nsolid/nsolid/test/message/assert_throws_stack.js:6:8) at Module._compile (node:internal/modules/cjs/loader:1256:14) at Module._extensions..js (node:internal/modules/cjs/loader:1310:10) at Module.load (node:internal/modules/cjs/loader:1106:32) at Module._load (node:internal/modules/cjs/loader:953:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12) at node:internal/main/run_main_module:23:47 { generatedMessage: true, code: 'ERR_ASSERTION', actual: Error: foo at assert.throws.bar (/home/runner/work/nsolid/nsolid/test/message/assert_throws_stack.js:6:29) at getActual (node:assert:756:5) at Function.throws (node:assert:902:24) at Object.<anonymous> (/home/runner/work/nsolid/nsolid/test/message/assert_throws_stack.js:6:8) at Module._compile (node:internal/modules/cjs/loader:1256:14) at Module._extensions..js (node:internal/modules/cjs/loader:1310:10) at Module.load (node:internal/modules/cjs/loader:1106:32) at Module._load (node:internal/modules/cjs/loader:953:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12) at node:internal/main/run_main_module:23:47, expected: { bar: true }, operator: 'throws' } Node.js v20.9.0 ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 0 Command: out/Release/nsolid /home/runner/work/nsolid/nsolid/test/message/assert_throws_stack.js
test-linux: test/message/core_line_numbers.js#L13
--- stderr --- node:punycode:52 throw new RangeError(errors[type]); ^ RangeError: Invalid input at error (node:punycode:52:8) at Object.decode (node:punycode:245:5) at Object.<anonymous> (/home/runner/work/nsolid/nsolid/test/message/core_line_numbers.js:13:10) Node.js v20.9.0 ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 0 Command: out/Release/nsolid /home/runner/work/nsolid/nsolid/test/message/core_line_numbers.js
test-linux: test/message/if-error-has-good-stack.js#L21
--- stderr --- node:assert:991 throw newErr; ^ AssertionError [ERR_ASSERTION]: ifError got unwanted exception: test error at z (/home/runner/work/nsolid/nsolid/test/message/if-error-has-good-stack.js:21:14) at y (/home/runner/work/nsolid/nsolid/test/message/if-error-has-good-stack.js:22:7) at x (/home/runner/work/nsolid/nsolid/test/message/if-error-has-good-stack.js:23:5) at Object.<anonymous> (/home/runner/work/nsolid/nsolid/test/message/if-error-has-good-stack.js:24:3) at c (/home/runner/work/nsolid/nsolid/test/message/if-error-has-good-stack.js:13:13) at b (/home/runner/work/nsolid/nsolid/test/message/if-error-has-good-stack.js:14:7) at a (/home/runner/work/nsolid/nsolid/test/message/if-error-has-good-stack.js:15:5) at Object.<anonymous> (/home/runner/work/nsolid/nsolid/test/message/if-error-has-good-stack.js:16:3) { generatedMessage: false, code: 'ERR_ASSERTION', actual: Error: test error at c (/home/runner/work/nsolid/nsolid/test/message/if-error-has-good-stack.js:13:13) at b (/home/runner/work/nsolid/nsolid/test/message/if-error-has-good-stack.js:14:7) at a (/home/runner/work/nsolid/nsolid/test/message/if-error-has-good-stack.js:15:5) at Object.<anonymous> (/home/runner/work/nsolid/nsolid/test/message/if-error-has-good-stack.js:16:3), expected: null, operator: 'ifError' } Node.js v20.9.0 ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 0 Command: out/Release/nsolid /home/runner/work/nsolid/nsolid/test/message/if-error-has-good-stack.js
test-linux: test/message/eval_messages.js#L1
--- stderr --- ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 0 --- stdout --- [eval] ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 2 [eval]:1 with(this){__filename} ^^^^ SyntaxError: Strict mode code may not include a with statement at new Script (node:vm:93:7) at createScript (node:vm:248:10) at Object.runInThisContext (node:vm:296:10) at node:internal/process/execution:83:21 at [eval]-wrapper:6:24 at runScript (node:internal/process/execution:82:62) at evalScript (node:internal/process/execution:104:10) at node:internal/main/eval_string:50:3 Node.js v20.9.0 ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 25 42 ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 2 42 ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 2 [eval]:1 throw new Error("hello") ^ Error: hello at [eval]:1:7 at Script.runInThisContext (node:vm:122:12) at Object.runInThisContext (node:vm:296:38) at node:internal/process/execution:83:21 at [eval]-wrapper:6:24 at runScript (node:internal/process/execution:82:62) at evalScript (node:internal/process/execution:104:10) at node:internal/main/eval_string:50:3 Node.js v20.9.0 ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 25 [eval]:1 throw new Error("hello") ^ Error: hello at [eval]:1:7 at Script.runInThisContext (node:vm:122:12) at Object.runInThisContext (node:vm:296:38) at node:internal/process/execution:83:21 at [eval]-wrapper:6:24 at runScript (node:internal/process/execution:82:62) at evalScript (node:internal/process/execution:104:10) at node:internal/main/eval_string:50:3 Node.js v20.9.0 ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 25 100 ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 2 [eval]:1 var x = 100; y = x; ^ ReferenceError: y is not defined at [eval]:1:16 at Script.runInThisContext (node:vm:122:12) at Object.runInThisContext (node:vm:296:38) at node:internal/process/execution:83:21 at [eval]-wrapper:6:24 at runScript (node:internal/process/execution:82:62) at evalScript (node:internal/process/execution:104:10) at node:internal/main/eval_string:50:3 Node.js v20.9.0 ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 25 [eval]:1 var ______________________________________________; throw 10 ^ 10 (Use `nsolid --trace-uncaught ...` to show where the exception was thrown) Node.js v20.9.0 ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 22 [eval]:1 var ______________________________________________; throw 10 ^ 10 (Use `nsolid --trace-uncaught ...` to show where the exception was thrown) Node.js v20.9.0 ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 22 done Command: out/Release/nsolid /home/runner/work/nsolid/nsolid/test/message/eval_messages.js
test-linux: test/message/internal_assert.js#L7
--- stderr --- node:internal/assert:14 throw new ERR_INTERNAL_ASSERTION(message); ^ Error [ERR_INTERNAL_ASSERTION]: This is caused by either a bug in Node.js or incorrect usage of Node.js internals. Please open an issue with this stack trace at https://github.com/nodejs/node/issues at new NodeError (node:internal/errors:406:5) at assert (node:internal/assert:14:11) at Object.<anonymous> (/home/runner/work/nsolid/nsolid/test/message/internal_assert.js:7:1) at Module._compile (node:internal/modules/cjs/loader:1256:14) at Module._extensions..js (node:internal/modules/cjs/loader:1310:10) at Module.load (node:internal/modules/cjs/loader:1106:32) at Module._load (node:internal/modules/cjs/loader:953:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12) at node:internal/main/run_main_module:23:47 { code: 'ERR_INTERNAL_ASSERTION' } Node.js v20.9.0 ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 0 Command: out/Release/nsolid --expose-internals /home/runner/work/nsolid/nsolid/test/message/internal_assert.js
test-linux: test/message/internal_assert_fail.js#L7
--- stderr --- node:internal/assert:20 throw new ERR_INTERNAL_ASSERTION(message); ^ Error [ERR_INTERNAL_ASSERTION]: Unreachable! This is caused by either a bug in Node.js or incorrect usage of Node.js internals. Please open an issue with this stack trace at https://github.com/nodejs/node/issues at new NodeError (node:internal/errors:406:5) at Function.fail (node:internal/assert:20:9) at Object.<anonymous> (/home/runner/work/nsolid/nsolid/test/message/internal_assert_fail.js:7:8) at Module._compile (node:internal/modules/cjs/loader:1256:14) at Module._extensions..js (node:internal/modules/cjs/loader:1310:10) at Module.load (node:internal/modules/cjs/loader:1106:32) at Module._load (node:internal/modules/cjs/loader:953:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12) at node:internal/main/run_main_module:23:47 { code: 'ERR_INTERNAL_ASSERTION' } Node.js v20.9.0 ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 0 Command: out/Release/nsolid --expose-internals /home/runner/work/nsolid/nsolid/test/message/internal_assert_fail.js
test-linux: test/message/max_tick_depth.js#L1
--- stderr --- tick 20 tick 19 tick 18 tick 17 tick 16 tick 15 tick 14 tick 13 tick 12 tick 11 tick 10 tick 9 tick 8 tick 7 tick 6 tick 5 tick 4 tick 3 tick 2 tick 1 tick 0 ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 0 Command: out/Release/nsolid /home/runner/work/nsolid/nsolid/test/message/max_tick_depth.js
test-linux: test/message/promise_unhandled_warn_with_error.js#L7
--- stderr --- (nsolid:120640) UnhandledPromiseRejectionWarning: Error: alas at Object.<anonymous> (/home/runner/work/nsolid/nsolid/test/message/promise_unhandled_warn_with_error.js:7:16) at Module._compile (node:internal/modules/cjs/loader:1256:14) at Module._extensions..js (node:internal/modules/cjs/loader:1310:10) at Module.load (node:internal/modules/cjs/loader:1106:32) at Module._load (node:internal/modules/cjs/loader:953:12) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12) at node:internal/main/run_main_module:23:47 (Use `nsolid --trace-warnings ...` to show where the warning was created) (nsolid:120640) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) ZmqAgent::stop(1) ZmqAgent::stop(6): 0 ZmqAgent::~ZmqAgent(1) ZmqAgent::~ZmqAgent(2) ZmqContext::~ZmqContext(): 0 0 Command: out/Release/nsolid --unhandled-rejections=warn-with-error-code /home/runner/work/nsolid/nsolid/test/message/promise_unhandled_warn_with_error.js