Package evaluation of TPLib on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T12:04:22.842 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.63s ################################################################################ # Installation # Installing TPLib... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [df2c65bb] + TPLib v0.1.0 Updating `~/.julia/environments/v1.11/Manifest.toml` [a4c015fc] + ANSIColoredPrinters v0.0.1 [ffbed154] + DocStringExtensions v0.9.4 ⌅ [e30172f5] + Documenter v0.27.25 [b5f81e59] + IOCapture v0.2.5 [682c06a0] + JSON v0.21.4 [69de0a69] + Parsers v2.8.1 ⌅ [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.4.3 [df2c65bb] + TPLib v0.1.0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [ca575930] + NetworkOptions v1.2.0 [de0858da] + Printf v1.11.0 [3fa0cd96] + REPL v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 [f489334b] + StyledStrings v1.11.0 [fa267f1f] + TOML v1.0.3 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e37daf67] + LibGit2_jll v1.7.2+0 [29816b5a] + LibSSH2_jll v1.11.0+1 [c8ffd9c3] + MbedTLS_jll v2.28.6+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 1.82s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 12.36s ################################################################################ # Testing # Testing TPLib Status `/tmp/jl_PBpjWD/Project.toml` ⌅ [e30172f5] Documenter v0.27.25 [df2c65bb] TPLib v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_PBpjWD/Manifest.toml` [a4c015fc] ANSIColoredPrinters v0.0.1 [ffbed154] DocStringExtensions v0.9.4 ⌅ [e30172f5] Documenter v0.27.25 [b5f81e59] IOCapture v0.2.5 [682c06a0] JSON v0.21.4 [69de0a69] Parsers v2.8.1 ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [df2c65bb] TPLib v0.1.0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.2.0 [de0858da] Printf v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e37daf67] LibGit2_jll v1.7.2+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.6+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... compute_ext_rays: Error During Test at /home/pkgeval/.julia/packages/TPLib/uGSlE/test/runtests.jl:22 Test threw exception Expression: compute_ext_rays(Matrix{Int64}(undef, 0, 0), 0) ≡ Matrix{MaxPlus{Int64}}(undef, 0, 0) IOError: could not spawn `compute_ext_rays 0`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn(::Base.CmdRedirect, ::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) (repeats 2 times) @ Base ./process.jl:179 [4] #883 @ ./process.jl:149 [inlined] [5] setup_stdios(f::Base.var"#883#884"{Base.CmdRedirect}, stdios::Vector{Union{RawFD, Base.FileRedirect, IO}}) @ Base ./process.jl:236 [6] _spawn @ ./process.jl:148 [inlined] [7] run(::Base.CmdRedirect; wait::Bool) @ Base ./process.jl:512 [8] run @ ./process.jl:510 [inlined] [9] compute_ext_rays(I::Matrix{MaxPlus{Int64}}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:303 [10] compute_ext_rays(M::Matrix{Int64}, n::Int64, semiring::Symbol) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:259 [11] compute_ext_rays(M::Matrix{Int64}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:246 [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:22 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] top-level scope @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:22 compute_ext_rays: Error During Test at /home/pkgeval/.julia/packages/TPLib/uGSlE/test/runtests.jl:23 Test threw exception Expression: compute_ext_rays(Matrix{Float64}(undef, 0, 0), 0) ≡ Matrix{MaxPlus{Float64}}(undef, 0, 0) IOError: could not spawn `compute_ext_rays -numerical-data ocaml_float 0`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn(::Base.CmdRedirect, ::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) (repeats 2 times) @ Base ./process.jl:179 [4] #883 @ ./process.jl:149 [inlined] [5] setup_stdios(f::Base.var"#883#884"{Base.CmdRedirect}, stdios::Vector{Union{RawFD, Base.FileRedirect, IO}}) @ Base ./process.jl:236 [6] _spawn @ ./process.jl:148 [inlined] [7] run(::Base.CmdRedirect; wait::Bool) @ Base ./process.jl:512 [8] run @ ./process.jl:510 [inlined] [9] compute_ext_rays(I::Matrix{MaxPlus{Float64}}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:303 [10] compute_ext_rays(M::Matrix{Float64}, n::Int64, semiring::Symbol) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:259 [11] compute_ext_rays(M::Matrix{Float64}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:246 [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:23 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] top-level scope @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:22 compute_ext_rays: Error During Test at /home/pkgeval/.julia/packages/TPLib/uGSlE/test/runtests.jl:24 Test threw exception Expression: compute_ext_rays(Matrix{Int64}(undef, 0, 0), 0, :min) ≡ Matrix{MinPlus{Int64}}(undef, 0, 0) IOError: could not spawn `compute_ext_rays -min-plus 0`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn(::Base.CmdRedirect, ::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) (repeats 2 times) @ Base ./process.jl:179 [4] #883 @ ./process.jl:149 [inlined] [5] setup_stdios(f::Base.var"#883#884"{Base.CmdRedirect}, stdios::Vector{Union{RawFD, Base.FileRedirect, IO}}) @ Base ./process.jl:236 [6] _spawn @ ./process.jl:148 [inlined] [7] run(::Base.CmdRedirect; wait::Bool) @ Base ./process.jl:512 [8] run @ ./process.jl:510 [inlined] [9] compute_ext_rays(I::Matrix{MinPlus{Int64}}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:303 [10] compute_ext_rays(M::Matrix{Int64}, n::Int64, semiring::Symbol) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:259 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [12] macro expansion @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:24 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [14] top-level scope @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:22 compute_ext_rays: Error During Test at /home/pkgeval/.julia/packages/TPLib/uGSlE/test/runtests.jl:25 Test threw exception Expression: compute_ext_rays(Matrix{Float64}(undef, 0, 0), 0, :min) ≡ Matrix{MinPlus{Float64}}(undef, 0, 0) IOError: could not spawn `compute_ext_rays -min-plus -numerical-data ocaml_float 0`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn(::Base.CmdRedirect, ::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) (repeats 2 times) @ Base ./process.jl:179 [4] #883 @ ./process.jl:149 [inlined] [5] setup_stdios(f::Base.var"#883#884"{Base.CmdRedirect}, stdios::Vector{Union{RawFD, Base.FileRedirect, IO}}) @ Base ./process.jl:236 [6] _spawn @ ./process.jl:148 [inlined] [7] run(::Base.CmdRedirect; wait::Bool) @ Base ./process.jl:512 [8] run @ ./process.jl:510 [inlined] [9] compute_ext_rays(I::Matrix{MinPlus{Float64}}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:303 [10] compute_ext_rays(M::Matrix{Float64}, n::Int64, semiring::Symbol) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:259 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [12] macro expansion @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:25 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [14] top-level scope @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:22 compute_ext_rays: Error During Test at /home/pkgeval/.julia/packages/TPLib/uGSlE/test/runtests.jl:26 Test threw exception Expression: compute_ext_rays(Matrix{Int64}(undef, 0, 0), 5) ≡ convert(Matrix{MaxPlus{Int64}}, tropicalidentity(5)) IOError: could not spawn `compute_ext_rays 5`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn(::Base.CmdRedirect, ::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) (repeats 2 times) @ Base ./process.jl:179 [4] #883 @ ./process.jl:149 [inlined] [5] setup_stdios(f::Base.var"#883#884"{Base.CmdRedirect}, stdios::Vector{Union{RawFD, Base.FileRedirect, IO}}) @ Base ./process.jl:236 [6] _spawn @ ./process.jl:148 [inlined] [7] run(::Base.CmdRedirect; wait::Bool) @ Base ./process.jl:512 [8] run @ ./process.jl:510 [inlined] [9] compute_ext_rays(I::Matrix{MaxPlus{Int64}}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:303 [10] compute_ext_rays(M::Matrix{Int64}, n::Int64, semiring::Symbol) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:259 [11] compute_ext_rays(M::Matrix{Int64}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:246 [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:26 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] top-level scope @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:22 compute_ext_rays: Error During Test at /home/pkgeval/.julia/packages/TPLib/uGSlE/test/runtests.jl:27 Test threw exception Expression: compute_ext_rays(Matrix{Float64}(undef, 0, 0), 5) ≡ convert(Matrix{MaxPlus{Float64}}, tropicalidentity(5)) IOError: could not spawn `compute_ext_rays -numerical-data ocaml_float 5`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn(::Base.CmdRedirect, ::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) (repeats 2 times) @ Base ./process.jl:179 [4] #883 @ ./process.jl:149 [inlined] [5] setup_stdios(f::Base.var"#883#884"{Base.CmdRedirect}, stdios::Vector{Union{RawFD, Base.FileRedirect, IO}}) @ Base ./process.jl:236 [6] _spawn @ ./process.jl:148 [inlined] [7] run(::Base.CmdRedirect; wait::Bool) @ Base ./process.jl:512 [8] run @ ./process.jl:510 [inlined] [9] compute_ext_rays(I::Matrix{MaxPlus{Float64}}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:303 [10] compute_ext_rays(M::Matrix{Float64}, n::Int64, semiring::Symbol) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:259 [11] compute_ext_rays(M::Matrix{Float64}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:246 [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:27 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] top-level scope @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:22 compute_ext_rays: Error During Test at /home/pkgeval/.julia/packages/TPLib/uGSlE/test/runtests.jl:28 Test threw exception Expression: compute_ext_rays(Matrix{Int64}(undef, 0, 0), 5, :min) ≡ convert(Matrix{MinPlus{Int64}}, tropicalidentity(5)) IOError: could not spawn `compute_ext_rays -min-plus 5`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn(::Base.CmdRedirect, ::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) (repeats 2 times) @ Base ./process.jl:179 [4] #883 @ ./process.jl:149 [inlined] [5] setup_stdios(f::Base.var"#883#884"{Base.CmdRedirect}, stdios::Vector{Union{RawFD, Base.FileRedirect, IO}}) @ Base ./process.jl:236 [6] _spawn @ ./process.jl:148 [inlined] [7] run(::Base.CmdRedirect; wait::Bool) @ Base ./process.jl:512 [8] run @ ./process.jl:510 [inlined] [9] compute_ext_rays(I::Matrix{MinPlus{Int64}}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:303 [10] compute_ext_rays(M::Matrix{Int64}, n::Int64, semiring::Symbol) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:259 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [12] macro expansion @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:28 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [14] top-level scope @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:22 compute_ext_rays: Error During Test at /home/pkgeval/.julia/packages/TPLib/uGSlE/test/runtests.jl:29 Test threw exception Expression: compute_ext_rays(Matrix{Float64}(undef, 0, 0), 5, :min) ≡ convert(Matrix{MinPlus{Float64}}, tropicalidentity(5)) IOError: could not spawn `compute_ext_rays -min-plus -numerical-data ocaml_float 5`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn(::Base.CmdRedirect, ::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) (repeats 2 times) @ Base ./process.jl:179 [4] #883 @ ./process.jl:149 [inlined] [5] setup_stdios(f::Base.var"#883#884"{Base.CmdRedirect}, stdios::Vector{Union{RawFD, Base.FileRedirect, IO}}) @ Base ./process.jl:236 [6] _spawn @ ./process.jl:148 [inlined] [7] run(::Base.CmdRedirect; wait::Bool) @ Base ./process.jl:512 [8] run @ ./process.jl:510 [inlined] [9] compute_ext_rays(I::Matrix{MinPlus{Float64}}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:303 [10] compute_ext_rays(M::Matrix{Float64}, n::Int64, semiring::Symbol) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:259 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [12] macro expansion @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:29 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [14] top-level scope @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:22 compute_ext_rays: Error During Test at /home/pkgeval/.julia/packages/TPLib/uGSlE/test/runtests.jl:32 Test threw exception Expression: compute_ext_rays(A11, 5) ≡ convert(Matrix{MaxPlus{Float64}}, S11) IOError: could not spawn `compute_ext_rays -numerical-data ocaml_float 5`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn(::Base.CmdRedirect, ::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) (repeats 2 times) @ Base ./process.jl:179 [4] #883 @ ./process.jl:149 [inlined] [5] setup_stdios(f::Base.var"#883#884"{Base.CmdRedirect}, stdios::Vector{Union{RawFD, Base.FileRedirect, IO}}) @ Base ./process.jl:236 [6] _spawn @ ./process.jl:148 [inlined] [7] run(::Base.CmdRedirect; wait::Bool) @ Base ./process.jl:512 [8] run @ ./process.jl:510 [inlined] [9] compute_ext_rays(I::Matrix{MaxPlus{Float64}}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:303 [10] compute_ext_rays(M::Matrix{Float64}, n::Int64, semiring::Symbol) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:259 [11] compute_ext_rays(M::Matrix{Float64}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:246 [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:32 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] top-level scope @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:22 compute_ext_rays: Error During Test at /home/pkgeval/.julia/packages/TPLib/uGSlE/test/runtests.jl:33 Test threw exception Expression: compute_ext_rays(A13, 5) ≡ convert(Matrix{MaxPlus{Int64}}, S11) IOError: could not spawn `compute_ext_rays 5`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn(::Base.CmdRedirect, ::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) (repeats 2 times) @ Base ./process.jl:179 [4] #883 @ ./process.jl:149 [inlined] [5] setup_stdios(f::Base.var"#883#884"{Base.CmdRedirect}, stdios::Vector{Union{RawFD, Base.FileRedirect, IO}}) @ Base ./process.jl:236 [6] _spawn @ ./process.jl:148 [inlined] [7] run(::Base.CmdRedirect; wait::Bool) @ Base ./process.jl:512 [8] run @ ./process.jl:510 [inlined] [9] compute_ext_rays(I::Matrix{MaxPlus{Int64}}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:303 [10] compute_ext_rays(M::Matrix{Number}, n::Int64, semiring::Symbol) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:259 [11] compute_ext_rays(M::Matrix{Number}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:246 [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [13] macro expansion @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:33 [inlined] [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [15] top-level scope @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:22 compute_ext_rays: Error During Test at /home/pkgeval/.julia/packages/TPLib/uGSlE/test/runtests.jl:34 Test threw exception Expression: compute_ext_rays(convert(Matrix{MaxPlus{Int64}}, A13), 5) ≡ convert(Matrix{MaxPlus{Int64}}, S11) IOError: could not spawn `compute_ext_rays 5`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn(::Base.CmdRedirect, ::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) (repeats 2 times) @ Base ./process.jl:179 [4] #883 @ ./process.jl:149 [inlined] [5] setup_stdios(f::Base.var"#883#884"{Base.CmdRedirect}, stdios::Vector{Union{RawFD, Base.FileRedirect, IO}}) @ Base ./process.jl:236 [6] _spawn @ ./process.jl:148 [inlined] [7] run(::Base.CmdRedirect; wait::Bool) @ Base ./process.jl:512 [8] run @ ./process.jl:510 [inlined] [9] compute_ext_rays(I::Matrix{MaxPlus{Int64}}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:303 [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [11] macro expansion @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:34 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [13] top-level scope @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:22 compute_ext_rays: Error During Test at /home/pkgeval/.julia/packages/TPLib/uGSlE/test/runtests.jl:35 Test threw exception Expression: compute_ext_rays(convert(Matrix{MaxPlus{Float64}}, A13), 5) ≡ convert(Matrix{MaxPlus{Float64}}, S11) IOError: could not spawn `compute_ext_rays -numerical-data ocaml_float 5`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn(::Base.CmdRedirect, ::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) (repeats 2 times) @ Base ./process.jl:179 [4] #883 @ ./process.jl:149 [inlined] [5] setup_stdios(f::Base.var"#883#884"{Base.CmdRedirect}, stdios::Vector{Union{RawFD, Base.FileRedirect, IO}}) @ Base ./process.jl:236 [6] _spawn @ ./process.jl:148 [inlined] [7] run(::Base.CmdRedirect; wait::Bool) @ Base ./process.jl:512 [8] run @ ./process.jl:510 [inlined] [9] compute_ext_rays(I::Matrix{MaxPlus{Float64}}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:303 [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [11] macro expansion @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:35 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [13] top-level scope @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:22 compute_ext_rays: Error During Test at /home/pkgeval/.julia/packages/TPLib/uGSlE/test/runtests.jl:36 Test threw exception Expression: compute_ext_rays(A12, 5, :min) ≡ convert(Matrix{MinPlus{Float64}}, S12) IOError: could not spawn `compute_ext_rays -min-plus -numerical-data ocaml_float 5`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn(::Base.CmdRedirect, ::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) (repeats 2 times) @ Base ./process.jl:179 [4] #883 @ ./process.jl:149 [inlined] [5] setup_stdios(f::Base.var"#883#884"{Base.CmdRedirect}, stdios::Vector{Union{RawFD, Base.FileRedirect, IO}}) @ Base ./process.jl:236 [6] _spawn @ ./process.jl:148 [inlined] [7] run(::Base.CmdRedirect; wait::Bool) @ Base ./process.jl:512 [8] run @ ./process.jl:510 [inlined] [9] compute_ext_rays(I::Matrix{MinPlus{Float64}}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:303 [10] compute_ext_rays(M::Matrix{Float64}, n::Int64, semiring::Symbol) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:259 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [12] macro expansion @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:36 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [14] top-level scope @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:22 compute_ext_rays: Error During Test at /home/pkgeval/.julia/packages/TPLib/uGSlE/test/runtests.jl:37 Test threw exception Expression: compute_ext_rays(A13, 5, :min) ≡ convert(Matrix{MinPlus{Int64}}, S12) IOError: could not spawn `compute_ext_rays -min-plus 5`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn(::Base.CmdRedirect, ::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) (repeats 2 times) @ Base ./process.jl:179 [4] #883 @ ./process.jl:149 [inlined] [5] setup_stdios(f::Base.var"#883#884"{Base.CmdRedirect}, stdios::Vector{Union{RawFD, Base.FileRedirect, IO}}) @ Base ./process.jl:236 [6] _spawn @ ./process.jl:148 [inlined] [7] run(::Base.CmdRedirect; wait::Bool) @ Base ./process.jl:512 [8] run @ ./process.jl:510 [inlined] [9] compute_ext_rays(I::Matrix{MinPlus{Int64}}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:303 [10] compute_ext_rays(M::Matrix{Number}, n::Int64, semiring::Symbol) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:259 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [12] macro expansion @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:37 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [14] top-level scope @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:22 compute_ext_rays: Error During Test at /home/pkgeval/.julia/packages/TPLib/uGSlE/test/runtests.jl:38 Test threw exception Expression: compute_ext_rays(convert(Matrix{MinPlus{Int64}}, A13), 5) ≡ convert(Matrix{MinPlus{Int64}}, S12) IOError: could not spawn `compute_ext_rays -min-plus 5`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn(::Base.CmdRedirect, ::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) (repeats 2 times) @ Base ./process.jl:179 [4] #883 @ ./process.jl:149 [inlined] [5] setup_stdios(f::Base.var"#883#884"{Base.CmdRedirect}, stdios::Vector{Union{RawFD, Base.FileRedirect, IO}}) @ Base ./process.jl:236 [6] _spawn @ ./process.jl:148 [inlined] [7] run(::Base.CmdRedirect; wait::Bool) @ Base ./process.jl:512 [8] run @ ./process.jl:510 [inlined] [9] compute_ext_rays(I::Matrix{MinPlus{Int64}}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:303 [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [11] macro expansion @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:38 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [13] top-level scope @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:22 compute_ext_rays: Error During Test at /home/pkgeval/.julia/packages/TPLib/uGSlE/test/runtests.jl:39 Test threw exception Expression: compute_ext_rays(convert(Matrix{MinPlus{Float64}}, A13), 5) ≡ convert(Matrix{MinPlus{Float64}}, S12) IOError: could not spawn `compute_ext_rays -min-plus -numerical-data ocaml_float 5`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn(::Base.CmdRedirect, ::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) (repeats 2 times) @ Base ./process.jl:179 [4] #883 @ ./process.jl:149 [inlined] [5] setup_stdios(f::Base.var"#883#884"{Base.CmdRedirect}, stdios::Vector{Union{RawFD, Base.FileRedirect, IO}}) @ Base ./process.jl:236 [6] _spawn @ ./process.jl:148 [inlined] [7] run(::Base.CmdRedirect; wait::Bool) @ Base ./process.jl:512 [8] run @ ./process.jl:510 [inlined] [9] compute_ext_rays(I::Matrix{MinPlus{Float64}}, n::Int64) @ TPLib ~/.julia/packages/TPLib/uGSlE/src/TPLib.jl:303 [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [11] macro expansion @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:39 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [13] top-level scope @ ~/.julia/packages/TPLib/uGSlE/test/runtests.jl:22 Test Summary: | Error Total Time compute_ext_rays | 16 16 21.4s ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 16 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/TPLib/uGSlE/test/runtests.jl:20 Testing failed after 27.41s ERROR: LoadError: Package TPLib 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 65.87s: package tests unexpectedly errored