Fix backtick escaping and add more tests #1191
ci.yml
on: pull_request
Build windows-x64-baseline
/
Codegen
17s
Build windows-x64
/
Codegen
15s
Build darwin-aarch64
/
Build Submodules
12s
Build darwin-aarch64
/
Build C++
2m 6s
Build darwin-aarch64
/
...
/
Build Zig
16m 51s
Build darwin-x64-baseline
/
Build Submodules
14s
Build darwin-x64-baseline
/
Build C++
5m 15s
Build darwin-x64-baseline
/
...
/
Build Zig
10m 55s
Build darwin-x64
/
Build Submodules
14s
Build darwin-x64
/
Build C++
5m 16s
Build darwin-x64
/
...
/
Build Zig
9m 13s
Build linux-aarch64
/
...
/
Build & Link
31m 48s
Build linux-x64-baseline
/
...
/
Build & Link
18m 13s
Build linux-x64
/
...
/
Build & Link
18m 41s
Build windows-x64-baseline
/
Build Submodules
32s
Build windows-x64-baseline
/
...
/
Build Zig
9m 14s
Build windows-x64
/
Build Submodules
24s
Build windows-x64
/
...
/
Build Zig
8m 46s
Format
/
Format
54s
Lint
/
Lint
13s
Test linux-aarch64
/
Tests
16m 1s
Test linux-aarch64
/
Node.js Tests
0s
Test linux-x64-baseline
/
Tests
10m 51s
Test linux-x64-baseline
/
Node.js Tests
0s
Test linux-x64
/
Tests
10m 44s
Test linux-x64
/
Node.js Tests
0s
Test darwin-aarch64
/
Tests
10m 33s
Test darwin-aarch64
/
Node.js Tests
0s
Test darwin-x64-baseline
/
Tests
14m 52s
Test darwin-x64-baseline
/
Node.js Tests
0s
Test darwin-x64
/
Tests
14m 55s
Test darwin-x64
/
Node.js Tests
0s
Test windows-x64-baseline
/
Tests
11m 6s
Test windows-x64-baseline
/
Node.js Tests
0s
Cleanup
5s
Test windows-x64
/
Tests
14m 6s
Test windows-x64
/
Node.js Tests
0s
Annotations
40 errors and 4 warnings
error: expect(received).toStrictEqual(expected):
test/js/node/child_process/child_process-node.test.js#L234
Expected: true
Received: false
at /home/runner/work/bun/bun/test/js/node/child_process/child_process-node.test.js:234:7
at /home/runner/work/bun/bun/test/js/node/child_process/child_process-node.test.js:201:17
at /home/runner/work/bun/bun/test/js/node/child_process/child_process-node.test.js:199:52
at exitHandler (node:child_process:69:45)
at emit (node:events:161:95)
at #maybeClose (node:child_process:791:27)
at #handleOnExit (node:child_process:587:31)
|
Test linux-x64 / Tests
1 files with failing tests
|
Test linux-x64 / Tests
Process completed with exit code 1.
|
Test linux-x64 / Tests
Process completed with exit code 1.
|
error: expect(received).toEqual(expected):
test\cli\install\bunx.test.ts#L88
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
+ 1,
+ 1,
0,
+ 1,
+ 1,
+ 1,
+ 1,
+ 1,
0,
+ 1,
+ 1,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
0
]
- Expected - 9
+ Received + 9
at C:\a\bun\bun\test\cli\install\bunx.test.ts:88:3
|
error: expect(received).toContain(expected):
test\cli\test\bun-test.test.ts#L369
Expected to contain: "timed out after 5000ms"
Received: "bun test v1.1.8-canary.1 (0dde868b)\n\nbun-test-0.6668221995818391.test.ts:\n(pass) timeout [5500.66ms]\n\n 1 pass\n 0 fail\nRan 1 tests across 1 files. [5.54s]\n"
at C:\a\bun\bun\test\cli\test\bun-test.test.ts:369:7
|
error: Test "install and use estrella" timed out after 5000ms
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
|
error: Test "hot reloading works on the client (+ tailwind hmr)" timed out after 30000ms
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
|
error: expect(received).toBe(expected):
test\integration\next-pages\test\next-build.test.ts#L132
Expected: 0
Received: 1
at C:\a\bun\bun\test\integration\next-pages\test\next-build.test.ts:132:3
|
error: expect(received).toInclude(expected):
test\js\bun\shell\test_builder.ts#L223
Expected to include: "[eval]:6"
Received: "bun: command not found: somecommandthatdoesnotexist\n1 | import { $ } from 'bun'\n2 | \n3 | $.throws(true)\n4 | \n5 | async function someFunction() {\n ^\nShellError: Failed with exit code 1\n info: {\n \"exitCode\": 1,\n \"stderr\": \"bun: command not found: somecommandthatdoesnotexist\\n\",\n \"stdout\": \"\"\n}\n\n at new ShellError (:12:16)\n at new ShellPromise (:64:16)\n at BunShell (:184:35)\n at C:\\a\\bun\\bun\\[eval]:5:12\n at someFunction (C:\\a\\bun\\bun\\[eval]:3:18)\n at module code (C:\\a\\bun\\bun\\[eval]:9:11)\n\nBun v1.1.8-canary.1+0dde868b6 (Windows x64 baseline)\n"
at C:\a\bun\bun\test\js\bun\shell\test_builder.ts:223:11
at doChecks (C:\a\bun\bun\test\js\bun\shell\test_builder.ts:217:20)
at C:\a\bun\bun\test\js\bun\shell\test_builder.ts:266:15
|
error: Test "ssr works for 100-ish requests" timed out after 100000ms
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
|
error: error
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
|
error: error
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
|
error: error
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
|
Test windows-x64-baseline / Tests
Process completed with exit code 1.
|
Test darwin-aarch64 / Tests
Process completed with exit code 1.
|
error: Test "npm/ReactSSR" timed out after 5000ms:
test/bundler/expectBundled.ts#L527
at /opt/namespace/githubrunner/work/bun/bun/test/bundler/expectBundled.ts:527:30
at /opt/namespace/githubrunner/work/bun/bun/test/bundler/expectBundled.ts:480:11
|
Test windows-x64 / Tests
Process completed with exit code 1.
|
error: expect(received).toEqual(expected):
test\cli\install\bunx.test.ts#L88
[
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
+ 1,
+ 1,
0,
+ 1,
+ 1,
0,
+ 1,
0,
+ 1,
0,
+ 1,
+ 1
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0
]
- Expected - 8
+ Received + 8
at C:\a\bun\bun\test\cli\install\bunx.test.ts:88:3
|
error: expect(received).toContain(expected):
test\cli\install\registry\bun-install-windowsshim.test.ts#L51
Expected to contain: "Saved lockfile"
Received: "bun install v1.1.8-canary.1 (0dde868b)\n Resolving dependencies\n\nerror: FailedToOpenSocket downloading package manifest bunx-bins\n Resolved, downloaded and extracted [6]\nerror: bunx-bins@* failed to resolve\n"
at C:\a\bun\bun\test\cli\install\registry\bun-install-windowsshim.test.ts:51:3
at C:\a\bun\bun\test\cli\install\registry\bun-install-windowsshim.test.ts:12:1
at :2:1
|
error: expect(received).toContain(expected):
test\cli\install\registry\bun-install-windowsshim.test.ts#L51
Expected to contain: "Saved lockfile"
Received: "bun install v1.1.8-canary.1 (0dde868b)\n Resolving dependencies\n\nerror: FailedToOpenSocket downloading package manifest bunx-bins\n Resolved, downloaded and extracted [6]\nerror: bunx-bins@* failed to resolve\n"
at C:\a\bun\bun\test\cli\install\registry\bun-install-windowsshim.test.ts:51:3
at C:\a\bun\bun\test\cli\install\registry\bun-install-windowsshim.test.ts:12:1
at :2:1
|
error: expect(received).toContain(expected):
test\cli\test\bun-test.test.ts#L369
Expected to contain: "timed out after 5000ms"
Received: "bun test v1.1.8-canary.1 (0dde868b)\n\nbun-test-0.31120956878583494.test.ts:\n(pass) timeout [5510.40ms]\n\n 1 pass\n 0 fail\nRan 1 tests across 1 files. [5.55s]\n"
at C:\a\bun\bun\test\cli\test\bun-test.test.ts:369:7
|
error: Test "hot reloading works on the client (+ tailwind hmr)" timed out after 30000ms
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
|
error: Test "ssr works for 100-ish requests" timed out after 100000ms
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
|
error: expect(received).toBe(expected):
test\integration\next-pages\test\next-build.test.ts#L132
Expected: 0
Received: 1
at C:\a\bun\bun\test\integration\next-pages\test\next-build.test.ts:132:3
|
error: expect(received).toInclude(expected):
test\js\bun\shell\test_builder.ts#L223
Expected to include: "[eval]:6"
Received: "bun: command not found: somecommandthatdoesnotexist\n1 | import { $ } from 'bun'\n2 | \n3 | $.throws(true)\n4 | \n5 | async function someFunction() {\n ^\nShellError: Failed with exit code 1\n info: {\n \"exitCode\": 1,\n \"stderr\": \"bun: command not found: somecommandthatdoesnotexist\\n\",\n \"stdout\": \"\"\n}\n\n at new ShellError (:12:16)\n at new ShellPromise (:64:16)\n at BunShell (:184:35)\n at C:\\a\\bun\\bun\\[eval]:5:12\n at someFunction (C:\\a\\bun\\bun\\[eval]:3:18)\n at module code (C:\\a\\bun\\bun\\[eval]:9:11)\n\nBun v1.1.8-canary.1+0dde868b6 (Windows x64)\n"
at C:\a\bun\bun\test\js\bun\shell\test_builder.ts:223:11
at doChecks (C:\a\bun\bun\test\js\bun\shell\test_builder.ts:217:20)
at C:\a\bun\bun\test\js\bun\shell\test_builder.ts:266:15
|
error: error
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
|
error: error
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
|
error: expect(received).not.toContain(expected):
test/cli/install/bun-create.test.ts#L114
Expected to not contain: "error:"
Received: "[github] GET dylan-conway/create-test... \n\nerror: GitHub returned 403. This usually means GitHub is rate limiting your requests.\nTo fix this, either: A) pass a GITHUB_ACCESS_TOKEN environment variable to bun\n B)Wait a little and try again\n"
at /Users/runner/work/bun/bun/test/cli/install/bun-create.test.ts:114:5
|
error: expect(received).not.toContain(expected):
test/cli/install/bun-create.test.ts#L114
Expected to not contain: "error:"
Received: "[github] GET dylan-conway/create-test... \n\nerror: GitHub returned 403. This usually means GitHub is rate limiting your requests.\nTo fix this, either: A) pass a GITHUB_ACCESS_TOKEN environment variable to bun\n B)Wait a little and try again\n"
at /Users/runner/work/bun/bun/test/cli/install/bun-create.test.ts:114:5
|
TypeError: The "file" argument must be of type string. Received undefined:
node:child_process#L20511
at node:child_process:531:69
at node:child_process:490:57
at node:child_process:315:75
at node:child_process:2:41
at /Users/runner/work/bun/bun/test/js/web/websocket/autobahn.test.ts:39:12
at /Users/runner/work/bun/bun/test/js/web/websocket/autobahn.test.ts:20:44
at /Users/runner/work/bun/bun/test/js/web/websocket/autobahn.test.ts:20:1
|
TypeError: The "file" argument must be of type string. Received undefined:
node:child_process#L20511
at node:child_process:531:69
at node:child_process:490:57
at node:child_process:315:75
at node:child_process:2:41
at /Users/runner/work/bun/bun/test/js/web/websocket/autobahn.test.ts:39:12
at /Users/runner/work/bun/bun/test/js/web/websocket/autobahn.test.ts:20:44
at /Users/runner/work/bun/bun/test/js/web/websocket/autobahn.test.ts:20:1
|
Test darwin-x64 / Tests
Process completed with exit code 1.
|
error: expect(received).not.toContain(expected):
test/cli/install/bun-create.test.ts#L114
Expected to not contain: "error:"
Received: "[github] GET dylan-conway/create-test... \n\nerror: GitHub returned 403. This usually means GitHub is rate limiting your requests.\nTo fix this, either: A) pass a GITHUB_ACCESS_TOKEN environment variable to bun\n B)Wait a little and try again\n"
at /Users/runner/work/bun/bun/test/cli/install/bun-create.test.ts:114:5
|
error: expect(received).not.toContain(expected):
test/cli/install/bun-create.test.ts#L114
Expected to not contain: "error:"
Received: "[github] GET dylan-conway/create-test... \n\nerror: GitHub returned 403. This usually means GitHub is rate limiting your requests.\nTo fix this, either: A) pass a GITHUB_ACCESS_TOKEN environment variable to bun\n B)Wait a little and try again\n"
at /Users/runner/work/bun/bun/test/cli/install/bun-create.test.ts:114:5
|
error: expect(received).toContain(expected):
test/cli/install/registry/bun-install-registry.test.ts#L5658
Expected to contain: "No version matching \">4.3.0\" found for specifier \"prereleases-3\""
Received: "bun install v1.1.8-canary.1 (0dde868b)\n Resolving dependencies\n Resolved, downloaded and extracted [2]\nerror: No version matching \">=4.3.0\" found for specifier \"prereleases-3\" (but package exists)\n"
at /Users/runner/work/bun/bun/test/cli/install/registry/bun-install-registry.test.ts:5658:9
|
error: expect(received).not.toContain(expected):
test/js/bun/test/test-test.test.ts#L539
Expected to not contain: "unreachable code"
Received: "bun test v1.1.8-canary.1 (0dde868b)\n\ntest-timeout.test.js:\nerror: Test \"test timeouts when expected\" timed out after 10ms\n(fail) test timeouts when expected [80.42ms]\nerror: Test \"test timeouts when expected 2\" timed out after 10ms\n(fail) test timeouts when expected 2 [81.54ms]\nunreachable code\nerror: Test \"process doesn't hang on test with ref'd value\" timed out after 10ms\n(fail) process doesn't hang on test with ref'd value [21.44ms]\n\n 0 pass\n 3 fail\nRan 3 tests across 1 files. [194.00ms]\n"
at /Users/runner/work/bun/bun/test/js/bun/test/test-test.test.ts:539:3
|
Test darwin-x64-baseline / Tests
Process completed with exit code 1.
|
error: Autobahn WebSocket not detected:
test/js/web/websocket/autobahn.test.ts#L82
at /home/runner/work/bun/bun/test/js/web/websocket/autobahn.test.ts:82:11
at /home/runner/work/bun/bun/test/js/web/websocket/autobahn.test.ts:20:1
|
error: Autobahn WebSocket not detected:
test/js/web/websocket/autobahn.test.ts#L82
at /home/runner/work/bun/bun/test/js/web/websocket/autobahn.test.ts:82:11
at /home/runner/work/bun/bun/test/js/web/websocket/autobahn.test.ts:20:1
|
Format / Format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: goto-bus-stop/setup-zig@c7b6cdd3adba8f8b96984640ff172c37c93f73ee. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build darwin-aarch64 / Build C++
openssl@1.1 has been deprecated because it is not supported upstream!
|
Build darwin-aarch64 / Link
openssl@1.1 has been deprecated because it is not supported upstream!
|
Test darwin-aarch64 / Tests
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.316.0. Please update to the latest version 2.316.1
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
bun-darwin-aarch64
Expired
|
17.2 MB |
|
bun-darwin-aarch64-profile
Expired
|
18.6 MB |
|
bun-darwin-aarch64-tests
Expired
|
23.5 KB |
|
bun-darwin-x64
Expired
|
18.7 MB |
|
bun-darwin-x64-baseline
Expired
|
18.7 MB |
|
bun-darwin-x64-baseline-profile
Expired
|
20.7 MB |
|
bun-darwin-x64-baseline-tests
Expired
|
16.4 KB |
|
bun-darwin-x64-profile
Expired
|
20.7 MB |
|
bun-darwin-x64-tests
Expired
|
7.13 KB |
|
bun-feature-data
Expired
|
474 Bytes |
|
bun-linux-aarch64
Expired
|
32 MB |
|
bun-linux-aarch64-profile
Expired
|
62.2 MB |
|
bun-linux-aarch64-tests
Expired
|
4.73 KB |
|
bun-linux-x64
Expired
|
33.3 MB |
|
bun-linux-x64-baseline
Expired
|
33.2 MB |
|
bun-linux-x64-baseline-profile
Expired
|
62.4 MB |
|
bun-linux-x64-baseline-tests
Expired
|
4.73 KB |
|
bun-linux-x64-profile
Expired
|
62.5 MB |
|
bun-linux-x64-tests
Expired
|
7.51 KB |
|
bun-windows-x64
Expired
|
33.6 MB |
|
bun-windows-x64-baseline
Expired
|
33.5 MB |
|
bun-windows-x64-baseline-profile
Expired
|
96.4 MB |
|
bun-windows-x64-baseline-tests
Expired
|
66.5 KB |
|
bun-windows-x64-profile
Expired
|
96.5 MB |
|
bun-windows-x64-tests
Expired
|
71.5 KB |
|