Newfood: Ovens #519
Triggered via pull request
September 10, 2024 04:51
Status
Cancelled
Total duration
4m 2s
Artifacts
–
ci_suite.yml
on: pull_request
Collect data for other tasks
11s
Run Linters
1m 41s
Matrix: Alternate Tests
Waiting for pending jobs
Matrix: Integration Tests
Check Alternate Tests
0s
Compare Screenshot Tests
0s
Annotations
29 errors and 21 warnings
Integration Tests (corgstation) / run_integration_tests
Canceling since a higher priority waiting request for 'CI Suite-refs/pull/11467/merge' exists
|
Integration Tests (corgstation) / run_integration_tests
The operation was canceled.
|
Integration Tests (boxstation) / run_integration_tests
Canceling since a higher priority waiting request for 'CI Suite-refs/pull/11467/merge' exists
|
Integration Tests (boxstation) / run_integration_tests
The operation was canceled.
|
Integration Tests (flandstation) / run_integration_tests
Canceling since a higher priority waiting request for 'CI Suite-refs/pull/11467/merge' exists
|
Integration Tests (flandstation) / run_integration_tests
The operation was canceled.
|
Integration Tests (radstation) / run_integration_tests
Canceling since a higher priority waiting request for 'CI Suite-refs/pull/11467/merge' exists
|
Integration Tests (radstation) / run_integration_tests
The operation was canceled.
|
Integration Tests (deltastation) / run_integration_tests
Canceling since a higher priority waiting request for 'CI Suite-refs/pull/11467/merge' exists
|
Delta Station: /datum/unit_test/map_test/check_disposals:
code/modules/unit_tests/mapping/map_test.dm#L50
Disposal track starting at (88,136,2) does not end up in the correct destination. Expected Disposals (1), got Atrium at (149,158,2). This network requires sorting all mail correctly as it contains a sorting pipe at (96,135,2).
|
Delta Station: /datum/unit_test/map_test/check_disposals:
code/modules/unit_tests/mapping/map_test.dm#L50
Disposal track starting at (88,136,2) does not end up in the correct destination. Expected QM Office (3), got Atrium at (149,158,2). This network requires sorting all mail correctly as it contains a sorting pipe at (96,135,2).
|
Delta Station: /datum/unit_test/map_test/check_disposals:
code/modules/unit_tests/mapping/map_test.dm#L50
Disposal track starting at (88,136,2) does not end up in the correct destination. Expected CE Office (5), got Atrium at (149,158,2). This network requires sorting all mail correctly as it contains a sorting pipe at (96,135,2).
|
Delta Station: /datum/unit_test/map_test/check_disposals:
code/modules/unit_tests/mapping/map_test.dm#L50
Disposal track starting at (88,136,2) does not end up in the correct destination. Expected Atmospherics (6), got Atrium at (149,158,2). This network requires sorting all mail correctly as it contains a sorting pipe at (96,135,2).
|
Delta Station: /datum/unit_test/map_test/check_disposals:
code/modules/unit_tests/mapping/map_test.dm#L50
Disposal track starting at (88,136,2) does not end up in the correct destination. Expected Theatre (18), got Atrium at (149,158,2). This network requires sorting all mail correctly as it contains a sorting pipe at (96,135,2).
|
Delta Station: /datum/unit_test/map_test/check_disposals:
code/modules/unit_tests/mapping/map_test.dm#L50
Disposal track starting at (88,136,2) does not end up in the correct destination. Expected Hydroponics (21), got Atrium at (149,158,2). This network requires sorting all mail correctly as it contains a sorting pipe at (96,135,2).
|
Delta Station: /datum/unit_test/map_test/check_disposals:
code/modules/unit_tests/mapping/map_test.dm#L50
Disposal track starting at (88,136,2) does not end up in the correct destination. Expected Janitor Closet (22), got Atrium at (149,158,2). This network requires sorting all mail correctly as it contains a sorting pipe at (96,135,2).
|
Delta Station: /datum/unit_test/map_test/check_disposals:
code/modules/unit_tests/mapping/map_test.dm#L50
Disposal track starting at (96,128,2) does not end up in the correct destination. Expected Disposals (1), got Atrium at (149,158,2). This network requires sorting all mail correctly as it contains a sorting pipe at (101,127,2).
|
Delta Station: /datum/unit_test/map_test/check_disposals:
code/modules/unit_tests/mapping/map_test.dm#L50
Disposal track starting at (96,128,2) does not end up in the correct destination. Expected QM Office (3), got Atrium at (149,158,2). This network requires sorting all mail correctly as it contains a sorting pipe at (101,127,2).
|
Delta Station: /datum/unit_test/map_test/check_disposals:
code/modules/unit_tests/mapping/map_test.dm#L50
Disposal track starting at (96,128,2) does not end up in the correct destination. Expected Engineering (4), got Atrium at (149,158,2). This network requires sorting all mail correctly as it contains a sorting pipe at (101,127,2).
|
Integration Tests (multiz_debug) / run_integration_tests
Canceling since a higher priority waiting request for 'CI Suite-refs/pull/11467/merge' exists
|
Integration Tests (multiz_debug) / run_integration_tests
The operation was canceled.
|
Integration Tests (kilostation) / run_integration_tests
Canceling since a higher priority waiting request for 'CI Suite-refs/pull/11467/merge' exists
|
Integration Tests (kilostation) / run_integration_tests
The operation was canceled.
|
Integration Tests (echostation) / run_integration_tests
Canceling since a higher priority waiting request for 'CI Suite-refs/pull/11467/merge' exists
|
Integration Tests (echostation) / run_integration_tests
The operation was canceled.
|
Integration Tests (runtimestation) / run_integration_tests
Canceling since a higher priority waiting request for 'CI Suite-refs/pull/11467/merge' exists
|
Integration Tests (runtimestation) / run_integration_tests
The operation was canceled.
|
Integration Tests (metastation) / run_integration_tests
Canceling since a higher priority waiting request for 'CI Suite-refs/pull/11467/merge' exists
|
Integration Tests (metastation) / run_integration_tests
The operation was canceled.
|
Run Linters
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Linters
OD0000: Unimplemented proc & var warnings are currently suppressed (This is expected and can be ignored)
|
Run Linters:
code/_compile_options.dm#L107
OD1201: #warn WARNING: Your BYOND version is over the recommended version (514.1589)! Stability is not guaranteed.
|
Run Linters:
code/__DEFINES/qdel.dm#L22
OD1201: #warn TG0001 qdel REFERENCE_TRACKING enabled
|
Run Linters:
code/datums/elements/mechanical_repair.dm#L35
OD3204: Order of operations for "in" may not be what is expected. Use parentheses to be more explicit.
|
Run Linters:
code/game/machinery/computer/card.dm#L701
OD3204: Order of operations for "in" may not be what is expected. Use parentheses to be more explicit.
|
Run Linters:
code/game/objects/items/crayons.dm#L230
OD3204: Order of operations for "in" may not be what is expected. Use parentheses to be more explicit.
|
Run Linters:
code/game/objects/items/crayons.dm#L319
OD3204: Order of operations for "in" may not be what is expected. Use parentheses to be more explicit.
|
Run Linters:
code/game/objects/items/pet_carrier.dm#L42
OD3204: Order of operations for "in" may not be what is expected. Use parentheses to be more explicit.
|
Run Linters:
code/game/objects/items/pet_carrier.dm#L187
OD3204: Order of operations for "in" may not be what is expected. Use parentheses to be more explicit.
|
Run Linters:
code/modules/admin/permissionedit.dm#L221
OD3204: Order of operations for "in" may not be what is expected. Use parentheses to be more explicit.
|
Integration Tests (corgstation) / run_integration_tests
No files were found with the provided path: data/screenshots_new/. No artifacts will be uploaded.
|
Integration Tests (boxstation) / run_integration_tests
No files were found with the provided path: data/screenshots_new/. No artifacts will be uploaded.
|
Integration Tests (flandstation) / run_integration_tests
No files were found with the provided path: data/screenshots_new/. No artifacts will be uploaded.
|
Integration Tests (radstation) / run_integration_tests
No files were found with the provided path: data/screenshots_new/. No artifacts will be uploaded.
|
Integration Tests (deltastation) / run_integration_tests
No files were found with the provided path: data/screenshots_new/. No artifacts will be uploaded.
|
Integration Tests (multiz_debug) / run_integration_tests
No files were found with the provided path: data/screenshots_new/. No artifacts will be uploaded.
|
Integration Tests (kilostation) / run_integration_tests
No files were found with the provided path: data/screenshots_new/. No artifacts will be uploaded.
|
Integration Tests (echostation) / run_integration_tests
No files were found with the provided path: data/screenshots_new/. No artifacts will be uploaded.
|
Integration Tests (runtimestation) / run_integration_tests
No files were found with the provided path: data/screenshots_new/. No artifacts will be uploaded.
|
Integration Tests (metastation) / run_integration_tests
No files were found with the provided path: data/screenshots_new/. No artifacts will be uploaded.
|