Package evaluation to test EulerAngles on Julia 1.11.7 (58327cce5e*) started at 2025-10-28T15:13:30.860 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.61s ################################################################################ # Installation # Installing EulerAngles... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [754c60e7] + EulerAngles v0.2.1 Updating `~/.julia/environments/v1.11/Manifest.toml` [754c60e7] + EulerAngles v0.2.1 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.27+1 [8e850b90] + libblastrampoline_jll v5.11.0+0 Installation completed after 1.1s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 11.52s ################################################################################ # Testing # Testing EulerAngles Status `/tmp/jl_Z5oUXd/Project.toml` [754c60e7] EulerAngles v0.2.1 [37e2e46d] LinearAlgebra v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Z5oUXd/Manifest.toml` [754c60e7] EulerAngles v0.2.1 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 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 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [8dfed614] Test v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.27+1 [8e850b90] libblastrampoline_jll v5.11.0+0 Testing Running tests... Test Summary: | Pass Total Time Angles from random orthonormal matrix | 180 180 5.6s Orthonormal matrics from random angles: Test Failed at /home/pkgeval/.julia/packages/EulerAngles/xTFgA/test/runtests.jl:28 Expression: isapprox(angles_re.θs, angles.θs; atol = 1.0e-6) Evaluated: isapprox([-1.5685015930313124, 1.5250652780969085, -0.9521520803785373, -1.5276568811183782, -1.0478343398476904, 1.7006969364667246, 0.3655259160172405, 0.7535603628125981, 1.5687759859725772, 0.21200172547530655 … -0.7999854955841907, -0.6271735934182712, 0.28953367662327123, -0.8650762034182441, -0.9589115437219604, 0.9325208997424723, -0.6433199521964019, 0.13266219559623513, -2.3431464353162528, 0.7809416955123766], [-1.5685015930313344, 1.525065278306237, -0.9521520868176465, -1.5276571968568635, -1.0478470514241365, 1.7006969364667246, 0.36552591594281014, 0.7535603691980974, 1.56877596411191, 0.21204471772331482 … -0.7999854979977761, -0.6271735199712577, 0.28951637714931794, -0.8650796078525665, -0.958911558735525, 0.9325214530947515, -0.6434111072528955, 0.13266218819695041, -2.3431459583880274, 0.7809416599839003]; atol = 1.0e-6) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:680 [inlined] [2] macro expansion @ ~/.julia/packages/EulerAngles/xTFgA/test/runtests.jl:28 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1709 [inlined] [4] top-level scope @ ~/.julia/packages/EulerAngles/xTFgA/test/runtests.jl:23 Test Summary: | Pass Fail Total Time Orthonormal matrics from random angles | 139 1 140 4.8s ERROR: LoadError: Some tests did not pass: 139 passed, 1 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/EulerAngles/xTFgA/test/runtests.jl:22 Testing failed after 37.64s ERROR: LoadError: Package EulerAngles 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:2128 [3] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2011 [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 69.86s: package has test failures