Adds Minorly Mutation quirk #2800
Annotations
3 errors, 2 warnings, and 1 notice
Run Tests:
code/controllers/subsystem/garbage.dm#L359
[22:36:25] Runtime in code/controllers/subsystem/garbage.dm,359: /datum/beam destroy proc was called multiple times, likely due to a qdel loop in the Destroy logic
proc name: qdel (/proc/qdel)
usr: *no key*/(John Doe (577))
usr.loc: (AI Satellite Antechamber (190,41,2))
src: null
call stack:
qdel(/datum/beam (/datum/beam), 0)
/datum/status_effect/tased (/datum/status_effect/tased): on remove()
/datum/status_effect/tased (/datum/status_effect/tased): Destroy(0)
qdel(/datum/status_effect/tased (/datum/status_effect/tased), 0)
/datum/status_effect/tased (/datum/status_effect/tased): end tase(/datum/beam (/datum/beam), 0)
/datum/beam (/datum/beam): SendSignal("parent_qdeleting", /list (/list))
qdel(/datum/beam (/datum/beam), 0)
/datum/beam (/datum/beam): redrawing(John Doe (577) (/mob/living/carbon/human/consistent), the floor (189,41,2) (/turf/open/floor/iron/dark), 4, 0, null, 1)
John Doe (577) (/mob/living/carbon/human/consistent): SendSignal("movable_moved", /list (/list))
John Doe (577) (/mob/living/carbon/human/consistent): Moved(the floor (189,41,2) (/turf/open/floor/iron/dark), 4, 0, null, 1)
...
John Doe (577) (/mob/living/carbon/human/consistent): Move(the floor (190,41,2) (/turf/open/floor/circuit), 4)
John Doe (577) (/mob/living/carbon/human/consistent): Move(the floor (190,41,2) (/turf/open/floor/circuit), 5, 0, 1)
John Doe (577) (/mob/living/carbon/human/consistent): Move(the floor (190,41,2) (/turf/open/floor/circuit), 5, null)
John Doe (577) (/mob/living/carbon/human/consistent): Move(the floor (190,41,2) (/turf/open/floor/circuit), 5)
John Doe (577) (/mob/living/carbon/human/consistent): Move(the floor (190,41,2) (/turf/open/floor/circuit), 5)
/datum/ai_controller/monkey/an... (/datum/ai_controller/monkey/angry): process(0.1)
AI Behavior Ticker (/datum/controller/subsystem/processing/ai_behaviors): fire(0)
AI Behavior Ticker (/datum/controller/subsystem/processing/ai_behaviors): ignite(0)
Master (/datum/controller/master): Loop(2)
Master (/datum/controller/master): StartProcessing(0)
|
Run Tests
FAIL /datum/unit_test/monkey_business 46.9s
|
Run Tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "test_artifacts_deltastation", "test_artifacts_gateway_test", "test_artifacts_icebox", "test_artifacts_kilostation", "test_artifacts_limastation", "test_artifacts_metastation", "test_artifacts_multiz_debug", "test_artifacts_nebulastation", "test_artifacts_northstar", "test_artifacts_pubbystation", "test_artifacts_runtimestation", "test_artifacts_tramstation".
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/
|
Run Tests:
code/modules/unit_tests/subsystem_init.dm#L12
Lua Scripting (/datum/controller/subsystem/lua) is a subsystem meant to initialize but doesn't get set as initialized.
This subsystem is marked as SS_OK_TO_FAIL_INIT. This is still a bug, but it is non-blocking.
|
Loading