npm info using npm@10.9.2 2025-10-19T14:42:18.648729340Z npm info using node@v22.17.0 2025-10-19T14:42:19.044535892Z 2025-10-19T14:42:19.044559928Z > server@1.0.0 start 2025-10-19T14:42:19.044565327Z > node --import=./instrumentation.mjs --import=@opentelemetry/instrumentation/hook.mjs ./index.mjs 2025-10-19T14:42:19.044569635Z 2025-10-19T14:42:19.751448124Z node:internal/modules/cjs/loader:1401 2025-10-19T14:42:19.751490373Z const err = new Error(message); 2025-10-19T14:42:19.751495833Z ^ 2025-10-19T14:42:19.751499911Z 2025-10-19T14:42:19.751503768Z Error: Cannot find module '@opentelemetry/instrumentation-amqplib' 2025-10-19T14:42:19.751507545Z Require stack: 2025-10-19T14:42:19.751511442Z - /node_modules/@opentelemetry/auto-instrumentations-node/build/src/utils.js 2025-10-19T14:42:19.751515159Z - /node_modules/@opentelemetry/auto-instrumentations-node/build/src/index.js 2025-10-19T14:42:19.751518916Z at Function._resolveFilename (node:internal/modules/cjs/loader:1401:15) 2025-10-19T14:42:19.751522643Z at defaultResolveImpl (node:internal/modules/cjs/loader:1057:19) 2025-10-19T14:42:19.751526410Z at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1062:22) 2025-10-19T14:42:19.751541008Z at Function._load (node:internal/modules/cjs/loader:1211:37) 2025-10-19T14:42:19.751545145Z at TracingChannel.traceSync (node:diagnostics_channel:322:14) 2025-10-19T14:42:19.751548842Z at wrapModuleLoad (node:internal/modules/cjs/loader:235:24) 2025-10-19T14:42:19.751552499Z at Module. (node:internal/modules/cjs/loader:1487:12) 2025-10-19T14:42:19.751573458Z at Module.patchedRequire [as require] (/agents/nodejs/node_modules/diagnostic-channel/dist/src/patchRequire.js:16:46) 2025-10-19T14:42:19.751577526Z at require (node:internal/modules/helpers:135:16) 2025-10-19T14:42:19.751581103Z at Object. (/node_modules/@opentelemetry/auto-instrumentations-node/build/src/utils.js:20:35) { 2025-10-19T14:42:19.751585341Z code: 'MODULE_NOT_FOUND', 2025-10-19T14:42:19.751588947Z requireStack: [ 2025-10-19T14:42:19.751592634Z '/node_modules/@opentelemetry/auto-instrumentations-node/build/src/utils.js', 2025-10-19T14:42:19.751596481Z '/node_modules/@opentelemetry/auto-instrumentations-node/build/src/index.js' 2025-10-19T14:42:19.751600248Z ] 2025-10-19T14:42:19.751604056Z } 2025-10-19T14:42:19.751607682Z 2025-10-19T14:42:19.751611279Z Node.js v22.17.0 2025-10-19T14:42:19.764476992Z npm http fetch GET 200 https://registry.npmjs.org/npm 148ms 2025-10-19T14:42:19.771253885Z npm notice 2025-10-19T14:42:19.771275245Z npm notice New major version of npm available! 10.9.2 -> 11.6.2 2025-10-19T14:42:19.771280545Z npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.6.2 2025-10-19T14:42:19.771284643Z npm notice To update run: npm install -g npm@11.6.2 2025-10-19T14:42:19.771288259Z npm notice