Skip to content

fix: hash chunks with djb2 #845

fix: hash chunks with djb2

fix: hash chunks with djb2 #845

Triggered via pull request August 30, 2024 15:57
Status Failure
Total duration 19m 46s
Artifacts

test.yml

on: pull_request
Matrix: integration
Fit to window
Zoom out
Zoom in

Annotations

30 errors, 12 warnings, and 3 notices
[chromium] › async-context.test.ts:92:2 › async-context-dev › spa: test/async-context.test.ts#L11
1) [chromium] › async-context.test.ts:92:2 › async-context-dev › spa ───────────────────────────── "beforeAll" hook timeout of 360000ms exceeded. 9 | let appFixture: AppFixture; 10 | > 11 | test.beforeAll(async () => { | ^ 12 | fixture = await createFixture({ 13 | files: { 14 | "app.config.js": js` at /home/runner/work/vinxi/vinxi/test/async-context.test.ts:11:7
[chromium] › async-context.test.ts:92:2 › async-context-dev › spa: test/async-context.test.ts#L81
1) [chromium] › async-context.test.ts:92:2 › async-context-dev › spa ───────────────────────────── TypeError: Cannot read properties of undefined (reading 'close') 79 | 80 | test.afterAll(async () => { > 81 | await appFixture.close(); | ^ 82 | }); 83 | 84 | let logs: string[] = []; at /home/runner/work/vinxi/vinxi/test/async-context.test.ts:81:20
[chromium] › async-context.test.ts:92:2 › async-context-prod › spa: test/helpers/create-fixture.ts#L180
2) [chromium] › async-context.test.ts:92:2 › async-context-prod › spa ──────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/async-context-prod-pg2c0nrp6tg/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /home/runner/work/vinxi/vinxi/test/async-context.test.ts:12:13
[chromium] › basic.test.ts:35:2 › basic-prod › ssr: test/helpers/create-fixture.ts#L180
3) [chromium] › basic.test.ts:35:2 › basic-prod › ssr ──────────────────────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/basic-prod-2cqanb8c628/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /home/runner/work/vinxi/vinxi/test/basic.test.ts:16:13
[chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr: test/helpers/create-fixture.ts#L180
4) [chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr ──────────────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/fs-router-prod-d4s7jh3t0lg/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /home/runner/work/vinxi/vinxi/test/fs-router.test.ts:16:13
[chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root: test/helpers/create-fixture.ts#L180
5) [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root ─────────────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/multi-spa-prod-6ddvmjubcfg/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:16:13
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root: test/helpers/create-fixture.ts#L180
6) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root ──────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/multi-spa-mode-backwards-compat-prod-pmuoocb8q3g/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:77:13
[chromium] › rsc.test.ts:36:2 › rsc › spa: test/helpers/create-fixture.ts#L180
7) [chromium] › rsc.test.ts:36:2 › rsc › spa ───────────────────────────────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/rsc-e5otlm662ko/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /home/runner/work/vinxi/vinxi/test/rsc.test.ts:16:13
[chromium] › session.test.ts:32:2 › session-prod › concurrent getSession calls: test/helpers/create-fixture.ts#L180
8) [chromium] › session.test.ts:32:2 › session-prod › concurrent getSession calls ──────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/session-prod-2128li2m8f/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /home/runner/work/vinxi/vinxi/test/session.test.ts:12:13
[chromium] › srv-fn.test.ts:32:2 › srv-fn-dev › spa: test/srv-fn.test.ts#L11
9) [chromium] › srv-fn.test.ts:32:2 › srv-fn-dev › spa ─────────────────────────────────────────── "beforeAll" hook timeout of 360000ms exceeded. 9 | let appFixture: AppFixture; 10 | > 11 | test.beforeAll(async () => { | ^ 12 | fixture = await createFixture({ 13 | files: {}, 14 | template: "react-srv-fn", at /home/runner/work/vinxi/vinxi/test/srv-fn.test.ts:11:7
[chromium] › async-context.test.ts:92:2 › async-context-dev › spa: test\async-context.test.ts#L11
1) [chromium] › async-context.test.ts:92:2 › async-context-dev › spa ───────────────────────────── "beforeAll" hook timeout of 360000ms exceeded. 9 | let appFixture: AppFixture; 10 | > 11 | test.beforeAll(async () => { | ^ 12 | fixture = await createFixture({ 13 | files: { 14 | "app.config.js": js` at D:\a\vinxi\vinxi\test\async-context.test.ts:11:7
[chromium] › async-context.test.ts:92:2 › async-context-dev › spa: test\async-context.test.ts#L81
1) [chromium] › async-context.test.ts:92:2 › async-context-dev › spa ───────────────────────────── TypeError: Cannot read properties of undefined (reading 'close') 79 | 80 | test.afterAll(async () => { > 81 | await appFixture.close(); | ^ 82 | }); 83 | 84 | let logs: string[] = []; at D:\a\vinxi\vinxi\test\async-context.test.ts:81:20
[chromium] › async-context.test.ts:92:2 › async-context-prod › spa: test\helpers\create-fixture.ts#L180
2) [chromium] › async-context.test.ts:92:2 › async-context-prod › spa ──────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\async-context-prod-r9mb288ffm\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9) at D:\a\vinxi\vinxi\test\async-context.test.ts:12:13
[chromium] › basic.test.ts:35:2 › basic-prod › ssr: test\helpers\create-fixture.ts#L180
3) [chromium] › basic.test.ts:35:2 › basic-prod › ssr ──────────────────────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\basic-prod-6dbm86hkb7g\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9) at D:\a\vinxi\vinxi\test\basic.test.ts:16:13
[chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr: test\helpers\create-fixture.ts#L180
4) [chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr ──────────────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\fs-router-prod-6h40lbkgqu8\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9) at D:\a\vinxi\vinxi\test\fs-router.test.ts:16:13
[chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root: test\helpers\create-fixture.ts#L180
5) [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root ─────────────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\multi-spa-prod-n4m2rkuqui\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9) at D:\a\vinxi\vinxi\test\multi-spa.test.ts:16:13
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root: test\helpers\create-fixture.ts#L180
6) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root ──────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\multi-spa-mode-backwards-compat-prod-t0enh9p5kmg\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9) at D:\a\vinxi\vinxi\test\multi-spa.test.ts:77:13
[chromium] › rsc.test.ts:36:2 › rsc › spa: test\helpers\create-fixture.ts#L180
7) [chromium] › rsc.test.ts:36:2 › rsc › spa ───────────────────────────────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\rsc-fbjk3k7jv7g\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9) at D:\a\vinxi\vinxi\test\rsc.test.ts:16:13
[chromium] › session.test.ts:32:2 › session-prod › concurrent getSession calls: test\helpers\create-fixture.ts#L180
8) [chromium] › session.test.ts:32:2 › session-prod › concurrent getSession calls ──────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\session-prod-0b4jhkads6g\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9) at D:\a\vinxi\vinxi\test\session.test.ts:12:13
[chromium] › srv-fn.test.ts:32:2 › srv-fn-dev › spa: test\srv-fn.test.ts#L11
9) [chromium] › srv-fn.test.ts:32:2 › srv-fn-dev › spa ─────────────────────────────────────────── "beforeAll" hook timeout of 360000ms exceeded. 9 | let appFixture: AppFixture; 10 | > 11 | test.beforeAll(async () => { | ^ 12 | fixture = await createFixture({ 13 | files: {}, 14 | template: "react-srv-fn", at D:\a\vinxi\vinxi\test\srv-fn.test.ts:11:7
[chromium] › async-context.test.ts:92:2 › async-context-dev › spa: test/async-context.test.ts#L11
1) [chromium] › async-context.test.ts:92:2 › async-context-dev › spa ───────────────────────────── "beforeAll" hook timeout of 360000ms exceeded. 9 | let appFixture: AppFixture; 10 | > 11 | test.beforeAll(async () => { | ^ 12 | fixture = await createFixture({ 13 | files: { 14 | "app.config.js": js` at /Users/runner/work/vinxi/vinxi/test/async-context.test.ts:11:7
[chromium] › async-context.test.ts:92:2 › async-context-dev › spa: test/async-context.test.ts#L81
1) [chromium] › async-context.test.ts:92:2 › async-context-dev › spa ───────────────────────────── TypeError: Cannot read properties of undefined (reading 'close') 79 | 80 | test.afterAll(async () => { > 81 | await appFixture.close(); | ^ 82 | }); 83 | 84 | let logs: string[] = []; at /Users/runner/work/vinxi/vinxi/test/async-context.test.ts:81:20
[chromium] › async-context.test.ts:92:2 › async-context-prod › spa: test/helpers/create-fixture.ts#L180
2) [chromium] › async-context.test.ts:92:2 › async-context-prod › spa ──────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/async-context-prod-ofhu14sd11g/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /Users/runner/work/vinxi/vinxi/test/async-context.test.ts:12:13
[chromium] › basic.test.ts:35:2 › basic-prod › ssr: test/helpers/create-fixture.ts#L180
3) [chromium] › basic.test.ts:35:2 › basic-prod › ssr ──────────────────────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/basic-prod-djm7p466h2/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /Users/runner/work/vinxi/vinxi/test/basic.test.ts:16:13
[chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr: test/helpers/create-fixture.ts#L180
4) [chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr ──────────────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/fs-router-prod-78kdju02g2o/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /Users/runner/work/vinxi/vinxi/test/fs-router.test.ts:16:13
[chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root: test/helpers/create-fixture.ts#L180
5) [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root ─────────────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/multi-spa-prod-mn8v27lu4pg/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:16:13
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root: test/helpers/create-fixture.ts#L180
6) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root ──────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/multi-spa-mode-backwards-compat-prod-h7gc1kc4uhg/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:77:13
[chromium] › rsc.test.ts:36:2 › rsc › spa: test/helpers/create-fixture.ts#L180
7) [chromium] › rsc.test.ts:36:2 › rsc › spa ───────────────────────────────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/rsc-989jmrgo068/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /Users/runner/work/vinxi/vinxi/test/rsc.test.ts:16:13
[chromium] › session.test.ts:32:2 › session-prod › concurrent getSession calls: test/helpers/create-fixture.ts#L180
8) [chromium] › session.test.ts:32:2 › session-prod › concurrent getSession calls ──────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/session-prod-3hrapbejmj8/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /Users/runner/work/vinxi/vinxi/test/session.test.ts:12:13
[chromium] › srv-fn.test.ts:32:2 › srv-fn-dev › spa: test/srv-fn.test.ts#L11
9) [chromium] › srv-fn.test.ts:32:2 › srv-fn-dev › spa ─────────────────────────────────────────── "beforeAll" hook timeout of 360000ms exceeded. 9 | let appFixture: AppFixture; 10 | > 11 | test.beforeAll(async () => { | ^ 12 | fixture = await createFixture({ 13 | files: {}, 14 | template: "react-srv-fn", at /Users/runner/work/vinxi/vinxi/test/srv-fn.test.ts:11:7
👀 (os: ubuntu-latest, node: 18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
👀 (os: ubuntu-latest, node: 18)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
👀 (os: ubuntu-latest, node: 18)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Slow Test: test/[chromium] › hmr.test.ts#L1
test/[chromium] › hmr.test.ts took 18.7s
👀 (os: windows-latest, node: 18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
👀 (os: windows-latest, node: 18)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: test\[chromium] › hmr.test.ts#L1
test\[chromium] › hmr.test.ts took 19.4s
👀 (os: windows-latest, node: 18)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
👀 (os: macos-latest, node: 18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
👀 (os: macos-latest, node: 18)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: test/[chromium] › hmr.test.ts#L1
test/[chromium] › hmr.test.ts took 18.8s
👀 (os: macos-latest, node: 18)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
🎭 Playwright Run Summary
12 failed [chromium] › async-context.test.ts:92:2 › async-context-dev › spa ────────────────────────────── [chromium] › async-context.test.ts:92:2 › async-context-prod › spa ───────────────────────────── [chromium] › basic.test.ts:35:2 › basic-prod › ssr ───────────────────────────────────────────── [chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr ───────────────────────────────────── [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root ──────────────────────────────────── [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root ───────────── [chromium] › rsc.test.ts:36:2 › rsc › spa ────────────────────────────────────────────────────── [chromium] › session.test.ts:32:2 › session-prod › concurrent getSession calls ───────────────── [chromium] › srv-fn.test.ts:32:2 › srv-fn-dev › spa ──────────────────────────────────────────── [chromium] › srv-fn.test.ts:32:2 › srv-fn-prod › spa ─────────────────────────────────────────── [chromium] › to-web-request.test.ts:32:2 › toWebRequest-dev › readBody call after toWebRequest does not block [chromium] › to-web-request.test.ts:32:2 › toWebRequest-prod › readBody call after toWebRequest does not block 7 skipped 15 passed (12.1m)
🎭 Playwright Run Summary
12 failed [chromium] › async-context.test.ts:92:2 › async-context-dev › spa ────────────────────────────── [chromium] › async-context.test.ts:92:2 › async-context-prod › spa ───────────────────────────── [chromium] › basic.test.ts:35:2 › basic-prod › ssr ───────────────────────────────────────────── [chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr ───────────────────────────────────── [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root ──────────────────────────────────── [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root ───────────── [chromium] › rsc.test.ts:36:2 › rsc › spa ────────────────────────────────────────────────────── [chromium] › session.test.ts:32:2 › session-prod › concurrent getSession calls ───────────────── [chromium] › srv-fn.test.ts:32:2 › srv-fn-dev › spa ──────────────────────────────────────────── [chromium] › srv-fn.test.ts:32:2 › srv-fn-prod › spa ─────────────────────────────────────────── [chromium] › to-web-request.test.ts:32:2 › toWebRequest-dev › readBody call after toWebRequest does not block [chromium] › to-web-request.test.ts:32:2 › toWebRequest-prod › readBody call after toWebRequest does not block 7 skipped 15 passed (12.1m)
🎭 Playwright Run Summary
12 failed [chromium] › async-context.test.ts:92:2 › async-context-dev › spa ────────────────────────────── [chromium] › async-context.test.ts:92:2 › async-context-prod › spa ───────────────────────────── [chromium] › basic.test.ts:35:2 › basic-prod › ssr ───────────────────────────────────────────── [chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr ───────────────────────────────────── [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root ──────────────────────────────────── [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root ───────────── [chromium] › rsc.test.ts:36:2 › rsc › spa ────────────────────────────────────────────────────── [chromium] › session.test.ts:32:2 › session-prod › concurrent getSession calls ───────────────── [chromium] › srv-fn.test.ts:32:2 › srv-fn-dev › spa ──────────────────────────────────────────── [chromium] › srv-fn.test.ts:32:2 › srv-fn-prod › spa ─────────────────────────────────────────── [chromium] › to-web-request.test.ts:32:2 › toWebRequest-dev › readBody call after toWebRequest does not block [chromium] › to-web-request.test.ts:32:2 › toWebRequest-prod › readBody call after toWebRequest does not block 7 skipped 15 passed (18.9m)