Package evaluation to test TheEggman on Julia 1.14.0-DEV.3081 (21a70e450d*) started at 2026-09-01T12:25:57.462 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 33.27s ################################################################################ # Installation # Installing TheEggman... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [d2b1023c] + TheEggman v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [d2b1023c] + TheEggman v0.1.0 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.14.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.7+0 [4536629a] + OpenBLAS_jll v0.3.34+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 3.92s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1.6 s ✓ TheEggman 14.3 s ✓ StaticArrays 1.6 s ✓ Adapt → AdaptStaticArraysExt 8.7 s ✓ KernelAbstractions 2.0 s ✓ KernelAbstractions → LinearAlgebraExt 4.8 s ✓ TheEggman → TheEggmanKernelAbstractionsExt 6 dependencies successfully precompiled in 33 seconds. 21 already precompiled. Precompilation completed after 78.1s ################################################################################ # Testing # Testing TheEggman Status `/tmp/jl_UpWwjR/Project.toml` [63c18a36] KernelAbstractions v0.9.42 [d2b1023c] TheEggman v0.1.0 [37e2e46d] LinearAlgebra v1.14.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_UpWwjR/Manifest.toml` [79e6a3ab] Adapt v4.7.0 [a9b6321e] Atomix v1.1.3 [63c18a36] KernelAbstractions v0.9.42 [1914dd2f] MacroTools v0.5.16 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [ae029012] Requires v1.3.1 [90137ffa] StaticArrays v1.9.19 [1e83bf80] StaticArraysCore v1.4.4 [d2b1023c] TheEggman v0.1.0 [013be700] UnsafeAtomics v0.3.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.14.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 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.7+0 [4536629a] OpenBLAS_jll v0.3.34+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... views and wrappers cost nothing extra: Test Failed at /home/pkgeval/.julia/packages/TheEggman/rqJqq/test/runtests.jl:488 Expression: alloc_of(hafnian_repeated, W, rpt) == base_alloc_rep Evaluated: 180768 == 180736 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] macro expansion @ ~/.julia/packages/TheEggman/rqJqq/test/runtests.jl:488 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [4] macro expansion @ ~/.julia/packages/TheEggman/rqJqq/test/runtests.jl:472 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [6] top-level scope @ ~/.julia/packages/TheEggman/rqJqq/test/runtests.jl:51 views and wrappers cost nothing extra: Test Failed at /home/pkgeval/.julia/packages/TheEggman/rqJqq/test/runtests.jl:486 Expression: alloc_of(hafnian, W) == base_alloc Evaluated: 178416 == 178384 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] [2] macro expansion @ ~/.julia/packages/TheEggman/rqJqq/test/runtests.jl:486 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [4] macro expansion @ ~/.julia/packages/TheEggman/rqJqq/test/runtests.jl:472 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [6] top-level scope @ ~/.julia/packages/TheEggman/rqJqq/test/runtests.jl:51 Test Summary: | Pass Fail Total Time TheEggman.jl | 569 2 571 2m56.6s hafnian: small closed forms | 4 4 22.9s hafnian: odd sizes vanish | 4 4 0.7s hafnian vs brute force | 12 12 0.3s hafnian: element types | 6 6 31.9s hafnian: inclusion–exclusion agrees with Glynn | 3 3 0.2s sieve default is inclusion–exclusion | 13 13 3.9s hafnian: threading is deterministic in value | 3 3 0.1s hafnian: Gaussian reduction matches Householder | 3 3 2.9s Hessenberg reductions agree on the characteristic polynomial | 8 8 7.3s all three strategies agree | 63 63 0.7s DP_MAX is exactly the packing limit | 4 4 0.0s DP plan structure | 106 106 3.4s wide Int64 plans | 15 15 0.9s DP threading is exact and level-safe | 16 16 0.1s DP is at least as accurate as the sieve | 6 6 21.2s method selection | 11 11 0.0s strategy choice does not drift with thread count | 30 30 0.3s a backend steers the strategy and is never ignored silently | 34 34 0.7s unrolled crossover picks the faster path | 10 10 0.1s unrolled expansion bookkeeping | 12 12 0.3s matched_reps | 20 20 0.1s hafnian_repeated vs brute force | 11 11 0.0s hafnian_repeated: consistency with hafnian | 4 4 0.0s hafnian_repeated: edge cases | 4 4 0.0s views and wrappers cost nothing extra | 62 2 64 47.7s unrolled path allocates nothing | 12 12 0.0s return type is inferrable | 9 9 0.7s symmetry check: tolerance matches isapprox | 10 10 0.1s check_symmetric=false skips validation only | 9 9 0.0s Symmetric wrappers skip the check but agree | 9 9 10.6s input validation | 4 4 0.6s no allocation in the sieve inner loop | 1 1 0.1s GPU backend (KernelAbstractions, CPU backend) | 51 51 15.6s RNG of the outermost testset: Xoshiro(0x9a81963ea5df85a4, 0x992c5b08b77fdca0, 0x389bf65b26c707c7, 0xe5236a7089bdd00c, 0xc50a60345272f2bb) ERROR: LoadError: Some tests did not pass: 569 passed, 2 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/TheEggman/rqJqq/test/runtests.jl:50 Testing failed after 291.28s ERROR: LoadError: Package TheEggman errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/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.14/Pkg/src/Operations.jl:3283 [3] 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.14/Pkg/src/API.jl:587 [4] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 435.59s: package has test failures