Package evaluation to test EventSimulation on Julia 1.14.0-DEV.1352 (749bc618c5*) started at 2025-12-09T19:06:06.819 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.26s ################################################################################ # Installation # Installing EventSimulation... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [bf752c2e] + EventSimulation v0.7.3 Updating `~/.julia/environments/v1.14/Manifest.toml` [bf752c2e] + EventSimulation v0.7.3 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 Installation completed after 0.96s ################################################################################ # Precompilation # ERROR: LoadError: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Nothing) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:10 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/precompile.jl:6 caused by: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Base.DevNull) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:7 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 Precompilation failed after 13.19s ################################################################################ # Testing # Testing EventSimulation Status `/tmp/jl_mHa7ly/Project.toml` [bf752c2e] EventSimulation v0.7.3 [10745b16] Statistics v1.11.1 [9fa8497b] Future v1.11.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_mHa7ly/Manifest.toml` [bf752c2e] EventSimulation v0.7.3 [10745b16] Statistics v1.11.1 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... Running tests: * core.jl ... Test Summary: | Pass Total Time Testing core Scheduler creation | 5 5 0.5s Test Summary: | Pass Total Time Testing if register! and go! produce correct order | 2 2 0.5s Test Summary: | Pass Total Time Testing register! and terminate! for correct number of elements | 2 2 0.0s Test Summary: | Pass Total Time Testing repeat_register! | 2 2 0.2s Test Summary: | Pass Total Time Testing ordered bulk_register! | 1 1 0.2s Test Summary: | Pass Total Time Testing random bulk_register! | 11 11 3.0s Test Summary: | Pass Total Time Testing ordered repeat_bulk_register! | 2 2 0.2s Test Summary: | Pass Total Time Testing random repeat_bulk_register!. Visual inspection required. | 11 11 0.3s Test Summary: | Pass Total Time Testing interrupt. | 3 3 0.0s Test Summary: | Pass Total Time Testing monitor. | 1 1 0.4s * prioritytime.jl ... Test Summary: | Pass Total Time Testing Scheduler with PriorityTime | 198 198 0.3s Test Summary: | Pass Total Time Testing +, -, promotion and conversion | 9 9 0.2s Test Summary: | Pass Total Time Testing zero | 3 3 0.0s Test Summary: | Pass Total Time Testing comparison | 32 32 0.2s * queue.jl ... Test Summary: | Pass Total Time SimQueue FIFO/LIFO, Resource FIFO/LIFO | 92 92 0.9s Test Summary: | Pass Total Time SimQueue waive! test | 8 8 0.2s Test Summary: | Pass Total Time SimQueue withdraw! test | 8 8 0.0s * resource.jl ... Test Summary: | Pass Total Time SimResource FIFO/LIFO | 28 28 1.0s Test Summary: | Pass Total Time SimResource waive! test | 8 8 0.2s * ../examples/mms_example.jl ... MM1 fast time: 0.18058401 MM1 queue time: 0.837740544 MM1 resource time: 0.346525203 Test Summary: | Pass Total Time Test of M/M/1 queue | 2 2 2.8s MM2 queue time: 0.274191267 MM2 resource time: 0.508689657 Test Summary: | Pass Total Time Test of M/M/2 queue | 2 2 0.8s MM5 queue time: 0.304256313 MM5 resource time: 0.274999528 Test Summary: | Pass Total Time Test of M/M/5 queue | 2 2 0.6s * ../examples/mm1_example.jl ... 0 => 0.5709 0.5714 1 => 0.245 0.2449 2 => 0.1051 0.105 3 => 0.0452 0.045 4 => 0.0194 0.0193 5 => 0.0083 0.0083 6 => 0.0035 0.0035 7 => 0.0015 0.0015 8 => 0.0006 0.0007 9 => 0.0003 0.0003 10 => 0.0001 0.0001 11 => 0.0 0.0001 12 => 0.0 0.0 13 => 0.0 0.0 14 => 0.0 0.0 15 => 0.0 0.0 16 => 0.0 0.0 Test Summary: | Pass Total Time Test of M/M/1 queue with monitor | 1 1 1.6s Testing EventSimulation tests passed Testing completed after 23.45s PkgEval succeeded after 56.16s