Package evaluation to test MultiFloats on Julia 1.14.0-DEV.2058 (afc71c255e*) started at 2026-04-19T13:29:57.357 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.04s ################################################################################ # Installation # Installing MultiFloats... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [bdf0d083] + MultiFloats v3.2.6 Updating `~/.julia/environments/v1.14/Manifest.toml` [bdf0d083] + MultiFloats v3.2.6 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.2 [fdea26ae] + SIMD v3.7.2 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [781609d7] + GMP_jll v6.3.0+2 [3a97d323] + MPFR_jll v4.2.2+0 [4536629a] + OpenBLAS_jll v0.3.30+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 4.84s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 26.55s ################################################################################ # Testing # Testing MultiFloats ┌ Warning: could not download https://pkg.julialang.org/registries │ exception = RequestError: Could not resolve host: pkg.julialang.org while requesting https://pkg.julialang.org/registries └ @ Pkg.Registry /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Registry/Registry.jl:121 Status `/tmp/jl_zkRczQ/Project.toml` [bdf0d083] MultiFloats v3.2.6 [fdea26ae] SIMD v3.7.2 [37e2e46d] LinearAlgebra v1.13.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 [3a97d323] MPFR_jll v4.2.2+0 Status `/tmp/jl_zkRczQ/Manifest.toml` [bdf0d083] MultiFloats v3.2.6 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.2 [fdea26ae] SIMD v3.7.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates 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 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [781609d7] GMP_jll v6.3.0+2 [3a97d323] MPFR_jll v4.2.2+0 [4536629a] OpenBLAS_jll v0.3.30+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... Test Summary: | Pass Total Time construction from integers | 2523136 2523136 57.7s Test Summary: | Pass Total Time construction from floating-point numbers | 11010048 11010048 1m17.5s Test Summary: | Pass Total Time prevfloat/nextfloat round-trip | 33008 33008 20.9s Test Summary: | Pass Total Time scalar string conversion round-trip | 8224 8224 28.0s Test Summary: | Pass Total Time vector string conversion round-trip | 2048 2048 31.7s Test Summary: | Pass Total Time addition and subtraction | 8388608 8388608 53.5s Test Summary: | Pass Total Time multiplication | 8388608 8388608 53.9s Test Summary: | Pass Total Time reciprocal | 3708744 3708744 32.8s Test Summary: | Pass Total Time division | 3681391 3681391 36.0s Test Summary: | Pass Total Time reciprocal square root | 3708744 3708744 35.5s Test Summary: | Pass Total Time square root | 3701046 3701046 33.3s Test Summary: | Pass Total Time reciprocal cube root | 1854038 1854038 25.3s Test Summary: | Pass Total Time cube root | 1850222 1850222 22.2s Test Summary: | Pass Total Time LU decomposition (precompile) | 8 8 54.7s Test Summary: | Pass Total Time LU decomposition (4x4) | 262144 262144 2.9s Test Summary: | Pass Total Time LU decomposition (5x5) | 131072 131072 1.8s Test Summary: | Pass Total Time LU decomposition (12x12) | 16384 16384 1.8s Test Summary: | Pass Total Time LU decomposition (18x18) | 8192 8192 2.6s Test Summary: | Pass Total Time LU decomposition (25x25) | 2048 2048 1.6s Test Summary: | Pass Total Time QR decomposition (precompile) | 16 16 33.0s Test Summary: | Pass Total Time QR decomposition (4x4) | 262144 262144 2.2s Test Summary: | Pass Total Time QR decomposition (5x5) | 131072 131072 1.8s Test Summary: | Pass Total Time QR decomposition (12x12) | 16384 16384 2.0s Test Summary: | Pass Total Time QR decomposition (18x18) | 4096 4096 1.6s Test Summary: | Pass Total Time QR decomposition (25x25) | 2048 2048 2.0s Test Summary: | Pass Total Time Cholesky decomposition (precompile) | 8 8 11.0s Test Summary: | Pass Total Time Cholesky decomposition (4x4) | 262144 262144 2.3s Test Summary: | Pass Total Time Cholesky decomposition (5x5) | 131072 131072 1.8s Test Summary: | Pass Total Time Cholesky decomposition (12x12) | 16384 16384 1.8s Test Summary: | Pass Total Time Cholesky decomposition (18x18) | 4096 4096 1.3s Test Summary: | Pass Total Time Cholesky decomposition (25x25) | 2048 2048 1.7s Test Summary: | Pass Total Time linear solve (precompile) | 8 8 2m14.0s Test Summary: | Pass Total Time linear solve (4x4) | 262144 262144 1.8s Test Summary: | Pass Total Time linear solve (5x5) | 131072 131072 1.3s Test Summary: | Pass Total Time linear solve (12x12) | 65536 65536 3.4s Test Summary: | Pass Total Time linear solve (18x18) | 16384 16384 2.2s Test Summary: | Pass Total Time linear solve (25x25) | 8192 8192 2.4s Test Summary: | Pass Total Time triangular solve (precompile) | 16 16 8.1s Test Summary: | Pass Total Time triangular solve (4x4) | 524288 524288 2.0s Test Summary: | Pass Total Time triangular solve (5x5) | 262144 262144 1.2s Test Summary: | Pass Total Time triangular solve (12x12) | 131072 131072 2.0s Test Summary: | Pass Total Time triangular solve (18x18) | 65536 65536 1.9s Test Summary: | Pass Total Time triangular solve (25x25) | 32768 32768 1.7s Test Summary: | Pass Total Time unit triangular solve (precompile) | 16 16 5.8s Test Summary: | Pass Total Time unit triangular solve (4x4) | 524288 524288 2.2s Test Summary: | Pass Total Time unit triangular solve (5x5) | 262144 262144 1.1s Test Summary: | Pass Total Time unit triangular solve (12x12) | 131072 131072 2.0s Test Summary: | Pass Total Time unit triangular solve (18x18) | 65536 65536 1.9s Test Summary: | Pass Total Time unit triangular solve (25x25) | 32768 32768 1.7s Test Summary: | Pass Total Time matrix inverse (precompile) | 8 8 42.5s Test Summary: | Pass Total Time matrix inverse (4x4) | 65536 65536 1.8s Test Summary: | Pass Total Time matrix inverse (5x5) | 32768 32768 1.4s Test Summary: | Pass Total Time matrix inverse (12x12) | 4096 4096 1.5s Test Summary: | Pass Total Time matrix inverse (18x18) | 2048 2048 2.3s Test Summary: | Pass Total Time matrix inverse (25x25) | 1024 1024 2.8s Testing MultiFloats tests passed Testing completed after 904.41s PkgEval succeeded after 967.67s