Package evaluation of ScikitSpatial on Julia 1.13.0-DEV.111 (ce76dbf07d*) started at 2025-02-27T21:37:18.087 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 7.97s ################################################################################ # Installation # Installing ScikitSpatial... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [e57cb7e2] + ScikitSpatial v0.2.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.4.3 [e57cb7e2] + ScikitSpatial v0.2.0 [90137ffa] + StaticArrays v1.9.12 [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.06s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 17.8s ################################################################################ # Testing # Testing ScikitSpatial Status `/tmp/jl_5WO9pf/Project.toml` [59287772] Formatting v0.4.3 [e57cb7e2] ScikitSpatial v0.2.0 [90137ffa] StaticArrays v1.9.12 [8dfed614] Test v1.11.0 Status `/tmp/jl_5WO9pf/Manifest.toml` [59287772] Formatting v0.4.3 [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [e57cb7e2] ScikitSpatial v0.2.0 [90137ffa] StaticArrays v1.9.12 [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.1s 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` Stacktrace: [1] top-level scope @ ~/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:3 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/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.13/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` Stacktrace: [1] top-level scope @ ~/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:3 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/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.13/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` Stacktrace: [1] top-level scope @ ~/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:3 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/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.13/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` Stacktrace: [1] top-level scope @ ~/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:3 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/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.13/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` Stacktrace: [1] top-level scope @ ~/.julia/packages/ScikitSpatial/cQdej/test/computations/intersection.jl:3 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/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:308 [5] top-level scope @ ~/.julia/packages/ScikitSpatial/cQdej/test/computations/base.jl:4 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:308 [7] top-level scope @ ~/.julia/packages/ScikitSpatial/cQdej/test/runtests.jl:7 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:308 [9] top-level scope @ none:6 [10] eval(m::Module, e::Any) @ Core ./boot.jl:488 [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 8.3s RNG of the outermost testset: Random.Xoshiro(0x6e928d383e60d1c8, 0x6a90720860cea9e3, 0xc633250c556ca65e, 0xf79ec8d98e0d9a5b, 0x529b1a81ee4b47c4) 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 37.53s ERROR: LoadError: Package ScikitSpatial errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/Operations.jl:2386 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2241 [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.13/Pkg/src/API.jl:486 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:164 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [7] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.13/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:307 [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 80.66s: package tests unexpectedly errored