Package evaluation of VectorInterface on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T07:18:52.679 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.88s ################################################################################ # Installation # Installing VectorInterface... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [409d34a3] + VectorInterface v0.5.0 Updating `~/.julia/environments/v1.11/Manifest.toml` [409d34a3] + VectorInterface v0.5.0 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.11.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.09s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.15s ################################################################################ # Testing # Testing VectorInterface Status `/tmp/jl_2t3QLm/Project.toml` [4c88cf16] Aqua v0.8.11 [5ed8adda] TestExtras v0.3.1 [409d34a3] VectorInterface v0.5.0 [37e2e46d] LinearAlgebra v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_2t3QLm/Manifest.toml` [4c88cf16] Aqua v0.8.11 [34da2185] Compat v4.16.0 [5ed8adda] TestExtras v0.3.1 [409d34a3] VectorInterface v0.5.0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.2.0 [44cfe95a] Pkg v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [deac9b47] LibCURL_jll v8.6.0+0 [e37daf67] LibGit2_jll v1.7.2+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.6+0 [14a3606d] MozillaCACerts_jll v2023.12.12 [4536629a] OpenBLAS_jll v0.3.27+1 [83775a58] Zlib_jll v1.2.13+1 [8e850b90] libblastrampoline_jll v5.11.0+0 [8e850ede] nghttp2_jll v1.59.0+0 [3f19e933] p7zip_jll v17.4.0+2 Testing Running tests... Testing One and Zero ==================== Test Summary: | Pass Total Time equalities | 9 9 0.1s Test Summary: | Pass Total Time arithmetic | 161 161 3.3s Test Summary: | Pass Total Time promotion | 126 126 0.1s Testing with simple numerical array =================================== Test Summary: | Pass Total Time scalartype | 4 4 0.3s Test Summary: | Pass Total Time zerovector | 12 12 4.4s Test Summary: | Pass Total Time scale | 32 32 1m04.5s Test Summary: | Pass Total Time add | 42 42 9.6s Test Summary: | Pass Total Time inner | 4 4 0.2s Testing with MinimalMVec ======================= Test Summary: | Pass Total Time scalartype | 2 2 0.0s Test Summary: | Pass Total Time zerovector | 12 12 0.6s Test Summary: | Pass Total Time scale | 32 32 2.3s Test Summary: | Pass Total Time add | 42 42 1.6s Test Summary: | Pass Total Time inner | 4 4 0.1s Testing with MinimalSVec ======================= WARNING: replacing module Minimal. Test Summary: | Pass Total Time scalartype | 2 2 0.0s ┌ Warning: The function `zerovector!` is not implemented for (values of) type `VectorInterface.MinimalVec{false, Vector{Float64}}`; │ this fallback will disappear in future versions of VectorInterface.jl └ @ VectorInterface ~/.julia/packages/VectorInterface/J6qCR/src/fallbacks.jl:41 Test Summary: | Pass Total Time zerovector | 11 11 2.6s ┌ Warning: The function `scale!` is not implemented for (values of) type `Tuple{VectorInterface.MinimalVec{false, Vector{Float64}}, Float64}`; │ this fallback will disappear in future versions of VectorInterface.jl └ @ VectorInterface ~/.julia/packages/VectorInterface/J6qCR/src/fallbacks.jl:80 ┌ Warning: The function `scale!` is not implemented for (values of) type `Tuple{VectorInterface.MinimalVec{false, Vector{Float64}}, VectorInterface.MinimalVec{false, Vector{Float64}}, Float64}`; │ this fallback will disappear in future versions of VectorInterface.jl └ @ VectorInterface ~/.julia/packages/VectorInterface/J6qCR/src/fallbacks.jl:103 Test Summary: | Pass Total Time scale | 24 24 0.2s ┌ Warning: The function `add!` is not implemented for (values of) type `Tuple{VectorInterface.MinimalVec{false, Vector{Float64}}, VectorInterface.MinimalVec{false, Vector{Float64}}, One, One}`; │ this fallback will disappear in future versions of VectorInterface.jl └ @ VectorInterface ~/.julia/packages/VectorInterface/J6qCR/src/fallbacks.jl:143 Test Summary: | Pass Total Time add | 34 34 0.4s Test Summary: | Pass Total Time inner | 4 4 0.1s Testing with complicated composite object ========================================= Test Summary: | Pass Total Time scalartype | 4 4 0.0s Test Summary: | Pass Total Time zerovector | 12 12 9.2s Test Summary: | Pass Total Time scale | 28 28 30.0s Test Summary: | Pass Total Time add | 42 42 39.7s Test Summary: | Pass Total Time inner | 4 4 1.6s Testing fallbacks with unsupported object ========================================= ┌ Warning: The function `scalartype` is not implemented for (values of) type `Main.Unsupported.SimpleVec{Matrix{Float64}}`; │ this fallback will disappear in future versions of VectorInterface.jl └ @ VectorInterface ~/.julia/packages/VectorInterface/J6qCR/src/fallbacks.jl:20 Test Summary: | Pass Total Time scalartype | 4 4 0.1s ┌ Warning: The function `zerovector` is not implemented for (values of) type `Tuple{Main.Unsupported.SimpleVec{Matrix{Float64}}, Float64}`; │ this fallback will disappear in future versions of VectorInterface.jl └ @ VectorInterface ~/.julia/packages/VectorInterface/J6qCR/src/fallbacks.jl:32 ┌ Warning: The function `zerovector!!` is not implemented for (values of) type `Main.Unsupported.SimpleVec{Matrix{Float64}}`; │ this fallback will disappear in future versions of VectorInterface.jl └ @ VectorInterface ~/.julia/packages/VectorInterface/J6qCR/src/fallbacks.jl:50 Test Summary: | Pass Total Time zerovector | 12 12 3.5s ┌ Warning: The function `scale` is not implemented for (values of) type `Tuple{Main.Unsupported.SimpleVec{Matrix{Float64}}, Float64}`; │ this fallback will disappear in future versions of VectorInterface.jl └ @ VectorInterface ~/.julia/packages/VectorInterface/J6qCR/src/fallbacks.jl:67 ┌ Warning: The function `scale!!` is not implemented for (values of) type `Tuple{Main.Unsupported.SimpleVec{Matrix{Float64}}, Float64}`; │ this fallback will disappear in future versions of VectorInterface.jl └ @ VectorInterface ~/.julia/packages/VectorInterface/J6qCR/src/fallbacks.jl:91 ┌ Warning: The function `scale!!` is not implemented for (values of) type `Tuple{Main.Unsupported.SimpleVec{Matrix{Float64}}, Main.Unsupported.SimpleVec{Matrix{Float64}}, Float64}`; │ this fallback will disappear in future versions of VectorInterface.jl └ @ VectorInterface ~/.julia/packages/VectorInterface/J6qCR/src/fallbacks.jl:113 Test Summary: | Pass Total Time scale | 27 27 1.7s ┌ Warning: The function `add` is not implemented for (values of) type `Tuple{Main.Unsupported.SimpleVec{Matrix{Float64}}, Main.Unsupported.SimpleVec{Matrix{Float64}}, One, One}`; │ this fallback will disappear in future versions of VectorInterface.jl └ @ VectorInterface ~/.julia/packages/VectorInterface/J6qCR/src/fallbacks.jl:131 ┌ Warning: The function `add!!` is not implemented for (values of) type `Tuple{Main.Unsupported.SimpleVec{Matrix{Float64}}, Main.Unsupported.SimpleVec{Matrix{Float64}}, One, One}`; │ this fallback will disappear in future versions of VectorInterface.jl └ @ VectorInterface ~/.julia/packages/VectorInterface/J6qCR/src/fallbacks.jl:163 Test Summary: | Pass Total Time add | 50 50 6.8s ┌ Warning: The function `inner` is not implemented for (values of) type `Tuple{Main.Unsupported.SimpleVec{Matrix{Float64}}, Main.Unsupported.SimpleVec{Matrix{Float64}}}`; │ this fallback will disappear in future versions of VectorInterface.jl └ @ VectorInterface ~/.julia/packages/VectorInterface/J6qCR/src/fallbacks.jl:196 Test Summary: | Pass Total Time inner | 4 4 0.2s Testing previously reported issues ================================== Test Summary: | Pass Total Time test set | 6 6 0.3s Test Summary: | Pass Total Time test set | 1 1 0.0s Quality control test with Aqua.jl ================================= Test Summary: | Pass Total Time Method ambiguity | 1 1 6.7s Test Summary: | Pass Total Time Unbound type parameters | 1 1 0.2s Test Summary: | Pass Total Time Undefined exports | 1 1 0.0s Test Summary: | Pass Total Time Compare Project.toml and test/Project.toml | 1 1 0.0s Test Summary: | Pass Total Time Stale dependencies | 1 1 3.5s Test Summary: | Pass Total Time Compat bounds | 4 4 0.7s Test Summary: | Pass Total Time Piracy | 1 1 0.3s Test Summary: | Pass Total Time Persistent tasks | 1 1 10.4s Testing VectorInterface tests passed Testing completed after 236.97s PkgEval succeeded after 268.97s