Package evaluation to test ZigZagBoomerang on Julia 1.14.0-DEV.1299 (6d6224db99*) started at 2025-11-27T14:50:21.587 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.83s ################################################################################ # Installation # Installing ZigZagBoomerang... Resolving package versions... Installed RecipesBase ───────────────── v1.3.4 Installed Indexing ──────────────────── v1.1.1 Installed IteratorInterfaceExtensions ─ v1.0.0 Installed Compat ────────────────────── v4.18.1 Installed OrderedCollections ────────── v1.8.1 Installed ArnoldiMethod ─────────────── v0.4.0 Installed MacroTools ────────────────── v0.5.16 Installed DataStructures ────────────── v0.18.22 Installed DataAPI ───────────────────── v1.16.0 Installed Trajectories ──────────────── v0.2.2 Installed DataValueInterfaces ───────── v1.0.0 Installed Statistics ────────────────── v1.11.1 Installed ProgressMeter ─────────────── v1.11.0 Installed RandomNumbers ─────────────── v1.6.0 Installed StaticArrays ──────────────── v1.9.15 Installed PrecompileTools ───────────── v1.3.3 Installed StaticArraysCore ──────────── v1.4.4 Installed SimpleTraits ──────────────── v0.9.5 Installed Tables ────────────────────── v1.12.1 Installed Requires ──────────────────── v1.3.1 Installed TableTraits ───────────────── v1.0.1 Installed PDMats ────────────────────── v0.11.36 Installed Preferences ───────────────── v1.5.0 Installed Inflate ───────────────────── v0.1.5 Installed Dictionaries ──────────────── v0.3.29 Installed Graphs ────────────────────── v1.13.1 Installed ZigZagBoomerang ───────────── v0.13.1 Updating `~/.julia/environments/v1.14/Project.toml` [36347407] + ZigZagBoomerang v0.13.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [ec485272] + ArnoldiMethod v0.4.0 [34da2185] + Compat v4.18.1 [9a962f9c] + DataAPI v1.16.0 ⌅ [864edb3b] + DataStructures v0.18.22 [e2d170a0] + DataValueInterfaces v1.0.0 ⌅ [85a47980] + Dictionaries v0.3.29 [86223c79] + Graphs v1.13.1 [313cdc1a] + Indexing v1.1.1 [d25df0c9] + Inflate v0.1.5 [82899510] + IteratorInterfaceExtensions v1.0.0 [1914dd2f] + MacroTools v0.5.16 [bac558e1] + OrderedCollections v1.8.1 [90014a1f] + PDMats v0.11.36 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.0 [92933f4c] + ProgressMeter v1.11.0 [e6cf234a] + RandomNumbers v1.6.0 [3cdcf5f2] + RecipesBase v1.3.4 [ae029012] + Requires v1.3.1 [699a6c99] + SimpleTraits v0.9.5 [90137ffa] + StaticArrays v1.9.15 [1e83bf80] + StaticArraysCore v1.4.4 [10745b16] + Statistics v1.11.1 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.1 [2c80a279] + Trajectories v0.2.2 [36347407] + ZigZagBoomerang v0.13.1 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [8ba89e20] + Distributed 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 [a63ad114] + Mmap v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization v1.11.0 [1a1011a3] + SharedArrays v1.11.0 [6462fe0b] + Sockets v1.11.0 [2f01184e] + SparseArrays v1.13.0 [f489334b] + StyledStrings v1.13.0 [4607b0f0] + SuiteSparse [fa267f1f] + TOML v1.0.3 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 3.92s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... WARNING: Imported binding Operations.project_rel_path was undeclared at import time during import to TestEnv. 4290.3 ms ✓ TestEnv 1 dependency successfully precompiled in 4 seconds. 27 already precompiled. 1 dependency had output during precompilation: ┌ TestEnv │ WARNING: Imported binding Operations.project_rel_path was undeclared at import time during import to TestEnv. └ ┌ Error: Failed to use TestEnv.jl; test dependencies will not be precompiled │ exception = │ UndefVarError: `project_rel_path` not defined in `TestEnv` │ Suggestion: this global was defined as `Pkg.Operations.project_rel_path` but not assigned a value. │ Stacktrace: │ [1] get_test_dir(ctx::Pkg.Types.Context, pkgspec::PackageSpec) │ @ TestEnv ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/common.jl:75 │ [2] test_dir_has_project_file │ @ ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/common.jl:52 [inlined] │ [3] maybe_gen_project_override! │ @ ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/common.jl:83 [inlined] │ [4] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/activate_set.jl:12 │ [5] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/activate_set.jl:9 │ [6] top-level scope │ @ /PkgEval.jl/scripts/precompile.jl:24 │ [7] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [8] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:344 │ [9] _start() │ @ Base ./client.jl:577 └ @ Main /PkgEval.jl/scripts/precompile.jl:26 Precompiling package dependencies... Precompiling packages... 4112.9 ms ✓ MacroTools 1701.4 ms ✓ Statistics 1092.4 ms ✓ DataAPI 906.6 ms ✓ DataValueInterfaces 1024.2 ms ✓ StaticArraysCore 1312.9 ms ✓ Requires 1207.7 ms ✓ OrderedCollections 1593.0 ms ✓ RandomNumbers 775.7 ms ✓ Indexing 960.0 ms ✓ Inflate 760.6 ms ✓ IteratorInterfaceExtensions 1074.2 ms ✓ SuiteSparse 1448.7 ms ✓ ProgressMeter 1015.5 ms ✓ Compat 1081.1 ms ✓ Preferences 3196.9 ms ✓ SimpleTraits 1259.2 ms ✓ Statistics → SparseArraysExt 2050.3 ms ✓ Dictionaries 720.9 ms ✓ TableTraits 1806.8 ms ✓ PDMats 780.4 ms ✓ Compat → CompatLinearAlgebraExt 889.7 ms ✓ PrecompileTools 1791.3 ms ✓ Tables 3963.9 ms ✓ DataStructures 2699.0 ms ✓ RecipesBase 13071.7 ms ✓ StaticArrays 1447.2 ms ✓ Trajectories 1379.0 ms ✓ StaticArrays → StaticArraysStatisticsExt 3809.4 ms ✓ ArnoldiMethod 8962.3 ms ✓ Graphs 5208.0 ms ✓ ZigZagBoomerang 31 dependencies successfully precompiled in 73 seconds. 18 already precompiled. Precompilation completed after 88.12s ################################################################################ # Testing # Testing ZigZagBoomerang Status `/tmp/jl_tIfa39/Project.toml` ⌅ [864edb3b] DataStructures v0.18.22 ⌅ [85a47980] Dictionaries v0.3.29 [86223c79] Graphs v1.13.1 [90014a1f] PDMats v0.11.36 [92933f4c] ProgressMeter v1.11.0 [e6cf234a] RandomNumbers v1.6.0 [ae029012] Requires v1.3.1 [90137ffa] StaticArrays v1.9.15 [10745b16] Statistics v1.11.1 [09ab397b] StructArrays v0.7.2 [2c80a279] Trajectories v0.2.2 [36347407] ZigZagBoomerang v0.13.1 [37e2e46d] LinearAlgebra v1.13.0 [9a3f8284] Random v1.11.0 [2f01184e] SparseArrays v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_tIfa39/Manifest.toml` [ec485272] ArnoldiMethod v0.4.0 [34da2185] Compat v4.18.1 [187b0558] ConstructionBase v1.6.0 [9a962f9c] DataAPI v1.16.0 ⌅ [864edb3b] DataStructures v0.18.22 [e2d170a0] DataValueInterfaces v1.0.0 ⌅ [85a47980] Dictionaries v0.3.29 [86223c79] Graphs v1.13.1 [313cdc1a] Indexing v1.1.1 [d25df0c9] Inflate v0.1.5 [82899510] IteratorInterfaceExtensions v1.0.0 [1914dd2f] MacroTools v0.5.16 [bac558e1] OrderedCollections v1.8.1 [90014a1f] PDMats v0.11.36 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 [92933f4c] ProgressMeter v1.11.0 [e6cf234a] RandomNumbers v1.6.0 [3cdcf5f2] RecipesBase v1.3.4 [ae029012] Requires v1.3.1 [699a6c99] SimpleTraits v0.9.5 [90137ffa] StaticArrays v1.9.15 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [09ab397b] StructArrays v0.7.2 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [2c80a279] Trajectories v0.2.2 [36347407] ZigZagBoomerang v0.13.1 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed 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 [a63ad114] Mmap v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [1a1011a3] SharedArrays v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.0 [4607b0f0] SuiteSparse [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... Test Summary: | Pass Total Time Poisson | 206 206 1.3s Boomerang1d: Test Failed at /home/pkgeval/.julia/packages/ZigZagBoomerang/BNuRn/test/test1d.jl:43 Expression: abs(est2 - σ2) < 5 / sqrt(length(out2)) Evaluated: 0.06718197863536068 < 0.04702564066699708 Stacktrace: [1] top-level scope @ ~/.julia/packages/ZigZagBoomerang/BNuRn/test/test1d.jl:3 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/ZigZagBoomerang/BNuRn/test/test1d.jl:36 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/ZigZagBoomerang/BNuRn/test/test1d.jl:43 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] Test Summary: | Pass Fail Total Time 1D | 12 1 13 8.1s ZigZag1d | 5 5 2.3s Boomerang1d | 3 1 4 5.1s Boomerang1dNoncentredSub | 4 4 0.3s RNG of the outermost testset: Xoshiro(0xfff0241072ddab67, 0xc53bc12f4c3f0b4e, 0x56d451780b2dd4ba, 0x50a4aa153d208dd8, 0x3649a58b3b63d5db) ERROR: LoadError: Some tests did not pass: 12 passed, 1 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/ZigZagBoomerang/BNuRn/test/test1d.jl:2 in expression starting at /home/pkgeval/.julia/packages/ZigZagBoomerang/BNuRn/test/runtests.jl:12 Testing failed after 24.44s ERROR: LoadError: Package ZigZagBoomerang 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:2946 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2795 [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.14/Pkg/src/API.jl:572 [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.14/Pkg/src/API.jl:548 [6] 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 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [12] include(mod::Module, _path::String) @ Base ./Base.jl:309 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 188.7s: package has test failures