Delete bun_dev_http_server.zig
#9151
bun-linux-build.yml
on: pull_request
Matrix: linux
Matrix: linux-test
Annotations
17 errors and 4 warnings
Tests linux-x64-baseline-assertions
Unable to find an artifact with the name: bun-linux-x64-baseline-assertions
|
Tests linux-x64-assertions
Unable to find an artifact with the name: bun-linux-x64-assertions
|
error: FAIL:
test/js/bun/http/serve.test.ts#L266
at /home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:266:24
at pull (/home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:263:39)
at promiseInvokeOrNoopMethodNoCatch (:1:20)
at promiseInvokeOrNoopMethod (:1:20)
at readableStreamDefaultControllerCallPullIfNeeded (:1:20)
|
error: FAIL:
test/js/bun/http/serve.test.ts#L266
at /home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:266:24
at pull (/home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:263:39)
at promiseInvokeOrNoopMethodNoCatch (:1:20)
at promiseInvokeOrNoopMethod (:1:20)
at readableStreamDefaultControllerCallPullIfNeeded (:1:20)
|
error: FAIL:
test/js/bun/http/serve.test.ts#L266
at /home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:266:24
at pull (/home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:263:39)
at promiseInvokeOrNoopMethodNoCatch (:1:20)
at promiseInvokeOrNoopMethod (:1:20)
at readableStreamDefaultControllerCallPullIfNeeded (:1:20)
|
error: FAIL:
test/js/bun/http/serve.test.ts#L266
at /home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:266:24
at pull (/home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:263:39)
at promiseInvokeOrNoopMethodNoCatch (:1:20)
at promiseInvokeOrNoopMethod (:1:20)
at readableStreamDefaultControllerCallPullIfNeeded (:1:20)
|
error: TestPassed:
test/js/bun/http/serve.test.ts#L229
at pull (/home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:229:24)
at promiseInvokeOrNoopMethodNoCatch (:1:20)
at promiseInvokeOrNoopMethod (:1:20)
at readableStreamDefaultControllerCallPullIfNeeded (:1:20)
|
error: throw an error here.:
test/js/node/http/node-http.test.ts#L907
at /home/runner/work/bun/bun/test/js/node/http/node-http.test.ts:907:12
at emit (node:events:122:94)
at fetch (node:http:404:26)
|
Tests linux-x64-baseline
Process completed with exit code 1.
|
error: FAIL:
test/js/bun/http/serve.test.ts#L266
at /home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:266:24
at pull (/home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:263:39)
at promiseInvokeOrNoopMethodNoCatch (:1:20)
at promiseInvokeOrNoopMethod (:1:20)
at readableStreamDefaultControllerCallPullIfNeeded (:1:20)
|
error: FAIL:
test/js/bun/http/serve.test.ts#L266
at /home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:266:24
at pull (/home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:263:39)
at promiseInvokeOrNoopMethodNoCatch (:1:20)
at promiseInvokeOrNoopMethod (:1:20)
at readableStreamDefaultControllerCallPullIfNeeded (:1:20)
|
error: FAIL:
test/js/bun/http/serve.test.ts#L266
at /home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:266:24
at pull (/home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:263:39)
at promiseInvokeOrNoopMethodNoCatch (:1:20)
at promiseInvokeOrNoopMethod (:1:20)
at readableStreamDefaultControllerCallPullIfNeeded (:1:20)
|
error: FAIL:
test/js/bun/http/serve.test.ts#L266
at /home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:266:24
at pull (/home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:263:39)
at promiseInvokeOrNoopMethodNoCatch (:1:20)
at promiseInvokeOrNoopMethod (:1:20)
at readableStreamDefaultControllerCallPullIfNeeded (:1:20)
|
error: TestPassed:
test/js/bun/http/serve.test.ts#L229
at pull (/home/runner/work/bun/bun/test/js/bun/http/serve.test.ts:229:24)
at promiseInvokeOrNoopMethodNoCatch (:1:20)
at promiseInvokeOrNoopMethod (:1:20)
at readableStreamDefaultControllerCallPullIfNeeded (:1:20)
|
error: throw an error here.:
test/js/node/http/node-http.test.ts#L907
at /home/runner/work/bun/bun/test/js/node/http/node-http.test.ts:907:12
at emit (node:events:122:94)
at fetch (node:http:404:26)
|
error: expect(received).toBeNull():
test/js/third_party/jsonwebtoken/claim-private.test.js#L18
Received: 12 | return;
13 | }
14 | throw new Error(`Expected ${value} to strictly equal ${expected}`);
15 | }
16 | if (value !== expected) {
17 | throw new Error(`Expected ${value} to equal ${expected}`);
^
error: Expected *** to equal ***
at toEqual (/home/runner/work/bun/bun/test/js/third_party/jsonwebtoken/test-utils.js:17:14)
at /home/runner/work/bun/bun/test/js/third_party/jsonwebtoken/test-utils.js:132:8
at /home/runner/work/bun/bun/test/node_modules/lodash.once/index.js:71:15
at /home/runner/work/bun/bun/test/node_modules/jsonwebtoken/sign.js:243:8
at sign (/home/runner/work/bun/bun/test/node_modules/jsonwebtoken/node_modules/jws/lib/sign-stream.js:64:4)
at /home/runner/work/bun/bun/test/node_modules/jsonwebtoken/node_modules/jws/lib/sign-stream.js:46:6
at /home/runner/work/bun/bun/test/node_modules/jsonwebtoken/node_modules/jws/lib/data-stream.js:32:6
at processTicksAndRejections (:61:76)
at /home/runner/work/bun/bun/test/js/third_party/jsonwebtoken/claim-private.test.js:18:14
at asyncCheck (/home/runner/work/bun/bun/test/js/third_party/jsonwebtoken/test-utils.js:65:4)
at /home/runner/work/bun/bun/test/js/third_party/jsonwebtoken/claim-private.test.js:17:12
at /home/runner/work/bun/bun/test/js/third_party/jsonwebtoken/test-utils.js:100:8
at /home/runner/work/bun/bun/test/node_modules/jsonwebtoken/verify.js:60:11
at verifyJWTHelper (/home/runner/work/bun/bun/test/js/third_party/jsonwebtoken/test-utils.js:89:2)
at /home/runner/work/bun/bun/test/js/third_party/jsonwebtoken/claim-private.test.js:16:10
at /home/runner/work/bun/bun/test/js/third_party/jsonwebtoken/test-utils.js:136:6
at /home/runner/work/bun/bun/test/node_modules/lodash.once/index.js:71:15
|
Tests linux-x64-baseline
1 files with failing tests
|
linux-x64
No files were found with the provided path: /home/runner/work/_temp/release/bun-dependencies. No artifacts will be uploaded.
|
linux-x64
No files were found with the provided path: /home/runner/work/_temp/release/bun-obj. No artifacts will be uploaded.
|
linux-x64-baseline
No files were found with the provided path: /home/runner/work/_temp/release/bun-obj. No artifacts will be uploaded.
|
linux-x64-baseline
No files were found with the provided path: /home/runner/work/_temp/release/bun-dependencies. No artifacts will be uploaded.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
bun-linux-x64
Expired
|
33.1 MB |
|
bun-linux-x64-baseline
Expired
|
33 MB |
|
bun-linux-x64-baseline-profile
Expired
|
56.5 MB |
|
bun-linux-x64-profile
Expired
|
56.7 MB |
|