Skip to content

an attempt to fix orbit menu #18154

an attempt to fix orbit menu

an attempt to fix orbit menu #18154

Triggered via pull request August 10, 2024 22:03
Status Failure
Total duration 15m 19s
Artifacts 1

ci_suite.yml

on: pull_request
Matrix: Integration Tests
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 9 warnings
Run Linters
Process completed with exit code 1.
/datum/unit_test/ship_outpost_placement: code/__HELPERS/unsorted.dm#L1068
[2024-08-10 22:12:10] Runtime in code/__HELPERS/unsorted.dm,1068: Value is not a reference ByondValue("Null", "NULL")
/datum/unit_test/ship_outpost_placement: code/__HELPERS/unsorted.dm#L1068
[2024-08-10 22:12:10] Runtime in code/__HELPERS/unsorted.dm,1068: Value is not a reference ByondValue("Null", "NULL")
/datum/unit_test/ship_outpost_placement: code/__HELPERS/unsorted.dm#L1068
[2024-08-10 22:12:10] Runtime in code/__HELPERS/unsorted.dm,1068: Value is not a reference ByondValue("Null", "NULL")
/datum/unit_test/ship_outpost_placement: code/__HELPERS/unsorted.dm#L1068
[2024-08-10 22:12:10] Runtime in code/__HELPERS/unsorted.dm,1068: Value is not a reference ByondValue("Null", "NULL")
/datum/unit_test/ship_outpost_placement: code/__HELPERS/unsorted.dm#L1068
[2024-08-10 22:12:10] Runtime in code/__HELPERS/unsorted.dm,1068: Value is not a reference ByondValue("Null", "NULL")
/datum/unit_test/ship_outpost_placement: code/__HELPERS/unsorted.dm#L1068
[2024-08-10 22:12:10] Runtime in code/__HELPERS/unsorted.dm,1068: Value is not a reference ByondValue("Null", "NULL")
/datum/unit_test/ship_outpost_placement: code/__HELPERS/unsorted.dm#L1068
[2024-08-10 22:12:10] Runtime in code/__HELPERS/unsorted.dm,1068: Value is not a reference ByondValue("Null", "NULL")
/datum/unit_test/ship_outpost_placement: code/__HELPERS/unsorted.dm#L1068
[2024-08-10 22:12:10] Runtime in code/__HELPERS/unsorted.dm,1068: Value is not a reference ByondValue("Null", "NULL")
/datum/unit_test/ship_outpost_placement: code/__HELPERS/unsorted.dm#L1068
[2024-08-10 22:12:10] Runtime in code/__HELPERS/unsorted.dm,1068: Value is not a reference ByondValue("Null", "NULL")
/datum/unit_test/ship_outpost_placement: code/__HELPERS/unsorted.dm#L1068
[2024-08-10 22:12:10] Runtime in code/__HELPERS/unsorted.dm,1068: Value is not a reference ByondValue("Null", "NULL")
/datum/unit_test/create_and_destroy: code/modules/unit_tests/create_and_destroy.dm#L200
/obj/item/grenade/flashbang/cluster hard deleted 2 times out of a total del count of 6
/datum/unit_test/create_and_destroy: code/modules/unit_tests/create_and_destroy.dm#L200
/obj/effect/mob_spawn/drone hard deleted 9 times out of a total del count of 1
/datum/unit_test/create_and_destroy: code/modules/unit_tests/create_and_destroy.dm#L200
/obj/effect/mob_spawn/drone/syndrone hard deleted 8 times out of a total del count of 1
/datum/unit_test/create_and_destroy: code/modules/unit_tests/create_and_destroy.dm#L200
/obj/effect/mob_spawn/drone/syndrone/badass hard deleted 8 times out of a total del count of 1
/datum/unit_test/create_and_destroy: code/modules/unit_tests/create_and_destroy.dm#L200
/obj/effect/mob_spawn/drone/snowflake hard deleted 7 times out of a total del count of 1
Integration Tests (CREATE_AND_DESTROY_TEST) / run_integration_tests
Process completed with exit code 1.
Compile Maps
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. 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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Windows Build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@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 (BASIC_TESTS) / run_integration_tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@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 (PLANET_GEN_TEST) / run_integration_tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@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 (RUIN_PLACEMENT_TEST) / run_integration_tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@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 (SHIP_PLACEMENT_TEST) / run_integration_tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@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 (CREATE_AND_DESTROY_TEST) / run_integration_tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "deploy". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
deploy Expired
160 MB