Package evaluation to test EulerAngles on Julia 1.14.0-DEV.2113 (886384998d*) started at 2026-05-05T08:39:35.447 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.93s ################################################################################ # Installation # Installing EulerAngles... Resolving package versions... Installed EulerAngles ─ v0.2.1 Updating `~/.julia/environments/v1.14/Project.toml` [754c60e7] + EulerAngles v0.2.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [754c60e7] + EulerAngles v0.2.1 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.1+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.23s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.6 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 0.9 s ✓ EulerAngles 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. Precompilation completed after 27.05s ################################################################################ # Testing # Testing EulerAngles Status `/tmp/jl_CpOQwd/Project.toml` [754c60e7] EulerAngles v0.2.1 [37e2e46d] LinearAlgebra v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_CpOQwd/Manifest.toml` [754c60e7] EulerAngles v0.2.1 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.1+0 [4536629a] OpenBLAS_jll v0.3.33+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... Test Summary: | Pass Total Time Angles from random orthonormal matrix | 180 180 2.5s 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([0.9435978386853403, -1.0069342208354648, -0.7541717914629412, -1.1932890659202666, -1.2257556040422675, 0.3417769667489123, 0.04702695817714742, 1.566310662180048, 1.140751134609816, -0.006978674591749315 … 0.5961396631706013, -0.14797147705831304, 0.8715471788453802, 1.200712389970582, 0.3843875328575247, 1.3328113501851044, 2.468282170551341, 0.1594388330524557, -2.5727531421378904, 1.1888818687475948], [0.9435978386853404, -1.006934220835465, -0.7541717914629418, -1.193289065920269, -1.225755604042288, 0.34177696674893504, 0.04702695817714742, 1.566310662180005, 1.1407511345887753, -0.006978674591483282 … 0.5961397294000715, -0.1479715541637873, 0.8716022596251598, 1.2008209888788364, 0.3843875520231638, 1.3328113307964295, 2.4682049741619596, 0.15943875831850696, -2.572753398268313, 1.1888819538191582]; atol = 1.0e-6) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] macro expansion @ ~/.julia/packages/EulerAngles/xTFgA/test/runtests.jl:28 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [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 5.2s RNG of the outermost testset: Random.Xoshiro(0xc34506430ebff225, 0x024d7d8f25d8424b, 0x1f6e5ba81a7d9799, 0x8d1f8a61d7a63662, 0x433211e5ea482bb1) 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 36.05s ERROR: LoadError: Package EulerAngles errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/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.14/Pkg/src/Operations.jl:3162 [3] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3025 [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.14/Pkg/src/API.jl:586 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [7] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [8] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:326 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:352 [12] _start() @ Base ./client.jl:593 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 97.16s: package has test failures