Package evaluation to test Cliquing on Julia 1.14.0-DEV.2386 (9e0b0ca1f2*) started at 2026-06-16T14:17:01.020 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.02s ################################################################################ # Installation # Installing Cliquing... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [570927c9] + Cliquing v2.1.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [570927c9] + Cliquing v2.1.1 [f28f55f0] + Memento v1.5.0 [ae029012] + Requires v1.3.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.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 [6462fe0b] + Sockets v1.11.0 [f489334b] + StyledStrings v1.13.0 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.3+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 4.34s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 4.4 s ✓ Cliquing 1 dependency successfully precompiled in 5 seconds. 15 already precompiled. Precompilation completed after 30.05s ################################################################################ # Testing # Testing Cliquing Status `/tmp/jl_qoC502/Project.toml` [570927c9] Cliquing v2.1.1 [f28f55f0] Memento v1.5.0 [37e2e46d] LinearAlgebra v1.14.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_qoC502/Manifest.toml` [570927c9] Cliquing v2.1.1 [f28f55f0] Memento v1.5.0 [ae029012] Requires v1.3.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.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 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.3+0 [4536629a] OpenBLAS_jll v0.3.33+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... [error | Cliquing]: ArgumentError: Input matrix not symmetric: Bool[1 1 1 0; 1 1 1 0; 0 1 1 1; 0 0 0 1] GreedyCliqing: Test Failed at /home/pkgeval/.julia/packages/Cliquing/Rq8cH/test/runtests.jl:111 Expression: greedycliquing(A, 2) Expected: Logger(Main) Thrown: ArgumentError("Input matrix not symmetric: Bool[1 1 1 0; 1 1 1 0; 0 1 1 1; 0 0 0 1]") First argument must be an exception type in three-argument form Stacktrace: [1] top-level scope @ ~/.julia/packages/Cliquing/Rq8cH/test/runtests.jl:8 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/Cliquing/Rq8cH/test/runtests.jl:9 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/Cliquing/Rq8cH/test/runtests.jl:49 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] macro expansion @ ~/.julia/packages/Cliquing/Rq8cH/test/runtests.jl:111 [inlined] Test Summary: | Pass Fail Total Time Cliquing.jl | 28 1 29 15.3s Greedy Cliquing: Routine | 28 1 29 15.2s AnyMaxClique | 3 3 5.8s NewClique | 2 2 0.0s CanMergeCliques | 1 1 0.0s UnionCliques | 2 2 0.0s GreedyCliqing | 20 1 21 9.4s Symmetric type | 3 3 0.4s RNG of the outermost testset: Random.Xoshiro(0x3f8e1cedf5e675d5, 0x10878606b05332e5, 0xf9b2410c45758af1, 0x58aeab9af442eb16, 0xbe66a57c100032d3) ERROR: LoadError: Some tests did not pass: 28 passed, 1 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Cliquing/Rq8cH/test/runtests.jl:7 Testing failed after 35.18s ERROR: LoadError: Package Cliquing 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:3247 [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 [8] include(mod::Module, _path::String) @ Base Base.jl:325 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 100.21s: package has test failures