Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple flaky test failures in create_and_destroy, monkey_business #609

Open
github-actions bot opened this issue Nov 3, 2024 · 0 comments
Open

Comments

@github-actions
Copy link

github-actions bot commented Nov 3, 2024

Flaky tests were detected in this test run. This means that there was a failure that was cleared when the tests were simply restarted.
Failures:

monkey_business: [04:03:39] 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 (826))
usr.loc: (AI Satellite Service (176,132,5))
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 (826) (/mob/living/carbon/human/consistent), the floor (176,131,5) (/turf/open/floor/iron/dark), 1, 0, null, 1)
John Doe (826) (/mob/living/carbon/human/consistent):  SendSignal("movable_moved", /list (/list))
John Doe (826) (/mob/living/carbon/human/consistent): Moved(the floor (176,131,5) (/turf/open/floor/iron/dark), 1, 0, null, 1)
...
John Doe (826) (/mob/living/carbon/human/consistent): Move(the floor (176,132,5) (/turf/open/floor/iron/dark), 1)
John Doe (826) (/mob/living/carbon/human/consistent): Move(the floor (177,132,5) (/turf/open/floor/iron/dark), 5, 0, 1)
John Doe (826) (/mob/living/carbon/human/consistent): Move(the floor (177,132,5) (/turf/open/floor/iron/dark), 5, null)
John Doe (826) (/mob/living/carbon/human/consistent): Move(the floor (177,132,5) (/turf/open/floor/iron/dark), 5)
John Doe (826) (/mob/living/carbon/human/consistent): Move(the floor (177,132,5) (/turf/open/floor/iron/dark), 5)
/datum/ai_controller/monkey (/datum/ai_controller/monkey): 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) at code/controllers/subsystem/garbage.dm:359
create_and_destroy: /obj/item/implant/sad_trombone hard deleted 1 times out of a total del count of 13 at code/modules/unit_tests/create_and_destroy.dm:99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants