feat(02-autograd): luminous computation-lab redesign (glowing chips, … #58
Annotations
5 errors, 5 warnings, and 1 notice
|
build-and-deploy
Process completed with exit code 1.
|
|
[chromium] › tests/e2e/02-autograd.spec.ts:4:7 › 02-autograd page renders in light scheme:
tests/e2e/02-autograd.spec.ts#L19
2) [chromium] › tests/e2e/02-autograd.spec.ts:4:7 › 02-autograd page renders in light scheme ─────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText(/root\s*=/i)
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText(/root\s*=/i)
17 | await expect(page.locator('canvas')).toBeVisible({ timeout: 15_000 });
18 | // Wait for the sandbox to compute root value
> 19 | await expect(page.getByText(/root\s*=/i)).toBeVisible({ timeout: 5_000 });
| ^
20 | await page.waitForTimeout(1_500);
21 |
22 | await page.screenshot({ path: `/tmp/phase2-02-autograd-${colorScheme}.png`, fullPage: true });
at /home/runner/work/microgpt-3d-tutorial/microgpt-3d-tutorial/tests/e2e/02-autograd.spec.ts:19:47
|
|
[chromium] › tests/e2e/02-autograd.spec.ts:4:7 › 02-autograd page renders in light scheme:
tests/e2e/02-autograd.spec.ts#L19
2) [chromium] › tests/e2e/02-autograd.spec.ts:4:7 › 02-autograd page renders in light scheme ─────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText(/root\s*=/i)
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText(/root\s*=/i)
17 | await expect(page.locator('canvas')).toBeVisible({ timeout: 15_000 });
18 | // Wait for the sandbox to compute root value
> 19 | await expect(page.getByText(/root\s*=/i)).toBeVisible({ timeout: 5_000 });
| ^
20 | await page.waitForTimeout(1_500);
21 |
22 | await page.screenshot({ path: `/tmp/phase2-02-autograd-${colorScheme}.png`, fullPage: true });
at /home/runner/work/microgpt-3d-tutorial/microgpt-3d-tutorial/tests/e2e/02-autograd.spec.ts:19:47
|
|
[chromium] › tests/e2e/02-autograd.spec.ts:4:7 › 02-autograd page renders in dark scheme:
tests/e2e/02-autograd.spec.ts#L19
1) [chromium] › tests/e2e/02-autograd.spec.ts:4:7 › 02-autograd page renders in dark scheme ──────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText(/root\s*=/i)
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText(/root\s*=/i)
17 | await expect(page.locator('canvas')).toBeVisible({ timeout: 15_000 });
18 | // Wait for the sandbox to compute root value
> 19 | await expect(page.getByText(/root\s*=/i)).toBeVisible({ timeout: 5_000 });
| ^
20 | await page.waitForTimeout(1_500);
21 |
22 | await page.screenshot({ path: `/tmp/phase2-02-autograd-${colorScheme}.png`, fullPage: true });
at /home/runner/work/microgpt-3d-tutorial/microgpt-3d-tutorial/tests/e2e/02-autograd.spec.ts:19:47
|
|
[chromium] › tests/e2e/02-autograd.spec.ts:4:7 › 02-autograd page renders in dark scheme:
tests/e2e/02-autograd.spec.ts#L19
1) [chromium] › tests/e2e/02-autograd.spec.ts:4:7 › 02-autograd page renders in dark scheme ──────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText(/root\s*=/i)
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText(/root\s*=/i)
17 | await expect(page.locator('canvas')).toBeVisible({ timeout: 15_000 });
18 | // Wait for the sandbox to compute root value
> 19 | await expect(page.getByText(/root\s*=/i)).toBeVisible({ timeout: 5_000 });
| ^
20 | await page.waitForTimeout(1_500);
21 |
22 | await page.screenshot({ path: `/tmp/phase2-02-autograd-${colorScheme}.png`, fullPage: true });
at /home/runner/work/microgpt-3d-tutorial/microgpt-3d-tutorial/tests/e2e/02-autograd.spec.ts:19:47
|
|
build-and-deploy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-deploy:
postcss.config.mjs#L1
Assign object to a variable before exporting as module default
|
|
build-and-deploy:
eslint.config.mjs#L3
Assign array to a variable before exporting as module default
|
|
build-and-deploy:
content/_meta.ts#L1
Assign object to a variable before exporting as module default
|
|
build-and-deploy:
components/3d/SceneViewer.tsx#L96
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › tests/e2e/02-autograd.spec.ts:4:7 › 02-autograd page renders in dark scheme ───────
[chromium] › tests/e2e/02-autograd.spec.ts:4:7 › 02-autograd page renders in light scheme ──────
5 passed (41.1s)
|