deps: update grpc to 1.78.1 #1176
Annotations
6 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.15.0
--- stdout ---
[local] tracing generation should work for http transactions
[0] agent-connected, bfcf6ee6e7ca380022a91a8461868d008d659699
[1] agent-metrics, bfcf6ee6e7ca380022a91a8461868d008d659699
[1] agent-info, bfcf6ee6e7ca380022a91a8461868d008d659699
[2] agent-packages, bfcf6ee6e7ca380022a91a8461868d008d659699
[3] agent-metrics, bfcf6ee6e7ca380022a91a8461868d008d659699
[4] agent-tracing, bfcf6ee6e7ca380022a91a8461868d008d659699
agent-tracing, bfcf6ee6e7ca380022a91a8461868d008d659699
{
agentId: 'bfcf6ee6e7ca380022a91a8461868d008d659699',
app: 'myapp',
requestId: null,
command: 'tracing',
recorded: { seconds: 1778015755, nanoseconds: 621174000 },
duration: 0,
interval: 5000,
version: 4,
body: {
spans: [
{
id: '464d7faa54970311',
parentId: '0297e13ab5bd6f42',
traceId: '2140ee486fe0e574421672811c45726f',
start: 1778015755568.3115,
end: 1778015755569.7495,
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:59515/',
'network.protocol.version': '1.1'
},
events: []
},
{
id: '0297e13ab5bd6f42',
parentId: '0000000000000000',
traceId: '2140ee486fe0e574421672811c45726f',
start: 1778015755564.8328,
end: 1778015755570.9875,
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:59515/',
'network.protocol.version': '1.1'
},
events: []
}
]
},
time: 1778015755621,
timeNS: '1778015755621174000'
}
child process exited with code 0 and signal null
[local] tracing generation should work for http transactions immediately on startup
[0] agent-connected, 45780d4a8cc30d00a13dc77de65424001b7a0ae4
[1] agent-metrics, 45780d4a8cc30d00a13dc77de65424001b7a0ae4
[1] agent-info, 45780d4a8cc30d00a13dc77de65424001b7a0ae4
[2] agent-packages, 45780d4a8cc30d00a13dc77de65424001b7a0ae4
[3] agent-metrics, 45780d4a8cc30d00a13dc77de65424001b7a0ae4
[4] agent-tracing, 45780d4a8cc30d00a13dc77de65424001b7a0ae4
agent-tracing, 45780d4a8cc30d00a13dc77de65424001b7a0ae4
{
agentId: '45780d4a8cc30d00a13dc77de65424001b7a0ae4',
app: 'myapp',
requestId: null,
command: 'tracing',
recorded
|
|
test-macOS:
test/agents/test-otlp-grpc-traces.mjs#L0
--- stderr ---
(node:47958) DeprecationWarning: Calling start() is no longer necessary. It can be safely omitted.
(Use `nsolid --trace-deprecation ...` to show where the warning was created)
(node:47961) DeprecationWarning: Calling start() is no longer necessary. It can be safely omitted.
(Use `nsolid --trace-deprecation ...` to show where the warning was created)
--- stdout ---
OTLP server started 58979
interval
interval
interval
interval
interval
interval
interval
interval
interval
child process exited with code 0 and signal null
[
{
scopeSpans: [
{
spans: [
{
attributes: [
{
key: 'http.method',
value: { stringValue: 'GET', value: 'stringValue' }
},
{
key: 'http.status_code',
value: { intValue: '200', value: 'intValue' }
},
{
key: 'http.status_text',
value: { stringValue: 'OK', value: 'stringValue' }
},
{
key: 'http.url',
value: {
stringValue: 'http://127.0.0.1:58980/',
value: 'stringValue'
}
},
{
key: 'network.protocol.version',
value: { stringValue: '1.1', value: 'stringValue' }
},
{
key: 'thread.id',
value: { intValue: '0', value: 'intValue' }
},
{
key: 'nsolid.span_type',
value: { intValue: '8', value: 'intValue' }
}
],
events: [],
links: [],
traceId: {
type: 'Buffer',
data: [
133, 35, 182, 143, 29,
227, 212, 213, 56, 145,
215, 3, 25, 36, 118,
175
]
},
spanId: {
type: 'Buffer',
data: [
9, 236, 194, 150,
223, 9, 199, 203
]
},
traceState: '',
parentSpanId: {
type: 'Buffer',
data: [
110, 220, 193, 231,
1, 144, 203, 157
]
},
name: 'HTTP GET',
kind: 'SPAN_KIND_SERVER',
startTimeUnixNano: '1778014614274000000',
endTimeUnixNano: '1778014614275762451',
droppedAttributesCount: 0,
droppedEventsCount: 0,
droppedLinksCount: 0,
status: null,
flags: 0
},
{
attributes: [
{
key: 'http.method',
value: { stringValue: 'GET', value: 'stringValue' }
},
{
key: 'http.status_code',
value: { intValue: '200', value: 'intValue' }
},
{
key: 'http.status_text',
value: { stringValue: 'OK', value: 'stringValue' }
},
{
key: 'http.url',
value: {
stringValue: 'http://127.0.0.1:58980/',
value: 'stringValue'
}
},
{
key: 'network.protocol.version',
value: { stringValue: '1.1', value: 'stringValue' }
},
{
key: 'thread.id',
value: { intValue: '0', value: 'intValue' }
},
{
key: 'nsolid.span_type',
value: { intValue: '4', value: 'intValue' }
}
],
events: [],
links: [],
traceId: {
type: 'Buffer',
data: [
133, 35, 182, 143, 29,
227, 212, 213, 56, 145,
215, 3, 25, 36, 118,
175
]
},
spanId: {
|
|
test-macOS:
test/agents/test-grpc-packages.mjs#L0
--- stderr ---
(node:31076) DeprecationWarning: Calling start() is no longer necessary. It can be safely omitted.
(Use `nsolid --trace-deprecation ...` to show where the warning was created)
Using default certs
Old Config:
{}
NewConfig:
{
"app": "nsolid-grpc-agent",
"appVersion": "1.0.0",
"assetsEnabled": true,
"blockedLoopThreshold": 200,
"contCpuProfile": false,
"contCpuProfileInterval": 30000,
"disablePackageScan": false,
"env": "prod",
"grpc": "localhost:58313",
"hostname": "iad20-fj917-02ef13d9-9d25-401d-aabe-e26d1c08c416-629639A0A958.local",
"iisNode": false,
"interval": 5000,
"pauseMetrics": false,
"promiseTracking": false,
"pubkey": "^kvy<i^qI<r{=ZDrfK4K<#NtqY+zaH:ksm/YGE6I",
"statsdBucket": "nsolid.${env}.${app}.${hostname}.${shortId}",
"tags": [],
"tracingEnabled": false,
"tracingModulesBlacklist": 0,
"trackGlobalPackages": false
}
Diff:
[
{
"op": "add",
"path": "/app",
"value": "nsolid-grpc-agent"
},
{
"op": "add",
"path": "/appVersion",
"value": "1.0.0"
},
{
"op": "add",
"path": "/assetsEnabled",
"value": true
},
{
"op": "add",
"path": "/blockedLoopThreshold",
"value": 200
},
{
"op": "add",
"path": "/contCpuProfile",
"value": false
},
{
"op": "add",
"path": "/contCpuProfileInterval",
"value": 30000
},
{
"op": "add",
"path": "/disablePackageScan",
"value": false
},
{
"op": "add",
"path": "/env",
"value": "prod"
},
{
"op": "add",
"path": "/grpc",
"value": "localhost:58313"
},
{
"op": "add",
"path": "/hostname",
"value": "iad20-fj917-02ef13d9-9d25-401d-aabe-e26d1c08c416-629639A0A958.local"
},
{
"op": "add",
"path": "/iisNode",
"value": false
},
{
"op": "add",
"path": "/interval",
"value": 5000
},
{
"op": "add",
"path": "/pauseMetrics",
"value": false
},
{
"op": "add",
"path": "/promiseTracking",
"value": false
},
{
"op": "add",
"path": "/pubkey",
"value": "^kvy<i^qI<r{=ZDrfK4K<#NtqY+zaH:ksm/YGE6I"
},
{
"op": "add",
"path": "/statsdBucket",
"value": "nsolid.${env}.${app}.${hostname}.${shortId}"
},
{
"op": "add",
"path": "/tags",
"value": []
},
{
"op": "add",
"path": "/tracingEnabled",
"value": false
},
{
"op": "add",
"path": "/tracingModulesBlacklist",
"value": 0
},
{
"op": "add",
"path": "/trackGlobalPackages",
"value": false
}
]
GrpcAgent configured. Endpoint: localhost:58313. Insecure: 1
Resetting command stream
Old Config:
{
"app": "nsolid-grpc-agent",
"appVersion": "1.0.0",
"assetsEnabled": true,
"blockedLoopThreshold": 200,
"contCpuProfile": false,
"contCpuProfileInterval": 30000,
"disablePackageScan": false,
"env": "prod",
"grpc": "localhost:58313",
"hostname": "iad20-fj917-02ef13d9-9d25-401d-aabe-e26d1c08c416-629639A0A958.local",
"iisNode": false,
"interval": 5000,
"pauseMetrics": false,
"promiseTracking": false,
"pubkey": "^kvy<i^qI<r{=ZDrfK4K<#NtqY+zaH:ksm/YGE6I",
"statsdBucket": "nsolid.${env}.${app}.${hostname}.${shortId}",
"tags": [],
"tracingEnabled": false,
"tracingModulesBlacklist": 0,
"trackGlobalPackages": false
}
NewConfig:
{
"app": "nsolid-grpc-agent",
"appVersion": "1.0.0",
"assetsEnabled": true,
"blockedLoopThreshold": 200,
"contCpuProfile": false,
"contCpuProfileInterval": 30000,
"disablePackageScan": false,
"env": "prod",
"grpc": "localhost:58313",
"hostname": "iad20-fj917-02ef13d9-9d25-401d-aabe-e26d1c08c416-629639A0A958.local",
"iisNode": false,
"inte
|
|
test-macOS:
test/agents/test-grpc-continuous-profile.mjs#L0
--- stderr ---
(node:18435) DeprecationWarning: Calling start() is no longer necessary. It can be safely omitted.
(Use `nsolid --trace-deprecation ...` to show where the warning was created)
Using default certs
Old Config:
{}
NewConfig:
{
"app": "nsolid-grpc-agent",
"appVersion": "1.0.0",
"assetsEnabled": true,
"blockedLoopThreshold": 200,
"contCpuProfile": true,
"contCpuProfileInterval": 100,
"disablePackageScan": false,
"env": "prod",
"grpc": "localhost:57557",
"hostname": "iad20-fj917-02ef13d9-9d25-401d-aabe-e26d1c08c416-629639A0A958.local",
"iisNode": false,
"interval": 5000,
"pauseMetrics": false,
"promiseTracking": false,
"pubkey": "^kvy<i^qI<r{=ZDrfK4K<#NtqY+zaH:ksm/YGE6I",
"statsdBucket": "nsolid.${env}.${app}.${hostname}.${shortId}",
"tags": [],
"tracingEnabled": false,
"tracingModulesBlacklist": 0,
"trackGlobalPackages": false
}
Diff:
[
{
"op": "add",
"path": "/app",
"value": "nsolid-grpc-agent"
},
{
"op": "add",
"path": "/appVersion",
"value": "1.0.0"
},
{
"op": "add",
"path": "/assetsEnabled",
"value": true
},
{
"op": "add",
"path": "/blockedLoopThreshold",
"value": 200
},
{
"op": "add",
"path": "/contCpuProfile",
"value": true
},
{
"op": "add",
"path": "/contCpuProfileInterval",
"value": 100
},
{
"op": "add",
"path": "/disablePackageScan",
"value": false
},
{
"op": "add",
"path": "/env",
"value": "prod"
},
{
"op": "add",
"path": "/grpc",
"value": "localhost:57557"
},
{
"op": "add",
"path": "/hostname",
"value": "iad20-fj917-02ef13d9-9d25-401d-aabe-e26d1c08c416-629639A0A958.local"
},
{
"op": "add",
"path": "/iisNode",
"value": false
},
{
"op": "add",
"path": "/interval",
"value": 5000
},
{
"op": "add",
"path": "/pauseMetrics",
"value": false
},
{
"op": "add",
"path": "/promiseTracking",
"value": false
},
{
"op": "add",
"path": "/pubkey",
"value": "^kvy<i^qI<r{=ZDrfK4K<#NtqY+zaH:ksm/YGE6I"
},
{
"op": "add",
"path": "/statsdBucket",
"value": "nsolid.${env}.${app}.${hostname}.${shortId}"
},
{
"op": "add",
"path": "/tags",
"value": []
},
{
"op": "add",
"path": "/tracingEnabled",
"value": false
},
{
"op": "add",
"path": "/tracingModulesBlacklist",
"value": 0
},
{
"op": "add",
"path": "/trackGlobalPackages",
"value": false
}
]
GrpcAgent configured. Endpoint: localhost:57557. Insecure: 1
Resetting command stream
Old Config:
{
"app": "nsolid-grpc-agent",
"appVersion": "1.0.0",
"assetsEnabled": true,
"blockedLoopThreshold": 200,
"contCpuProfile": true,
"contCpuProfileInterval": 100,
"disablePackageScan": false,
"env": "prod",
"grpc": "localhost:57557",
"hostname": "iad20-fj917-02ef13d9-9d25-401d-aabe-e26d1c08c416-629639A0A958.local",
"iisNode": false,
"interval": 5000,
"pauseMetrics": false,
"promiseTracking": false,
"pubkey": "^kvy<i^qI<r{=ZDrfK4K<#NtqY+zaH:ksm/YGE6I",
"statsdBucket": "nsolid.${env}.${app}.${hostname}.${shortId}",
"tags": [],
"tracingEnabled": false,
"tracingModulesBlacklist": 0,
"trackGlobalPackages": false
}
NewConfig:
{
"app": "nsolid-grpc-agent",
"appVersion": "1.0.0",
"assetsEnabled": true,
"blockedLoopThreshold": 200,
"contCpuProfile": true,
"contCpuProfileInterval": 100,
"disablePackageScan": false,
"env": "prod",
"grpc": "localhost:57557",
"hostname": "iad20-fj917-02ef13d9-9d25-401d-aabe-e26d1c08c416-629639A0A958.local",
"iisNode": false,
"interval": 5000,
|
|
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:53232/f1626cb4-7bee-499f-bc42-8c1157147424
[err] For help, see: https://nodejs.org/en/docs/inspector
[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: 0x16ae436e8
[err] ----- Native stack trace -----
[err]
[err]
[err] 1: 0x105184cd8 node::NodePlatform::GetStackTracePrinter()::$_0::__invoke() [/Users/runner/work/nsolid/nsolid/node/out/Release/nsolid]
[err]
[err] 2: 0x1073658bc V8_Fatal(char const*, ...) [/Users/runner/work/nsolid/nsolid/node/out/Release/nsolid]
[err]
[err] 3: 0x105585a08 v8::internal::ScopeIterator::start_position() [/Users/runner/work/nsolid/nsolid/node/out/Release/nsolid]
[err]
[err] 4: 0x105587e3c 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: 0x105586598 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: 0x1055858b4 v8::internal::ScopeIterator::ScopeObject(v8::internal::ScopeIterator::Mode) [/Users/runner/work/nsolid/nsolid/node/out/Release/nsolid]
[err]
[err] 7: 0x105bc3220 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: 0x105bb95ec 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: 0x105bdbdbc 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: 0x105bcce94 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: 0x10558cee4 v8::internal::Debug::OnDebugBreak(v8::internal::DirectHandle<v8::internal::FixedArray>, v8::internal::StepAction, v8::base::EnumSet<v8::debug::BreakReason, int>) [/Users/runner/work/nsolid/nsolid/node/ou
|