chore: bump up all non-major npm dependencies #41572
build-test.yml
on: pull_request
Optimize CI
8s
Matrix: build-native
Matrix: Analyze
Matrix: build-windows-native
Matrix: E2E BlockSuite Cross Browser Test
Matrix: E2E BlockSuite Test
Matrix: E2E Mobile Test
Matrix: E2E Test
Matrix: y-octo-binding-test
Lint
5m 18s
Typecheck
4m 15s
Lint Rust
41s
Check yarn binary
8s
miri code check
1m 19s
loom thread test
3m 38s
fuzzing
8m 42s
Run native tests
3m 5s
test-build-mobile-app
/
ios
15s
Matrix: Unit Test
Matrix: Frontend Copilot E2E Test
Matrix: cloud-e2e-test
Matrix: Server Test
Check Git Status
1m 54s
Server E2E Test
5m 12s
Server Copilot Api Test
36s
Server Test with Elasticsearch
3m 12s
Matrix: desktop-bundle-check
Matrix: desktop-test
3, 2, 1 Launch
4s
Annotations
11 errors, 8 warnings, and 36 notices
test-build-mobile-app / ios
Unable to download artifact(s): Artifact not found for name: ios
Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact.
For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
|
miri code check
Process completed with exit code 100.
|
e2e/clipboard/list.spec.ts:309:1 › paste non-nested lists to a nested list:
tests/blocksuite/e2e/utils/asserts.ts#L172
1) e2e/clipboard/list.spec.ts:309:1 › paste non-nested lists to a nested list ────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 2
+ Received + 2
Array [
- "123",
- "456aaa",
+ "aaa123",
+ "456",
"bbb",
]
at utils/asserts.ts:172
170 | });
171 | });
> 172 | expect(actualTexts).toEqual(texts);
| ^
173 | }
174 |
175 | export async function assertEdgelessCanvasText(page: Page, text: string) {
at assertRichTexts (/home/runner/work/AFFiNE/AFFiNE/tests/blocksuite/e2e/utils/asserts.ts:172:23)
at /home/runner/work/AFFiNE/AFFiNE/tests/blocksuite/e2e/clipboard/list.spec.ts:344:3
|
e2e/selection/native.spec.ts:265:1 › cursor move to up and down with children block:
tests/blocksuite/e2e/selection/native.spec.ts#L294
1) e2e/selection/native.spec.ts:265:1 › cursor move to up and down with children block ───────────
Error: expect(received).toBeGreaterThanOrEqual(expected)
Expected: >= 12
Received: -1
292 | const textTwo = await getInlineSelectionText(page);
293 | expect(textTwo).toBe('arrow down test 1');
> 294 | expect(indexTwo).toBeGreaterThanOrEqual(12);
| ^
295 | expect(indexTwo).toBeLessThanOrEqual(17);
296 | await page.keyboard.press('ArrowDown');
297 | const textThree = await getInlineSelectionText(page);
at /home/runner/work/AFFiNE/AFFiNE/tests/blocksuite/e2e/selection/native.spec.ts:294:20
|
e2e/link.spec.ts:266:1 › link bar should not be appear when the range is collapsed:
tests/blocksuite/e2e/link.spec.ts#L0
1) e2e/link.spec.ts:266:1 › link bar should not be appear when the range is collapsed ────────────
Error: ENOENT: no such file or directory, open 'eval at evaluate (:313:29), <anonymous>'
|
e2e/link.spec.ts:266:1 › link bar should not be appear when the range is collapsed:
tests/blocksuite/eval at evaluate (:313:29)#L13
1) e2e/link.spec.ts:266:1 › link bar should not be appear when the range is collapsed ────────────
Error: page.evaluate: TypeError: Cannot read properties of null (reading 'getBoundingClientRect')
at eval (eval at evaluate (:313:29), <anonymous>:13:33)
at UtilityScript.evaluate (<anonymous>:315:16)
at UtilityScript.<anonymous> (<anonymous>:1:44)
at eval (eval at evaluate (:313:29), <anonymous>:13:33)
at UtilityScript.evaluate (<anonymous>:315:16)
at UtilityScript.<anonymous> (<anonymous>:1:44)
at getIndexCoordinate (/home/runner/work/AFFiNE/AFFiNE/tests/blocksuite/e2e/utils/actions/misc.ts:1018:28)
at dragBetweenIndices (/home/runner/work/AFFiNE/AFFiNE/tests/blocksuite/e2e/utils/actions/drag.ts:50:26)
at /home/runner/work/AFFiNE/AFFiNE/tests/blocksuite/e2e/link.spec.ts:287:3
|
Typecheck
Process completed with exit code 1.
|
e2e/embed-synced-doc/edgeless.spec.ts:79:3 › Embed synced doc in edgeless mode › new edgeless embed synced doc should fit in height:
tests/blocksuite/e2e/embed-synced-doc/edgeless.spec.ts#L124
1) e2e/embed-synced-doc/edgeless.spec.ts:79:3 › Embed synced doc in edgeless mode › new edgeless embed synced doc should fit in height
Error: expect(received).toBeGreaterThan(expected)
Expected: > 118
Received: 0
122 | await createEmbedDocWithHeight(initHeight);
123 | const embedSyncedBoxInNote = await embedSyncedBlockInNote.boundingBox();
> 124 | expect(embedSyncedBoxInNote?.height).toBeGreaterThan(initHeight);
| ^
125 | }
126 |
127 | await embedSyncedBlockInNote.click();
at /home/runner/work/AFFiNE/AFFiNE/tests/blocksuite/e2e/embed-synced-doc/edgeless.spec.ts:124:44
|
e2e/drag.spec.ts:727:1 › drag handle should show on right block when scroll viewport:
tests/blocksuite/e2e/drag.spec.ts#L765
1) e2e/drag.spec.ts:727:1 › drag handle should show on right block when scroll viewport ──────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
Object {
"height": 23,
"width": 752,
"x": 104,
- "y": 801,
+ "y": 811,
}
763 | }
764 |
> 765 | expect(blockRect28).toEqual(selectedBlockRect);
| ^
766 | });
767 |
at /home/runner/work/AFFiNE/AFFiNE/tests/blocksuite/e2e/drag.spec.ts:765:23
|
e2e/drag-page.spec.ts:382:1 › drag a favourite page into note on edgeless mode:
tests/affine-local/e2e/drag-page.spec.ts#L422
1) e2e/drag-page.spec.ts:382:1 › drag a favourite page into note on edgeless mode ────────────────
Error: prefer view should only be available in canvas
Timed out 5000ms waiting for expect(locator).toBeHidden()
Locator: locator('affine-edgeless-note').locator('affine-embed-synced-doc-block')
Expected: hidden
Received: visible
Call log:
- prefer view should only be available in canvas with timeout 5000ms
- waiting for locator('affine-edgeless-note').locator('affine-embed-synced-doc-block')
8 × locator resolved to <affine-embed-synced-doc-block data-page-mode="" data-nested-editor="" contenteditable="false" data-block-id="c8bL77vsGy" data-drop-target-for-element="true">…</affine-embed-synced-doc-block>
- unexpected value "visible"
420 | embedDocInNote,
421 | 'prefer view should only be available in canvas'
> 422 | ).toBeHidden();
| ^
423 | await expect(cardDocInNote).toBeVisible();
424 | });
425 |
at /home/runner/work/AFFiNE/AFFiNE/tests/affine-local/e2e/drag-page.spec.ts:422:5
|
3, 2, 1 Launch
Process completed with exit code 1.
|
Analyze (typescript, affine)
Unable to validate code scanning workflow: DuplicateLanguageInMatrix
|
Analyze (typescript, affine)
1 issue was detected with this workflow: CodeQL language 'javascript' is referenced by more than one entry in the 'language' matrix parameter for job 'analyze'. This may result in duplicate alerts. Please edit the 'language' matrix parameter to keep only one of the following: 'javascript', 'typescript'.
|
Analyze (javascript, affine)
Unable to validate code scanning workflow: DuplicateLanguageInMatrix
|
Analyze (javascript, affine)
1 issue was detected with this workflow: CodeQL language 'javascript' is referenced by more than one entry in the 'language' matrix parameter for job 'analyze'. This may result in duplicate alerts. Please edit the 'language' matrix parameter to keep only one of the following: 'javascript', 'typescript'.
|
Analyze (typescript, blocksuite)
Unable to validate code scanning workflow: DuplicateLanguageInMatrix
|
Analyze (typescript, blocksuite)
1 issue was detected with this workflow: CodeQL language 'javascript' is referenced by more than one entry in the 'language' matrix parameter for job 'analyze'. This may result in duplicate alerts. Please edit the 'language' matrix parameter to keep only one of the following: 'javascript', 'typescript'.
|
Analyze (javascript, blocksuite)
Unable to validate code scanning workflow: DuplicateLanguageInMatrix
|
Analyze (javascript, blocksuite)
1 issue was detected with this workflow: CodeQL language 'javascript' is referenced by more than one entry in the 'language' matrix parameter for job 'analyze'. This may result in duplicate alerts. Please edit the 'language' matrix parameter to keep only one of the following: 'javascript', 'typescript'.
|
🎭 Playwright Run Summary
6 passed (38.9s)
|
🎭 Playwright Run Summary
6 passed (42.4s)
|
🎭 Playwright Run Summary
6 passed (37.3s)
|
🎭 Playwright Run Summary
99 passed (1.9m)
|
🎭 Playwright Run Summary
1 flaky
e2e/clipboard/list.spec.ts:309:1 › paste non-nested lists to a nested list ─────────────────────
3 skipped
96 passed (1.9m)
|
🎭 Playwright Run Summary
1 flaky
e2e/selection/native.spec.ts:265:1 › cursor move to up and down with children block ────────────
3 skipped
95 passed (1.8m)
|
🎭 Playwright Run Summary
6 passed (36.6s)
|
🎭 Playwright Run Summary
4 skipped
96 passed (1.9m)
|
🎭 Playwright Run Summary
6 passed (43.2s)
|
🎭 Playwright Run Summary
1 flaky
e2e/link.spec.ts:266:1 › link bar should not be appear when the range is collapsed ─────────────
4 skipped
94 passed (1.9m)
|
🎭 Playwright Run Summary
6 passed (45.3s)
|
🎭 Playwright Run Summary
7 passed (2.3m)
|
🎭 Playwright Run Summary
1 flaky
e2e/embed-synced-doc/edgeless.spec.ts:79:3 › Embed synced doc in edgeless mode › new edgeless embed synced doc should fit in height
2 skipped
96 passed (2.2m)
|
🎭 Playwright Run Summary
7 passed (2.6m)
|
🎭 Playwright Run Summary
7 passed (2.6m)
|
🎭 Playwright Run Summary
7 passed (2.2m)
|
🎭 Playwright Run Summary
2 skipped
97 passed (2.8m)
|
🎭 Playwright Run Summary
1 skipped
98 passed (2.9m)
|
🎭 Playwright Run Summary
1 flaky
e2e/drag.spec.ts:727:1 › drag handle should show on right block when scroll viewport ───────────
6 skipped
93 passed (2.7m)
|
🎭 Playwright Run Summary
1 skipped
99 passed (3.2m)
|
🎭 Playwright Run Summary
8 passed (3.2m)
|
🎭 Playwright Run Summary
3 skipped
28 passed (3.8m)
|
🎭 Playwright Run Summary
30 passed (3.8m)
|
🎭 Playwright Run Summary
1 skipped
30 passed (4.0m)
|
🎭 Playwright Run Summary
1 skipped
30 passed (3.8m)
|
🎭 Playwright Run Summary
31 passed (4.4m)
|
🎭 Playwright Run Summary
1 skipped
30 passed (4.2m)
|
🎭 Playwright Run Summary
1 flaky
e2e/drag-page.spec.ts:382:1 › drag a favourite page into note on edgeless mode ─────────────────
30 passed (5.2m)
|
🎭 Playwright Run Summary
31 passed (4.3m)
|
🎭 Playwright Run Summary
1 skipped
1 passed (2.1m)
|
🎭 Playwright Run Summary
31 passed (5.3m)
|
🎭 Playwright Run Summary
1 passed (2.2m)
|
🎭 Playwright Run Summary
31 passed (4.8m)
|
🎭 Playwright Run Summary
3 passed (2.7m)
|
🎭 Playwright Run Summary
1 skipped
6 passed (4.1m)
|
🎭 Playwright Run Summary
13 passed (7.5m)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
affine.darwin-arm64.node
|
2.68 MB |
sha256:ef7ff83ae55938d2d8df06eee227fe56773b5ecd8c42679b9493e0db998b6ff5
|
|
affine.darwin-x64.node
|
2.94 MB |
sha256:aa81ee7de18dda85ccdb4059a4b4b899696ab98703184ee9ac34943613face13
|
|
affine.linux-x64-gnu.node
|
3.01 MB |
sha256:bc8e454c2a49e2a221abf445600b250763aa594130ce1a03abaad6baccac6c68
|
|
affine.win32-arm64-msvc.node
|
2.8 MB |
sha256:9d0099a48795401e066ca351dd572753ee5df6f01897c81c295429c6ae3a2232
|
|
affine.win32-x64-msvc.node
|
3.35 MB |
sha256:05198f8c46310c4c06d556065a6a1271780adddece9eb81c3927700490c6afed
|
|
android
|
66.4 MB |
sha256:a888acba5f8c56341002d5084acd3509948b5e23136cbe682b673a743734ec7e
|
|
ios
|
66.4 MB |
sha256:3b400e0345a7541564001fcdc6500aefb441d565e35349fc6fb8f2b64c66f7c0
|
|
server-native.node
|
11.6 MB |
sha256:428216ba6d8674304f05662174a83f70d0aafba5ce0bbb01c4732d0f44786f41
|
|
test-results-e2e-10
|
184 KB |
sha256:57c528068141a216699d53cd0da6ce30d225ef6c42c3510b35ddffeec605a7bd
|
|
test-results-e2e-6
|
11.2 MB |
sha256:e6505394c329d50dcfdee78023f46a9eaf9c39658e4eff3f71d4599da5c9b66f
|
|
test-results-e2e-bs-1
|
3.01 MB |
sha256:b3c035b53197fb6fb2fccf32c5342a01cc55db14f39df73230e7f1b363d506bb
|
|
test-results-e2e-bs-10
|
3.25 MB |
sha256:dbe21137bb7724de5346088c5913a7aa2921fe054917d94fc7aa5dc70d9deb59
|
|
test-results-e2e-bs-2
|
22.7 KB |
sha256:6444dc22da295ef365d65d7c0d6985249dd17c0d882b68eac62fcba91c1a9df7
|
|
test-results-e2e-bs-3
|
9.35 MB |
sha256:919dbd644e188029dae24ec1b4e3113e8e5c7b0dd315445461706dee30a8e1cf
|
|
test-results-e2e-bs-7
|
3.62 MB |
sha256:a3656da16a7f6b83619c6e62c2d8f4e72a5863313751e347791086545007257d
|
|
test-results-e2e-bs-8
|
3.67 MB |
sha256:54fe3f6a7a2c31c52de0c2ecef7734c1616ff9e5f4fafbad390d17f15eb43a43
|
|
test-results-e2e-bs-cross-browser-chromium-1
|
22.7 KB |
sha256:f4d4f0a57da92252b14f95657350e927d446f8691fc031cd0e2cd35232db7f11
|
|
test-results-e2e-bs-cross-browser-firefox-1
|
22.7 KB |
sha256:7316e76a92eac3e1b374a79a73b76b75483a352b84629982a55502aeb8a0a8e1
|
|
test-results-e2e-bs-cross-browser-webkit-1
|
22.7 KB |
sha256:d25afa162af0708d7c0a348c7fdb39756002bdca84bf9e4e61a38f6c4690f929
|
|
test-results-e2e-macos-latest-arm64
|
8.55 MB |
sha256:96bb33ebb95f64bd54fa8c239aaacf5c2299f84f4d6c33a555826c69e6ce52c1
|
|
test-results-e2e-server-desktop
|
1.85 MB |
sha256:b98ca9e7890a94e94268b5a0dccbeef130d7788b445aaa850ea510bc08a9abd6
|
|
test-results-e2e-ubuntu-latest-x64
|
10.9 MB |
sha256:dfe145a12ffad64539296e8c2f10e0797ca10cf08f067f3f73c9cdea38f97001
|
|
test-results-e2e-windows-latest-x64
|
11.7 MB |
sha256:2e84cb0b1c8d183d35fe53f6886ea8ff6c7425bca009ece11f1ec62831fc4c13
|
|
web
|
67.1 MB |
sha256:6d455a3e81c215a8ae432479727c2140c5fa353001a5d4931e09dae123a15e99
|
|