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 create_and_destroy #3963

Open
github-actions bot opened this issue Jan 4, 2025 · 5 comments
Open

Multiple errors in flaky test create_and_destroy #3963

github-actions bot opened this issue Jan 4, 2025 · 5 comments

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Jan 4, 2025

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:

create_and_destroy: [2025-01-04 07:27:28] 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 explorer bag (/obj/item/storage/backpack/explorer)
call stack:
the magic eightball (/obj/item/toy/eightball):  AddComponent(/list (/list))
the magic eightball (/obj/item/toy/eightball): add fingerprint(Lane Goebbles (/mob/living/carbon/human), 1)
Miner (Legion) (/datum/outfit/generic/miner): apply fingerprints(Lane Goebbles (/mob/living/carbon/human))
Miner (Legion) (/datum/outfit/generic/miner): equip(Lane Goebbles (/mob/living/carbon/human), 0, null)
Lane Goebbles (/mob/living/carbon/human): equipOutfit(Miner (Legion) (/datum/outfit/generic/miner), 0, null)
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested/dwarf): equip(Lane Goebbles (/mob/living/carbon/human))
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested/dwarf): equip(Lane Goebbles (/mob/living/carbon/human))
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested/dwarf): create(null, null)
world: ImmediateInvokeAsync(Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested/dwarf), "create")
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested/dwarf): Initialize(0)
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested/dwarf): Initialize(0)
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested/dwarf): Initialize(0)
Atoms (/datum/controller/subsystem/atoms): InitAtom(Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested/dwarf), /list (/list))
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested/dwarf): New(0)
/datum/unit_test/create_and_de... (/datum/unit_test/create_and_destroy): Run()
RunUnitTest(/datum/unit_test/create_and_de... (/datum/unit_test/create_and_destroy), /list (/list))
RunUnitTests()
/datum/callback (/datum/callback): InvokeAsync() at code/datums/components/_component.dm:406
create_and_destroy: [2025-01-04 07:27:28] 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 explorer bag (/obj/item/storage/backpack/explorer)
call stack:
the magic eightball (/obj/item/toy/eightball): add fingerprint(Lane Goebbles (/mob/living/carbon/human), 1)
Miner (Legion) (/datum/outfit/generic/miner): apply fingerprints(Lane Goebbles (/mob/living/carbon/human))
Miner (Legion) (/datum/outfit/generic/miner): equip(Lane Goebbles (/mob/living/carbon/human), 0, null)
Lane Goebbles (/mob/living/carbon/human): equipOutfit(Miner (Legion) (/datum/outfit/generic/miner), 0, null)
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested/dwarf): equip(Lane Goebbles (/mob/living/carbon/human))
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested/dwarf): equip(Lane Goebbles (/mob/living/carbon/human))
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested/dwarf): create(null, null)
world: ImmediateInvokeAsync(Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested/dwarf), "create")
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested/dwarf): Initialize(0)
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested/dwarf): Initialize(0)
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested/dwarf): Initialize(0)
Atoms (/datum/controller/subsystem/atoms): InitAtom(Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested/dwarf), /list (/list))
Mob Spawner (/obj/effect/mob_spawn/human/corpse/damaged/legioninfested/dwarf): New(0)
/datum/unit_test/create_and_de... (/datum/unit_test/create_and_destroy): Run()
RunUnitTest(/datum/unit_test/create_and_de... (/datum/unit_test/create_and_destroy), /list (/list))
RunUnitTests()
/datum/callback (/datum/callback): InvokeAsync() at code/modules/detectivework/detective_work.dm:35
create_and_destroy: /obj/item/storage/backpack/explorer hard deleted 1 times out of a total del count of 6 at code/modules/unit_tests/create_and_destroy.dm:195
create_and_destroy: /obj/item/toy/eightball hard deleted 1 times out of a total del count of 3 at code/modules/unit_tests/create_and_destroy.dm:195
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 12, 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 17, 2025
Copy link
Contributor Author

Flaky tests were detected again in this test run.

Copy link
Contributor Author

Flaky tests were detected again in this test run.

Copy link
Contributor Author

Flaky tests were detected again in this test run.

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