workflows: add nsolid release automation #1232
Annotations
4 errors
|
test-macOS
Process completed with exit code 2.
|
|
test-macOS:
test/agents/test-zmq-tracing.mjs#L0
--- stderr ---
node:internal/process/promises:394
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
+ actual - expected
+ 'agent-metrics'
- 'agent-tracing'
^
at file:///Users/runner/work/nsolid/nsolid/node/test/agents/test-zmq-tracing.mjs:405:14
at /Users/runner/work/nsolid/nsolid/node/test/common/index.js:489:15
at TestPlayground.detectInitialSequence (/Users/runner/work/nsolid/nsolid/node/test/common/nsolid-zmq-agent/index.js:403:13)
at ZmqAgentBus.<anonymous> (/Users/runner/work/nsolid/nsolid/node/test/common/nsolid-zmq-agent/index.js:305:14)
at ZmqAgentBus.emit (node:events:509:28)
at ZmqAgentBus._handleMessage (/Users/runner/work/nsolid/nsolid/node/test/common/nsolid-zmq-agent/zmqagentbus.js:331:12)
at exports.Socket.emit (node:events:509:28)
at Socket._emitMessage (/Users/runner/work/nsolid/nsolid/node/test/common/nsolid-zmq-agent/node_modules/zeromq/lib/index.js:647:10)
at Socket._flushRead (/Users/runner/work/nsolid/nsolid/node/test/common/nsolid-zmq-agent/node_modules/zeromq/lib/index.js:660:10)
at Socket._flushReads (/Users/runner/work/nsolid/nsolid/node/test/common/nsolid-zmq-agent/node_modules/zeromq/lib/index.js:696:15) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 'agent-metrics',
expected: 'agent-tracing',
operator: 'strictEqual',
diff: 'simple'
}
Node.js v24.17.0
--- stdout ---
[local] tracing generation should work for http transactions
[0] agent-connected, 4ad242ff69c2300095b04a712a6a4e00813d8158
[1] agent-metrics, 4ad242ff69c2300095b04a712a6a4e00813d8158
[1] agent-info, 4ad242ff69c2300095b04a712a6a4e00813d8158
[2] agent-packages, 4ad242ff69c2300095b04a712a6a4e00813d8158
[3] agent-metrics, 4ad242ff69c2300095b04a712a6a4e00813d8158
[4] agent-tracing, 4ad242ff69c2300095b04a712a6a4e00813d8158
agent-tracing, 4ad242ff69c2300095b04a712a6a4e00813d8158
{
agentId: '4ad242ff69c2300095b04a712a6a4e00813d8158',
app: 'myapp',
requestId: null,
command: 'tracing',
recorded: { seconds: 1782422481, nanoseconds: 521433000 },
duration: 0,
interval: 5000,
version: 4,
body: {
spans: [
{
id: 'a4d563eeb56843ad',
parentId: '8f7e46b9a03e8409',
traceId: '78f850da28096e07aab9c75a92f06fba',
start: 1782422481468.3406,
end: 1782422481470.4607,
kind: 1,
type: 8,
name: 'HTTP GET',
threadId: 0,
status: { message: '', code: 0 },
attributes: {
'http.method': 'GET',
'http.status_code': 200,
'http.status_text': 'OK',
'http.url': 'http://127.0.0.1:58924/',
'network.protocol.version': '1.1'
},
events: []
},
{
id: '8f7e46b9a03e8409',
parentId: '0000000000000000',
traceId: '78f850da28096e07aab9c75a92f06fba',
start: 1782422481464.2825,
end: 1782422481471.791,
kind: 2,
type: 4,
name: 'HTTP GET',
threadId: 0,
status: { message: '', code: 0 },
attributes: {
'http.method': 'GET',
'http.status_code': 200,
'http.status_text': 'OK',
'http.url': 'http://127.0.0.1:58924/',
'network.protocol.version': '1.1'
},
events: []
}
]
},
time: 1782422481521,
timeNS: '1782422481521433000'
}
child process exited with code 0 and signal null
[local] tracing generation should work for http transactions immediately on startup
[0] agent-connected, e384b7982f584100f7fa5a8ec1725f001a20450d
[1] agent-metrics, e384b7982f584100f7fa5a8ec1725f001a20450d
[1] agent-info, e384b7982f584100f7fa5a8ec1725f001a20450d
[2] agent-packages, e384b7982f584100f7fa5a8ec1725f001a20450d
[3] agent-metrics, e384b7982f584100f7fa5a8ec1725f001a20450d
[4] agent-tracing, e384b7982f584100f7fa5a8ec1725f001a20450d
agent-tracing, e384b7982f584100f7fa5a8ec1725f001a20450d
{
agentId: 'e384b7982f584100f7fa5a8ec1725f001a20450d',
app: 'myapp',
requestId: null,
command: 'tracing',
recorded:
|
|
test-macOS:
test/parallel/test-nsolid-snapshot.js#L103
--- stderr ---
node:assert:849
throw newErr;
^
AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Heap snapshot could not be generated
at /Users/runner/work/nsolid/nsolid/node/test/common/index.js:452:12
at /Users/runner/work/nsolid/nsolid/node/test/common/index.js:489:15
at node:internal/nsolid_assets:364:30
at process.processTicksAndRejections (node:internal/process/task_queues:85:11)
at Object.snapshot (node:internal/nsolid_assets:359:13)
at start.snapshot (node:nsolid:573:14)
at Immediate.<anonymous> (/Users/runner/work/nsolid/nsolid/node/test/parallel/test-nsolid-snapshot.js:103:22)
at Immediate.<anonymous> (/Users/runner/work/nsolid/nsolid/node/test/common/index.js:489:15)
at process.processImmediate (node:internal/timers:506:21) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: Error [-17]: Heap snapshot could not be generated
at Object.snapshot (node:internal/nsolid_assets:359:13)
at start.snapshot (node:nsolid:573:14)
at Immediate.<anonymous> (/Users/runner/work/nsolid/nsolid/node/test/parallel/test-nsolid-snapshot.js:103:22)
at Immediate.<anonymous> (/Users/runner/work/nsolid/nsolid/node/test/common/index.js:489:15)
at process.processImmediate (node:internal/timers:506:21) {
code: -17
},
expected: null,
operator: 'ifError',
diff: 'simple'
}
Node.js v24.17.0
Command: out/Release/nsolid /Users/runner/work/nsolid/nsolid/node/test/parallel/test-nsolid-snapshot.js
|
|
test-macOS:
test/parallel/test-inspector-break-when-eval.js#L0
--- stderr ---
[err] child process crashed, signal SIGTRAP
Timed out waiting for matching notification (break on file:///Users/runner/work/nsolid/nsolid/node/test/fixtures/inspector-global-function.mjs:9)
1
--- stdout ---
[test] Connecting to a child Node process
[test] Testing /json/list
[err] Debugger listening on ws://127.0.0.1:53286/56f28a06-cb30-468b-9901-903b84fac4f6
[err] For help, see: https://nodejs.org/learn/getting-started/debugging
[err]
[err] Debugger attached.
[err]
[test] Setting up a debugger
[out] Loading
[out]
[out] Ready!
[out]
[test] Breaking in the code
[err]
[err]
[err] #
[err] # Fatal error in , line 0
[err] # Check failed: needs_context && current_scope_ == closure_scope_ && current_scope_->is_function_scope() && !function_.is_null() implies function_->context() != *context_.
[err] #
[err] #
[err] #
[err] #FailureMessage Object: 0x16b69b6c8
[err] ----- Native stack trace -----
[err]
[err]
[err] 1: 0x10492dbd0 node::NodePlatform::GetStackTracePrinter()::$_0::__invoke() [/Users/runner/work/nsolid/nsolid/node/out/Release/nsolid]
[err]
[err] 2: 0x106b38914 V8_Fatal(char const*, ...) [/Users/runner/work/nsolid/nsolid/node/out/Release/nsolid]
[err]
[err] 3: 0x104d3c9c0 v8::internal::ScopeIterator::start_position() [/Users/runner/work/nsolid/nsolid/node/out/Release/nsolid]
[err]
[err] 4: 0x104d3edf4 v8::internal::ScopeIterator::VisitLocals(std::__1::function<bool (v8::internal::Handle<v8::internal::String>, v8::internal::Handle<v8::internal::Object>, v8::internal::ScopeIterator::ScopeType)> const&, v8::internal::ScopeIterator::Mode, v8::internal::ScopeIterator::ScopeType) const [/Users/runner/work/nsolid/nsolid/node/out/Release/nsolid]
[err]
[err] 5: 0x104d3d550 v8::internal::ScopeIterator::VisitLocalScope(std::__1::function<bool (v8::internal::Handle<v8::internal::String>, v8::internal::Handle<v8::internal::Object>, v8::internal::ScopeIterator::ScopeType)> const&, v8::internal::ScopeIterator::Mode, v8::internal::ScopeIterator::ScopeType) const [/Users/runner/work/nsolid/nsolid/node/out/Release/nsolid]
[err]
[err] 6: 0x104d3c86c v8::internal::ScopeIterator::ScopeObject(v8::internal::ScopeIterator::Mode) [/Users/runner/work/nsolid/nsolid/node/out/Release/nsolid]
[err]
[err] 7: 0x10537a1d8 v8_inspector::V8DebuggerAgentImpl::currentCallFrames(std::__1::unique_ptr<std::__1::vector<std::__1::unique_ptr<v8_inspector::protocol::Debugger::CallFrame, std::__1::default_delete<v8_inspector::protocol::Debugger::CallFrame>>, std::__1::allocator<std::__1::unique_ptr<v8_inspector::protocol::Debugger::CallFrame, std::__1::default_delete<v8_inspector::protocol::Debugger::CallFrame>>>>, std::__1::default_delete<std::__1::vector<std::__1::unique_ptr<v8_inspector::protocol::Debugger::CallFrame, std::__1::default_delete<v8_inspector::protocol::Debugger::CallFrame>>, std::__1::allocator<std::__1::unique_ptr<v8_inspector::protocol::Debugger::CallFrame, std::__1::default_delete<v8_inspector::protocol::Debugger::CallFrame>>>>>>*) [/Users/runner/work/nsolid/nsolid/node/out/Release/nsolid]
[err]
[err] 8: 0x1053705a4 v8_inspector::V8DebuggerAgentImpl::didPause(int, v8::Local<v8::Value>, std::__1::vector<int, std::__1::allocator<int>> const&, v8::debug::ExceptionType, bool, v8::base::EnumSet<v8::debug::BreakReason, int>) [/Users/runner/work/nsolid/nsolid/node/out/Release/nsolid]
[err]
[err] 9: 0x105392d74 v8_inspector::V8InspectorImpl::forEachSession(int, std::__1::function<void (v8_inspector::V8InspectorSessionImpl*)> const&) [/Users/runner/work/nsolid/nsolid/node/out/Release/nsolid]
[err]
[err] 10: 0x105383e4c v8_inspector::V8Debugger::handleProgramBreak(v8::Local<v8::Context>, v8::Local<v8::Value>, std::__1::vector<int, std::__1::allocator<int>> const&, v8::base::EnumSet<v8::debug::BreakReason, int>, v8::debug::ExceptionType, bool) [/Users/runner/work/nsolid/nsolid/node/out/Release/nsolid]
[err]
[err] 11: 0x104d43e9c v8::internal::Debug::OnDebugBreak(v8::internal::DirectHandle<v8::internal::FixedArray>, v8::internal::StepAction, v8::base::EnumSet<v8::debug::BreakReason, int>) [/Users/runner/work/nsolid/
|