Skip to content

chore: update cdn url #5142

chore: update cdn url

chore: update cdn url #5142

Triggered via pull request January 9, 2025 02:20
Status Failure
Total duration 3m 54s
Artifacts 2

ci.yaml

on: pull_request
Matrix: analyze-bundle
bundle-analyze-result
33s
bundle-analyze-result
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 7 warnings
packages/uploadthing/test/sdk.live.test.ts > smoke test with live api > should upload a file: packages/uploadthing/test/sdk.live.test.ts#L59
AssertionError: expected { data: { …(9) }, error: null } to deeply equal { Object (data, error) } - Expected + Received Object { "data": Object { - "appUrl": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/, + "appUrl": "https://utfs.io/a/fr0hfwpst1/zIptSc0cA89ItLVVakW0bNhT9QlMrFK2ViWa5L6UsGjo3Jwm", "customId": null, "fileHash": Any<String>, "key": StringMatching /.+/, "lastModified": 1736389419938, "name": "foo.txt", "size": 3, "type": "text/plain", - "url": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/, + "url": "https://utfs.io/f/zIptSc0cA89ItLVVakW0bNhT9QlMrFK2ViWa5L6UsGjo3Jwm", }, "error": null, } ❯ packages/uploadthing/test/sdk.live.test.ts:59:22
packages/uploadthing/test/sdk.live.test.ts > smoke test with live api > should upload a private file: packages/uploadthing/test/sdk.live.test.ts#L94
AssertionError: expected { data: { …(9) }, error: null } to deeply equal { Object (data, error) } - Expected + Received Object { "data": Object { - "appUrl": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/, + "appUrl": "https://utfs.io/a/fr0hfwpst1/zIptSc0cA89IW9F1tjKMfV684uOHZ1czkRhvdlS9GnKtNLg5", "customId": null, "fileHash": Any<String>, "key": StringMatching /.+/, "lastModified": 1736389422255, "name": "foo.txt", "size": 3, "type": "text/plain", - "url": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/, + "url": "https://utfs.io/f/zIptSc0cA89IW9F1tjKMfV684uOHZ1czkRhvdlS9GnKtNLg5", }, "error": null, } ❯ packages/uploadthing/test/sdk.live.test.ts:94:22
packages/uploadthing/test/sdk.live.test.ts > smoke test with live api > should upload a file from a url: packages/uploadthing/test/sdk.live.test.ts#L124
AssertionError: expected { data: { …(9) }, error: null } to deeply equal { Object (data, error) } - Expected + Received Object { "data": Object { - "appUrl": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/, + "appUrl": "https://utfs.io/a/fr0hfwpst1/zIptSc0cA89IZNMms7wk9M34QoTEe5BKl8hicRWDmzIOwXud", "customId": null, "fileHash": Any<String>, "key": StringMatching /.+/, "lastModified": Any<Number>, "name": "favicon.ico", "size": Any<Number>, "type": "image/vnd.microsoft.icon", - "url": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/, + "url": "https://utfs.io/f/zIptSc0cA89IZNMms7wk9M34QoTEe5BKl8hicRWDmzIOwXud", }, "error": null, } ❯ packages/uploadthing/test/sdk.live.test.ts:124:22
packages/uploadthing/test/sdk.live.test.ts > smoke test with live api > should rename a file with fileKey: packages/uploadthing/test/sdk.live.test.ts#L147
AssertionError: expected { data: { …(9) }, error: null } to deeply equal { Object (data, error) } - Expected + Received Object { "data": Object { - "appUrl": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/, + "appUrl": "https://utfs.io/a/fr0hfwpst1/zIptSc0cA89IMu14ObhlCe9xLZQq0OVdwIXoya4jSYcRgmtv", "customId": null, "fileHash": Any<String>, "key": StringMatching /.+/, "lastModified": Any<Number>, "name": "bar.txt", "size": 3, "type": "text/plain", - "url": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/, + "url": "https://utfs.io/f/zIptSc0cA89IMu14ObhlCe9xLZQq0OVdwIXoya4jSYcRgmtv", }, "error": null, } ❯ packages/uploadthing/test/sdk.live.test.ts:147:22
packages/uploadthing/test/sdk.live.test.ts > smoke test with live api > should rename a file with customId: packages/uploadthing/test/sdk.live.test.ts#L190
AssertionError: expected { data: { …(9) }, error: null } to deeply equal { data: { …(9) }, error: null } - Expected + Received Object { "data": Object { - "appUrl": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/, + "appUrl": "https://utfs.io/a/fr0hfwpst1/zIptSc0cA89I5WphgPUlVkevf5bcZGNoLy26pw7XI3ODmjRW", "customId": "f501490c-fedb-4fd0-b986-b7fab9210f33", "fileHash": Any<String>, "key": StringMatching /.+/, "lastModified": 1736389428226, "name": "bar.txt", "size": 3, "type": "text/plain", - "url": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/, + "url": "https://utfs.io/f/zIptSc0cA89I5WphgPUlVkevf5bcZGNoLy26pw7XI3ODmjRW", }, "error": null, } ❯ packages/uploadthing/test/sdk.live.test.ts:190:22
packages/uploadthing/test/sdk.live.test.ts > smoke test with live api > should update ACL: packages/uploadthing/test/sdk.live.test.ts#L231
AssertionError: expected { data: { …(9) }, error: null } to deeply equal { Object (data, error) } - Expected + Received Object { "data": Object { - "appUrl": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/, + "appUrl": "https://utfs.io/a/fr0hfwpst1/zIptSc0cA89IH9Yhrd3HAoascbpDMfBR5Q7L8O4PWqZThji0", "customId": null, "fileHash": Any<String>, "key": StringMatching /.+/, "lastModified": 1736389430180, "name": "foo.txt", "size": 3, "type": "text/plain", - "url": StringMatching /^https:\/\/fr0hfwpst1.ufs.sh\/f\/.+$/, + "url": "https://utfs.io/f/zIptSc0cA89IH9Yhrd3HAoascbpDMfBR5Q7L8O4PWqZThji0", }, "error": null, } ❯ packages/uploadthing/test/sdk.live.test.ts:231:22
packages/uploadthing/test/sdk.live.test.ts > smoke test with live api > should have correct usage info: packages/uploadthing/test/sdk.live.test.ts#L279
AssertionError: expected GetUsageInfoResponse{ …(4) } to deeply equal { totalBytes: +0, …(3) } - Expected + Received - Object { - "appTotalBytes": 0, - "filesUploaded": -1, + GetUsageInfoResponse { + "appTotalBytes": 15418, + "filesUploaded": 5, "limitBytes": 2147483648, - "totalBytes": 0, + "totalBytes": 15418, } ❯ packages/uploadthing/test/sdk.live.test.ts:279:25
build
Process completed with exit code 1.
analyze-bundle (main)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
analyze-bundle (current-pr)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
bundle-analyze-result
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
bundle-current-pr
46.9 KB
bundle-main
46.9 KB