NTIS #5509
Annotations
3 errors, 1 warning, and 1 notice
Run Tests:
code/controllers/subsystem/machines.dm#L31
[14:56:41] Runtime in code/controllers/subsystem/machines.dm,31: type mismatch: null -= NTR console (/obj/machinery/computer/comntr)
proc name: unregister machine (/datum/controller/subsystem/machines/proc/unregister_machine)
src: Machines (/datum/controller/subsystem/machines)
call stack:
Machines (/datum/controller/subsystem/machines): unregister machine(NTR console (/obj/machinery/computer/comntr))
NTR console (/obj/machinery/computer/comntr): Destroy(1)
NTR console (/obj/machinery/computer/comntr): Destroy(1)
qdel(NTR console (/obj/machinery/computer/comntr), 1)
/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()
|
Run Tests
FAIL /datum/unit_test/create_and_destroy 79.6s
|
Run Tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Tests:
code/modules/unit_tests/subsystem_init.dm#L12
Lua Scripting (/datum/controller/subsystem/lua) is a subsystem meant to initialize but doesn't get set as initialized.
This subsystem is marked as SS_OK_TO_FAIL_INIT. This is still a bug, but it is non-blocking.
|
Loading