Package evaluation of SmallCollections on Julia 1.13.0-DEV.985 (9c94e7ae32*) started at 2025-08-14T11:45:41.014 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.79s ################################################################################ # Installation # Installing SmallCollections... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [2b935e18] + SmallCollections v0.5.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [c3b6d118] + BitIntegers v0.3.5 [adafc99b] + CpuId v0.3.1 [2b935e18] + SmallCollections v0.5.0 [2a0f44e3] + Base64 v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [d6f4376e] + Markdown v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [f489334b] + StyledStrings v1.11.0 Installation completed after 3.72s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 24.72s ################################################################################ # Testing # Testing SmallCollections Status `/tmp/jl_RNJrpO/Project.toml` [198e06fe] BangBang v0.4.4 [c3b6d118] BitIntegers v0.3.5 [adafc99b] CpuId v0.3.1 [2b935e18] SmallCollections v0.5.0 [8bd03d06] StructEqualHash v0.1.4 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_RNJrpO/Manifest.toml` [7d9f7c33] Accessors v0.1.42 [198e06fe] BangBang v0.4.4 [c3b6d118] BitIntegers v0.3.5 [a33af91c] CompositionsBase v0.1.2 [187b0558] ConstructionBase v1.6.0 [adafc99b] CpuId v0.3.1 [22cec73e] InitialValues v0.3.1 [3587e190] InverseFunctions v0.1.17 [1914dd2f] MacroTools v0.5.16 [2b935e18] SmallCollections v0.5.0 [8bd03d06] StructEqualHash v0.1.4 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.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 v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.13.1+0 Testing Running tests... Test Summary: | Pass Total Time bitsize | 14 14 0.4s Test Summary: | Pass Total Time top_set_bit | 32 32 0.8s Test Summary: | Pass Total Time SmallBitSet | 114 114 5.7s Test Summary: | Pass Total Time SmallBitSet first/min etc | 40 40 0.6s Test Summary: | Pass Total Time SmallBitSet in/subset | 4672 4672 0.7s Test Summary: | Pass Total Time SmallBitSet push/pop etc | 100 100 9.8s Test Summary: | Pass Total Time SmallBitSet union etc | 192 192 2.0s Test Summary: | Pass Total Time SmallBitSet rand | 5 5 0.1s Test Summary: | Pass Total Time FixedVector | 1944 1944 34.8s Test Summary: | Pass Total Time FixedVector indices | 4772 4772 10.1s Test Summary: | Pass Total Time FixedVector bool inds | 140 140 6.0s Test Summary: | Pass Total Time FixedVector vec inds | 256 256 12.1s Test Summary: | Pass Total Time FixedVector reverse | 13860 13860 14.5s Test Summary: | Pass Total Time FixedVector bits | 690 690 10.6s Test Summary: | Pass Total Time FixedVector circshift | 3550 3550 24.3s Test Summary: | Pass Total Time FixedVector sum/max | 720 720 12.7s Test Summary: | Pass Total Time FixedVector map | 674 674 25.6s Test Summary: | Pass Total Time FixedVector find | 7200 7200 2m06.1s Test Summary: | Pass Total Time FixedVector support | 96 96 3.3s Test Summary: | Pass Total Time FixedVector rand | 88 88 3.6s Test Summary: | Pass Total Time SmallVector | 13816 13816 1m50.3s Test Summary: | Pass Total Time SmallVector indices | 57575 57575 20.4s Test Summary: | Pass Total Time SmallVector bool inds | 372 372 4.6s Test Summary: | Pass Total Time SmallVector vec inds | 568 568 9.8s Test Summary: | Pass Total Time SmallVector zeros | 2640 2640 5.4s Test Summary: | Pass Total Time SmallVector reverse | 37730 37730 14.9s Test Summary: | Pass Total Time SmallVector push/pop | 26368 26368 1m48.1s Test Summary: | Pass Total Time SmallVector push!/pop! | 10546 10546 26.0s Test Summary: | Pass Total Time SmallVector circshift | 17820 17820 16.7s Test Summary: | Pass Broken Total Time SmallVector add/mul | 29752 109 29861 4m28.0s Test Summary: | Pass Total Time SmallVector sum/max | 3396 3396 1m10.8s Test Summary: | Pass Total Time SmallVector map | 4044 4044 1m53.9s expression: count(!iszero, v; init = Int32(0)) expected result: count(!iszero, u; init = Int32(0)) expected type: Int32 location: /home/pkgeval/.julia/packages/SmallCollections/R7F9z/test/smallvector.jl:574 SmallVector find: Error During Test at /home/pkgeval/.julia/packages/SmallCollections/R7F9z/test/smallvector.jl:540 Got exception outside of a @test return type Int32 does not match inferred return type Union{Int32, Int64} Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] macro expansion @ ~/.julia/packages/SmallCollections/R7F9z/test/runtests.jl:17 [inlined] [3] macro expansion @ ~/.julia/packages/SmallCollections/R7F9z/test/smallvector.jl:574 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [5] top-level scope @ ~/.julia/packages/SmallCollections/R7F9z/test/smallvector.jl:541 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:309 [7] IncludeInto @ ./Base.jl:310 [inlined] [8] foreach(f::Base.IncludeInto, itr::Vector{String}) @ Base ./abstractarray.jl:3202 [9] top-level scope @ ~/.julia/packages/SmallCollections/R7F9z/test/runtests.jl:101 [10] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:309 [11] top-level scope @ none:6 [12] eval(m::Module, e::Any) @ Core ./boot.jl:489 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [14] _start() @ Base ./client.jl:563 Test Summary: | Pass Error Total Time SmallVector find | 3102 1 3103 19.3s RNG of the outermost testset: Random.Xoshiro(0x8ee91b1fc30a1872, 0x98f374cfbdc8ce7d, 0x03d95cb32d5bced7, 0x293e66aacee6b9a1, 0x8db717ba877ea183) ERROR: LoadError: Some tests did not pass: 3102 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/SmallCollections/R7F9z/test/smallvector.jl:540 in expression starting at /home/pkgeval/.julia/packages/SmallCollections/R7F9z/test/runtests.jl:101 Testing failed after 1153.63s ERROR: LoadError: Package SmallCollections errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/Operations.jl:2672 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2521 [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.13/Pkg/src/API.jl:538 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:515 [6] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:168 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:157 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [9] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:155 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [12] include(mod::Module, _path::String) @ Base ./Base.jl:308 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:330 [14] _start() @ Base ./client.jl:563 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 1209.5s: package tests unexpectedly errored