Ensure we always render errors with the Append strategy #645
tests.yml
on: pull_request
Matrix: Ruby Test Action
appmap-analysis
/
analyze
12s
Annotations
8 warnings
Ruby Test Action (3.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ruby Test Action (3.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ruby Test Action (3.0)
Cache save failed.
|
Ruby Test Action (3.1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/save@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Ruby Test Action (3.1)
Cache save failed.
|
appmap-analysis / analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, getappmap/install-action@v1, actions/cache/restore@v3, getappmap/analyze-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
appmap-analysis / analyze
Command "appmap archive --revision c2a6f749eea3685481d63fee8996f07aa90305c2" exited with failure code 1
|
appmap-analysis / analyze
pkg/prelude/bootstrap.js:1876
throw error;
^
Error: Cannot find module '/snapshot/appmap-js/node_modules/openai/_shims/auto/runtime-node.js'
1) If you want to compile the package/file into executable, please pay attention to compilation warnings and specify a literal in 'require' call. 2) If you don't want to compile the package/file into executable and want to 'require' it from filesystem (likely plugin), specify an absolute path in 'require' call using process.cwd() or process.execPath.
at createEsmNotFoundErr (node:internal/modules/cjs/loader:967:15)
at finalizeEsmResolution (node:internal/modules/cjs/loader:960:15)
at resolveExports (node:internal/modules/cjs/loader:488:14)
at Module._findPath (node:internal/modules/cjs/loader:528:31)
at Module._resolveFilename (node:internal/modules/cjs/loader:932:27)
at Function._resolveFilename (pkg/prelude/bootstrap.js:1955:46)
at Module._load (node:internal/modules/cjs/loader:787:27)
at Module.require (node:internal/modules/cjs/loader:1012:19)
at Module.require (pkg/prelude/bootstrap.js:1855:31)
at Module.patchedRequire [as require] (/snapshot/appmap-js/node_modules/diagnostic-channel/dist/src/patchRequire.js:16:46) {
code: 'MODULE_NOT_FOUND',
path: '/snapshot/appmap-js/node_modules/openai/package.json',
pkg: true
}
Node.js v18.5.0
|