Add vite support - #434
Open
SergeAstapov wants to merge 1 commit into
Open
Annotations
10 errors and 1 warning
|
Run pnpm test:
test-packages/my-vite-addon-test.mjs#L51
Error: Command failed with exit code 1: pnpm vite build --mode development --out-dir dist-tests
<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Ftestem.js"> in "/tests/index.html" can't be bundled without type="module" attribute
✗ Build failed in 736ms
error during build:
[babel] /tmp/tmp-24143IISdhJj0ya6/tests/test-helper.js: setTesting(true) cannot change the testing state in compile-time mode. The current global config has isTesting=false. setTesting() calls are compiled away at build time, so they cannot change the testing state. If you need to change the testing state at runtime, use runtime mode instead.
24 |
25 | export function start() {
> 26 | setTesting(true);
| ^^^^^^^^^^^^^^^^
27 | setApplication(
28 | TestApp.create({
29 | autoboot: false,
file: /tmp/tmp-24143IISdhJj0ya6/tests/test-helper.js
at File.buildCodeFrameError (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@babel+core@7.29.0/node_modules/@babel/core/lib/transformation/file/file.js:189:12)
at NodePath.buildCodeFrameError (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/path/index.js:117:21)
at error (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@embroider+macros@1.20.2_@babel+core@7.29.0_@glint+template@1.7.7/node_modules/@embroider/macros/src/babel/error.js:6:17)
at PluginPass.enter (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@embroider+macros@1.20.2_@babel+core@7.29.0_@glint+template@1.7.7/node_modules/@embroider/macros/src/babel/macros-babel-plugin.js:157:55)
at newFn (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/visitors.js:168:14)
at NodePath._call (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/path/context.js:50:20)
at NodePath.call (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/path/context.js:40:18)
at NodePath.visit (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/path/context.js:87:31)
at TraversalContext.visitQueue (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/context.js:96:16)
at TraversalContext.visitSingle (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/context.js:72:19)
at TraversalContext.visit (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/context.js:119:19)
at traverseNode (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/traverse-node.js:130:17)
at NodePath.visit (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/path/context.js:93:52)
at TraversalContext.visitQueue (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/context.js:96:16)
at TraversalContext.visitMultiple (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/context.js:68:17)
at TraversalContext.visit (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/context.js:117:19)
at traverseNode (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/traverse-node.js:130:17)
at NodePath.visit (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/path/context.js:93:52)
at TraversalContext.visitQueue (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/context.js:96:16)
at TraversalContext.visitSingle (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/context.js:72:19)
at TraversalContext.visit (/tmp/tmp-24143IISdhJj0ya6/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/context.js:119:19)
at traverseNode
|
|
Run pnpm test:
test-packages/my-vite-addon-test.mjs#L35
Error: Command failed with exit code 1: pnpm vite build --mode development --out-dir dist-tests
<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Ftestem.js"> in "/tests/index.html" can't be bundled without type="module" attribute
✗ Build failed in 555ms
error during build:
[babel] /tmp/tmp-241401WhDTQxvR7a/tests/test-helper.js: setTesting(true) cannot change the testing state in compile-time mode. The current global config has isTesting=false. setTesting() calls are compiled away at build time, so they cannot change the testing state. If you need to change the testing state at runtime, use runtime mode instead.
24 |
25 | export function start() {
> 26 | setTesting(true);
| ^^^^^^^^^^^^^^^^
27 | setApplication(
28 | TestApp.create({
29 | autoboot: false,
file: /tmp/tmp-241401WhDTQxvR7a/tests/test-helper.js
at File.buildCodeFrameError (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@babel+core@7.29.0/node_modules/@babel/core/lib/transformation/file/file.js:189:12)
at NodePath.buildCodeFrameError (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/path/index.js:117:21)
at error (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@embroider+macros@1.20.2_@babel+core@7.29.0_@glint+template@1.7.7/node_modules/@embroider/macros/src/babel/error.js:6:17)
at PluginPass.enter (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@embroider+macros@1.20.2_@babel+core@7.29.0_@glint+template@1.7.7/node_modules/@embroider/macros/src/babel/macros-babel-plugin.js:157:55)
at newFn (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/visitors.js:168:14)
at NodePath._call (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/path/context.js:50:20)
at NodePath.call (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/path/context.js:40:18)
at NodePath.visit (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/path/context.js:87:31)
at TraversalContext.visitQueue (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/context.js:96:16)
at TraversalContext.visitSingle (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/context.js:72:19)
at TraversalContext.visit (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/context.js:119:19)
at traverseNode (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/traverse-node.js:130:17)
at NodePath.visit (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/path/context.js:93:52)
at TraversalContext.visitQueue (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/context.js:96:16)
at TraversalContext.visitMultiple (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/context.js:68:17)
at TraversalContext.visit (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/context.js:117:19)
at traverseNode (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/traverse-node.js:130:17)
at NodePath.visit (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/path/context.js:93:52)
at TraversalContext.visitQueue (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/context.js:96:16)
at TraversalContext.visitSingle (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/context.js:72:19)
at TraversalContext.visit (/tmp/tmp-241401WhDTQxvR7a/node_modules/.pnpm/@babel+traverse@7.29.0/node_modules/@babel/traverse/lib/context.js:119:19)
at traverseNode
|
|
Run pnpm test:
test-packages/my-v2-addon-gjs-gts-test.mjs#L23
Error: Snapshot `v2 addon coverage generation > runs coverage for v2 addon with gjs and gts files 1` mismatched
- Expected
+ Received
{
- "../tmp-2414zwxMOy4xlcu6/src/components/bar.gjs": {
+ "total": {
"branches": {
"covered": 0,
- "pct": 100,
+ "pct": "Unknown",
"skipped": 0,
"total": 0,
},
- "functions": {
- "covered": 1,
- "pct": 100,
- "skipped": 0,
- "total": 1,
- },
- "lines": {
- "covered": 3,
- "pct": 100,
- "skipped": 0,
- "total": 3,
- },
- "statements": {
- "covered": 3,
- "pct": 100,
- "skipped": 0,
- "total": 3,
- },
- },
- "../tmp-2414zwxMOy4xlcu6/src/components/foo.gts": {
- "branches": {
+ "branchesTrue": {
"covered": 0,
- "pct": 100,
+ "pct": "Unknown",
"skipped": 0,
"total": 0,
},
"functions": {
- "covered": 1,
- "pct": 100,
+ "covered": 0,
+ "pct": "Unknown",
"skipped": 0,
- "total": 1,
+ "total": 0,
},
"lines": {
- "covered": 3,
- "pct": 100,
- "skipped": 0,
- "total": 3,
- },
- "statements": {
- "covered": 3,
- "pct": 100,
- "skipped": 0,
- "total": 3,
- },
- },
- "total": {
- "branches": {
"covered": 0,
- "pct": 100,
+ "pct": "Unknown",
"skipped": 0,
"total": 0,
},
- "branchesTrue": {
+ "statements": {
"covered": 0,
"pct": "Unknown",
"skipped": 0,
"total": 0,
- },
- "functions": {
- "covered": 2,
- "pct": 100,
- "skipped": 0,
- "total": 2,
- },
- "lines": {
- "covered": 6,
- "pct": 100,
- "skipped": 0,
- "total": 6,
- },
- "statements": {
- "covered": 6,
- "pct": 100,
- "skipped": 0,
- "total": 6,
},
},
}
❯ test-packages/my-v2-addon-gjs-gts-test.mjs:23:29
|
|
Run pnpm test:
test-packages/my-embroider-app-test.mjs#L30
Error: Command failed with exit code 1: npx ember test --test-port=0
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Build Error (PackagerRunner) in tests/test-helper.js
Module not found: Error: Can't resolve 'ember-cli-code-coverage/test-support' in '$TMPDIR/embroider/d0ba2b/tests/test-helper.js'
=================================================================================
ENV Summary:
TIME: Thu Jun 18 2026 12:29:08 GMT+0000 (Coordinated Universal Time)
TITLE: ember
ARGV:
- /opt/hostedtoolcache/node/20.20.2/x64/bin/node
- /tmp/tmp-2414gfJmLQznjPZz/node_modules/ember-cli/bin/ember
- test
- --test-port=0
EXEC_PATH: /opt/hostedtoolcache/node/20.20.2/x64/bin/node
TMPDIR: /tmp
SHELL: /bin/bash
PATH:
- /tmp/tmp-2414gfJmLQznjPZz/node_modules/.bin
- /tmp/tmp-2414gfJmLQznjPZz/node_modules/.bin
- /tmp/node_modules/.bin
- /node_modules/.bin
- /opt/hostedtoolcache/node/20.20.2/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin
- /home/runner/work/ember-cli-code-coverage/ember-cli-code-coverage/node_modules/.bin
- /home/runner/setup-pnpm/node_modules/.pnpm/pnpm@10.34.3/node_modules/pnpm/dist/node-gyp-bin
- /home/runner/work/ember-cli-code-coverage/ember-cli-code-coverage/node_modules/.bin
- /home/runner/setup-pnpm/node_modules/.bin
- /opt/hostedtoolcache/node/20.20.2/x64/bin
- /snap/bin
- /home/runner/.local/bin
- /opt/pipx_bin
- /home/runner/.cargo/bin
- /home/runner/.config/composer/vendor/bin
- /usr/local/.ghcup/bin
- /home/runner/.dotnet/tools
- /usr/local/sbin
- /usr/local/bin
- /usr/sbin
- /usr/bin
- /sbin
- /bin
- /usr/games
- /usr/local/games
- /snap/bin
PLATFORM: linux x64
FREEMEM: 13567168512
TOTALMEM: 16766423040
UPTIME: 397.7
LOADAVG: 10.34,5.74,2.41
CPUS:
- AMD EPYC 9V74 80-Core Processor - 0
- AMD EPYC 9V74 80-Core Processor - 0
- AMD EPYC 9V74 80-Core Processor - 0
- AMD EPYC 9V74 80-Core Processor - 0
ENDIANNESS: LE
VERSIONS:
- acorn: 8.16.0
- ada: 2.9.2
- ares: 1.34.6
- brotli: 1.1.0
- cjs_module_lexer: 2.2.0
- cldr: 48.0
- icu: 78.2
- llhttp: 9.3.1
- modules: 115
- napi: 9
- nghttp2: 1.61.0
- node: 20.20.2
- openssl: 3.0.19
- simdutf: 6.4.2
- tz: 2025c
- undici: 6.24.1
- unicode: 17.0
- uv: 1.46.0
- uvwasi: 0.0.23
- v8: 11.3.244.8-node.38
- zlib: 1.3.1-e00f703
ERROR Summary:
- broccoliBuilderErrorStack: ModuleNotFoundError: Module not found: Error: Can't resolve 'ember-cli-code-coverage/test-support' in '$TMPDIR/embroider/d0ba2b/tests/test-helper.js'
at /tmp/tmp-2414gfJmLQznjPZz/node_modules/.pnpm/webpack@5.89.0/node_modules/webpack/lib/Compilation.js:2022:28
at /tmp/tmp-2414gfJmLQznjPZz/node_modules/.pnpm/webpack@5.89.0/node_modules/webpack/lib/NormalModuleFactory.js:817:13
at eval (eval at create (/tmp/tmp-2414gfJmLQznjPZz/node_modules/.pnpm/tapable@2.2.1/node_modules/tapable/lib/HookCodeFactory.js:33:1
|
|
Run pnpm test:
test-packages/my-embroider-app-test.mjs#L30
Error: Command failed with exit code 1: npx ember test --test-port=0
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Build Error (PackagerRunner) in tests/test-helper.js
Module not found: Error: Can't resolve 'ember-cli-code-coverage/test-support' in '$TMPDIR/embroider/9865a6/tests/test-helper.js'
=================================================================================
ENV Summary:
TIME: Thu Jun 18 2026 12:28:22 GMT+0000 (Coordinated Universal Time)
TITLE: ember
ARGV:
- /opt/hostedtoolcache/node/20.20.2/x64/bin/node
- /tmp/tmp-2414E4wTelWUsuuV/node_modules/ember-cli/bin/ember
- test
- --test-port=0
EXEC_PATH: /opt/hostedtoolcache/node/20.20.2/x64/bin/node
TMPDIR: /tmp
SHELL: /bin/bash
PATH:
- /tmp/tmp-2414E4wTelWUsuuV/node_modules/.bin
- /tmp/tmp-2414E4wTelWUsuuV/node_modules/.bin
- /tmp/node_modules/.bin
- /node_modules/.bin
- /opt/hostedtoolcache/node/20.20.2/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin
- /home/runner/work/ember-cli-code-coverage/ember-cli-code-coverage/node_modules/.bin
- /home/runner/setup-pnpm/node_modules/.pnpm/pnpm@10.34.3/node_modules/pnpm/dist/node-gyp-bin
- /home/runner/work/ember-cli-code-coverage/ember-cli-code-coverage/node_modules/.bin
- /home/runner/setup-pnpm/node_modules/.bin
- /opt/hostedtoolcache/node/20.20.2/x64/bin
- /snap/bin
- /home/runner/.local/bin
- /opt/pipx_bin
- /home/runner/.cargo/bin
- /home/runner/.config/composer/vendor/bin
- /usr/local/.ghcup/bin
- /home/runner/.dotnet/tools
- /usr/local/sbin
- /usr/local/bin
- /usr/sbin
- /usr/bin
- /sbin
- /bin
- /usr/games
- /usr/local/games
- /snap/bin
PLATFORM: linux x64
FREEMEM: 13088628736
TOTALMEM: 16766423040
UPTIME: 352.07
LOADAVG: 10.45,5.04,2.03
CPUS:
- AMD EPYC 9V74 80-Core Processor - 0
- AMD EPYC 9V74 80-Core Processor - 0
- AMD EPYC 9V74 80-Core Processor - 0
- AMD EPYC 9V74 80-Core Processor - 0
ENDIANNESS: LE
VERSIONS:
- acorn: 8.16.0
- ada: 2.9.2
- ares: 1.34.6
- brotli: 1.1.0
- cjs_module_lexer: 2.2.0
- cldr: 48.0
- icu: 78.2
- llhttp: 9.3.1
- modules: 115
- napi: 9
- nghttp2: 1.61.0
- node: 20.20.2
- openssl: 3.0.19
- simdutf: 6.4.2
- tz: 2025c
- undici: 6.24.1
- unicode: 17.0
- uv: 1.46.0
- uvwasi: 0.0.23
- v8: 11.3.244.8-node.38
- zlib: 1.3.1-e00f703
ERROR Summary:
- broccoliBuilderErrorStack: ModuleNotFoundError: Module not found: Error: Can't resolve 'ember-cli-code-coverage/test-support' in '$TMPDIR/embroider/9865a6/tests/test-helper.js'
at /tmp/tmp-2414E4wTelWUsuuV/node_modules/.pnpm/webpack@5.89.0/node_modules/webpack/lib/Compilation.js:2022:28
at /tmp/tmp-2414E4wTelWUsuuV/node_modules/.pnpm/webpack@5.89.0/node_modules/webpack/lib/NormalModuleFactory.js:817:13
at eval (eval at create (/tmp/tmp-2414E4wTelWUsuuV/node_modules/.pnpm/tapable@2.2.1/node_modules/tapable/lib/HookCodeFactory.js:33:
|
|
Run pnpm test:
test-packages/my-embroider-app-test.mjs#L30
Error: Command failed with exit code 1: npx ember test --test-port=0
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Browserslist: caniuse-lite is outdated. Please run:
npx update-browserslist-db@latest
Why you should do it regularly: https://github.com/browserslist/update-db#readme
Build Error (PackagerRunner) in tests/test-helper.js
Module not found: Error: Can't resolve 'ember-cli-code-coverage/test-support' in '$TMPDIR/embroider/79d85d/tests/test-helper.js'
=================================================================================
ENV Summary:
TIME: Thu Jun 18 2026 12:27:37 GMT+0000 (Coordinated Universal Time)
TITLE: ember
ARGV:
- /opt/hostedtoolcache/node/20.20.2/x64/bin/node
- /tmp/tmp-2414f8AQMYQHykZ2/node_modules/ember-cli/bin/ember
- test
- --test-port=0
EXEC_PATH: /opt/hostedtoolcache/node/20.20.2/x64/bin/node
TMPDIR: /tmp
SHELL: /bin/bash
PATH:
- /tmp/tmp-2414f8AQMYQHykZ2/node_modules/.bin
- /tmp/tmp-2414f8AQMYQHykZ2/node_modules/.bin
- /tmp/node_modules/.bin
- /node_modules/.bin
- /opt/hostedtoolcache/node/20.20.2/x64/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin
- /home/runner/work/ember-cli-code-coverage/ember-cli-code-coverage/node_modules/.bin
- /home/runner/setup-pnpm/node_modules/.pnpm/pnpm@10.34.3/node_modules/pnpm/dist/node-gyp-bin
- /home/runner/work/ember-cli-code-coverage/ember-cli-code-coverage/node_modules/.bin
- /home/runner/setup-pnpm/node_modules/.bin
- /opt/hostedtoolcache/node/20.20.2/x64/bin
- /snap/bin
- /home/runner/.local/bin
- /opt/pipx_bin
- /home/runner/.cargo/bin
- /home/runner/.config/composer/vendor/bin
- /usr/local/.ghcup/bin
- /home/runner/.dotnet/tools
- /usr/local/sbin
- /usr/local/bin
- /usr/sbin
- /usr/bin
- /sbin
- /bin
- /usr/games
- /usr/local/games
- /snap/bin
PLATFORM: linux x64
FREEMEM: 13044322304
TOTALMEM: 16766423040
UPTIME: 307.48
LOADAVG: 9.04,4.04,1.58
CPUS:
- AMD EPYC 9V74 80-Core Processor - 0
- AMD EPYC 9V74 80-Core Processor - 0
- AMD EPYC 9V74 80-Core Processor - 0
- AMD EPYC 9V74 80-Core Processor - 0
ENDIANNESS: LE
VERSIONS:
- acorn: 8.16.0
- ada: 2.9.2
- ares: 1.34.6
- brotli: 1.1.0
- cjs_module_lexer: 2.2.0
- cldr: 48.0
- icu: 78.2
- llhttp: 9.3.1
- modules: 115
- napi: 9
- nghttp2: 1.61.0
- node: 20.20.2
- openssl: 3.0.19
- simdutf: 6.4.2
- tz: 2025c
- undici: 6.24.1
- unicode: 17.0
- uv: 1.46.0
- uvwasi: 0.0.23
- v8: 11.3.244.8-node.38
- zlib: 1.3.1-e00f703
ERROR Summary:
- broccoliBuilderErrorStack: ModuleNotFoundError: Module not found: Error: Can't resolve 'ember-cli-code-coverage/test-support' in '$TMPDIR/embroider/79d85d/tests/test-helper.js'
at /tmp/tmp-2414f8AQMYQHykZ2/node_modules/.pnpm/webpack@5.89.0/node_modules/webpack/lib/Compilation.js:2022:28
at /tmp/tmp-2414f8AQMYQHykZ2/node_modules/.pnpm/webpack@5.89.0/node_modules/webpack/lib/NormalModuleFactory.js:817:13
at eval (eval at create (/tmp/tmp-2414f8AQMYQHykZ2/node_modules/.pnpm/tapable@2.2.1/node_modules/tapable/lib/HookCodeFactory.js:33:1
|
|
Run pnpm test:
test-packages/attach-middleware-test.mjs#L84
TypeError: adjustCoverageKey is not a function
❯ test-packages/attach-middleware-test.mjs:84:12
|
|
Run pnpm test:
test-packages/attach-middleware-test.mjs#L64
TypeError: adjustCoverageKey is not a function
❯ test-packages/attach-middleware-test.mjs:64:12
|
|
Run pnpm test:
test-packages/attach-middleware-test.mjs#L42
TypeError: adjustCoverageKey is not a function
❯ test-packages/attach-middleware-test.mjs:42:12
|
|
Run pnpm test:
test-packages/attach-middleware-test.mjs#L18
TypeError: normalizeRelativePath is not a function
❯ test-packages/attach-middleware-test.mjs:18:12
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
background
wait
wait-all
cancel
parallel
Loading