Skip to content

Asynchronous DNS for sockets #1388

Asynchronous DNS for sockets

Asynchronous DNS for sockets #1388

Triggered via pull request May 18, 2024 09:54
Status Failure
Total duration 48m 41s
Billable time 2h 10m
Artifacts 25

ci.yml

on: pull_request
Build linux-aarch64  /  ...  /  Build & Link
32m 8s
Build linux-aarch64 / Build Linux / Build & Link
Build linux-x64-baseline  /  ...  /  Build & Link
14m 53s
Build linux-x64-baseline / Build Linux / Build & Link
Build linux-x64  /  ...  /  Build & Link
14m 51s
Build linux-x64 / Build Linux / Build & Link
Build darwin-aarch64  /  Link
4m 56s
Build darwin-aarch64 / Link
Build darwin-x64-baseline  /  Link
11m 24s
Build darwin-x64-baseline / Link
Build linux-aarch64  /  On Failure
0s
Build linux-aarch64 / On Failure
Build linux-x64-baseline  /  On Failure
0s
Build linux-x64-baseline / On Failure
Build linux-x64  /  On Failure
0s
Build linux-x64 / On Failure
Build windows-x64-baseline  /  Link
8m 18s
Build windows-x64-baseline / Link
Build windows-x64  /  Link
4m 58s
Build windows-x64 / Link
Test linux-aarch64  /  Tests
15m 31s
Test linux-aarch64 / Tests
Test linux-aarch64  /  Node.js Tests
0s
Test linux-aarch64 / Node.js Tests
Test linux-x64-baseline  /  Tests
9m 52s
Test linux-x64-baseline / Tests
Test linux-x64-baseline  /  Node.js Tests
0s
Test linux-x64-baseline / Node.js Tests
Test linux-x64  /  Tests
9m 53s
Test linux-x64 / Tests
Test linux-x64  /  Node.js Tests
0s
Test linux-x64 / Node.js Tests
Test darwin-aarch64  /  Tests
11m 44s
Test darwin-aarch64 / Tests
Test darwin-aarch64  /  Node.js Tests
0s
Test darwin-aarch64 / Node.js Tests
Test darwin-x64-baseline  /  Tests
15m 3s
Test darwin-x64-baseline / Tests
Test darwin-x64-baseline  /  Node.js Tests
0s
Test darwin-x64-baseline / Node.js Tests
Test darwin-x64  /  Tests
15m 12s
Test darwin-x64 / Tests
Test darwin-x64  /  Node.js Tests
0s
Test darwin-x64 / Node.js Tests
Test windows-x64-baseline  /  Tests
10m 50s
Test windows-x64-baseline / Tests
Test windows-x64-baseline  /  Node.js Tests
0s
Test windows-x64-baseline / Node.js Tests
Cleanup
4s
Cleanup
Test windows-x64  /  Tests
10m 30s
Test windows-x64 / Tests
Test windows-x64  /  Node.js Tests
0s
Test windows-x64 / Node.js Tests
Fit to window
Zoom out
Zoom in

Annotations

42 errors and 27 warnings
error: expect(received).toBe(expected): test/cli/install/registry/bun-install-registry.test.ts#L1342
Expected: 0 Received: 134 at /home/runner/work/bun/bun/test/cli/install/registry/bun-install-registry.test.ts:1342:9
Test linux-x64-baseline / Tests
1 files with failing tests
Test linux-x64-baseline / Tests
Process completed with exit code 1.
Test linux-x64-baseline / Tests
Process completed with exit code 1.
error: expect(received).toContain(expected): test/cli/install/registry/bun-install-registry.test.ts#L966
Expected to contain: "Saved lockfile" Received: "bun install v1.1.9-canary.1 (641ea0a1)\n Resolving dependencies\nfree(): double free detected in tcache 2\n" at /home/runner/work/bun/bun/test/cli/install/registry/bun-install-registry.test.ts:966:5
error: build failed: test/napi/napi.test.ts#L18
at /home/runner/work/bun/bun/test/napi/napi.test.ts:18:13 at /home/runner/work/bun/bun/test/napi/napi.test.ts:21:3 at /home/runner/work/bun/bun/test/napi/napi.test.ts:6:1
Test linux-x64 / Tests
Process completed with exit code 1.
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, 0, + 1, + 1, + 1, + 1, + 1 - 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).toBeLessThan(expected): test\cli\install\registry\bun-install-registry.test.ts#L4902
Expected: < 750000 Received: 781250n at C:\a\bun\bun\test\cli\install\registry\bun-install-registry.test.ts:4902:9
error: Test "some dependencies
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).toEqual(expected): test\cli\install\registry\bun-install-registry.test.ts#L5134
[ "", + "[0.00ms] done", - " + [email protected]", - "", - StringContaining "2 packages installed", - "", - " Blocked 1 postinstall. Run `bun pm untrusted` for details.", "" ] - Expected - 5 + Received + 1 at C:\a\bun\bun\test\cli\install\registry\bun-install-registry.test.ts:5134: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: 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 (:70:16)\n at BunShell (:193: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.9-canary.1+641ea0a12 (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:268: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: 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).toEqual(expected): test\cli\install\bunx.test.ts#L88
[ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 1, 0, 0, + 1, + 1, + 1, 0, + 1, 0, + 1, 0, + 1 - 0, - 0, - 0, - 0, - 0, - 0, - 0 ] - Expected - 7 + Received + 7 at C:\a\bun\bun\test\cli\install\bunx.test.ts:88:3
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).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 (:70:16)\n at BunShell (:193: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.9-canary.1+641ea0a12 (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:268: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: 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: This test passed. Ignore the error message
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 "dns.resolveNs (empty string) " 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: expect(received).toBeNull(): test\js\node\dns\node-dns.test.js#L163
Received: error: ns lookup failed: Timeout while contacting DNS servers code: "DNS_ETIMEOUT" at C:\a\bun\bun\test\js\node\dns\node-dns.test.js:163:5 at node:dns:119:15
Test windows-x64-baseline / Tests
Process completed with exit code 1.
Test darwin-aarch64 / Tests
Process completed with exit code 1.
error: Test "migrate from npm during `bun add`" timed out after 5000ms: test/cli/install/migration/migrate.test.ts#L20
at testMigration (/opt/namespace/githubrunner/work/bun/bun/test/cli/install/migration/migrate.test.ts:20:3) at /opt/namespace/githubrunner/work/bun/bun/test/cli/install/migration/migrate.test.ts:35:3
error: expect(received).toEqual(expected): test/cli/install/registry/bun-install-registry.test.ts#L5516
[ "", + "Checked 1 install across 2 packages (no changes)" - " + [email protected]", - "", - " 1 package installed" ] - Expected - 3 + Received + 1 at /Users/runner/work/bun/bun/test/cli/install/registry/bun-install-registry.test.ts:5516: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.9-canary.1 (641ea0a1)\n\ntest-timeout.test.js:\nerror: Test \"test timeouts when expected\" timed out after 10ms\n(fail) test timeouts when expected [59.05ms]\nerror: Test \"test timeouts when expected 2\" timed out after 10ms\n(fail) test timeouts when expected 2 [72.52ms]\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 [29.98ms]\n\n 0 pass\n 3 fail\nRan 3 tests across 1 files. [173.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: 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.9-canary.1 (641ea0a1)\n\ntest-timeout.test.js:\nerror: Test \"test timeouts when expected\" timed out after 10ms\n(fail) test timeouts when expected [78.22ms]\nerror: Test \"test timeouts when expected 2\" timed out after 10ms\n(fail) test timeouts when expected 2 [48.36ms]\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 [54.96ms]\n\n 0 pass\n 3 fail\nRan 3 tests across 1 files. [192.00ms]\n" at /Users/runner/work/bun/bun/test/js/bun/test/test-test.test.ts:539:3
error: expect(received).toBeGreaterThanOrEqual(expected): test/js/node/process/process.test.js#L109
Expected: >= 72 Received: 70.1 at /Users/runner/work/bun/bun/test/js/node/process/process.test.js:109:3
Test darwin-x64 / Tests
Process completed with exit code 1.
error: Failed to install dependencies: test/integration/next-pages/test/dev-server-ssr-100.test.ts#L99
at /home/runner/work/bun/bun/test/integration/next-pages/test/dev-server-ssr-100.test.ts:99:11 at /home/runner/work/bun/bun/test/integration/next-pages/test/dev-server-ssr-100.test.ts:88:11
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
Test linux-aarch64 / Tests
1 files with failing tests
Test linux-aarch64 / Tests
Process completed with exit code 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++
[email protected] has been deprecated because it is not supported upstream!
Build darwin-x64 / Build C++
Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag.
Build darwin-x64 / Build C++
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
Build darwin-x64 / Build C++
libtool 2.4.7 is already installed and up-to-date. To reinstall 2.4.7, run: brew reinstall libtool
Build darwin-x64 / Build C++
cmake 3.29.3 is already installed and up-to-date. To reinstall 3.29.3, run: brew reinstall cmake
Build darwin-x64 / Build C++
[email protected] 1.1.1w is already installed, it's just not linked. To link this version, run: brew link [email protected]
Build darwin-x64 / Build C++
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated dependents or dependents with broken linkage!
Build darwin-x64-baseline / Build C++
Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag.
Build darwin-x64-baseline / Build C++
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
Build darwin-x64-baseline / Build C++
libtool 2.4.7 is already installed and up-to-date. To reinstall 2.4.7, run: brew reinstall libtool
Build darwin-x64-baseline / Build C++
cmake 3.29.3 is already installed and up-to-date. To reinstall 3.29.3, run: brew reinstall cmake
Build darwin-x64-baseline / Build C++
[email protected] 1.1.1w is already installed, it's just not linked. To link this version, run: brew link [email protected]
Build darwin-x64-baseline / Build C++
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated dependents or dependents with broken linkage!
Build darwin-x64 / Link
Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag.
Build darwin-x64 / Link
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
Build darwin-x64 / Link
libtool 2.4.7 is already installed and up-to-date. To reinstall 2.4.7, run: brew reinstall libtool
Build darwin-x64 / Link
cmake 3.29.3 is already installed and up-to-date. To reinstall 3.29.3, run: brew reinstall cmake
Build darwin-x64 / Link
[email protected] 1.1.1w is already installed, it's just not linked. To link this version, run: brew link [email protected]
Build darwin-x64 / Link
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated dependents or dependents with broken linkage!
Build darwin-x64-baseline / Link
Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag.
Build darwin-x64-baseline / Link
pkg-config 0.29.2_3 is already installed and up-to-date. To reinstall 0.29.2_3, run: brew reinstall pkg-config
Build darwin-x64-baseline / Link
libtool 2.4.7 is already installed and up-to-date. To reinstall 2.4.7, run: brew reinstall libtool
Build darwin-x64-baseline / Link
cmake 3.29.3 is already installed and up-to-date. To reinstall 3.29.3, run: brew reinstall cmake
Build darwin-x64-baseline / Link
[email protected] 1.1.1w is already installed, it's just not linked. To link this version, run: brew link [email protected]
Build darwin-x64-baseline / Link
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK is set: not checking for outdated dependents or dependents with broken linkage!
Build darwin-aarch64 / Link
[email protected] has been deprecated because it is not supported upstream!

Artifacts

Produced during runtime
Name Size
bun-darwin-aarch64
17.2 MB
bun-darwin-aarch64-profile
18.7 MB
bun-darwin-aarch64-tests
23.9 KB
bun-darwin-x64
18.8 MB
bun-darwin-x64-baseline
18.7 MB
bun-darwin-x64-baseline-profile
20.7 MB
bun-darwin-x64-baseline-tests
27.1 KB
bun-darwin-x64-profile
20.8 MB
bun-darwin-x64-tests
20.5 KB
bun-feature-data
474 Bytes
bun-linux-aarch64
32 MB
bun-linux-aarch64-profile
62.3 MB
bun-linux-aarch64-tests
6.63 KB
bun-linux-x64
33.3 MB
bun-linux-x64-baseline
33.3 MB
bun-linux-x64-baseline-profile
62.5 MB
bun-linux-x64-baseline-tests
13.6 KB
bun-linux-x64-profile
62.6 MB
bun-linux-x64-tests
18.4 KB
bun-windows-x64
33.6 MB
bun-windows-x64-baseline
33.5 MB
bun-windows-x64-baseline-profile
96.5 MB
bun-windows-x64-baseline-tests
48.9 KB
bun-windows-x64-profile
96.6 MB
bun-windows-x64-tests
57.3 KB