We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: