Package evaluation to test MultiFloats on Julia 1.14.0-DEV.2213 (dc778b8d37*) started at 2026-05-21T05:48:48.860 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.44s ################################################################################ # 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.92s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 25.75s ################################################################################ # Testing # Testing MultiFloats Status `/tmp/jl_lPO8zY/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_lPO8zY/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 57.9s Test Summary: | Pass Total Time construction from floating-point numbers | 11010048 11010048 1m17.2s Test Summary: | Pass Total Time prevfloat/nextfloat round-trip | 33008 33008 20.7s Test Summary: | Pass Total Time scalar string conversion round-trip | 8224 8224 27.6s Test Summary: | Pass Total Time vector string conversion round-trip | 2048 2048 32.0s Test Summary: | Pass Total Time addition and subtraction | 8388608 8388608 1m02.1s Test Summary: | Pass Total Time multiplication | 8388608 8388608 49.5s Test Summary: | Pass Total Time reciprocal | 3707902 3707902 29.8s Test Summary: | Pass Total Time division | 3681765 3681765 33.4s Test Summary: | Pass Total Time reciprocal square root | 3707902 3707902 31.1s Test Summary: | Pass Total Time square root | 3700518 3700518 31.0s Test Summary: | Pass Total Time reciprocal cube root | 1853592 1853592 23.4s Test Summary: | Pass Total Time cube root | 1849826 1849826 23.1s Test Summary: | Pass Total Time LU decomposition (precompile) | 8 8 53.1s Test Summary: | Pass Total Time LU decomposition (4x4) | 262144 262144 2.4s Test Summary: | Pass Total Time LU decomposition (5x5) | 131072 131072 2.1s Test Summary: | Pass Total Time LU decomposition (12x12) | 16384 16384 2.1s Test Summary: | Pass Total Time LU decomposition (18x18) | 8192 8192 3.1s Test Summary: | Pass Total Time LU decomposition (25x25) | 2048 2048 1.9s Test Summary: | Pass Total Time QR decomposition (precompile) | 16 16 33.5s 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.3s Test Summary: | Pass Total Time QR decomposition (18x18) | 4096 4096 1.7s Test Summary: | Pass Total Time QR decomposition (25x25) | 2048 2048 2.2s Test Summary: | Pass Total Time Cholesky decomposition (precompile) | 8 8 10.7s Test Summary: | Pass Total Time Cholesky decomposition (4x4) | 262144 262144 2.6s Test Summary: | Pass Total Time Cholesky decomposition (5x5) | 131072 131072 2.0s Test Summary: | Pass Total Time Cholesky decomposition (12x12) | 16384 16384 2.0s Test Summary: | Pass Total Time Cholesky decomposition (18x18) | 4096 4096 1.6s Test Summary: | Pass Total Time Cholesky decomposition (25x25) | 2048 2048 1.8s Test Summary: | Pass Total Time linear solve (precompile) | 8 8 2m26.9s Test Summary: | Pass Total Time linear solve (4x4) | 262144 262144 1.9s Test Summary: | Pass Total Time linear solve (5x5) | 131072 131072 1.4s 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.5s Test Summary: | Pass Total Time triangular solve (precompile) | 16 16 9.3s 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.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.8s Test Summary: | Pass Total Time unit triangular solve (4x4) | 524288 524288 1.9s Test Summary: | Pass Total Time unit triangular solve (5x5) | 262144 262144 1.1s 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 50.7s Test Summary: | Pass Total Time matrix inverse (4x4) | 65536 65536 1.8s Test Summary: | Pass Total Time matrix inverse (5x5) | 32768 32768 1.5s Test Summary: | Pass Total Time matrix inverse (12x12) | 4096 4096 2.5s Test Summary: | Pass Total Time matrix inverse (18x18) | 2048 2048 2.4s Test Summary: | Pass Total Time matrix inverse (25x25) | 1024 1024 3.0s Testing MultiFloats tests passed Testing completed after 911.88s PkgEval succeeded after 981.85s