Skip to content

script: change call arguments for shutting down the docker #13301

script: change call arguments for shutting down the docker

script: change call arguments for shutting down the docker #13301

Re-run triggered October 23, 2024 14:54
Status Success
Total duration 11m 28s
Artifacts 5

build.yml

on: pull_request
Matrix: build
check_generated_railjson_sync
25s
check_generated_railjson_sync
check_railjson_generator
2m 5s
check_railjson_generator
check_commits
7s
check_commits
Check final newline
7s
Check final newline
check_integration_tests
1m 25s
check_integration_tests
check_osrd_schema
46s
check_osrd_schema
check_toml
9s
check_toml
check_infra_schema_sync
20s
check_infra_schema_sync
check_reuse_compliance
14s
check_reuse_compliance
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 17 warnings, and 1 notice
[chromium] › 004-scenario-management.spec.ts:21:7 › Test if scenario creation workflow is working properly › Create a new scenario: tests/utils/scenario.ts#L29
1) [chromium] › 004-scenario-management.spec.ts:21:7 › Test if scenario creation workflow is working properly › Create a new scenario TypeError: Cannot read properties of undefined (reading 'id') at utils/scenario.ts:29 27 | // Create a new scenario with a unique name 28 | const scenario = await postApiRequest( > 29 | `/api/projects/${project.id}/studies/${study.id}/scenarios/`, | ^ 30 | { 31 | ...scenarioData, 32 | name: `${scenarioData.name} ${uuidv4()}`, at setupScenario (/app/tests/utils/scenario.ts:29:50) at /app/tests/004-scenario-management.spec.ts:17:35
[chromium] › 012-op-simulation-settings-tab.spec.ts:132:7 › Simulation Settings Tab Verification › Activate electrical profiles: tests/012-op-simulation-settings-tab.spec.ts#L1
2) [chromium] › 012-op-simulation-settings-tab.spec.ts:132:7 › Simulation Settings Tab Verification › Activate electrical profiles Test timeout of 90000ms exceeded.
[chromium] › 012-op-simulation-settings-tab.spec.ts:132:7 › Simulation Settings Tab Verification › Activate electrical profiles: tests/pages/op-output-table-page-model.ts#L24
2) [chromium] › 012-op-simulation-settings-tab.spec.ts:132:7 › Simulation Settings Tab Verification › Activate electrical profiles Error: locator.waitFor: Test timeout of 90000ms exceeded. Call log: - waiting for locator('.osrd-simulation-container .time-stops-datasheet .dsg-row').nth(1).locator('.dsg-cell.dsg-cell-disabled').nth(undefined) to be visible at pages/op-output-table-page-model.ts:24 22 | // Retrieve the cell value based on the locator type 23 | static async getCellValue(cell: Locator, isInput: boolean = true): Promise<string> { > 24 | await cell.waitFor({ state: 'visible' }); | ^ 25 | return isInput 26 | ? (await cell.locator('input').getAttribute('value'))?.trim() || '' 27 | : (await cell.textContent())?.trim() || ''; at Function.getCellValue (/app/tests/pages/op-output-table-page-model.ts:24:16) at OperationalStudiesOutputTablePage.getOutputTableData (/app/tests/pages/op-output-table-page-model.ts:71:49) at /app/tests/012-op-simulation-settings-tab.spec.ts:188:5
[chromium] › 012-op-simulation-settings-tab.spec.ts:132:7 › Simulation Settings Tab Verification › Activate electrical profiles: tests/012-op-simulation-settings-tab.spec.ts#L1
2) [chromium] › 012-op-simulation-settings-tab.spec.ts:132:7 › Simulation Settings Tab Verification › Activate electrical profiles Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › 012-op-simulation-settings-tab.spec.ts:132:7 › Simulation Settings Tab Verification › Activate electrical profiles: tests/pages/op-output-table-page-model.ts#L24
2) [chromium] › 012-op-simulation-settings-tab.spec.ts:132:7 › Simulation Settings Tab Verification › Activate electrical profiles Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test timeout of 90000ms exceeded. Call log: - waiting for locator('.osrd-simulation-container .time-stops-datasheet .dsg-row').nth(1).locator('.dsg-cell.dsg-cell-disabled').nth(undefined) to be visible at pages/op-output-table-page-model.ts:24 22 | // Retrieve the cell value based on the locator type 23 | static async getCellValue(cell: Locator, isInput: boolean = true): Promise<string> { > 24 | await cell.waitFor({ state: 'visible' }); | ^ 25 | return isInput 26 | ? (await cell.locator('input').getAttribute('value'))?.trim() || '' 27 | : (await cell.textContent())?.trim() || ''; at Function.getCellValue (/app/tests/pages/op-output-table-page-model.ts:24:16) at OperationalStudiesOutputTablePage.getOutputTableData (/app/tests/pages/op-output-table-page-model.ts:71:49) at /app/tests/012-op-simulation-settings-tab.spec.ts:188:5
[webkit] › 004-scenario-management.spec.ts:21:7 › Test if scenario creation workflow is working properly › Create a new scenario: tests/utils/scenario.ts#L29
3) [webkit] › 004-scenario-management.spec.ts:21:7 › Test if scenario creation workflow is working properly › Create a new scenario TypeError: Cannot read properties of undefined (reading 'id') at utils/scenario.ts:29 27 | // Create a new scenario with a unique name 28 | const scenario = await postApiRequest( > 29 | `/api/projects/${project.id}/studies/${study.id}/scenarios/`, | ^ 30 | { 31 | ...scenarioData, 32 | name: `${scenarioData.name} ${uuidv4()}`, at setupScenario (/app/tests/utils/scenario.ts:29:50) at /app/tests/004-scenario-management.spec.ts:17:35
build (core-build, core)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check_railjson_generator
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (gateway-test, gateway-standalone, gateway-front)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (front-build, front-tests, front-devel, front-nginx)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (editoast, editoast-test)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build (osrdyne, osrdyne-test)
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check_core
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check_editoast_tests
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check_gateway
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check_front
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check_osrdyne
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
integration_tests
The following actions use a deprecated Node.js version and will be forced to run on node20: codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: [firefox] › 012-op-simulation-settings-tab.spec.ts#L1
[firefox] › 012-op-simulation-settings-tab.spec.ts took 1.0m
Slow Test: [firefox] › 009-rollingstock-editor.spec.ts#L1
[firefox] › 009-rollingstock-editor.spec.ts took 33.2s
Slow Test: [firefox] › 008-train-schedule.spec.ts#L1
[firefox] › 008-train-schedule.spec.ts took 28.4s
Slow Test: [firefox] › 010-op-route-tab.spec.ts#L1
[firefox] › 010-op-route-tab.spec.ts took 17.4s
Slow Test: [firefox] › 011-op-times-and-stops-tab.spec.ts#L1
[firefox] › 011-op-times-and-stops-tab.spec.ts took 16.5s
🎭 Playwright Run Summary
3 flaky [chromium] › 004-scenario-management.spec.ts:21:7 › Test if scenario creation workflow is working properly › Create a new scenario [chromium] › 012-op-simulation-settings-tab.spec.ts:132:7 › Simulation Settings Tab Verification › Activate electrical profiles [webkit] › 004-scenario-management.spec.ts:21:7 › Test if scenario creation workflow is working properly › Create a new scenario 7 skipped 94 passed (8.3m)

Artifacts

Produced during runtime
Name Size
integration-container-logs Expired
308 KB
integration-videos Expired
17.6 MB