Package evaluation of BitPermutations on Julia 1.13.0-DEV.896 (efa4faf9a4*) started at 2025-07-25T10:58:00.086 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 14.48s ################################################################################ # Installation # Installing BitPermutations... Resolving package versions... Installed Combinatorics ─── v1.0.3 Installed SIMD ──────────── v3.7.1 Installed Preferences ───── v1.4.3 Installed PrecompileTools ─ v1.3.2 Installed BitPermutations ─ v0.3.0 Updating `~/.julia/environments/v1.13/Project.toml` [81206824] + BitPermutations v0.3.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [81206824] + BitPermutations v0.3.0 [861a8166] + Combinatorics v1.0.3 [aea7be01] + PrecompileTools v1.3.2 [21216c6a] + Preferences v1.4.3 [fdea26ae] + SIMD v3.7.1 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 Installation completed after 4.41s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 3612.6 ms ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 26 already precompiled. Precompiling package dependencies... Precompilation completed after 53.34s ################################################################################ # Testing # Testing BitPermutations Status `/tmp/jl_Wa1Myz/Project.toml` [c3b6d118] BitIntegers v0.3.5 [81206824] BitPermutations v0.3.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_Wa1Myz/Manifest.toml` [c3b6d118] BitIntegers v0.3.5 [81206824] BitPermutations v0.3.0 [861a8166] Combinatorics v1.0.3 [aea7be01] PrecompileTools v1.3.2 [21216c6a] Preferences v1.4.3 [fdea26ae] SIMD v3.7.1 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.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 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 Testing Running tests... ┌ Info: ENV["BIT_PERMUTATIONS_USE_INTRINSICS"] = nothing │ USE_BMI2 = true └ USE_AVX512 = false Test Summary: | Pass Total Time Bits{UInt8} | 33 33 1.6s Test Summary: | Pass Total Time Bits{UInt16} | 33 33 0.9s Test Summary: | Pass Total Time Bits{UInt32} | 33 33 1.3s Test Summary: | Pass Total Time Bits{UInt64} | 33 33 1.2s Test Summary: | Pass Total Time Bits{UInt128} | 33 33 1.3s Test Summary: | Pass Total Time Bits{UInt256} | 32 32 3.0s Test Summary: | Pass Total Time Bits{UInt512} | 32 32 3.7s Test Summary: | Pass Total Time Bits{UInt1024} | 32 32 6.4s Test Summary: | Pass Total Time Primitives for type UInt8 | 108 108 1.3s Test Summary: | Pass Total Time Primitives for type UInt16 | 108 108 1.0s Test Summary: | Pass Total Time Primitives for type UInt32 | 108 108 1.0s Test Summary: | Pass Total Time Primitives for type UInt64 | 108 108 1.0s Test Summary: | Pass Total Time Primitives for type UInt128 | 108 108 1.0s Test Summary: | Pass Total Time Primitives for type UInt256 | 108 108 1.6s Test Summary: | Pass Total Time Primitives for type UInt512 | 108 108 2.7s Test Summary: | Pass Total Time Primitives for type UInt1024 | 108 108 5.7s BenesNetwork{UInt8}: Error During Test at /home/pkgeval/.julia/packages/BitPermutations/Jsfmq/test/runtests.jl:112 Got exception outside of a @test return type BenesNetwork{UInt8} does not match inferred return type Any Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] macro expansion @ ~/.julia/packages/BitPermutations/Jsfmq/test/runtests.jl:118 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1947 [inlined] [4] top-level scope @ ~/.julia/packages/BitPermutations/Jsfmq/test/runtests.jl:1970 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:312 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core ./boot.jl:489 [8] exec_options(opts::Base.JLOptions) @ Base ./client.jl:286 [9] _start() @ Base ./client.jl:553 Test Summary: | Error Total Time BenesNetwork{UInt8} | 1 1 7.2s RNG of the outermost testset: Xoshiro(0xa379de7eeeb2a4e8, 0x953dccb6b532b3af, 0xf597b8ff8cfd652a, 0xccd7337c571680d1, 0xc90c4a0730db3f7e) ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/BitPermutations/Jsfmq/test/runtests.jl:112 Testing failed after 66.9s ERROR: LoadError: Package BitPermutations errored during testing Stacktrace: [1] pkgerror(::String, ::Vararg{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:2661 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2510 [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] 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 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [7] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:155 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:311 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:320 [12] _start() @ Base ./client.jl:553 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 155.1s: package tests unexpectedly errored