Package evaluation of ScikitSpatial on Julia 1.12.0-DEV.2153 (83dcbd426d*) started at 2025-03-31T10:28:16.532 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.32s ################################################################################ # Installation # Installing ScikitSpatial... Resolving package versions... Installed StaticArraysCore ─ v1.4.3 Installed Statistics ─────── v1.11.1 Installed Preferences ────── v1.4.3 Installed PrecompileTools ── v1.3.0 Installed StaticArrays ───── v1.9.13 Installed ScikitSpatial ──── v0.2.0 Updating `~/.julia/environments/v1.12/Project.toml` [e57cb7e2] + ScikitSpatial v0.2.0 Updating `~/.julia/environments/v1.12/Manifest.toml` [aea7be01] + PrecompileTools v1.3.0 [21216c6a] + Preferences v1.4.3 [e57cb7e2] + ScikitSpatial v0.2.0 [90137ffa] + StaticArrays v1.9.13 [1e83bf80] + StaticArraysCore v1.4.3 [10745b16] + Statistics v1.11.1 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.12.0+0 Installation completed after 1.24s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 6552.0 ms ✓ TestEnv 1 dependency successfully precompiled in 8 seconds. 25 already precompiled. Precompiling package dependencies... Precompilation completed after 49.86s ################################################################################ # Testing # Testing ScikitSpatial Status `/tmp/jl_nRulSP/Project.toml` [59287772] Formatting v0.4.3 [e57cb7e2] ScikitSpatial v0.2.0 [90137ffa] StaticArrays v1.9.13 [8dfed614] Test v1.11.0 Status `/tmp/jl_nRulSP/Manifest.toml` [59287772] Formatting v0.4.3 [aea7be01] PrecompileTools v1.3.0 [21216c6a] Preferences v1.4.3 [e57cb7e2] ScikitSpatial v0.2.0 [90137ffa] StaticArrays v1.9.13 [1e83bf80] StaticArraysCore v1.4.3 [10745b16] Statistics v1.11.1 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.12.0+0 Testing Running tests... Test Summary: | Pass Total Time Line | 13 13 3.4s Test Summary: | Pass Total Time Plane | 13 13 0.3s Test Summary: | Pass Total Time Vector aliases | 4 4 0.1s Test Summary: | Pass Total Time Circle/Sphere construction | 8 8 0.2s Test Summary: | Pass Total Time Cosine Similarity | 5 5 0.4s Test Summary: | Pass Total Time Angle between vectors | 4 4 0.0s Test Summary: | Pass Total Time Distance between points | 6 6 0.4s Test Summary: | Pass Total Time Distance from point to line | 8 8 1.0s Test Summary: | Pass Total Time Is zero | 9 9 0.1s Test Summary: | Pass Total Time Is Parallel | 18 18 0.9s Test Summary: | Pass Total Time Is Perpendicular | 8 8 0.2s Test Summary: | Pass Total Time Are coplanar | 7 7 1.6s Test Summary: | Pass Total Time Point on surface of line | 8 8 0.4s Test Summary: | Pass Total Time Lines are approximately equal | 13 13 0.8s Test Summary: | Pass Total Time Vector-vector projection | 8 8 0.7s Test Summary: | Pass Total Time Point-line projection | 9 9 0.9s Test Summary: | Pass Total Time Point-plane projection | 11 11 0.1s Intersection of two lines: Error During Test at /home/pkgeval/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:5 Test threw exception Expression: intersect(line_a, line_b) == [0, 0] UndefVarError: `intersect` not defined in `Main` Hint: It looks like two or more modules export different bindings with this name, resulting in ambiguity. Try explicitly importing it from a particular module, or qualifying the name with the module it should come from. Hint: a global variable of this name also exists in Base. Stacktrace: [1] top-level scope @ ~/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:3 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1771 [inlined] [3] macro expansion @ ~/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:5 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:676 [inlined] Intersection of two lines: Error During Test at /home/pkgeval/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:8 Test threw exception Expression: intersect(line_a, line_b) == [5, 0] UndefVarError: `intersect` not defined in `Main` Hint: It looks like two or more modules export different bindings with this name, resulting in ambiguity. Try explicitly importing it from a particular module, or qualifying the name with the module it should come from. Hint: a global variable of this name also exists in Base. Stacktrace: [1] top-level scope @ ~/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:3 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1771 [inlined] [3] macro expansion @ ~/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:8 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:676 [inlined] Intersection of two lines: Error During Test at /home/pkgeval/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:10 Test threw exception Expression: intersect(Line([0, 0], [1, 1]), Line([1, 0], [1, -1])) == [0.5, 0.5] UndefVarError: `intersect` not defined in `Main` Hint: It looks like two or more modules export different bindings with this name, resulting in ambiguity. Try explicitly importing it from a particular module, or qualifying the name with the module it should come from. Hint: a global variable of this name also exists in Base. Stacktrace: [1] top-level scope @ ~/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:3 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1771 [inlined] [3] macro expansion @ ~/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:676 [inlined] Intersection of two lines: Error During Test at /home/pkgeval/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:12 Test threw exception Expression: intersect(Line([0, 0, 0], [1, 1, 1]), Line([1, 1, 0], [0, 0, 1])) ≈ ones(3) UndefVarError: `intersect` not defined in `Main` Hint: It looks like two or more modules export different bindings with this name, resulting in ambiguity. Try explicitly importing it from a particular module, or qualifying the name with the module it should come from. Hint: a global variable of this name also exists in Base. Stacktrace: [1] top-level scope @ ~/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:3 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1771 [inlined] [3] macro expansion @ ~/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:12 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:676 [inlined] Intersection of two lines: Error During Test at /home/pkgeval/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:1 Got exception outside of a @test UndefVarError: `intersect` not defined in `Main` Hint: It looks like two or more modules export different bindings with this name, resulting in ambiguity. Try explicitly importing it from a particular module, or qualifying the name with the module it should come from. Hint: a global variable of this name also exists in Base. Stacktrace: [1] top-level scope @ ~/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:3 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1771 [inlined] [3] macro expansion @ ~/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:16 [inlined] [4] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:304 [5] top-level scope @ ~/.julia/packages/ScikitSpatial/cQdej/test/computations/base.jl:4 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:304 [7] top-level scope @ ~/.julia/packages/ScikitSpatial/cQdej/test/runtests.jl:7 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:304 [9] top-level scope @ none:6 [10] eval(m::Module, e::Any) @ Core ./boot.jl:489 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:294 [12] _start() @ Base ./client.jl:560 Test Summary: | Error Total Time Intersection of two lines | 5 5 9.1s RNG of the outermost testset: Random.Xoshiro(0xdbae08a7e4dbeaa6, 0x6a855e4e14cb4e6d, 0x04832e3635362354, 0x3aae3eead4e40c47, 0xcc91c30cff88dc82) ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 5 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:1 in expression starting at /home/pkgeval/.julia/packages/ScikitSpatial/cQdej/test/computations/base.jl:4 in expression starting at /home/pkgeval/.julia/packages/ScikitSpatial/cQdej/test/runtests.jl:7 Testing failed after 39.24s ERROR: LoadError: Package ScikitSpatial errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{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.12/Pkg/src/Operations.jl:2365 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2220 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{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.12/Pkg/src/API.jl:486 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:164 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:152 [7] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:152 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:151 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:303 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:328 [12] _start() @ Base ./client.jl:560 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 116.21s: package tests unexpectedly errored