Package evaluation of OMJulia on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T11:57:16.228 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.43s ################################################################################ # Installation # Installing OMJulia... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [0f4fe800] + OMJulia v0.3.2 Updating `~/.julia/environments/v1.11/Manifest.toml` [34da2185] + Compat v4.16.0 [a8cc5b0e] + Crayons v4.1.1 [9a962f9c] + DataAPI v1.16.0 [a93c6f00] + DataFrames v1.7.0 [864edb3b] + DataStructures v0.18.22 [e2d170a0] + DataValueInterfaces v1.0.0 [842dd82b] + InlineStrings v1.4.3 [41ab1584] + InvertedIndices v1.3.1 [82899510] + IteratorInterfaceExtensions v1.0.0 [692b3bcd] + JLLWrappers v1.7.0 [b964fa9f] + LaTeXStrings v1.4.0 [9c8b4983] + LightXML v0.9.1 [e1d29d7a] + Missings v1.2.0 [0f4fe800] + OMJulia v0.3.2 [bac558e1] + OrderedCollections v1.8.0 [2dfb63ee] + PooledArrays v1.4.3 ⌅ [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.4.3 [08abe8d2] + PrettyTables v2.4.0 [189a3867] + Reexport v1.2.2 [91c51154] + SentinelArrays v1.4.8 [a2af1166] + SortingAlgorithms v1.2.1 [10745b16] + Statistics v1.11.1 [892a3eda] + StringManipulation v0.4.1 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.0 [c2297ded] + ZMQ v1.4.0 [94ce4f54] + Libiconv_jll v1.18.0+0 [02c8fc9c] + XML2_jll v2.13.6+1 [8f1865be] + ZeroMQ_jll v4.3.6+0 [a9144af2] + libsodium_jll v1.0.21+0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [7b1f6079] + FileWatching v1.11.0 [9fa8497b] + Future v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.11.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [6462fe0b] + Sockets v1.11.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.27+1 [83775a58] + Zlib_jll v1.2.13+1 [8e850b90] + libblastrampoline_jll v5.11.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 2.04s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... ERROR: LoadError: The following 1 direct dependency failed to precompile: OMJulia Failed to precompile OMJulia [0f4fe800-344e-11e9-2949-fb537ad918e1] to "/home/pkgeval/.julia/compiled/v1.11/OMJulia/jl_L73GVO". ERROR: LoadError: ZMQ.StateError("Cannot assign requested address") Stacktrace: [1] bind @ ~/.julia/packages/ZMQ/Lz9O7/src/socket.jl:91 [inlined] [2] macro expansion @ ~/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:73 [inlined] [3] macro expansion @ ~/.julia/packages/PrecompileTools/L8A3n/src/workloads.jl:78 [inlined] [4] top-level scope @ ~/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:57 [5] include @ ./Base.jl:557 [inlined] [6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String) @ Base ./loading.jl:2881 [7] top-level scope @ stdin:6 in expression starting at /home/pkgeval/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:3 in expression starting at stdin:6 ERROR: LoadError: Failed to precompile ZMQ [c2297ded-f4af-51ae-bb23-16f91089e4e1] to "/home/pkgeval/.julia/compiled/v1.11/ZMQ/jl_DXpf1i". Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3174 [3] (::Base.var"#1110#1111"{Base.PkgId})() @ Base ./loading.jl:2579 [4] mkpidlock(f::Base.var"#1110#1111"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:95 [5] #mkpidlock#6 @ /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:90 [inlined] [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:116 [7] #invokelatest#2 @ ./essentials.jl:1057 [inlined] [8] invokelatest @ ./essentials.jl:1052 [inlined] [9] maybe_cachefile_lock(f::Base.var"#1110#1111"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3698 [10] maybe_cachefile_lock @ ./loading.jl:3695 [inlined] [11] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2565 [12] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2388 [13] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [14] invoke_in_world @ ./essentials.jl:1086 [inlined] [15] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2375 [16] macro expansion @ ./loading.jl:2314 [inlined] [17] macro expansion @ ./lock.jl:273 [inlined] [18] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2271 [19] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [20] invoke_in_world @ ./essentials.jl:1086 [inlined] [21] require(into::Module, mod::Symbol) @ Base ./loading.jl:2260 [22] include @ ./Base.jl:557 [inlined] [23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) @ Base ./loading.jl:2881 [24] top-level scope @ stdin:6 in expression starting at /home/pkgeval/.julia/packages/OMJulia/9Imtq/src/OMJulia.jl:29 in expression starting at stdin: in expression starting at /PkgEval.jl/scripts/precompile.jl:37 Precompilation failed after 36.27s ################################################################################ # Testing # Testing OMJulia Status `/tmp/jl_Hz1oOk/Project.toml` [336ed68f] CSV v0.10.15 [a93c6f00] DataFrames v1.7.0 [0f4fe800] OMJulia v0.3.2 [1bc83da4] SafeTestsets v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Hz1oOk/Manifest.toml` [336ed68f] CSV v0.10.15 [944b1d66] CodecZlib v0.7.8 [34da2185] Compat v4.16.0 [a8cc5b0e] Crayons v4.1.1 [9a962f9c] DataAPI v1.16.0 [a93c6f00] DataFrames v1.7.0 [864edb3b] DataStructures v0.18.22 [e2d170a0] DataValueInterfaces v1.0.0 [48062228] FilePathsBase v0.9.24 [842dd82b] InlineStrings v1.4.3 [41ab1584] InvertedIndices v1.3.1 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.7.0 [b964fa9f] LaTeXStrings v1.4.0 [9c8b4983] LightXML v0.9.1 [e1d29d7a] Missings v1.2.0 [0f4fe800] OMJulia v0.3.2 [bac558e1] OrderedCollections v1.8.0 [69de0a69] Parsers v2.8.1 [2dfb63ee] PooledArrays v1.4.3 ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [08abe8d2] PrettyTables v2.4.0 [189a3867] Reexport v1.2.2 [1bc83da4] SafeTestsets v0.1.0 [91c51154] SentinelArrays v1.4.8 [a2af1166] SortingAlgorithms v1.2.1 [10745b16] Statistics v1.11.1 [892a3eda] StringManipulation v0.4.1 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.0 [3bb67fe8] TranscodingStreams v0.11.3 [ea10d353] WeakRefStrings v1.4.2 [76eceee3] WorkerUtilities v1.6.1 [c2297ded] ZMQ v1.4.0 [94ce4f54] Libiconv_jll v1.18.0+0 [02c8fc9c] XML2_jll v2.13.6+1 [8f1865be] ZeroMQ_jll v4.3.6+0 [a9144af2] libsodium_jll v1.0.21+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [7b1f6079] FileWatching v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.27+1 [83775a58] Zlib_jll v1.2.13+1 [8e850b90] libblastrampoline_jll v5.11.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... Precompiling OMJulia... ✗ ZMQ Info Given OMJulia was explicitly requested, output will be shown live  ERROR: LoadError: ZMQ.StateError("Cannot assign requested address") Stacktrace:  [1] bind  @ ~/.julia/packages/ZMQ/Lz9O7/src/socket.jl:91 [inlined]  [2] macro expansion  @ ~/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:73 [inlined]  [3] macro expansion  @ ~/.julia/packages/PrecompileTools/L8A3n/src/workloads.jl:78 [inlined]  [4] top-level scope  @ ~/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:57  [5] include  @ ./Base.jl:557 [inlined]  [6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)  @ Base ./loading.jl:2881  [7] top-level scope  @ stdin:6 in expression starting at /home/pkgeval/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:3 in expression starting at stdin:6 ERROR: LoadError: Failed to precompile ZMQ [c2297ded-f4af-51ae-bb23-16f91089e4e1] to "/home/pkgeval/.julia/compiled/v1.11/ZMQ/jl_3nnU0K". Stacktrace:  [1] error(s::String)  @ Base ./error.jl:35  [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing)  @ Base ./loading.jl:3174  [3] (::Base.var"#1110#1111"{Base.PkgId})()  @ Base ./loading.jl:2579  [4] mkpidlock(f::Base.var"#1110#1111"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})  @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:95  [5] #mkpidlock#6  @ /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:90 [inlined]  [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})  @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:116  [7] #invokelatest#2  @ ./essentials.jl:1057 [inlined]  [8] invokelatest  @ ./essentials.jl:1052 [inlined]  [9] maybe_cachefile_lock(f::Base.var"#1110#1111"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)  @ Base ./loading.jl:3698  [10] maybe_cachefile_lock  @ ./loading.jl:3695 [inlined]  [11] _require(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2565  [12] __require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2388  [13] #invoke_in_world#3  @ ./essentials.jl:1089 [inlined]  [14] invoke_in_world  @ ./essentials.jl:1086 [inlined]  [15] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2375  [16] macro expansion  @ ./loading.jl:2314 [inlined]  [17] macro expansion  @ ./lock.jl:273 [inlined]  [18] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2271  [19] #invoke_in_world#3  @ ./essentials.jl:1089 [inlined]  [20] invoke_in_world  @ ./essentials.jl:1086 [inlined]  [21] require(into::Module, mod::Symbol)  @ Base ./loading.jl:2260  [22] include  @ ./Base.jl:557 [inlined]  [23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:2881  [24] top-level scope  @ stdin:6 in expression starting at /home/pkgeval/.julia/packages/OMJulia/9Imtq/src/OMJulia.jl:29 in expression starting at stdin:6 ✗ OMJulia 0 dependencies successfully precompiled in 22 seconds. 40 already precompiled. Parsing: Error During Test at /home/pkgeval/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:30 Got exception outside of a @test LoadError: The following 1 direct dependency failed to precompile: OMJulia Failed to precompile OMJulia [0f4fe800-344e-11e9-2949-fb537ad918e1] to "/home/pkgeval/.julia/compiled/v1.11/OMJulia/jl_Qs53MW". ERROR: LoadError: ZMQ.StateError("Cannot assign requested address") Stacktrace: [1] bind @ ~/.julia/packages/ZMQ/Lz9O7/src/socket.jl:91 [inlined] [2] macro expansion @ ~/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:73 [inlined] [3] macro expansion @ ~/.julia/packages/PrecompileTools/L8A3n/src/workloads.jl:78 [inlined] [4] top-level scope @ ~/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:57 [5] include @ ./Base.jl:557 [inlined] [6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String) @ Base ./loading.jl:2881 [7] top-level scope @ stdin:6 in expression starting at /home/pkgeval/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:3 in expression starting at stdin:6 ERROR: LoadError: Failed to precompile ZMQ [c2297ded-f4af-51ae-bb23-16f91089e4e1] to "/home/pkgeval/.julia/compiled/v1.11/ZMQ/jl_3nnU0K". Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3174 [3] (::Base.var"#1110#1111"{Base.PkgId})() @ Base ./loading.jl:2579 [4] mkpidlock(f::Base.var"#1110#1111"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:95 [5] #mkpidlock#6 @ /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:90 [inlined] [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:116 [7] #invokelatest#2 @ ./essentials.jl:1057 [inlined] [8] invokelatest @ ./essentials.jl:1052 [inlined] [9] maybe_cachefile_lock(f::Base.var"#1110#1111"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3698 [10] maybe_cachefile_lock @ ./loading.jl:3695 [inlined] [11] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2565 [12] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2388 [13] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [14] invoke_in_world @ ./essentials.jl:1086 [inlined] [15] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2375 [16] macro expansion @ ./loading.jl:2314 [inlined] [17] macro expansion @ ./lock.jl:273 [inlined] [18] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2271 [19] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [20] invoke_in_world @ ./essentials.jl:1086 [inlined] [21] require(into::Module, mod::Symbol) @ Base ./loading.jl:2260 [22] include @ ./Base.jl:557 [inlined] [23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) @ Base ./loading.jl:2881 [24] top-level scope @ stdin:6 in expression starting at /home/pkgeval/.julia/packages/OMJulia/9Imtq/src/OMJulia.jl:29 in expression starting at stdin: in expression starting at /home/pkgeval/.julia/packages/OMJulia/9Imtq/test/parserTest.jl:29 Precompiling OMJulia... ✗ ZMQ Info Given OMJulia was explicitly requested, output will be shown live  ERROR: LoadError: ZMQ.StateError("Cannot assign requested address") Stacktrace:  [1] bind  @ ~/.julia/packages/ZMQ/Lz9O7/src/socket.jl:91 [inlined]  [2] macro expansion  @ ~/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:73 [inlined]  [3] macro expansion  @ ~/.julia/packages/PrecompileTools/L8A3n/src/workloads.jl:78 [inlined]  [4] top-level scope  @ ~/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:57  [5] include  @ ./Base.jl:557 [inlined]  [6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)  @ Base ./loading.jl:2881  [7] top-level scope  @ stdin:6 in expression starting at /home/pkgeval/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:3 in expression starting at stdin:6 ERROR: LoadError: Failed to precompile ZMQ [c2297ded-f4af-51ae-bb23-16f91089e4e1] to "/home/pkgeval/.julia/compiled/v1.11/ZMQ/jl_bUggZG". Stacktrace:  [1] error(s::String)  @ Base ./error.jl:35  [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing)  @ Base ./loading.jl:3174  [3] (::Base.var"#1110#1111"{Base.PkgId})()  @ Base ./loading.jl:2579  [4] mkpidlock(f::Base.var"#1110#1111"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})  @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:95  [5] #mkpidlock#6  @ /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:90 [inlined]  [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})  @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:116  [7] #invokelatest#2  @ ./essentials.jl:1057 [inlined]  [8] invokelatest  @ ./essentials.jl:1052 [inlined]  [9] maybe_cachefile_lock(f::Base.var"#1110#1111"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)  @ Base ./loading.jl:3698  [10] maybe_cachefile_lock  @ ./loading.jl:3695 [inlined]  [11] _require(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2565  [12] __require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2388  [13] #invoke_in_world#3  @ ./essentials.jl:1089 [inlined]  [14] invoke_in_world  @ ./essentials.jl:1086 [inlined]  [15] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2375  [16] macro expansion  @ ./loading.jl:2314 [inlined]  [17] macro expansion  @ ./lock.jl:273 [inlined]  [18] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2271  [19] #invoke_in_world#3  @ ./essentials.jl:1089 [inlined]  [20] invoke_in_world  @ ./essentials.jl:1086 [inlined]  [21] require(into::Module, mod::Symbol)  @ Base ./loading.jl:2260  [22] include  @ ./Base.jl:557 [inlined]  [23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:2881  [24] top-level scope  @ stdin:6 in expression starting at /home/pkgeval/.julia/packages/OMJulia/9Imtq/src/OMJulia.jl:29 in expression starting at stdin:6 ✗ OMJulia 0 dependencies successfully precompiled in 21 seconds. 40 already precompiled. OMCSession: Error During Test at /home/pkgeval/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:30 Got exception outside of a @test LoadError: The following 1 direct dependency failed to precompile: OMJulia Failed to precompile OMJulia [0f4fe800-344e-11e9-2949-fb537ad918e1] to "/home/pkgeval/.julia/compiled/v1.11/OMJulia/jl_77jY7I". ERROR: LoadError: ZMQ.StateError("Cannot assign requested address") Stacktrace: [1] bind @ ~/.julia/packages/ZMQ/Lz9O7/src/socket.jl:91 [inlined] [2] macro expansion @ ~/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:73 [inlined] [3] macro expansion @ ~/.julia/packages/PrecompileTools/L8A3n/src/workloads.jl:78 [inlined] [4] top-level scope @ ~/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:57 [5] include @ ./Base.jl:557 [inlined] [6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String) @ Base ./loading.jl:2881 [7] top-level scope @ stdin:6 in expression starting at /home/pkgeval/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:3 in expression starting at stdin:6 ERROR: LoadError: Failed to precompile ZMQ [c2297ded-f4af-51ae-bb23-16f91089e4e1] to "/home/pkgeval/.julia/compiled/v1.11/ZMQ/jl_bUggZG". Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3174 [3] (::Base.var"#1110#1111"{Base.PkgId})() @ Base ./loading.jl:2579 [4] mkpidlock(f::Base.var"#1110#1111"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:95 [5] #mkpidlock#6 @ /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:90 [inlined] [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:116 [7] #invokelatest#2 @ ./essentials.jl:1057 [inlined] [8] invokelatest @ ./essentials.jl:1052 [inlined] [9] maybe_cachefile_lock(f::Base.var"#1110#1111"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3698 [10] maybe_cachefile_lock @ ./loading.jl:3695 [inlined] [11] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2565 [12] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2388 [13] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [14] invoke_in_world @ ./essentials.jl:1086 [inlined] [15] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2375 [16] macro expansion @ ./loading.jl:2314 [inlined] [17] macro expansion @ ./lock.jl:273 [inlined] [18] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2271 [19] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [20] invoke_in_world @ ./essentials.jl:1086 [inlined] [21] require(into::Module, mod::Symbol) @ Base ./loading.jl:2260 [22] include @ ./Base.jl:557 [inlined] [23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) @ Base ./loading.jl:2881 [24] top-level scope @ stdin:6 in expression starting at /home/pkgeval/.julia/packages/OMJulia/9Imtq/src/OMJulia.jl:29 in expression starting at stdin: in expression starting at /home/pkgeval/.julia/packages/OMJulia/9Imtq/test/omcTest.jl:30 Precompiling OMJulia... ✗ ZMQ Info Given OMJulia was explicitly requested, output will be shown live  ERROR: LoadError: ZMQ.StateError("Cannot assign requested address") Stacktrace:  [1] bind  @ ~/.julia/packages/ZMQ/Lz9O7/src/socket.jl:91 [inlined]  [2] macro expansion  @ ~/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:73 [inlined]  [3] macro expansion  @ ~/.julia/packages/PrecompileTools/L8A3n/src/workloads.jl:78 [inlined]  [4] top-level scope  @ ~/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:57  [5] include  @ ./Base.jl:557 [inlined]  [6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)  @ Base ./loading.jl:2881  [7] top-level scope  @ stdin:6 in expression starting at /home/pkgeval/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:3 in expression starting at stdin:6 ERROR: LoadError: Failed to precompile ZMQ [c2297ded-f4af-51ae-bb23-16f91089e4e1] to "/home/pkgeval/.julia/compiled/v1.11/ZMQ/jl_U0XQk8". Stacktrace:  [1] error(s::String)  @ Base ./error.jl:35  [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing)  @ Base ./loading.jl:3174  [3] (::Base.var"#1110#1111"{Base.PkgId})()  @ Base ./loading.jl:2579  [4] mkpidlock(f::Base.var"#1110#1111"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})  @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:95  [5] #mkpidlock#6  @ /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:90 [inlined]  [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})  @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:116  [7] #invokelatest#2  @ ./essentials.jl:1057 [inlined]  [8] invokelatest  @ ./essentials.jl:1052 [inlined]  [9] maybe_cachefile_lock(f::Base.var"#1110#1111"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)  @ Base ./loading.jl:3698  [10] maybe_cachefile_lock  @ ./loading.jl:3695 [inlined]  [11] _require(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2565  [12] __require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2388  [13] #invoke_in_world#3  @ ./essentials.jl:1089 [inlined]  [14] invoke_in_world  @ ./essentials.jl:1086 [inlined]  [15] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2375  [16] macro expansion  @ ./loading.jl:2314 [inlined]  [17] macro expansion  @ ./lock.jl:273 [inlined]  [18] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2271  [19] #invoke_in_world#3  @ ./essentials.jl:1089 [inlined]  [20] invoke_in_world  @ ./essentials.jl:1086 [inlined]  [21] require(into::Module, mod::Symbol)  @ Base ./loading.jl:2260  [22] include  @ ./Base.jl:557 [inlined]  [23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:2881  [24] top-level scope  @ stdin:6 in expression starting at /home/pkgeval/.julia/packages/OMJulia/9Imtq/src/OMJulia.jl:29 in expression starting at stdin:6 ✗ OMJulia 0 dependencies successfully precompiled in 21 seconds. 40 already precompiled. ModelicaSystem: Error During Test at /home/pkgeval/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:30 Got exception outside of a @test LoadError: The following 1 direct dependency failed to precompile: OMJulia Failed to precompile OMJulia [0f4fe800-344e-11e9-2949-fb537ad918e1] to "/home/pkgeval/.julia/compiled/v1.11/OMJulia/jl_h7EHjU". ERROR: LoadError: ZMQ.StateError("Cannot assign requested address") Stacktrace: [1] bind @ ~/.julia/packages/ZMQ/Lz9O7/src/socket.jl:91 [inlined] [2] macro expansion @ ~/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:73 [inlined] [3] macro expansion @ ~/.julia/packages/PrecompileTools/L8A3n/src/workloads.jl:78 [inlined] [4] top-level scope @ ~/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:57 [5] include @ ./Base.jl:557 [inlined] [6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String) @ Base ./loading.jl:2881 [7] top-level scope @ stdin:6 in expression starting at /home/pkgeval/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:3 in expression starting at stdin:6 ERROR: LoadError: Failed to precompile ZMQ [c2297ded-f4af-51ae-bb23-16f91089e4e1] to "/home/pkgeval/.julia/compiled/v1.11/ZMQ/jl_U0XQk8". Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3174 [3] (::Base.var"#1110#1111"{Base.PkgId})() @ Base ./loading.jl:2579 [4] mkpidlock(f::Base.var"#1110#1111"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:95 [5] #mkpidlock#6 @ /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:90 [inlined] [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:116 [7] #invokelatest#2 @ ./essentials.jl:1057 [inlined] [8] invokelatest @ ./essentials.jl:1052 [inlined] [9] maybe_cachefile_lock(f::Base.var"#1110#1111"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3698 [10] maybe_cachefile_lock @ ./loading.jl:3695 [inlined] [11] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2565 [12] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2388 [13] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [14] invoke_in_world @ ./essentials.jl:1086 [inlined] [15] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2375 [16] macro expansion @ ./loading.jl:2314 [inlined] [17] macro expansion @ ./lock.jl:273 [inlined] [18] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2271 [19] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [20] invoke_in_world @ ./essentials.jl:1086 [inlined] [21] require(into::Module, mod::Symbol) @ Base ./loading.jl:2260 [22] include @ ./Base.jl:557 [inlined] [23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) @ Base ./loading.jl:2881 [24] top-level scope @ stdin:6 in expression starting at /home/pkgeval/.julia/packages/OMJulia/9Imtq/src/OMJulia.jl:29 in expression starting at stdin: in expression starting at /home/pkgeval/.julia/packages/OMJulia/9Imtq/test/modelicaSystemTest.jl:30 Precompiling DataFrames... 114101.3 ms ✓ DataFrames 1 dependency successfully precompiled in 115 seconds. 32 already precompiled. Precompiling OMJulia... ✗ ZMQ Info Given OMJulia was explicitly requested, output will be shown live  ERROR: LoadError: ZMQ.StateError("Cannot assign requested address") Stacktrace:  [1] bind  @ ~/.julia/packages/ZMQ/Lz9O7/src/socket.jl:91 [inlined]  [2] macro expansion  @ ~/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:73 [inlined]  [3] macro expansion  @ ~/.julia/packages/PrecompileTools/L8A3n/src/workloads.jl:78 [inlined]  [4] top-level scope  @ ~/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:57  [5] include  @ ./Base.jl:557 [inlined]  [6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)  @ Base ./loading.jl:2881  [7] top-level scope  @ stdin:6 in expression starting at /home/pkgeval/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:3 in expression starting at stdin:6 ERROR: LoadError: Failed to precompile ZMQ [c2297ded-f4af-51ae-bb23-16f91089e4e1] to "/home/pkgeval/.julia/compiled/v1.11/ZMQ/jl_iavB1K". Stacktrace:  [1] error(s::String)  @ Base ./error.jl:35  [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing)  @ Base ./loading.jl:3174  [3] (::Base.var"#1110#1111"{Base.PkgId})()  @ Base ./loading.jl:2579  [4] mkpidlock(f::Base.var"#1110#1111"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool})  @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:95  [5] #mkpidlock#6  @ /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:90 [inlined]  [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64})  @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:116  [7] #invokelatest#2  @ ./essentials.jl:1057 [inlined]  [8] invokelatest  @ ./essentials.jl:1052 [inlined]  [9] maybe_cachefile_lock(f::Base.var"#1110#1111"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)  @ Base ./loading.jl:3698  [10] maybe_cachefile_lock  @ ./loading.jl:3695 [inlined]  [11] _require(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2565  [12] __require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2388  [13] #invoke_in_world#3  @ ./essentials.jl:1089 [inlined]  [14] invoke_in_world  @ ./essentials.jl:1086 [inlined]  [15] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2375  [16] macro expansion  @ ./loading.jl:2314 [inlined]  [17] macro expansion  @ ./lock.jl:273 [inlined]  [18] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2271  [19] #invoke_in_world#3  @ ./essentials.jl:1089 [inlined]  [20] invoke_in_world  @ ./essentials.jl:1086 [inlined]  [21] require(into::Module, mod::Symbol)  @ Base ./loading.jl:2260  [22] include  @ ./Base.jl:557 [inlined]  [23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base ./loading.jl:2881  [24] top-level scope  @ stdin:6 in expression starting at /home/pkgeval/.julia/packages/OMJulia/9Imtq/src/OMJulia.jl:29 in expression starting at stdin:6 ✗ OMJulia 0 dependencies successfully precompiled in 23 seconds. 40 already precompiled. API: Error During Test at /home/pkgeval/.julia/packages/SafeTestsets/raUNr/src/SafeTestsets.jl:30 Got exception outside of a @test LoadError: The following 1 direct dependency failed to precompile: OMJulia Failed to precompile OMJulia [0f4fe800-344e-11e9-2949-fb537ad918e1] to "/home/pkgeval/.julia/compiled/v1.11/OMJulia/jl_jfwNSp". ERROR: LoadError: ZMQ.StateError("Cannot assign requested address") Stacktrace: [1] bind @ ~/.julia/packages/ZMQ/Lz9O7/src/socket.jl:91 [inlined] [2] macro expansion @ ~/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:73 [inlined] [3] macro expansion @ ~/.julia/packages/PrecompileTools/L8A3n/src/workloads.jl:78 [inlined] [4] top-level scope @ ~/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:57 [5] include @ ./Base.jl:557 [inlined] [6] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String) @ Base ./loading.jl:2881 [7] top-level scope @ stdin:6 in expression starting at /home/pkgeval/.julia/packages/ZMQ/Lz9O7/src/ZMQ.jl:3 in expression starting at stdin:6 ERROR: LoadError: Failed to precompile ZMQ [c2297ded-f4af-51ae-bb23-16f91089e4e1] to "/home/pkgeval/.julia/compiled/v1.11/ZMQ/jl_iavB1K". Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3174 [3] (::Base.var"#1110#1111"{Base.PkgId})() @ Base ./loading.jl:2579 [4] mkpidlock(f::Base.var"#1110#1111"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:95 [5] #mkpidlock#6 @ /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:90 [inlined] [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:116 [7] #invokelatest#2 @ ./essentials.jl:1057 [inlined] [8] invokelatest @ ./essentials.jl:1052 [inlined] [9] maybe_cachefile_lock(f::Base.var"#1110#1111"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3698 [10] maybe_cachefile_lock @ ./loading.jl:3695 [inlined] [11] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2565 [12] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2388 [13] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [14] invoke_in_world @ ./essentials.jl:1086 [inlined] [15] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2375 [16] macro expansion @ ./loading.jl:2314 [inlined] [17] macro expansion @ ./lock.jl:273 [inlined] [18] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2271 [19] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [20] invoke_in_world @ ./essentials.jl:1086 [inlined] [21] require(into::Module, mod::Symbol) @ Base ./loading.jl:2260 [22] include @ ./Base.jl:557 [inlined] [23] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) @ Base ./loading.jl:2881 [24] top-level scope @ stdin:6 in expression starting at /home/pkgeval/.julia/packages/OMJulia/9Imtq/src/OMJulia.jl:29 in expression starting at stdin: in expression starting at /home/pkgeval/.julia/packages/OMJulia/9Imtq/test/apiTest.jl:32 Test Summary: | Error Total Time OMJulia | 4 4 3m27.5s Parsing | 1 1 22.7s OMCSession | 1 1 21.2s ModelicaSystem | 1 1 21.5s API | 1 1 2m22.1s ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 4 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/OMJulia/9Imtq/test/runtests.jl:32 Testing failed after 213.32s ERROR: LoadError: Package OMJulia errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2124 [3] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2007 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 280.98s: package fails to precompile