Skip to content

[Port] Radiation Rework #468

[Port] Radiation Rework

[Port] Radiation Rework #468

Re-run triggered September 9, 2024 13:55
Status Failure
Total duration 2m 37s
Artifacts

ci_suite.yml

on: pull_request
Collect data for other tasks
11s
Collect data for other tasks
Matrix: Alternate Tests
Waiting for pending jobs
Matrix: Integration Tests
Check Alternate Tests
0s
Check Alternate Tests
Compare Screenshot Tests
0s
Compare Screenshot Tests
Fit to window
Zoom out
Zoom in

Annotations

33 errors and 31 warnings
Compile Maps
Process completed with exit code 1.
Integration Tests (deltastation) / run_integration_tests
Process completed with exit code 1.
Integration Tests (corgstation) / run_integration_tests
Process completed with exit code 1.
Integration Tests (kilostation) / run_integration_tests
Process completed with exit code 1.
Integration Tests (flandstation) / run_integration_tests
Process completed with exit code 1.
Integration Tests (runtimestation) / run_integration_tests
Process completed with exit code 1.
Integration Tests (metastation) / run_integration_tests
Process completed with exit code 1.
Integration Tests (multiz_debug) / run_integration_tests
Process completed with exit code 1.
Run Linters: code/game/machinery/computer/dna_console.dm#L2093
got '{', expected one of: operator, field access, as, 'in', ',', ';'
Run Linters: code/modules/clothing/spacesuits/hardsuit.dm#L29
unknown variable: RAD_GEIGER_GRACE_PERIOD
Run Linters: code/modules/modular_computers/hardware/job_disk.dm#L104
unknown variable: DISK_POWER
Run Linters: code/modules/modular_computers/hardware/job_disk.dm#L202
unknown variable: DISK_POWER
Run Linters: code/modules/projectiles/projectile/energy/ebow.dm#L23
undefined var 'irradiate' on type '/obj/projectile/energy/bolt/radbolt'
Run Linters: code/game/objects/items/devices/scanners.dm#L261
undefined var: "TRAIT_IRRADIATED"
Run Linters: code/game/objects/items/devices/scanners.dm#L262
undefined var: "render_list"
Run Linters: code/modules/atmospherics/gasmixtures/reactions.dm#L146
undefined var: "burned_fuel"
Run Linters: code/modules/atmospherics/gasmixtures/reactions.dm#L146
undefined var: "effect_scale"
Run Linters: code/modules/atmospherics/gasmixtures/reactions.dm#L146
undefined var: "TRITIUM_OXYBURN_MULTIPLIER"
Run Linters
Process completed with exit code 1.
Run Linters: code/game/machinery/computer/dna_console.dm#L2094
OD0001: Expected end of proc statement
Run Linters: code/game/machinery/computer/dna_console.dm#L2098
OD0001: Expected end of object statement
Run Linters: code/game/machinery/computer/dna_console.dm#L2095
OD0404: Unknown identifier "scanner_occupant"
Run Linters: code/modules/clothing/spacesuits/hardsuit.dm#L30
OD0404: Unknown identifier "RAD_GEIGER_GRACE_PERIOD"
Run Linters: code/modules/cargo/packs.dm#L1334
OD0404: Type /obj/machinery/power/rad_collector does not exist
Run Linters: code/modules/cargo/packs.dm#L1335
OD0404: Type /obj/machinery/power/rad_collector does not exist
Run Linters: code/modules/cargo/packs.dm#L1336
OD0404: Type /obj/machinery/power/rad_collector does not exist
Run Linters: code/modules/cargo/exports/large_objects.dm#L77
OD0404: Type /obj/machinery/power/rad_collector does not exist
Run Linters: code/controllers/subsystem/radiation.dm#L59
OD0404: Unknown identifier "TRAIT_IRRADIATED"
Run Linters: code/controllers/subsystem/radiation.dm#L76
OD0404: Type /datum/controller/subsystem/radiation does not have a proc named "get_dist_euclidean"
Integration Tests (boxstation) / run_integration_tests
Process completed with exit code 1.
Windows Build
Process completed with exit code 1.
Integration Tests (echostation) / run_integration_tests
Process completed with exit code 1.
Integration Tests (radstation) / run_integration_tests
Process completed with exit code 1.
Integration Tests (deltastation) / run_integration_tests
No files were found with the provided path: data/screenshots_new/. No artifacts will be uploaded.
Integration Tests (corgstation) / 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 (flandstation) / 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.
Integration Tests (multiz_debug) / run_integration_tests
No files were found with the provided path: data/screenshots_new/. No artifacts will be uploaded.
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: code/game/objects/items/devices/geiger_counter.dm#L110
macro undefined while not defined: RAD_LEVEL_NORMAL
Run Linters: code/game/objects/items/devices/geiger_counter.dm#L111
macro undefined while not defined: RAD_LEVEL_MODERATE
Run Linters: code/game/objects/items/devices/geiger_counter.dm#L112
macro undefined while not defined: RAD_LEVEL_HIGH
Run Linters: code/game/objects/items/devices/geiger_counter.dm#L113
macro undefined while not defined: RAD_LEVEL_VERY_HIGH
Run Linters: code/game/objects/items/devices/geiger_counter.dm#L114
macro undefined while not defined: RAD_LEVEL_CRITICAL
Run Linters: code/modules/admin/verbs/debug.dm#L624
field access requires static type: "anchored"
Run Linters: code/modules/admin/verbs/debug.dm#L625
field access requires static type: "loaded_tank"
Run Linters: code/modules/admin/verbs/debug.dm#L628
field access requires static type: "drainratio"
Run Linters: code/modules/admin/verbs/debug.dm#L629
field access requires static type: "loaded_tank"
Run Linters: code/modules/admin/verbs/debug.dm#L632
field access requires static type: "active"
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/game/machinery/computer/dna_console.dm#L2098
OD0000: Error recovery had to skip to code/game/machinery/computer/dna_console.dm:2108:6
Run Linters: code/game/objects/items/devices/geiger_counter.dm#L110
OD1101: No macro named "RAD_LEVEL_NORMAL"
Run Linters: code/game/objects/items/devices/geiger_counter.dm#L111
OD1101: No macro named "RAD_LEVEL_MODERATE"
Run Linters: code/game/objects/items/devices/geiger_counter.dm#L112
OD1101: No macro named "RAD_LEVEL_HIGH"
Run Linters: code/game/objects/items/devices/geiger_counter.dm#L113
OD1101: No macro named "RAD_LEVEL_VERY_HIGH"
Run Linters: code/game/objects/items/devices/geiger_counter.dm#L114
OD1101: No macro named "RAD_LEVEL_CRITICAL"
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.
Integration Tests (boxstation) / 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 (radstation) / run_integration_tests
No files were found with the provided path: data/screenshots_new/. No artifacts will be uploaded.