Package evaluation to test Harbor on Julia 1.14.0-DEV.3081 (21a70e450d*) started at 2026-09-01T14:56:07.504 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 30.67s ################################################################################ # Installation # Installing Harbor... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [af79dbb9] + Harbor v1.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [af79dbb9] + Harbor v1.1.0 [682c06a0] + JSON v1.7.1 ⌅ [69de0a69] + Parsers v2.8.7 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [ec057cc2] + StructUtils v2.8.5 [ade2ca70] + Dates v1.11.0 [56ddb016] + Logging v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [6462fe0b] + Sockets v1.11.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.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 4.15s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 2.6 s ✓ Harbor 1 dependency successfully precompiled in 3 seconds. 18 already precompiled. Precompilation completed after 45.86s ################################################################################ # Testing # Testing Harbor Status `/tmp/jl_bugPCZ/Project.toml` [af79dbb9] Harbor v1.1.0 [682c06a0] JSON v1.7.1 [ade2ca70] Dates v1.11.0 [56ddb016] Logging v1.11.0 [6462fe0b] Sockets v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_bugPCZ/Manifest.toml` [af79dbb9] Harbor v1.1.0 [682c06a0] JSON v1.7.1 ⌅ [69de0a69] Parsers v2.8.7 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [ec057cc2] StructUtils v2.8.5 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.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 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ERROR: LoadError: ArgumentError: could not run the `docker` CLI — is Docker installed and on the PATH? Stacktrace: [1] docker_read(args::Vector{String}; stderr_to_stdout::Bool) @ Harbor ~/.julia/packages/Harbor/79caA/src/docker.jl:65 [2] docker_read(args::Vector{String}) @ Harbor ~/.julia/packages/Harbor/79caA/src/docker.jl:57 [inlined] [3] docker_pull(image_name::String; tag::String, digest::Nothing) @ Harbor ~/.julia/packages/Harbor/79caA/src/docker.jl:89 [4] pull(image::String; tag::String) @ Harbor ~/.julia/packages/Harbor/79caA/src/Harbor.jl:48 [5] top-level scope @ ~/.julia/packages/Harbor/79caA/test/runtests.jl:27 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:335 [7] top-level scope @ none:6 in expression starting at /home/pkgeval/.julia/packages/Harbor/79caA/test/runtests.jl:27 caused by: IOError: could not spawn `docker pull alpine:latest`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.IOServer, Base.SyncCloseFD, IO}}, tok::Base.CancellationToken) @ Base process.jl:156 [2] _spawn(cmd::Cmd, stdios::Memory{Union{RawFD, Base.IOServer, Base.SyncCloseFD, IO}}, tok::Base.CancellationToken) @ Base process.jl:177 [inlined] ┌ [3] _spawn(redirect::Base.CmdRedirect, stdios::Memory{Union{RawFD, Base.IOServer, Base.SyncCloseFD, IO}}, tok::Base.CancellationToken) │ @ Base process.jl:199 ╰──── repeated 2 times [5] (::Base.var"#_spawn##0#_spawn##1"{Base.CmdRedirect, Base.CancellationToken})(stdios::Memory{Union{RawFD, Base.IOServer, Base.SyncCloseFD, IO}}) @ Base process.jl:169 [inlined] [6] setup_stdios(f::Base.var"#_spawn##0#_spawn##1"{Base.CmdRedirect, Base.CancellationToken}, stdios::Vector{Union{RawFD, Base.FileRedirect, Base.IOServer, IO}}) @ Base process.jl:267 [7] _spawn(cmd::Base.CmdRedirect, stdios::Vector{Union{RawFD, Base.FileRedirect, Base.IOServer, IO}}, tok::Base.CancellationToken) @ Base process.jl:168 [8] run(::Base.CmdRedirect; wait::Bool, cancel::Base.UseDefaultToken) @ Base process.jl:557 [9] run(::Base.CmdRedirect) @ Base process.jl:553 [inlined] [10] docker_read(args::Vector{String}; stderr_to_stdout::Bool) @ Harbor ~/.julia/packages/Harbor/79caA/src/docker.jl:62 [11] docker_read(args::Vector{String}) @ Harbor ~/.julia/packages/Harbor/79caA/src/docker.jl:57 [inlined] [12] docker_pull(image_name::String; tag::String, digest::Nothing) @ Harbor ~/.julia/packages/Harbor/79caA/src/docker.jl:89 [13] pull(image::String; tag::String) @ Harbor ~/.julia/packages/Harbor/79caA/src/Harbor.jl:48 [14] top-level scope @ ~/.julia/packages/Harbor/79caA/test/runtests.jl:27 [15] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:335 [16] top-level scope @ none:6 Testing failed after 32.82s ERROR: LoadError: Package Harbor 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 160.94s: package tests unexpectedly errored