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 errors in flaky test monkey_business #615

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

Multiple errors in flaky test monkey_business #615

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

Comments

@github-actions
Copy link

github-actions bot commented Nov 5, 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: [20:24:35] 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 (563))
usr.loc: (AI Satellite Antechamber (190,40,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 (563) (/mob/living/carbon/human/consistent), the floor (189,40,2) (/turf/open/floor/circuit), 4, 0, null, 1)
John Doe (563) (/mob/living/carbon/human/consistent):  SendSignal("movable_moved", /list (/list))
John Doe (563) (/mob/living/carbon/human/consistent): Moved(the floor (189,40,2) (/turf/open/floor/circuit), 4, 0, null, 1)
...
John Doe (563) (/mob/living/carbon/human/consistent): Move(the floor (190,40,2) (/turf/open/floor/circuit), 4)
John Doe (563) (/mob/living/carbon/human/consistent): Move(the floor (190,40,2) (/turf/open/floor/circuit), 6, 0, 1)
John Doe (563) (/mob/living/carbon/human/consistent): Move(the floor (190,40,2) (/turf/open/floor/circuit), 6, null)
John Doe (563) (/mob/living/carbon/human/consistent): Move(the floor (190,40,2) (/turf/open/floor/circuit), 6)
John Doe (563) (/mob/living/carbon/human/consistent): Move(the floor (190,40,2) (/turf/open/floor/circuit), 6)
/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) at code/controllers/subsystem/garbage.dm:359
monkey_business: [20:24:46] 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)
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 (563) (/mob/living/carbon/human/consistent), the floor (191,39,2) (/turf/open/floor/iron/dark), 8, 0, null, 1)
John Doe (563) (/mob/living/carbon/human/consistent):  SendSignal("movable_moved", /list (/list))
John Doe (563) (/mob/living/carbon/human/consistent): Moved(the floor (191,39,2) (/turf/open/floor/iron/dark), 8, 0, null, 1)
...
John Doe (563) (/mob/living/carbon/human/consistent): Move(the floor (190,39,2) (/turf/open/floor/circuit), 8, null)
John Doe (563) (/mob/living/carbon/human/consistent): Move(the floor (190,39,2) (/turf/open/floor/circuit), 8)
John Doe (563) (/mob/living/carbon/human/consistent): Move(the floor (190,39,2) (/turf/open/floor/circuit), 8)
/datum/idle_behavior/idle_monk... (/datum/idle_behavior/idle_monkey): perform idle behavior(0.1, /datum/ai_controller/monkey/an... (/datum/ai_controller/monkey/angry))
/datum/ai_controller/monkey/an... (/datum/ai_controller/monkey/angry): process(0.1)
/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) at code/controllers/subsystem/garbage.dm:359
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