Package evaluation of Pipelines on Julia 1.13.0-DEV.985 (9c94e7ae32*) started at 2025-08-14T12:42:15.073
################################################################################
# Set-up
#
Installing PkgEval dependencies (TestEnv)...
Set-up completed after 10.12s
################################################################################
# Installation
#
Installing Pipelines...
Resolving package versions...
Updating `~/.julia/environments/v1.13/Project.toml`
[ef544631] + Pipelines v0.11.2
Updating `~/.julia/environments/v1.13/Manifest.toml`
[34da2185] + Compat v4.18.0
[48062228] + FilePathsBase v0.9.24
[bac558e1] + OrderedCollections v1.8.1
[ef544631] + Pipelines v0.11.2
[189a3867] + Reexport v1.2.2
[2a0f44e3] + Base64 v1.11.0
[ade2ca70] + Dates v1.11.0
[b77e0a4c] + InteractiveUtils v1.11.0
[ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0
[56ddb016] + Logging v1.11.0
[d6f4376e] + Markdown v1.11.0
[de0858da] + Printf v1.11.0
[9a3f8284] + Random v1.11.0
[ea8e919c] + SHA v0.7.0
[9e88b42a] + Serialization v1.11.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
Installation completed after 1.18s
################################################################################
# Precompilation
#
Precompiling PkgEval dependencies...
Precompiling package dependencies...
Precompilation completed after 17.58s
################################################################################
# Testing
#
Testing Pipelines
Status `/tmp/jl_TfRri2/Project.toml`
[48062228] FilePathsBase v0.9.24
[bac558e1] OrderedCollections v1.8.1
[ef544631] Pipelines v0.11.2
[189a3867] Reexport v1.2.2
[ade2ca70] Dates v1.11.0
[56ddb016] Logging v1.11.0
[de0858da] Printf v1.11.0
[8dfed614] Test v1.11.0
[cf7118a7] UUIDs v1.11.0
Status `/tmp/jl_TfRri2/Manifest.toml`
[34da2185] Compat v4.18.0
[48062228] FilePathsBase v0.9.24
[bac558e1] OrderedCollections v1.8.1
[ef544631] Pipelines v0.11.2
[189a3867] Reexport v1.2.2
[2a0f44e3] Base64 v1.11.0
[ade2ca70] Dates v1.11.0
[b77e0a4c] InteractiveUtils v1.11.0
[ac6e5ff7] JuliaSyntaxHighlighting v1.12.0
[56ddb016] Logging v1.11.0
[d6f4376e] Markdown v1.11.0
[de0858da] Printf v1.11.0
[9a3f8284] Random v1.11.0
[ea8e919c] SHA v0.7.0
[9e88b42a] Serialization v1.11.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
Testing Running tests...
0-element Vector{Arg}.
CmdDependency:
exec → `/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so --depwarn=yes --check-bounds=yes --pkgimages=existing -g1 --startup-file=no`
test_args → `--version`
validate_success → true
validate_stdout → #12
validate_stderr → do_nothing
exit_when_fail → true
CmdProgram:
name → Command Program
id_file → id_file
info_before → auto
info_after → auto
cmd_dependencies → `/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so --depwarn=yes --check-bounds=yes --pkgimages=existing -g1 --startup-file=no`
arg_inputs → input :: Any (required)
input2 :: Int64 (required)
optional_arg :: Any (default = 5)
optional_arg2 :: Number (default = 0.5)
validate_inputs → do_nothing
prerequisites → do_nothing
cmd → `echo input input2 optional_arg optional_arg2 output`
infer_outputs → do_nothing
arg_outputs → output :: Any (default = .output)
validate_outputs → do_nothing
wrap_up → do_nothing
arg_forward →
┌ Info: 2025-08-14 12:43:23 Started: Command Program
│ command_template = `echo input input2 optional_arg optional_arg2 output`
│ run_id = Base.UUID("68dcdd33-f1da-5c3e-b079-2beaf8ab706c")
│ inputs = Dict{String, Any} with 4 entries: …
└ outputs = Dict{String, Any} with 1 entry: …
in1 2 5 0.5 out
┌ Info: 2025-08-14 12:43:28 Finished: Command Program
│ command_running = `echo in1 2 5 0.5 out`
│ run_id = Base.UUID("68dcdd33-f1da-5c3e-b079-2beaf8ab706c")
│ inputs = Dict{String, Any} with 4 entries: …
└ outputs = Dict{String, Any} with 1 entry: …
in1 2 5 0.5 out
┌ Warning: A stack trace will show:
└ @ Main ~/.julia/packages/Pipelines/5eqzs/test/runtests.jl:96
┌ Info: 2025-08-14 12:43:33 Started: Julia Program
│ run_id = Base.UUID("ad4fc668-d047-5d9e-adc4-833a3233db06")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "a" => `in1`
│ "b" => 2
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "c" => "out"
inputs are `in1` and 2
You can also use info in outputs: out
The returned value will be assigned to a new outputs
┌ Info: 2025-08-14 12:43:34 Finished: Julia Program
│ run_id = Base.UUID("ad4fc668-d047-5d9e-adc4-833a3233db06")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "a" => `in1`
│ "b" => 2
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "c" => 4
┌ Info: 2025-08-14 12:43:34 Started: Julia Program
│ run_id = Base.UUID("7865e09b-75d5-5b6e-8322-eab5681c82b0")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "a" => `in1`
│ "b" => 2
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "c" => "in1.2"
inputs are `in1` and 2
You can also use info in outputs: in1.2
The returned value will be assigned to a new outputs
┌ Info: 2025-08-14 12:43:34 Finished: Julia Program
│ run_id = Base.UUID("7865e09b-75d5-5b6e-8322-eab5681c82b0")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "a" => `in1`
│ "b" => 2
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "c" => 4
┌ Info: 2025-08-14 12:43:35 Started: Julia Program
│ run_id = Base.UUID("d3d3e81a-f5dc-5d46-99c9-9f70fb79bf08")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "a" => 10.6
│ "b" => 5
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "c" => "10.6.5"
┌ Info: 2025-08-14 12:43:35 Finished: Julia Program
│ run_id = Base.UUID("d3d3e81a-f5dc-5d46-99c9-9f70fb79bf08")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "a" => 10.6
│ "b" => 5
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "c" => 25
┌ Info: 2025-08-14 12:43:36 Started: Julia Program
│ run_id = Base.UUID("d3d3e81a-f5dc-5d46-99c9-9f70fb79bf08")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "a" => 10.6
│ "b" => 5
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "c" => "10.6.5"
┌ Info: 2025-08-14 12:43:36 Finished: Julia Program
│ run_id = Base.UUID("d3d3e81a-f5dc-5d46-99c9-9f70fb79bf08")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "a" => 10.6
│ "b" => 5
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "c" => 25
┌ Info: 2025-08-14 12:43:37 Started: Julia Program
│ run_id = Base.UUID("8ed41804-0a4a-5122-aa8c-e4ceec3d48c7")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "a" => 10.6
│ "b" => 2
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "c" => "10.6.2"
┌ Info: 2025-08-14 12:43:37 Finished: Julia Program
│ run_id = Base.UUID("8ed41804-0a4a-5122-aa8c-e4ceec3d48c7")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "a" => 10.6
│ "b" => 2
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "c" => 4
┌ Info: 2025-08-14 12:43:37 Started: Julia Program
│ run_id = Base.UUID("57f77f0a-5d8c-529b-b5bc-197f24b712d6")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "a" => 8.0
│ "b" => 5
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "c" => "8.0.5"
┌ Info: 2025-08-14 12:43:37 Finished: Julia Program
│ run_id = Base.UUID("57f77f0a-5d8c-529b-b5bc-197f24b712d6")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "a" => 8.0
│ "b" => 5
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "c" => 25
stderr> 5
stdout> 6.6
stdout> 6.6
test set: Error During Test at /home/pkgeval/.julia/packages/Pipelines/5eqzs/test/runtests.jl:288
Test threw exception
Expression: (run(p, touch_run_id_file = false, stdout = out_io, stderr = "err.txt", stdlog = "log.txt"))[1]
MethodError: no method matching getindex(::Main.Pipelines.StackTraceVector, ::Int64)
The function `getindex` exists, but no method is defined for this combination of argument types.
Stacktrace:
[1] top-level scope
@ ~/.julia/packages/Pipelines/5eqzs/test/runtests.jl:9
[2] macro expansion
@ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined]
[3] macro expansion
@ ~/.julia/packages/Pipelines/5eqzs/test/runtests.jl:288 [inlined]
[4] macro expansion
@ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:742 [inlined]
[5] macro expansion
@ ~/.julia/packages/Pipelines/5eqzs/test/runtests.jl:288 [inlined]
test set: Test Failed at /home/pkgeval/.julia/packages/Pipelines/5eqzs/test/runtests.jl:293
Expression: read("err.txt", String) == "[ Info: this is stderr\n"
Evaluated: "" == "[ Info: this is stderr\n"
Stacktrace:
[1] top-level scope
@ ~/.julia/packages/Pipelines/5eqzs/test/runtests.jl:9
[2] macro expansion
@ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined]
[3] macro expansion
@ ~/.julia/packages/Pipelines/5eqzs/test/runtests.jl:293 [inlined]
[4] macro expansion
@ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:745 [inlined]
┌ Warning: A ProgramRunningError should show below
└ @ Main ~/.julia/packages/Pipelines/5eqzs/test/runtests.jl:304
[ Info: 2025-08-14 12:43:53 Started: Command Program [bbab1609-5816-437c-b33a-f653328b4788]
┌ Error: 2025-08-14 12:43:53 ProgramRunningError: Command Program: fail to run the main command.
│ prerequisites = do_nothing (generic function with 3 methods)
│ command_running = `julia --abcdefg`
│ run_id = Base.UUID("bbab1609-5816-437c-b33a-f653328b4788")
│ inputs = Dict{String, Any}()
└ outputs = Dict{String, Any}()
┌ Warning: Retry Command Program (1/1)
└ @ Main.Pipelines ~/.julia/packages/Pipelines/5eqzs/src/Program.jl:299
[ Info: 2025-08-14 12:43:53 Started: Command Program [bbab1609-5816-437c-b33a-f653328b4788]
┌ Error: 2025-08-14 12:43:53 ProgramRunningError: Command Program: fail to run the main command.
│ prerequisites = do_nothing (generic function with 3 methods)
│ command_running = `julia --abcdefg`
│ run_id = Base.UUID("bbab1609-5816-437c-b33a-f653328b4788")
│ inputs = Dict{String, Any}()
└ outputs = Dict{String, Any}()
┌ Warning: A ProgramRunningError should show below
└ @ Main ~/.julia/packages/Pipelines/5eqzs/test/runtests.jl:308
[ Info: 2025-08-14 12:43:54 Started: Julia Program [bbab1609-5816-437c-b33a-f653328b4788]
┌ Error: 2025-08-14 12:43:54 ProgramRunningError: Julia Program: fail to run the main function.
│ run_id = Base.UUID("bbab1609-5816-437c-b33a-f653328b4788")
│ inputs = Dict{String, Any}()
└ outputs = Dict{String, Any}()
┌ Warning: Retry Julia Program (1/1)
└ @ Main.Pipelines ~/.julia/packages/Pipelines/5eqzs/src/Program.jl:299
[ Info: 2025-08-14 12:43:54 Started: Julia Program [bbab1609-5816-437c-b33a-f653328b4788]
[ Info: 2025-08-14 12:43:55 Finished: Julia Program [bbab1609-5816-437c-b33a-f653328b4788]
[ Info: 2025-08-14 12:43:57 Started: Echo [3d8bb310-e46a-5e8f-a0b1-414bd3e957dd]
x = Dict{String, Any}("optional_arg2" => 0.5, "input1" => :xxx, "optional_arg" => 5, "input2" => 33)
y = Dict{String, Any}("output" => "iout")
[ Info: 2025-08-14 12:43:57 Finished: Echo [3d8bb310-e46a-5e8f-a0b1-414bd3e957dd]
[ Info: 2025-08-14 12:43:57 Started: Echo [3d8bb310-e46a-5e8f-a0b1-414bd3e957dd]
x = Dict{String, Any}("optional_arg2" => 0.5, "input1" => :xxx, "optional_arg" => 5, "input2" => 33)
y = Dict{String, Any}("output" => "iout")
[ Info: 2025-08-14 12:43:57 Finished: Echo [3d8bb310-e46a-5e8f-a0b1-414bd3e957dd]
┌ Info: 2025-08-14 12:43:59 Started: Command Program
│ command_template = `echo input input2 optional_arg optional_arg2 output`
│ run_id = Base.UUID("68dcdd33-f1da-5c3e-b079-2beaf8ab706c")
│ inputs = Dict{String, Any} with 4 entries: …
└ outputs = Dict{String, Any} with 1 entry: …
in1 2 5 0.5 out
┌ Info: 2025-08-14 12:43:59 Finished: Command Program
│ command_running = `echo in1 2 5 0.5 out`
│ run_id = Base.UUID("68dcdd33-f1da-5c3e-b079-2beaf8ab706c")
│ inputs = Dict{String, Any} with 4 entries: …
└ outputs = Dict{String, Any} with 1 entry: …
┌ Info: 2025-08-14 12:44:00 Started: Julia Program
│ run_id = Base.UUID("ad4fc668-d047-5d9e-adc4-833a3233db06")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "a" => `in1`
│ "b" => 2
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "c" => "out"
inputs are `in1` and 2
You can also use info in outputs: out
The returned value will be assigned to a new outputs
┌ Info: 2025-08-14 12:44:00 Finished: Julia Program
│ run_id = Base.UUID("ad4fc668-d047-5d9e-adc4-833a3233db06")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "a" => `in1`
│ "b" => 2
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "c" => 4
┌ Info: 2025-08-14 12:44:01 Started: Julia Program
│ run_id = Base.UUID("9b612675-2bd1-530d-be7c-dcaba2011dea")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "B" => 5
│ "A" => 3
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "OUT" => 8
inputs["A"] = 3
inputs = Dict{String, Any}("B" => 5, "A" => 3)
inputs["A"] = 3
inputs["B"] = 5
inputs["OUT"] = 8
┌ Info: 2025-08-14 12:44:01 Finished: Julia Program
│ run_id = Base.UUID("9b612675-2bd1-530d-be7c-dcaba2011dea")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "B" => 5
│ "A" => 3
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "OUT" => 8
┌ Info: 2025-08-14 12:44:02 Started: Test v0.9 Rerun
│ run_id = Base.UUID("bc7d51d5-e287-5818-8d24-996170d8b494")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "infile" => "in.txt"
│ "add" => 3
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "outfile" => "in.txt.out"
┌ Info: 2025-08-14 12:44:02 Finished: Test v0.9 Rerun
│ run_id = Base.UUID("bc7d51d5-e287-5818-8d24-996170d8b494")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "infile" => "in.txt"
│ "add" => 3
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "outfile" => "in.txt.out"
┌ Info: 2025-08-14 12:44:03 Started: Test v0.9 Rerun
│ run_id = Base.UUID("f7baa9ce-7c00-57aa-8642-5feffc4bf66d")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "infile" => "in.txt"
│ "add" => 5
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "outfile" => "in.txt.out"
┌ Info: 2025-08-14 12:44:03 Finished: Test v0.9 Rerun
│ run_id = Base.UUID("f7baa9ce-7c00-57aa-8642-5feffc4bf66d")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "infile" => "in.txt"
│ "add" => 5
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "outfile" => "in.txt.out"
┌ Info: 2025-08-14 12:44:03 Started: Test v0.9 Rerun
│ run_id = Base.UUID("bc7d51d5-e287-5818-8d24-996170d8b494")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "infile" => "in.txt"
│ "add" => 3
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "outfile" => "in.txt.out"
┌ Info: 2025-08-14 12:44:03 Finished: Test v0.9 Rerun
│ run_id = Base.UUID("bc7d51d5-e287-5818-8d24-996170d8b494")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "infile" => "in.txt"
│ "add" => 3
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "outfile" => "in.txt.out"
┌ Info: 2025-08-14 12:44:03 Started: Test v0.9 Rerun
│ run_id = Base.UUID("bc7d51d5-e287-5818-8d24-996170d8b494")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "infile" => "in.txt"
│ "add" => 3
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "outfile" => "in.txt.out"
┌ Info: 2025-08-14 12:44:03 Finished: Test v0.9 Rerun
│ run_id = Base.UUID("bc7d51d5-e287-5818-8d24-996170d8b494")
│ inputs =
│ Dict{String, Any} with 2 entries:
│ "infile" => "in.txt"
│ "add" => 3
│ outputs =
│ Dict{String, Any} with 1 entry:
└ "outfile" => "in.txt.out"
abc = 2
def = 33
┌ Info: 2025-08-14 12:44:04 Started: Program Cmd
│ run_id = Base.UUID("19c6cf58-7399-5de9-b63b-b9fa2ebdcdaa")
│ inputs =
│ Dict{String, Any} with 1 entry:
│ "CMD" => `echo 123 456`
└ outputs = Dict{String, Any}()
123 456
┌ Info: 2025-08-14 12:44:04 Finished: Program Cmd
│ run_id = Base.UUID("19c6cf58-7399-5de9-b63b-b9fa2ebdcdaa")
│ inputs =
│ Dict{String, Any} with 1 entry:
│ "CMD" => `echo 123 456`
└ outputs = Dict{String, Any}()
┌ Info: 2025-08-14 12:44:05 Started: Program Cmd
│ run_id = Base.UUID("385ea24f-4095-5d80-952e-83b260f4b735")
│ inputs =
│ Dict{String, Any} with 1 entry:
│ "CMD" => pipeline(`echo 123 456`, stdout>FileRedirect("123456.txt", fals…
└ outputs = Dict{String, Any}()
┌ Info: 2025-08-14 12:44:05 Finished: Program Cmd
│ run_id = Base.UUID("385ea24f-4095-5d80-952e-83b260f4b735")
│ inputs =
│ Dict{String, Any} with 1 entry:
│ "CMD" => pipeline(`echo 123 456`, stdout>FileRedirect("123456.txt", fals…
└ outputs = Dict{String, Any}()
┌ Info: 2025-08-14 12:44:06 Started: Program Cmd
│ run_id = Base.UUID("0e6b94ea-76b0-554a-9b3a-4182587dad71")
│ inputs =
│ Dict{String, Any} with 1 entry:
│ "CMD" => `echo 123456.txt`
└ outputs = Dict{String, Any}()
123456.txt
┌ Info: 2025-08-14 12:44:06 Finished: Program Cmd
│ run_id = Base.UUID("0e6b94ea-76b0-554a-9b3a-4182587dad71")
│ inputs =
│ Dict{String, Any} with 1 entry:
│ "CMD" => `echo 123456.txt`
└ outputs = Dict{String, Any}()
┌ Info: 2025-08-14 12:44:06 Started: Program Cmd
│ run_id = Base.UUID("0f8ba2d4-0f03-5b67-8e6a-da02d716f5d2")
│ inputs =
│ Dict{String, Any} with 1 entry:
│ "CMD" => `echo -J=123456.txt,123.txt`
└ outputs = Dict{String, Any}()
-J=123456.txt,123.txt
┌ Info: 2025-08-14 12:44:06 Finished: Program Cmd
│ run_id = Base.UUID("0f8ba2d4-0f03-5b67-8e6a-da02d716f5d2")
│ inputs =
│ Dict{String, Any} with 1 entry:
│ "CMD" => `echo -J=123456.txt,123.txt`
└ outputs = Dict{String, Any}()
┌ Info: 2025-08-14 12:44:06 Started: Program Cmd
│ run_id = Base.UUID("294b1c8f-35eb-577a-9b29-870fbbc86667")
│ inputs =
│ Dict{String, Any} with 1 entry:
│ "CMD" => `echo 123456.txt,123.txt`
└ outputs = Dict{String, Any}()
123456.txt,123.txt
┌ Info: 2025-08-14 12:44:06 Finished: Program Cmd
│ run_id = Base.UUID("294b1c8f-35eb-577a-9b29-870fbbc86667")
│ inputs =
│ Dict{String, Any} with 1 entry:
│ "CMD" => `echo 123456.txt,123.txt`
└ outputs = Dict{String, Any}()
123456.txt,123.txt
Test Summary: | Pass Fail Error Total Time
test set | 73 1 1 75 1m09.6s
Arg | 20 20 5.1s
Arg forward | 4 4 4.4s
v0.8 | 7 7 5.8s
v0.9 rerun | 5 5 1.1s
v0.9 quote function dictreplace! | 0 0.1s
v0.9.3 Possible files in Cmd also write to run_id_file | 10 10 3.2s
RNG of the outermost testset: Random.Xoshiro(0x03ffac3372a53a39, 0x6d0dd036329b0424, 0xd5bf194fc6338c70, 0xcdec791b574bfde9, 0x195beb244c8bf634)
ERROR: LoadError: Some tests did not pass: 73 passed, 1 failed, 1 errored, 0 broken.
in expression starting at /home/pkgeval/.julia/packages/Pipelines/5eqzs/test/runtests.jl:7
Testing failed after 81.83s
ERROR: LoadError: Package Pipelines errored during testing
Stacktrace:
[1] pkgerror(msg::String)
@ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/Operations.jl:2672
[3] test
@ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2521 [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.13/Pkg/src/API.jl:538
[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.13/Pkg/src/API.jl:515
[6] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd})
@ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:168
[7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec})
@ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:157
[8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd})
@ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156
[9] test
@ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [inlined]
[10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String)
@ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:155
[11] top-level scope
@ /PkgEval.jl/scripts/evaluate.jl:219
[12] include(mod::Module, _path::String)
@ Base ./Base.jl:308
[13] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:330
[14] _start()
@ Base ./client.jl:563
in expression starting at /PkgEval.jl/scripts/evaluate.jl:210
PkgEval failed after 125.44s: package tests unexpectedly errored