Package evaluation to test MultiFloats on Julia 1.14.0-DEV.2224 (c07cf8ff6a*) started at 2026-05-23T19:44:33.906 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.94s ################################################################################ # 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.4 [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.13.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.1+0 [781609d7] + GMP_jll v6.3.0+2 [3a97d323] + MPFR_jll v4.2.2+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 4.53s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 26.19s ################################################################################ # Testing # Testing MultiFloats Status `/tmp/jl_ze3hI4/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_ze3hI4/Manifest.toml` [bdf0d083] MultiFloats v3.2.6 [aea7be01] PrecompileTools v1.3.4 [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.13.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.5.1+0 [781609d7] GMP_jll v6.3.0+2 [3a97d323] MPFR_jll v4.2.2+0 [4536629a] OpenBLAS_jll v0.3.33+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... Test Summary: | Pass Total Time construction from integers | 2523136 2523136 59.7s Test Summary: | Pass Total Time construction from floating-point numbers | 11010048 11010048 1m21.5s Test Summary: | Pass Total Time prevfloat/nextfloat round-trip | 33008 33008 22.7s Test Summary: | Pass Total Time scalar string conversion round-trip | 8224 8224 27.9s Test Summary: | Pass Total Time vector string conversion round-trip | 2048 2048 32.8s Test Summary: | Pass Total Time addition and subtraction | 8388608 8388608 1m02.5s Test Summary: | Pass Total Time multiplication | 8388608 8388608 56.0s Test Summary: | Pass Total Time reciprocal | 3708387 3708387 33.3s Test Summary: | Pass Total Time division | 3681620 3681620 37.8s Test Summary: | Pass Total Time reciprocal square root | 3708387 3708387 36.1s Test Summary: | Pass Total Time square root | 3700819 3700819 35.3s Test Summary: | Pass Total Time reciprocal cube root | 1854188 1854188 25.4s Test Summary: | Pass Total Time cube root | 1850527 1850527 23.2s Test Summary: | Pass Total Time LU decomposition (precompile) | 8 8 58.0s Test Summary: | Pass Total Time LU decomposition (4x4) | 262144 262144 2.6s Test Summary: | Pass Total Time LU decomposition (5x5) | 131072 131072 1.9s Test Summary: | Pass Total Time LU decomposition (12x12) | 16384 16384 1.8s Test Summary: | Pass Total Time LU decomposition (18x18) | 8192 8192 2.7s Test Summary: | Pass Total Time LU decomposition (25x25) | 2048 2048 1.7s Test Summary: | Pass Total Time QR decomposition (precompile) | 16 16 36.1s Test Summary: | Pass Total Time QR decomposition (4x4) | 262144 262144 2.4s Test Summary: | Pass Total Time QR decomposition (5x5) | 131072 131072 2.0s Test Summary: | Pass Total Time QR decomposition (12x12) | 16384 16384 2.1s Test Summary: | Pass Total Time QR decomposition (18x18) | 4096 4096 1.6s Test Summary: | Pass Total Time QR decomposition (25x25) | 2048 2048 2.1s Test Summary: | Pass Total Time Cholesky decomposition (precompile) | 8 8 11.6s Test Summary: | Pass Total Time Cholesky decomposition (4x4) | 262144 262144 2.5s Test Summary: | Pass Total Time Cholesky decomposition (5x5) | 131072 131072 1.9s Test Summary: | Pass Total Time Cholesky decomposition (12x12) | 16384 16384 1.8s Test Summary: | Pass Total Time Cholesky decomposition (18x18) | 4096 4096 1.4s Test Summary: | Pass Total Time Cholesky decomposition (25x25) | 2048 2048 1.7s Test Summary: | Pass Total Time linear solve (precompile) | 8 8 2m26.3s Test Summary: | Pass Total Time linear solve (4x4) | 262144 262144 1.9s 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.1s Test Summary: | Pass Total Time linear solve (25x25) | 8192 8192 2.4s Test Summary: | Pass Total Time triangular solve (precompile) | 16 16 8.7s Test Summary: | Pass Total Time triangular solve (4x4) | 524288 524288 2.0s Test Summary: | Pass Total Time triangular solve (5x5) | 262144 262144 1.3s Test Summary: | Pass Total Time triangular solve (12x12) | 131072 131072 2.1s Test Summary: | Pass Total Time triangular solve (18x18) | 65536 65536 2.0s Test Summary: | Pass Total Time triangular solve (25x25) | 32768 32768 1.7s Test Summary: | Pass Total Time unit triangular solve (precompile) | 16 16 6.5s Test Summary: | Pass Total Time unit triangular solve (4x4) | 524288 524288 1.8s Test Summary: | Pass Total Time unit triangular solve (5x5) | 262144 262144 1.2s Test Summary: | Pass Total Time unit triangular solve (12x12) | 131072 131072 1.9s 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 48.1s Test Summary: | Pass Total Time matrix inverse (4x4) | 65536 65536 1.7s Test Summary: | Pass Total Time matrix inverse (5x5) | 32768 32768 1.4s Test Summary: | Pass Total Time matrix inverse (12x12) | 4096 4096 1.6s Test Summary: | Pass Total Time matrix inverse (18x18) | 2048 2048 2.3s Test Summary: | Pass Total Time matrix inverse (25x25) | 1024 1024 2.9s Testing MultiFloats tests passed Testing completed after 954.91s PkgEval succeeded after 1016.52s