Skip to content

update dependencies #352

update dependencies

update dependencies #352

Triggered via push May 2, 2025 17:05
Status Success
Total duration 38m 11s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 1 warning, and 1 notice
[chromium] › e2e/UsageByYear.e2e.test.js:36:9 › UsageByYear e2e › should sort by year descending: react/e2e/UsageByYear.e2e.test.js#L39
8) [chromium] › e2e/UsageByYear.e2e.test.js:36:9 › UsageByYear e2e › should sort by year descending Error: expect(received).toEqual(expected) // deep equality Expected: "2013 603.928 35.773 639.701 1.753 365" Received: undefined 37 | const locator = page.locator('tbody > tr'); 38 | const innerTexts = await locator.evaluateAll((elements) => elements.map((element) => element.innerText)); > 39 | expect(innerTexts[0]).toEqual('2013\t603.928\t35.773\t639.701\t1.753\t365'); | ^ 40 | expect(innerTexts[2]).toEqual('2011\t139.939\t10.745\t150.684\t0.413\t365'); 41 | }); 42 | at /home/runner/work/bwmon/bwmon/react/e2e/UsageByYear.e2e.test.js:39:31
[chromium] › e2e/UsageByYear.e2e.test.js:30:9 › UsageByYear e2e › should have table: react/e2e/UsageByYear.e2e.test.js#L33
7) [chromium] › e2e/UsageByYear.e2e.test.js:30:9 › UsageByYear e2e › should have table ─────────── Error: expect(received).toEqual(expected) // deep equality Expected: 3 Received: 0 31 | const locator = page.locator('tbody > tr'); 32 | const innerTexts = await locator.evaluateAll((elements) => elements.map((element) => element.innerText)); > 33 | expect(innerTexts.length).toEqual(3); | ^ 34 | }); 35 | 36 | test('should sort by year descending', async ({ page }) => { at /home/runner/work/bwmon/bwmon/react/e2e/UsageByYear.e2e.test.js:33:35
[chromium] › e2e/UsageByUser.e2e.test.js:46:9 › UsageByUser e2e › should sort by IP ascending: react/e2e/UsageByUser.e2e.test.js#L49
6) [chromium] › e2e/UsageByUser.e2e.test.js:46:9 › UsageByUser e2e › should sort by IP ascending ─ Error: expect(received).toContain(expected) // indexOf Matcher error: received value must not be null nor undefined Received has value: undefined 47 | const locator = page.locator('tbody > tr'); 48 | const innerTexts = await locator.evaluateAll((elements) => elements.map((element) => element.innerText)); > 49 | expect(innerTexts[0]).toContain('192.168.1.10\t00:1C:25:27:9B:AE\tCOMPUTER-3\t15.004\t0.973\t15.978\t18.3%\t0.533\t30'); | ^ 50 | expect(innerTexts[19]).toContain('192.168.1.120\t00:26:6C:A8:EE:D6\tCOMPUTER-21\t0.089\t0.003\t0.092\t0.1%\t0.003\t30'); 51 | }); 52 | at /home/runner/work/bwmon/bwmon/react/e2e/UsageByUser.e2e.test.js:49:31
[chromium] › e2e/UsageByUser.e2e.test.js:40:9 › UsageByUser e2e › should have table: react/e2e/UsageByUser.e2e.test.js#L43
5) [chromium] › e2e/UsageByUser.e2e.test.js:40:9 › UsageByUser e2e › should have table ─────────── Error: expect(received).toEqual(expected) // deep equality Expected: 20 Received: 0 41 | const locator = page.locator('tbody > tr'); 42 | const innerTexts = await locator.evaluateAll((elements) => elements.map((element) => element.innerText)); > 43 | expect(innerTexts.length).toEqual(20); | ^ 44 | }); 45 | 46 | test('should sort by IP ascending', async ({ page }) => { at /home/runner/work/bwmon/bwmon/react/e2e/UsageByUser.e2e.test.js:43:35
[chromium] › e2e/UsageByUser.e2e.test.js:33:9 › UsageByUser e2e › should have footer: react/e2e/UsageByUser.e2e.test.js#L36
4) [chromium] › e2e/UsageByUser.e2e.test.js:33:9 › UsageByUser e2e › should have footer ────────── Error: expect(received).toEqual(expected) // deep equality Expected: 3 Received: 0 34 | const locator = page.locator('thead > tr'); 35 | const innerTexts = await locator.evaluateAll((elements) => elements.map((element) => element.innerText)); > 36 | expect(innerTexts.length).toEqual(3); | ^ 37 | expect(innerTexts[2]).toEqual('Totals\t\t\t83.066\t4.263\t87.329\t\t2.911\t30\t\t'); 38 | }); 39 | at /home/runner/work/bwmon/bwmon/react/e2e/UsageByUser.e2e.test.js:36:35
[chromium] › e2e/UsageByMonth.e2e.test.js:44:9 › UsageByMonth e2e › should sort by month descending: react/e2e/UsageByMonth.e2e.test.js#L47
3) [chromium] › e2e/UsageByMonth.e2e.test.js:44:9 › UsageByMonth e2e › should sort by month descending Error: expect(received).toEqual(expected) // deep equality Expected: "November 83.066 4.263 87.329 13.7% 2.911 30" Received: undefined 45 | const locator = page.locator('tbody > tr'); 46 | const innerTexts = await locator.evaluateAll((elements) => elements.map((element) => element.innerText)); > 47 | expect(innerTexts[0]).toEqual('November\t83.066\t4.263\t87.329\t13.7%\t2.911\t30'); | ^ 48 | expect(innerTexts[10]).toEqual('January\t64.043\t4.105\t68.149\t10.7%\t2.198\t31'); 49 | }); 50 | at /home/runner/work/bwmon/bwmon/react/e2e/UsageByMonth.e2e.test.js:47:31
[chromium] › e2e/UsageByMonth.e2e.test.js:38:9 › UsageByMonth e2e › should have table: react/e2e/UsageByMonth.e2e.test.js#L41
2) [chromium] › e2e/UsageByMonth.e2e.test.js:38:9 › UsageByMonth e2e › should have table ───────── Error: expect(received).toEqual(expected) // deep equality Expected: 11 Received: 0 39 | const locator = page.locator('tbody > tr'); 40 | const innerTexts = await locator.evaluateAll((elements) => elements.map((element) => element.innerText)); > 41 | expect(innerTexts.length).toEqual(11); | ^ 42 | }); 43 | 44 | test('should sort by month descending', async ({ page }) => { at /home/runner/work/bwmon/bwmon/react/e2e/UsageByMonth.e2e.test.js:41:35
[chromium] › e2e/UsageByMonth.e2e.test.js:31:9 › UsageByMonth e2e › should have footer: react/e2e/UsageByMonth.e2e.test.js#L34
1) [chromium] › e2e/UsageByMonth.e2e.test.js:31:9 › UsageByMonth e2e › should have footer ──────── Error: expect(received).toEqual(expected) // deep equality Expected: 3 Received: 0 32 | const locator = page.locator('thead > tr'); 33 | const innerTexts = await locator.evaluateAll((elements) => elements.map((element) => element.innerText)); > 34 | expect(innerTexts.length).toEqual(3); | ^ 35 | expect(innerTexts[2]).toEqual('Totals\t603.928\t35.773\t639.701\t\t1.753\t365'); 36 | }); 37 | at /home/runner/work/bwmon/bwmon/react/e2e/UsageByMonth.e2e.test.js:34:35
build (22.x)
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
🎭 Playwright Run Summary
8 flaky [chromium] › e2e/UsageByMonth.e2e.test.js:31:9 › UsageByMonth e2e › should have footer ───────── [chromium] › e2e/UsageByMonth.e2e.test.js:38:9 › UsageByMonth e2e › should have table ────────── [chromium] › e2e/UsageByMonth.e2e.test.js:44:9 › UsageByMonth e2e › should sort by month descending [chromium] › e2e/UsageByUser.e2e.test.js:33:9 › UsageByUser e2e › should have footer ─────────── [chromium] › e2e/UsageByUser.e2e.test.js:40:9 › UsageByUser e2e › should have table ──────────── [chromium] › e2e/UsageByUser.e2e.test.js:46:9 › UsageByUser e2e › should sort by IP ascending ── [chromium] › e2e/UsageByYear.e2e.test.js:30:9 › UsageByYear e2e › should have table ──────────── [chromium] › e2e/UsageByYear.e2e.test.js:36:9 › UsageByYear e2e › should sort by year descending 70 passed (4.7m)

Artifacts

Produced during runtime
Name Size Digest
reports Expired
951 KB
sha256:30e3658ea21315a390617895f26104ac16080ab192dc73ddd50e1de3ad48d888