Package evaluation to test JSONLines on Julia 1.10.10 (c8be17dcfd*) started at 2026-02-02T16:07:53.513 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.10` Set-up completed after 5.15s ################################################################################ # Installation # Installing JSONLines... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [24c2b838] + JSONLines v2.0.1 Updating `~/.julia/environments/v1.10/Manifest.toml` ⌅ [324d7699] + CategoricalArrays v0.8.3 [9a962f9c] + DataAPI v1.16.0 [e2d170a0] + DataValueInterfaces v1.0.0 [82899510] + IteratorInterfaceExtensions v1.0.0 ⌅ [682c06a0] + JSON v0.21.4 [0f8b85d8] + JSON3 v1.14.3 [24c2b838] + JSONLines v2.0.1 ⌅ [e1d29d7a] + Missings v0.4.5 [bac558e1] + OrderedCollections v1.8.1 [69de0a69] + Parsers v2.8.3 ⌅ [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.5.1 [856f2bd8] + StructTypes v1.11.0 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.1 [56f22d72] + Artifacts [ade2ca70] + Dates [9fa8497b] + Future [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [a63ad114] + Mmap [de0858da] + Printf [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [2f01184e] + SparseArrays v1.10.0 [10745b16] + Statistics v1.10.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs [4ec0a83e] + Unicode [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.23+5 [bea87d4a] + SuiteSparse_jll v7.2.1+1 [8e850b90] + libblastrampoline_jll v5.11.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 8.7s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... ┌ Warning: Could not use exact versions of packages in manifest, re-resolving └ @ TestEnv ~/.julia/packages/TestEnv/h9a3r/src/julia-1.9/activate_set.jl:63 ┌ Error: Failed to use TestEnv.jl; test dependencies will not be precompiled │ exception = │ Unsatisfiable requirements detected for package SortingAlgorithms [a2af1166]: │ SortingAlgorithms [a2af1166] log: │ ├─possible versions are: 0.3.0-1.2.2 or uninstalled │ ├─restricted by julia compatibility requirements to versions: 1.1.0-1.2.2 or uninstalled │ └─restricted by compatibility requirements with StatsBase [2913bbd2] to versions: 0.3.0-0.3.2 — no versions left │ └─StatsBase [2913bbd2] log: │ ├─possible versions are: 0.24.0-0.34.10 or uninstalled │ └─restricted by compatibility requirements with JuliaDB [a93385a2] to versions: 0.24.0-0.32.2 │ └─JuliaDB [a93385a2] log: │ ├─possible versions are: 0.9.0-0.13.1 or uninstalled │ └─restricted to versions * by project [0b1ada14], leaving only versions: 0.9.0-0.13.1 │ └─project [0b1ada14] log: │ ├─possible versions are: 0.0.0 or uninstalled │ └─project [0b1ada14] is fixed to version 0.0.0 │ Stacktrace: │ [1] propagate_constraints!(graph::Pkg.Resolve.Graph, sources::Set{Int64}; log_events::Bool) │ @ Pkg.Resolve /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1072 │ [2] propagate_constraints! (repeats 2 times) │ @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1008 [inlined] │ [3] simplify_graph!(graph::Pkg.Resolve.Graph, sources::Set{Int64}; clean_graph::Bool) │ @ Pkg.Resolve /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1533 │ [4] simplify_graph! (repeats 2 times) │ @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1532 [inlined] │ [5] resolve_versions!(env::Pkg.Types.EnvCache, registries::Vector{Pkg.Registry.RegistryInstance}, pkgs::Vector{Pkg.Types.PackageSpec}, julia_version::VersionNumber, installed_only::Bool) │ @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:414 │ [6] up(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}, level::Pkg.Types.UpgradeLevel; skip_writing_project::Bool, preserve::Nothing) │ @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1553 │ [7] up(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; level::Pkg.Types.UpgradeLevel, mode::Pkg.Types.PackageMode, preserve::Nothing, update_registry::Bool, skip_writing_project::Bool, kwargs::@Kwargs{io::Base.DevNull}) │ @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:351 │ [8] up │ @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:326 [inlined] │ [9] up │ @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:164 [inlined] │ [10] #resolve#143 │ @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:357 [inlined] │ [11] resolve │ @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:356 [inlined] │ [12] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/h9a3r/src/julia-1.9/activate_set.jl:68 │ [13] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/h9a3r/src/julia-1.9/activate_set.jl:9 │ [14] (::var"#6#8")() │ @ Main /PkgEval.jl/scripts/precompile.jl:21 │ [15] capture_pkg_output(f::var"#6#8"; suppress::Bool) │ @ Main /PkgEval.jl/scripts/common.jl:55 │ [16] suppress_pkg_output(f::Function) │ @ Main /PkgEval.jl/scripts/common.jl:35 │ [17] top-level scope │ @ /PkgEval.jl/scripts/precompile.jl:19 │ [18] include(mod::Module, _path::String) │ @ Base ./Base.jl:495 │ [19] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:316 │ [20] _start() │ @ Base ./client.jl:550 └ @ Main /PkgEval.jl/scripts/precompile.jl:24 Activating project at `~/.julia/environments/v1.10` Precompiling package dependencies... Precompiling packages... 6931.4 ms ✓ CategoricalArrays 10385.6 ms ✓ JSONLines 2 dependencies successfully precompiled in 19 seconds. 16 already precompiled. Precompilation completed after 34.96s ################################################################################ # Testing # Testing JSONLines ┌ Warning: Could not use exact versions of packages in manifest, re-resolving └ @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1829 Testing failed after 8.2s ERROR: LoadError: Unsatisfiable requirements detected for package SortingAlgorithms [a2af1166]: SortingAlgorithms [a2af1166] log: ├─possible versions are: 0.3.0-1.2.2 or uninstalled ├─restricted by julia compatibility requirements to versions: 1.1.0-1.2.2 or uninstalled └─restricted by compatibility requirements with DataFrames [a93c6f00] to versions: 0.3.0-0.3.2 — no versions left └─DataFrames [a93c6f00] log: ├─possible versions are: 0.11.7-1.8.1 or uninstalled ├─restricted to versions * by project [defb5309], leaving only versions: 0.11.7-1.8.1 │ └─project [defb5309] log: │ ├─possible versions are: 0.0.0 or uninstalled │ └─project [defb5309] is fixed to version 0.0.0 ├─restricted by compatibility requirements with Tables [bd369af6] to versions: [0.11.7-0.13.1, 0.20.1-1.8.1] or uninstalled, leaving only versions: [0.11.7-0.13.1, 0.20.1-1.8.1] │ └─Tables [bd369af6] log: │ ├─possible versions are: 0.1.0-1.12.1 or uninstalled │ ├─restricted to versions * by project [defb5309], leaving only versions: 0.1.0-1.12.1 │ │ └─project [defb5309] log: see above │ └─restricted by compatibility requirements with JSONLines [24c2b838] to versions: 1.0.5-1.12.1 │ └─JSONLines [24c2b838] log: │ ├─possible versions are: 1.0.0-2.0.1 or uninstalled │ └─restricted to versions * by an explicit requirement, leaving only versions: 1.0.0-2.0.1 └─restricted by compatibility requirements with PooledArrays [2dfb63ee] to versions: 0.11.7-0.22.7 or uninstalled, leaving only versions: [0.11.7-0.13.1, 0.20.1-0.22.7] └─PooledArrays [2dfb63ee] log: ├─possible versions are: 0.3.0-1.4.3 or uninstalled └─restricted by compatibility requirements with JuliaDB [a93385a2] to versions: 0.4.1-0.5.3 └─JuliaDB [a93385a2] log: ├─possible versions are: 0.9.0-0.13.1 or uninstalled └─restricted to versions * by project [defb5309], leaving only versions: 0.9.0-0.13.1 └─project [defb5309] log: see above Stacktrace: [1] propagate_constraints!(graph::Pkg.Resolve.Graph, sources::Set{Int64}; log_events::Bool) @ Pkg.Resolve /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1072 [2] propagate_constraints! (repeats 2 times) @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1008 [inlined] [3] simplify_graph!(graph::Pkg.Resolve.Graph, sources::Set{Int64}; clean_graph::Bool) @ Pkg.Resolve /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1533 [4] simplify_graph! (repeats 2 times) @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1532 [inlined] [5] resolve_versions!(env::Pkg.Types.EnvCache, registries::Vector{Pkg.Registry.RegistryInstance}, pkgs::Vector{Pkg.Types.PackageSpec}, julia_version::VersionNumber, installed_only::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:414 [6] up(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}, level::Pkg.Types.UpgradeLevel; skip_writing_project::Bool, preserve::Nothing) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1553 [7] up(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; level::Pkg.Types.UpgradeLevel, mode::Pkg.Types.PackageMode, preserve::Nothing, update_registry::Bool, skip_writing_project::Bool, kwargs::@Kwargs{io::Base.DevNull}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:351 [8] up @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:326 [inlined] [9] up @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:164 [inlined] [10] #resolve#143 @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:357 [inlined] [11] resolve @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:356 [inlined] [12] (::Pkg.Operations.var"#117#122"{String, Bool, Bool, Bool, Pkg.Operations.var"#130#134"{Bool, Cmd, Cmd, Nothing, Pkg.Types.Context, Vector{Tuple{String, Base.Process}}, String, Pkg.Types.PackageSpec}, Pkg.Types.PackageSpec})() @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1831 [13] with_temp_env(fn::Pkg.Operations.var"#117#122"{String, Bool, Bool, Bool, Pkg.Operations.var"#130#134"{Bool, Cmd, Cmd, Nothing, Pkg.Types.Context, Vector{Tuple{String, Base.Process}}, String, Pkg.Types.PackageSpec}, Pkg.Types.PackageSpec}, temp_env::String) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1721 [14] (::Pkg.Operations.var"#115#120"{Dict{String, Any}, Bool, Bool, Bool, Pkg.Operations.var"#130#134"{Bool, Cmd, Cmd, Nothing, Pkg.Types.Context, Vector{Tuple{String, Base.Process}}, String, Pkg.Types.PackageSpec}, Pkg.Types.Context, Pkg.Types.PackageSpec, String, Nothing, String})(tmp::String) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1810 [15] mktempdir(fn::Pkg.Operations.var"#115#120"{Dict{String, Any}, Bool, Bool, Bool, Pkg.Operations.var"#130#134"{Bool, Cmd, Cmd, Nothing, Pkg.Types.Context, Vector{Tuple{String, Base.Process}}, String, Pkg.Types.PackageSpec}, Pkg.Types.Context, Pkg.Types.PackageSpec, String, Nothing, String}, parent::String; prefix::String) @ Base.Filesystem ./file.jl:766 [16] mktempdir(fn::Function, parent::String) @ Base.Filesystem ./file.jl:762 [17] mktempdir @ ./file.jl:762 [inlined] [18] sandbox(fn::Function, ctx::Pkg.Types.Context, target::Pkg.Types.PackageSpec, target_path::String, sandbox_path::String, sandbox_project_override::Nothing; preferences::Dict{String, Any}, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1768 [19] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.10/Pkg/src/Operations.jl:1971 [20] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1915 [inlined] [21] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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::Base.PipeEndpoint}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:444 [22] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.PipeEndpoint, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159 [23] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined] [24] #test#74 @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 [inlined] [25] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 caused by: Unsatisfiable requirements detected for package SortingAlgorithms [a2af1166]: SortingAlgorithms [a2af1166] log: ├─possible versions are: 0.3.0-1.2.2 or uninstalled ├─restricted by julia compatibility requirements to versions: 1.1.0-1.2.2 or uninstalled └─restricted by compatibility requirements with DataFrames [a93c6f00] to versions: 0.3.0-0.3.2 — no versions left └─DataFrames [a93c6f00] log: ├─possible versions are: 0.11.7-1.8.1 or uninstalled ├─restricted to versions * by project [defb5309], leaving only versions: 0.11.7-1.8.1 │ └─project [defb5309] log: │ ├─possible versions are: 0.0.0 or uninstalled │ └─project [defb5309] is fixed to version 0.0.0 ├─restricted by compatibility requirements with CategoricalArrays [324d7699] to versions: 0.21.0-1.8.1 or uninstalled, leaving only versions: 0.21.0-1.8.1 │ └─CategoricalArrays [324d7699] log: │ ├─possible versions are: 0.3.11-1.0.2 or uninstalled │ └─restricted to versions 0.8.3 by an explicit requirement, leaving only versions: 0.8.3 └─restricted by compatibility requirements with PooledArrays [2dfb63ee] to versions: 0.11.7-0.22.7 or uninstalled, leaving only versions: 0.21.0-0.22.7 └─PooledArrays [2dfb63ee] log: ├─possible versions are: 0.3.0-1.4.3 or uninstalled └─restricted by compatibility requirements with JuliaDB [a93385a2] to versions: 0.4.1-0.5.3 └─JuliaDB [a93385a2] log: ├─possible versions are: 0.9.0-0.13.1 or uninstalled └─restricted to versions * by project [defb5309], leaving only versions: 0.9.0-0.13.1 └─project [defb5309] log: see above Stacktrace: [1] propagate_constraints!(graph::Pkg.Resolve.Graph, sources::Set{Int64}; log_events::Bool) @ Pkg.Resolve /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1072 [2] propagate_constraints! (repeats 2 times) @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1008 [inlined] [3] simplify_graph!(graph::Pkg.Resolve.Graph, sources::Set{Int64}; clean_graph::Bool) @ Pkg.Resolve /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1533 [4] simplify_graph! (repeats 2 times) @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Resolve/graphtype.jl:1532 [inlined] [5] resolve_versions!(env::Pkg.Types.EnvCache, registries::Vector{Pkg.Registry.RegistryInstance}, pkgs::Vector{Pkg.Types.PackageSpec}, julia_version::VersionNumber, installed_only::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:414 [6] up(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}, level::Pkg.Types.UpgradeLevel; skip_writing_project::Bool, preserve::Nothing) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1553 [7] up(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; level::Pkg.Types.UpgradeLevel, mode::Pkg.Types.PackageMode, preserve::Nothing, update_registry::Bool, skip_writing_project::Bool, kwargs::@Kwargs{io::Base.DevNull}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:351 [8] up @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:326 [inlined] [9] up @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:164 [inlined] [10] #resolve#143 @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:357 [inlined] [11] resolve @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:356 [inlined] [12] (::Pkg.Operations.var"#117#122"{String, Bool, Bool, Bool, Pkg.Operations.var"#130#134"{Bool, Cmd, Cmd, Nothing, Pkg.Types.Context, Vector{Tuple{String, Base.Process}}, String, Pkg.Types.PackageSpec}, Pkg.Types.PackageSpec})() @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1823 [13] with_temp_env(fn::Pkg.Operations.var"#117#122"{String, Bool, Bool, Bool, Pkg.Operations.var"#130#134"{Bool, Cmd, Cmd, Nothing, Pkg.Types.Context, Vector{Tuple{String, Base.Process}}, String, Pkg.Types.PackageSpec}, Pkg.Types.PackageSpec}, temp_env::String) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1721 [14] (::Pkg.Operations.var"#115#120"{Dict{String, Any}, Bool, Bool, Bool, Pkg.Operations.var"#130#134"{Bool, Cmd, Cmd, Nothing, Pkg.Types.Context, Vector{Tuple{String, Base.Process}}, String, Pkg.Types.PackageSpec}, Pkg.Types.Context, Pkg.Types.PackageSpec, String, Nothing, String})(tmp::String) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1810 [15] mktempdir(fn::Pkg.Operations.var"#115#120"{Dict{String, Any}, Bool, Bool, Bool, Pkg.Operations.var"#130#134"{Bool, Cmd, Cmd, Nothing, Pkg.Types.Context, Vector{Tuple{String, Base.Process}}, String, Pkg.Types.PackageSpec}, Pkg.Types.Context, Pkg.Types.PackageSpec, String, Nothing, String}, parent::String; prefix::String) @ Base.Filesystem ./file.jl:766 [16] mktempdir(fn::Function, parent::String) @ Base.Filesystem ./file.jl:762 [17] mktempdir @ ./file.jl:762 [inlined] [18] sandbox(fn::Function, ctx::Pkg.Types.Context, target::Pkg.Types.PackageSpec, target_path::String, sandbox_path::String, sandbox_project_override::Nothing; preferences::Dict{String, Any}, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1768 [19] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.10/Pkg/src/Operations.jl:1971 [20] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1915 [inlined] [21] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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::Base.PipeEndpoint}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:444 [22] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.PipeEndpoint, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159 [23] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined] [24] #test#74 @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 [inlined] [25] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 PkgEval failed after 65.56s: there were unidentified errors