deps: update opentelemetry-cpp to 1.20.0 #698
Annotations
4 errors and 1 notice
|
test/agents/test-otlp-grpc-metrics.mjs#L625
--- stderr ---
(node:16963) DeprecationWarning: Calling start() is no longer necessary. It can be safely omitted.
(Use `nsolid --trace-deprecation ...` to show where the warning was created)
[Error] File: ../deps/opentelemetry-cpp/exporters/otlp/src/otlp_grpc_client.cc:244 [OTLP GRPC Client] ERROR: Export metric(s) failed with status_code: "1" error_message: "CANCELLED"
[Error] File: ../deps/opentelemetry-cpp/exporters/otlp/src/otlp_grpc_metric_exporter.cc:152 [OTLP METRIC GRPC Exporter] ERROR: Export 1 metric(s) error: 1
[Error] File: ../deps/opentelemetry-cpp/exporters/otlp/src/otlp_grpc_client.cc:244 [OTLP GRPC Client] ERROR: Export metric(s) failed with status_code: "1" error_message: "CANCELLED"
[Error] File: ../deps/opentelemetry-cpp/exporters/otlp/src/otlp_grpc_metric_exporter.cc:152 [OTLP METRIC GRPC Exporter] ERROR: Export 1 metric(s) error: 1
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
E0000 00:00:1743583182.947107 952216 thd.cc:184] pthread_join failed: Resource deadlock avoided
node:events:502
throw er; // Unhandled 'error' event
^
Error [ERR_IPC_CHANNEL_CLOSED]: Channel closed
at target.send (node:internal/child_process:753:16)
at OTLPGRPCServer.<anonymous> (file:///Users/runner/work/nsolid/nsolid/test/agents/test-otlp-grpc-metrics.mjs:625:19)
at OTLPGRPCServer.<anonymous> (/Users/runner/work/nsolid/nsolid/test/common/index.js:501:15)
at OTLPGRPCServer.emit (node:events:524:28)
at ChildProcess.<anonymous> (/Users/runner/work/nsolid/nsolid/test/common/nsolid-otlp-agent/index.js:63:16)
at ChildProcess.emit (node:events:524:28)
at emit (node:internal/child_process:949:14)
at process.processTicksAndRejections (node:internal/process/task_queues:91:21)
Emitted 'error' event on ChildProcess instance at:
at node:internal/child_process:757:35
at process.processTicksAndRejections (node:internal/process/task_queues:85:11) {
code: 'ERR_IPC_CHANNEL_CLOSED'
}
Node.js v22.13.1
(node:16971) DeprecationWarning: Calling start() is no longer necessary. It can be safely omitted.
(Use `nsolid --trace-deprecation ...` to show where the warning was created)
node:events:502
throw er; // Unhandled 'error' event
^
Error [ERR_IPC_CHANNEL_CLOSED]: Channel closed
at target.send (node:internal/child_process:753:16)
at file:///Users/runner/work/nsolid/nsolid/test/common/nsolid-otlp-agent/otlp-grpc-server.mjs:57:9
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
Emitted 'error' event on process instance at:
at node:internal/child_process:757:35
at process.processTicksAndRejections (node:internal/process/task_queues:85:11) {
code: 'ERR_IPC_CHANNEL_CLOSED'
}
Node.js v22.13.1
--- stdout ---
OTLP server started 64293
Metrics received
Metrics received
child process exited with code null and signal SIGABRT
run test!
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-otlp-grpc-metrics.mjs
|
|
test/agents/test-zmq-packages.mjs#L175
--- stderr ---
node:internal/process/promises:394
triggerUncaughtException(err, true /* fromPromise */);
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert.ok(actualValues.includes(expectedValue))
at assertIncludes (file:///Users/runner/work/nsolid/nsolid/test/agents/test-zmq-packages.mjs:175:12)
at checkPackagesData (file:///Users/runner/work/nsolid/nsolid/test/agents/test-zmq-packages.mjs:162:3)
at file:///Users/runner/work/nsolid/nsolid/test/agents/test-zmq-packages.mjs:201:18 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '=='
}
Node.js v22.13.1
--- stdout ---
[local] packages command should provide default values correctly
[0] agent-connected, 0a2dc4bb680c5c00dfe16cd5c17f9c00bea0c804
[1] agent-metrics, 0a2dc4bb680c5c00dfe16cd5c17f9c00bea0c804
[1] agent-info, 0a2dc4bb680c5c00dfe16cd5c17f9c00bea0c804
[2] agent-packages, 0a2dc4bb680c5c00dfe16cd5c17f9c00bea0c804
[3] agent-metrics, 0a2dc4bb680c5c00dfe16cd5c17f9c00bea0c804
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-packages.mjs
|
|
test/agents/test-zmq-ping.mjs#L1
--- stderr ---
[Error: Resource temporarily unavailable] Couldn't bind pull channel socket to tcp://*:9002
node:assert:1040
throw newErr;
^
AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Resource temporarily unavailable
at /Users/runner/work/nsolid/nsolid/test/common/nsolid-zmq-agent/index.js:225:16
at onlyCalledOnce (/Users/runner/work/nsolid/nsolid/test/common/nsolid-zmq-agent/server.js:17:15)
at ZMQBindSocket.socksBound [as bindCb] (/Users/runner/work/nsolid/nsolid/test/common/nsolid-zmq-agent/server.js:154:16)
at ZMQBindSocket.exitOnError (/Users/runner/work/nsolid/nsolid/test/common/nsolid-zmq-agent/socket.js:63:12)
at exports.Socket.<anonymous> (/Users/runner/work/nsolid/nsolid/test/common/nsolid-zmq-agent/socket.js:51:64)
at exports.Socket.emit (node:events:524:28)
at self._zmq.onMonitorEvent (/Users/runner/work/nsolid/nsolid/test/common/nsolid-zmq-agent/node_modules/zeromq/lib/index.js:552:12) {
generatedMessage: false,
code: 'ERR_ASSERTION',
actual: [Error: Resource temporarily unavailable],
expected: null,
operator: 'ifError'
}
Node.js v22.13.1
--- stdout ---
[local] ping command should just work
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
[0] agent-connected, a308b9bc7d440300730edaed1aba5200e680f176
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
[1] agent-metrics, a308b9bc7d440300730edaed1aba5200e680f176
[1] agent-info, a308b9bc7d440300730edaed1aba5200e680f176
[2] agent-packages, a308b9bc7d440300730edaed1aba5200e680f176
[3] agent-metrics, a308b9bc7d440300730edaed1aba5200e680f176
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
{
agentId: 'a308b9bc7d440300730edaed1aba5200e680f176',
app: 'untitled application',
requestId: 'ac57a794-f6f9-46a9-b2ed-95d45552e677',
command: 'ping',
recorded: { seconds: 1743583261, nanoseconds: 263422000 },
duration: 0,
interval: 3000,
version: 4,
body: { pong: true },
time: 1743583261263,
timeNS: '1743583261263422000'
}
child process exited with code 0 and signal null
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
CURVE I: cannot open client HELLO -- wrong server key?
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-ping.mjs
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading