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 ruin_placement #4026

Closed
github-actions bot opened this issue Jan 17, 2025 · 3 comments
Closed

Multiple errors in flaky test ruin_placement #4026

github-actions bot opened this issue Jan 17, 2025 · 3 comments
Labels
🤖 Flaky Test Report Stale All falls to entropy eventually.

Comments

@github-actions
Copy link
Contributor

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:

ruin_placement: [2025-01-17 22:55:36] Runtime in code/datums/components/_component.dm,406: Attempted to add a new component of type [/datum/component/forensics] to a qdeleting parent of type [/obj/item/toy/eightball]!
proc name:  AddComponent (/datum/proc/_AddComponent)
src: the magic eightball (/obj/item/toy/eightball)
src.loc: the backpack (/obj/item/storage/backpack)
call stack:
the magic eightball (/obj/item/toy/eightball):  AddComponent(/list (/list))
the magic eightball (/obj/item/toy/eightball): add fingerprint(Rylan Mills (/mob/living/carbon/human), 1)
Generic (Legion) (/datum/outfit/generic): apply fingerprints(Rylan Mills (/mob/living/carbon/human))
Generic (Legion) (/datum/outfit/generic): equip(Rylan Mills (/mob/living/carbon/human), 0, null)
Rylan Mills (/mob/living/carbon/human): equipOutfit(Generic (Legion) (/datum/outfit/generic), 0, null)
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested): equip(Rylan Mills (/mob/living/carbon/human))
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested): create(null, null)
world: ImmediateInvokeAsync(Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested), "create")
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested): Initialize(1)
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested): Initialize(1)
...
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested): New(1)
the static (/obj/effect/anomaly/tvstatic/planetary): Initialize(1)
Atoms (/datum/controller/subsystem/atoms): InitAtom(the static (/obj/effect/anomaly/tvstatic/planetary), /list (/list))
Atoms (/datum/controller/subsystem/atoms): InitializeAtoms(/list (/list), null)
Abandoned Cave Base (/datum/map_template/ruin/whitesands/cave_base): initTemplateBounds(/list (/list), 1)
Abandoned Cave Base (/datum/map_template/ruin/whitesands/cave_base): load(space (1,51,2) (/turf/open/space), 0, 1)
/datum/unit_test/ruin_placemen... (/datum/unit_test/ruin_placement): Run()
RunUnitTest(/datum/unit_test/ruin_placemen... (/datum/unit_test/ruin_placement), /list (/list))
/datum/callback (/datum/callback): InvokeAsync() at code/datums/components/_component.dm:406
ruin_placement: [2025-01-17 22:55:36] Runtime in code/modules/detectivework/detective_work.dm,35: Cannot execute null.add fingerprint().
proc name: add fingerprint (/atom/proc/add_fingerprint)
src: the magic eightball (/obj/item/toy/eightball)
src.loc: the backpack (/obj/item/storage/backpack)
call stack:
the magic eightball (/obj/item/toy/eightball): add fingerprint(Rylan Mills (/mob/living/carbon/human), 1)
Generic (Legion) (/datum/outfit/generic): apply fingerprints(Rylan Mills (/mob/living/carbon/human))
Generic (Legion) (/datum/outfit/generic): equip(Rylan Mills (/mob/living/carbon/human), 0, null)
Rylan Mills (/mob/living/carbon/human): equipOutfit(Generic (Legion) (/datum/outfit/generic), 0, null)
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested): equip(Rylan Mills (/mob/living/carbon/human))
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested): create(null, null)
world: ImmediateInvokeAsync(Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested), "create")
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested): Initialize(1)
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested): Initialize(1)
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested): Initialize(1)
Atoms (/datum/controller/subsystem/atoms): InitAtom(Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested), /list (/list))
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested): New(1)
the static (/obj/effect/anomaly/tvstatic/planetary): Initialize(1)
Atoms (/datum/controller/subsystem/atoms): InitAtom(the static (/obj/effect/anomaly/tvstatic/planetary), /list (/list))
Atoms (/datum/controller/subsystem/atoms): InitializeAtoms(/list (/list), null)
Abandoned Cave Base (/datum/map_template/ruin/whitesands/cave_base): initTemplateBounds(/list (/list), 1)
Abandoned Cave Base (/datum/map_template/ruin/whitesands/cave_base): load(space (1,51,2) (/turf/open/space), 0, 1)
/datum/unit_test/ruin_placemen... (/datum/unit_test/ruin_placement): Run()
RunUnitTest(/datum/unit_test/ruin_placemen... (/datum/unit_test/ruin_placement), /list (/list))
RunUnitTests()
/datum/callback (/datum/callback): InvokeAsync() at code/modules/detectivework/detective_work.dm:35
Copy link
Contributor Author

This flaky fail has not been detected in 7 days. If it doesn't show up again in another 7 days, it will be auto-closed.

@github-actions github-actions bot added the Stale All falls to entropy eventually. label Jan 25, 2025
Copy link
Contributor Author

Flaky tests were detected again in this test run.

@github-actions github-actions bot removed the Stale All falls to entropy eventually. label Jan 27, 2025
Copy link
Contributor Author

github-actions bot commented Feb 3, 2025

This flaky fail has not been detected in 7 days. If it doesn't show up again in another 7 days, it will be auto-closed.

@github-actions github-actions bot added the Stale All falls to entropy eventually. label Feb 3, 2025
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 Flaky Test Report Stale All falls to entropy eventually.
Projects
None yet
Development

No branches or pull requests

0 participants