Skip to content

editoast: bump quote from 1.0.36 to 1.0.37 in /editoast #9944

editoast: bump quote from 1.0.36 to 1.0.37 in /editoast

editoast: bump quote from 1.0.36 to 1.0.37 in /editoast #9944

Triggered via pull request August 29, 2024 12:34
Status Failure
Total duration 28m 9s
Artifacts 2

build.yml

on: pull_request
Matrix: build
check_generated_railjson_sync
22s
check_generated_railjson_sync
check_railjson_generator
1m 57s
check_railjson_generator
check_commits
8s
check_commits
Check final newline
20s
Check final newline
check_integration_tests
1m 28s
check_integration_tests
check_osrd_schema
47s
check_osrd_schema
check_toml
4s
check_toml
check_infra_schema_sync
15s
check_infra_schema_sync
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 12 warnings, and 1 notice
[chromium] › 005-operational-studies.spec.ts:46:7 › Testing if all mandatory elements simulation configuration are loaded in operationnal studies app › Testing pathfinding with rollingstock and composition code: tests/pages/scenario-page-model.ts#L267
1) [chromium] › 005-operational-studies.spec.ts:46:7 › Testing if all mandatory elements simulation configuration are loaded in operationnal studies app › Testing pathfinding with rollingstock and composition code Error: Timed out 10000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('result-pathfinding-done') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 10000ms - waiting for getByTestId('result-pathfinding-done') at pages/scenario-page-model.ts:267 265 | ).toBeVisible(); 266 | await this.getSearchByTrigramsubmit.click(); > 267 | await expect(this.getResultPathfindingDone).toBeVisible(); | ^ 268 | } 269 | 270 | async clickBtnByName(name: string) { at ScenarioPage.getPathfindingByTriGramSearch (/app/tests/pages/scenario-page-model.ts:267:49) at /app/tests/005-operational-studies.spec.ts:92:5
[chromium] › 005-operational-studies.spec.ts:46:7 › Testing if all mandatory elements simulation configuration are loaded in operationnal studies app › Testing pathfinding with rollingstock and composition code: tests/pages/scenario-page-model.ts#L267
1) [chromium] › 005-operational-studies.spec.ts:46:7 › Testing if all mandatory elements simulation configuration are loaded in operationnal studies app › Testing pathfinding with rollingstock and composition code Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('result-pathfinding-done') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 10000ms - waiting for getByTestId('result-pathfinding-done') at pages/scenario-page-model.ts:267 265 | ).toBeVisible(); 266 | await this.getSearchByTrigramsubmit.click(); > 267 | await expect(this.getResultPathfindingDone).toBeVisible(); | ^ 268 | } 269 | 270 | async clickBtnByName(name: string) { at ScenarioPage.getPathfindingByTriGramSearch (/app/tests/pages/scenario-page-model.ts:267:49) at /app/tests/005-operational-studies.spec.ts:92:5
[chromium] › 005-operational-studies.spec.ts:46:7 › Testing if all mandatory elements simulation configuration are loaded in operationnal studies app › Testing pathfinding with rollingstock and composition code: tests/pages/scenario-page-model.ts#L267
1) [chromium] › 005-operational-studies.spec.ts:46:7 › Testing if all mandatory elements simulation configuration are loaded in operationnal studies app › Testing pathfinding with rollingstock and composition code Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('result-pathfinding-done') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 10000ms - waiting for getByTestId('result-pathfinding-done') at pages/scenario-page-model.ts:267 265 | ).toBeVisible(); 266 | await this.getSearchByTrigramsubmit.click(); > 267 | await expect(this.getResultPathfindingDone).toBeVisible(); | ^ 268 | } 269 | 270 | async clickBtnByName(name: string) { at ScenarioPage.getPathfindingByTriGramSearch (/app/tests/pages/scenario-page-model.ts:267:49) at /app/tests/005-operational-studies.spec.ts:92:5
[chromium] › 005-operational-studies.spec.ts:46:7 › Testing if all mandatory elements simulation configuration are loaded in operationnal studies app › Testing pathfinding with rollingstock and composition code: tests/pages/scenario-page-model.ts#L267
1) [chromium] › 005-operational-studies.spec.ts:46:7 › Testing if all mandatory elements simulation configuration are loaded in operationnal studies app › Testing pathfinding with rollingstock and composition code Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('result-pathfinding-done') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 10000ms - waiting for getByTestId('result-pathfinding-done') at pages/scenario-page-model.ts:267 265 | ).toBeVisible(); 266 | await this.getSearchByTrigramsubmit.click(); > 267 | await expect(this.getResultPathfindingDone).toBeVisible(); | ^ 268 | } 269 | 270 | async clickBtnByName(name: string) { at ScenarioPage.getPathfindingByTriGramSearch (/app/tests/pages/scenario-page-model.ts:267:49) at /app/tests/005-operational-studies.spec.ts:92:5
[chromium] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm: tests/pages/simulation-conf-page.ts#L57
2) [chromium] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm ─── Error: Timed out 10000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('result-pathfinding-done') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 10000ms - waiting for getByTestId('result-pathfinding-done') at pages/simulation-conf-page.ts:57 55 | ).toBeVisible(); 56 | await this.searchByTrigramSubmitButton.click(); > 57 | await expect(this.pathfindingDoneLabel).toBeVisible(); | ^ 58 | } 59 | } 60 | export default SimulationConfPage; at StdcmPage.selectPathByTrigram (/app/tests/pages/simulation-conf-page.ts:57:45) at /app/tests/006-stdcm-page.spec.ts:47:5
[chromium] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm: tests/pages/simulation-conf-page.ts#L57
2) [chromium] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm ─── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('result-pathfinding-done') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 10000ms - waiting for getByTestId('result-pathfinding-done') at pages/simulation-conf-page.ts:57 55 | ).toBeVisible(); 56 | await this.searchByTrigramSubmitButton.click(); > 57 | await expect(this.pathfindingDoneLabel).toBeVisible(); | ^ 58 | } 59 | } 60 | export default SimulationConfPage; at StdcmPage.selectPathByTrigram (/app/tests/pages/simulation-conf-page.ts:57:45) at /app/tests/006-stdcm-page.spec.ts:47:5
[chromium] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm: tests/pages/simulation-conf-page.ts#L57
2) [chromium] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm ─── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('result-pathfinding-done') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 10000ms - waiting for getByTestId('result-pathfinding-done') at pages/simulation-conf-page.ts:57 55 | ).toBeVisible(); 56 | await this.searchByTrigramSubmitButton.click(); > 57 | await expect(this.pathfindingDoneLabel).toBeVisible(); | ^ 58 | } 59 | } 60 | export default SimulationConfPage; at StdcmPage.selectPathByTrigram (/app/tests/pages/simulation-conf-page.ts:57:45) at /app/tests/006-stdcm-page.spec.ts:47:5
[chromium] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm: tests/pages/simulation-conf-page.ts#L57
2) [chromium] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm ─── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('result-pathfinding-done') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 10000ms - waiting for getByTestId('result-pathfinding-done') at pages/simulation-conf-page.ts:57 55 | ).toBeVisible(); 56 | await this.searchByTrigramSubmitButton.click(); > 57 | await expect(this.pathfindingDoneLabel).toBeVisible(); | ^ 58 | } 59 | } 60 | export default SimulationConfPage; at StdcmPage.selectPathByTrigram (/app/tests/pages/simulation-conf-page.ts:57:45) at /app/tests/006-stdcm-page.spec.ts:47:5
[chromium] › 010-op-route-tab.spec.ts:49:7 › Verifying that all elements in the route tab are loaded correctly › should correctly select a route for operational study: tests/pages/operational-studies-page-model.ts#L235
3) [chromium] › 010-op-route-tab.spec.ts:49:7 › Verifying that all elements in the route tab are loaded correctly › should correctly select a route for operational study Error: Timed out 10000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('result-pathfinding-done') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 10000ms - waiting for getByTestId('result-pathfinding-done') at pages/operational-studies-page-model.ts:235 233 | await this.clickSearchByTrigramSubmitButton(); 234 | await this.page.waitForLoadState('load'); > 235 | await expect(this.resultPathfindingDone).toBeVisible(); | ^ 236 | 237 | expect(await this.originInfo.innerText()).toEqual( 238 | await this.getOriginLocatorByTrigram(originTrigram).innerText() at OperationalStudiesPage.performPathfindingByTrigram (/app/tests/pages/operational-studies-page-model.ts:235:46) at /app/tests/010-op-route-tab.spec.ts:68:5
[chromium] › 010-op-route-tab.spec.ts:49:7 › Verifying that all elements in the route tab are loaded correctly › should correctly select a route for operational study: tests/pages/operational-studies-page-model.ts#L235
3) [chromium] › 010-op-route-tab.spec.ts:49:7 › Verifying that all elements in the route tab are loaded correctly › should correctly select a route for operational study Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(locator).toBeVisible() Locator: getByTestId('result-pathfinding-done') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 10000ms - waiting for getByTestId('result-pathfinding-done') at pages/operational-studies-page-model.ts:235 233 | await this.clickSearchByTrigramSubmitButton(); 234 | await this.page.waitForLoadState('load'); > 235 | await expect(this.resultPathfindingDone).toBeVisible(); | ^ 236 | 237 | expect(await this.originInfo.innerText()).toEqual( 238 | await this.getOriginLocatorByTrigram(originTrigram).innerText() at OperationalStudiesPage.performPathfindingByTrigram (/app/tests/pages/operational-studies-page-model.ts:235:46) at /app/tests/010-op-route-tab.spec.ts:68:5
🎭 Playwright Run Summary
10 failed [chromium] › 005-operational-studies.spec.ts:46:7 › Testing if all mandatory elements simulation configuration are loaded in operationnal studies app › Testing pathfinding with rollingstock and composition code [chromium] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm ──── [chromium] › 010-op-route-tab.spec.ts:49:7 › Verifying that all elements in the route tab are loaded correctly › should correctly select a route for operational study [chromium] › 010-op-route-tab.spec.ts:81:7 › Verifying that all elements in the route tab are loaded correctly › should correctly add waypoints in a route for operational study [chromium] › 010-op-route-tab.spec.ts:125:7 › Verifying that all elements in the route tab are loaded correctly › should correctly reverse and delete waypoints in a route for operational study [firefox] › 005-operational-studies.spec.ts:46:7 › Testing if all mandatory elements simulation configuration are loaded in operationnal studies app › Testing pathfinding with rollingstock and composition code [firefox] › 006-stdcm-page.spec.ts:18:7 › STDCM page › should configure and launch a stdcm ───── [firefox] › 010-op-route-tab.spec.ts:49:7 › Verifying that all elements in the route tab are loaded correctly › should correctly select a route for operational study [firefox] › 010-op-route-tab.spec.ts:81:7 › Verifying that all elements in the route tab are loaded correctly › should correctly add waypoints in a route for operational study [firefox] › 010-op-route-tab.spec.ts:125:7 › Verifying that all elements in the route tab are loaded correctly › should correctly reverse and delete waypoints in a route for operational study 44 passed (7.9m)
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/
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/
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 (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/
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 (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/
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/
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/
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/

Artifacts

Produced during runtime
Name Size
integration-container-logs
147 KB
integration-videos
109 MB