Package evaluation to test CycleWalk on Julia 1.14.0-DEV.14 (ec5cf08762*) started at 2025-11-02T16:17:18.733 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.63s ################################################################################ # Installation # Installing CycleWalk... Resolving package versions... Installed Bzip2_jll ──────────── v1.0.9+0 Installed CodecZlib ──────────── v0.7.8 Installed ArnoldiMethod ──────── v0.4.0 Installed MacroTools ─────────── v0.5.16 Installed DataStructures ─────── v0.18.22 Installed TranscodingStreams ─── v0.11.3 Installed Hungarian ──────────── v0.7.0 Installed Compat ─────────────── v4.18.1 Installed OrderedCollections ─── v1.8.1 Installed Combinatorics ──────── v1.0.3 Installed Statistics ─────────── v1.11.1 Installed SimpleWeightedGraphs ─ v1.5.0 Installed StaticArraysCore ───── v1.4.4 Installed PrecompileTools ────── v1.3.3 Installed CodecBzip2 ─────────── v0.8.5 Installed SimpleTraits ───────── v0.9.5 Installed JSON3 ──────────────── v1.14.3 Installed RandomNumbers ──────── v1.6.0 Installed StaticArrays ───────── v1.9.15 Installed CycleWalk ──────────── v0.1.6 Installed Parsers ────────────── v2.8.3 Installed JLLWrappers ────────── v1.7.1 Installed JSON ───────────────── v0.21.4 Installed StructTypes ────────── v1.11.0 Installed Preferences ────────── v1.5.0 Installed Inflate ────────────── v0.1.5 Installed Graphs ─────────────── v1.13.1 Installed AtlasIO ────────────── v0.1.0 Installing 1 artifacts Installed artifact Bzip2 503.5 KiB Updating `~/.julia/environments/v1.14/Project.toml` [ac9cec89] + CycleWalk v0.1.6 Updating `~/.julia/environments/v1.14/Manifest.toml` [ec485272] + ArnoldiMethod v0.4.0 [d44f5655] + AtlasIO v0.1.0 [523fee87] + CodecBzip2 v0.8.5 [944b1d66] + CodecZlib v0.7.8 [861a8166] + Combinatorics v1.0.3 [34da2185] + Compat v4.18.1 [ac9cec89] + CycleWalk v0.1.6 ⌅ [864edb3b] + DataStructures v0.18.22 [86223c79] + Graphs v1.13.1 [e91730f6] + Hungarian v0.7.0 [d25df0c9] + Inflate v0.1.5 [692b3bcd] + JLLWrappers v1.7.1 ⌅ [682c06a0] + JSON v0.21.4 [0f8b85d8] + JSON3 v1.14.3 [1914dd2f] + MacroTools v0.5.16 [bac558e1] + OrderedCollections v1.8.1 [69de0a69] + Parsers v2.8.3 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.0 [e6cf234a] + RandomNumbers v1.6.0 [699a6c99] + SimpleTraits v0.9.5 [47aef6b3] + SimpleWeightedGraphs v1.5.0 [90137ffa] + StaticArrays v1.9.15 [1e83bf80] + StaticArraysCore v1.4.4 [10745b16] + Statistics v1.11.1 [856f2bd8] + StructTypes v1.11.0 [3bb67fe8] + TranscodingStreams v0.11.3 [6e34b625] + Bzip2_jll v1.0.9+0 [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 [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.11.0 [fa267f1f] + TOML v1.0.3 [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 [83775a58] + Zlib_jll v1.3.1+2 [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 12.06s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 4824.2 ms ✓ TestEnv 1 dependency successfully precompiled in 5 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/nGMfF/src/julia-1.11/common.jl:75 │ [2] test_dir_has_project_file │ @ ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:52 [inlined] │ [3] maybe_gen_project_override! │ @ ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:83 [inlined] │ [4] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/activate_set.jl:12 │ [5] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/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... 3994.3 ms ✓ MacroTools 1152.3 ms ✓ Statistics 1003.7 ms ✓ StaticArraysCore 1351.9 ms ✓ OrderedCollections 1690.0 ms ✓ RandomNumbers 1936.2 ms ✓ Combinatorics 981.2 ms ✓ Inflate 1209.8 ms ✓ TranscodingStreams 1271.6 ms ✓ Hungarian 1634.9 ms ✓ StructTypes 1166.1 ms ✓ Compat 1109.4 ms ✓ Preferences 3333.2 ms ✓ SimpleTraits 1576.4 ms ✓ Statistics → SparseArraysExt 1024.3 ms ✓ CodecZlib 906.4 ms ✓ Compat → CompatLinearAlgebraExt 1150.9 ms ✓ JLLWrappers 823.6 ms ✓ PrecompileTools 3488.3 ms ✓ DataStructures 1474.3 ms ✓ Bzip2_jll 12192.5 ms ✓ StaticArrays 15316.5 ms ✓ Parsers 1056.3 ms ✓ CodecBzip2 1325.6 ms ✓ StaticArrays → StaticArraysStatisticsExt 3629.1 ms ✓ ArnoldiMethod 12386.7 ms ✓ JSON3 3485.5 ms ✓ JSON 9245.5 ms ✓ Graphs 1510.5 ms ✓ AtlasIO 3367.6 ms ✓ SimpleWeightedGraphs 5020.6 ms ✓ CycleWalk 31 dependencies successfully precompiled in 101 seconds. 17 already precompiled. Precompilation completed after 115.24s ################################################################################ # Testing # Testing CycleWalk Status `/tmp/jl_IyDLVS/Project.toml` [d44f5655] AtlasIO v0.1.0 [861a8166] Combinatorics v1.0.3 [ac9cec89] CycleWalk v0.1.6 ⌅ [864edb3b] DataStructures v0.18.22 [86223c79] Graphs v1.13.1 [e91730f6] Hungarian v0.7.0 ⌅ [682c06a0] JSON v0.21.4 [e6cf234a] RandomNumbers v1.6.0 [47aef6b3] SimpleWeightedGraphs v1.5.0 [ade2ca70] Dates v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_IyDLVS/Manifest.toml` [ec485272] ArnoldiMethod v0.4.0 [d44f5655] AtlasIO v0.1.0 [523fee87] CodecBzip2 v0.8.5 [944b1d66] CodecZlib v0.7.8 [861a8166] Combinatorics v1.0.3 [34da2185] Compat v4.18.1 [ac9cec89] CycleWalk v0.1.6 ⌅ [864edb3b] DataStructures v0.18.22 [86223c79] Graphs v1.13.1 [e91730f6] Hungarian v0.7.0 [d25df0c9] Inflate v0.1.5 [692b3bcd] JLLWrappers v1.7.1 ⌅ [682c06a0] JSON v0.21.4 [0f8b85d8] JSON3 v1.14.3 [1914dd2f] MacroTools v0.5.16 [bac558e1] OrderedCollections v1.8.1 [69de0a69] Parsers v2.8.3 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 [e6cf234a] RandomNumbers v1.6.0 [699a6c99] SimpleTraits v0.9.5 [47aef6b3] SimpleWeightedGraphs v1.5.0 [90137ffa] StaticArrays v1.9.15 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [856f2bd8] StructTypes v1.11.0 [3bb67fe8] TranscodingStreams v0.11.3 [6e34b625] Bzip2_jll v1.0.9+0 [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.11.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.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [83775a58] Zlib_jll v1.3.1+2 [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... small square test graph (unweighted), 4 districts, pop=8, gamma∈{0,1}: Test Failed at /home/pkgeval/.julia/packages/CycleWalk/m5L3p/test/test_cases/small_square_p88_unweighted.jl:14 Expression: all([is_close(v / steps, ce_to_count[k] / 654) for (k, v) = observed_cuts]) Evaluated: all(Bool[0, 1, 1, 1]) Stacktrace: [1] top-level scope @ ~/.julia/packages/CycleWalk/m5L3p/test/test_cases/small_square_p88_unweighted.jl:3 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/CycleWalk/m5L3p/test/test_cases/small_square_p88_unweighted.jl:14 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] Test Summary: | Pass Fail Total Time CycleWalk Tests | 11 1 12 3m45.1s small square test graph (unweighted), 4 districts, pop=8, gamma∈{0,1} | 3 1 4 1m39.8s small square test graph (weighted), 4 districts, pop=8, gamma∈{0,1} | 4 4 1m01.0s small square test graph (polsby-popper), 4 districts, pop=8, gamma∈{0,1} | 4 4 1m03.3s RNG of the outermost testset: Random.Xoshiro(0x422ced3e883ba711, 0x3aad38f91c8dade2, 0xc72325789f6807ee, 0x4d897521b2ddffea, 0xf4a68770defed7c3) ERROR: LoadError: Some tests did not pass: 11 passed, 1 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/CycleWalk/m5L3p/test/runtests.jl:65 Testing failed after 251.87s ERROR: LoadError: Package CycleWalk 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:2936 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2785 [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 415.98s: package has test failures