Package evaluation of MQTT on Julia 1.13.0-DEV.860 (6ddb3d6410*) started at 2025-07-13T10:56:38.095 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.5s ################################################################################ # Installation # Installing MQTT... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [ebefff21] + MQTT v0.1.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [ebefff21] + MQTT v0.1.0 Installation completed after 3.62s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... ┌ Warning: Could not use exact versions of packages in manifest, re-resolving └ @ TestEnv ~/.julia/packages/TestEnv/iS95e/src/julia-1.11/activate_set.jl:75 ┌ Error: Failed to use TestEnv.jl; test dependencies will not be precompiled │ exception = │ Unsatisfiable requirements detected for package Sockets [6462fe0b]: │ Sockets [6462fe0b] log: │ ├─possible versions are: 1.11.0 or uninstalled (package in sysimage!) │ └─restricted to versions 0 by project [369d4957] — no versions left │ └─project [369d4957] log: │ ├─possible versions are: 0.0.0 or uninstalled │ └─project [369d4957] is fixed to version 0.0.0 │ Stacktrace: │ [1] check_constraints(graph::Pkg.Resolve.Graph) │ @ Pkg.Resolve /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Resolve/graphtype.jl:1046 │ [2] Pkg.Resolve.Graph(compat::Dict{UUID, Dict{VersionNumber, Dict{UUID, Pkg.Versions.VersionSpec}}}, compat_weak::Dict{UUID, Dict{VersionNumber, Set{UUID}}}, uuid_to_name::Dict{UUID, String}, reqs::Dict{UUID, Pkg.Versions.VersionSpec}, fixed::Dict{UUID, Pkg.Resolve.Fixed}, verbose::Bool, julia_version::VersionNumber) │ @ Pkg.Resolve /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Resolve/graphtype.jl:350 │ [3] deps_graph(env::Pkg.Types.EnvCache, registries::Vector{Pkg.Registry.RegistryInstance}, uuid_to_name::Dict{UUID, String}, reqs::Dict{UUID, Pkg.Versions.VersionSpec}, fixed::Dict{UUID, Pkg.Resolve.Fixed}, julia_version::VersionNumber, installed_only::Bool) │ @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:702 │ [4] resolve_versions!(env::Pkg.Types.EnvCache, registries::Vector{Pkg.Registry.RegistryInstance}, pkgs::Vector{PackageSpec}, julia_version::VersionNumber, installed_only::Bool) │ @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:526 │ [5] up(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}, level::UpgradeLevel; skip_writing_project::Bool, preserve::Nothing) │ @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:1919 │ [6] up │ @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:1898 [inlined] │ [7] up(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; level::UpgradeLevel, mode::PackageMode, preserve::Nothing, update_registry::Bool, skip_writing_project::Bool, kwargs::@Kwargs{io::Base.DevNull}) │ @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:406 │ [8] up │ @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:378 [inlined] │ [9] up │ @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:169 [inlined] │ [10] #resolve#167 │ @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:412 [inlined] │ [11] resolve │ @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:411 [inlined] │ [12] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/iS95e/src/julia-1.11/activate_set.jl:80 │ [13] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/iS95e/src/julia-1.11/activate_set.jl:9 │ [14] top-level scope │ @ /PkgEval.jl/scripts/precompile.jl:24 │ [15] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [16] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:320 │ [17] _start() │ @ Base ./client.jl:553 └ @ Main /PkgEval.jl/scripts/precompile.jl:26 Precompiling package dependencies... Precompiling packages... 1418.3 ms ✓ MQTT 1 dependency successfully precompiled in 1 seconds Precompilation completed after 19.05s ################################################################################ # Testing # Testing MQTT Test Could not use exact versions of packages in manifest. Re-resolving dependencies Testing failed after 5.61s ERROR: LoadError: Unsatisfiable requirements detected for package Sockets [6462fe0b]: Sockets [6462fe0b] log: ├─possible versions are: 1.11.0 or uninstalled (package in sysimage!) └─restricted to versions 0 by project [0dd05ec7] — no versions left └─project [0dd05ec7] log: ├─possible versions are: 0.0.0 or uninstalled └─project [0dd05ec7] is fixed to version 0.0.0 Stacktrace: [1] check_constraints(graph::Pkg.Resolve.Graph) @ Pkg.Resolve /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Resolve/graphtype.jl:1046 [2] Pkg.Resolve.Graph(compat::Dict{UUID, Dict{VersionNumber, Dict{UUID, Pkg.Versions.VersionSpec}}}, compat_weak::Dict{UUID, Dict{VersionNumber, Set{UUID}}}, uuid_to_name::Dict{UUID, String}, reqs::Dict{UUID, Pkg.Versions.VersionSpec}, fixed::Dict{UUID, Pkg.Resolve.Fixed}, verbose::Bool, julia_version::VersionNumber) @ Pkg.Resolve /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Resolve/graphtype.jl:350 [3] deps_graph(env::Pkg.Types.EnvCache, registries::Vector{Pkg.Registry.RegistryInstance}, uuid_to_name::Dict{UUID, String}, reqs::Dict{UUID, Pkg.Versions.VersionSpec}, fixed::Dict{UUID, Pkg.Resolve.Fixed}, julia_version::VersionNumber, installed_only::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:702 [4] resolve_versions!(env::Pkg.Types.EnvCache, registries::Vector{Pkg.Registry.RegistryInstance}, pkgs::Vector{PackageSpec}, julia_version::VersionNumber, installed_only::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:526 [5] up(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}, level::UpgradeLevel; skip_writing_project::Bool, preserve::Nothing) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:1919 [6] up @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:1898 [inlined] [7] up(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; level::UpgradeLevel, mode::PackageMode, preserve::Nothing, update_registry::Bool, skip_writing_project::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:406 [8] up @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:378 [inlined] [9] #up#49 @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:169 [inlined] [10] (::Pkg.Operations.var"#198#199"{String, Pkg.Types.EnvCache, Bool, Bool, Bool, Pkg.Operations.var"#213#214"{Bool, Cmd, Cmd, Nothing, Pkg.Types.Context, Vector{Tuple{String, Base.Process}}, String, PackageSpec}, Pkg.Types.Context, PackageSpec})() @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2215 [11] with_temp_env(fn::Pkg.Operations.var"#198#199"{String, Pkg.Types.EnvCache, Bool, Bool, Bool, Pkg.Operations.var"#213#214"{Bool, Cmd, Cmd, Nothing, Pkg.Types.Context, Vector{Tuple{String, Base.Process}}, String, PackageSpec}, Pkg.Types.Context, PackageSpec}, temp_env::String) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2083 [12] (::Pkg.Operations.var"#194#195"{Dict{String, Any}, Bool, Bool, Bool, Pkg.Operations.var"#213#214"{Bool, Cmd, Cmd, Nothing, Pkg.Types.Context, Vector{Tuple{String, Base.Process}}, String, PackageSpec}, Pkg.Types.Context, PackageSpec, String, String})(tmp::String) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2192 [13] mktempdir(fn::Pkg.Operations.var"#194#195"{Dict{String, Any}, Bool, Bool, Bool, Pkg.Operations.var"#213#214"{Bool, Cmd, Cmd, Nothing, Pkg.Types.Context, Vector{Tuple{String, Base.Process}}, String, PackageSpec}, Pkg.Types.Context, PackageSpec, String, String}, parent::String; prefix::String) @ Base.Filesystem ./file.jl:899 [14] mktempdir(fn::Function, parent::String) @ Base.Filesystem ./file.jl:895 [15] #sandbox#190 @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2139 [inlined] [16] 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:2389 [17] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2301 [inlined] [18] 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:500 [19] 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:164 [20] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [21] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [inlined] [22] #test#81 @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:151 [inlined] [23] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [24] include(mod::Module, _path::String) @ Base ./Base.jl:309 [25] exec_options(opts::Base.JLOptions) @ Base ./client.jl:320 [26] _start() @ Base ./client.jl:553 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 caused by: Unsatisfiable requirements detected for package Sockets [6462fe0b]: Sockets [6462fe0b] log: ├─possible versions are: 1.11.0 or uninstalled (package in sysimage!) └─restricted to versions 0 by project [0dd05ec7] — no versions left └─project [0dd05ec7] log: ├─possible versions are: 0.0.0 or uninstalled └─project [0dd05ec7] is fixed to version 0.0.0 Stacktrace: [1] check_constraints(graph::Pkg.Resolve.Graph) @ Pkg.Resolve /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Resolve/graphtype.jl:1046 [2] Pkg.Resolve.Graph(compat::Dict{UUID, Dict{VersionNumber, Dict{UUID, Pkg.Versions.VersionSpec}}}, compat_weak::Dict{UUID, Dict{VersionNumber, Set{UUID}}}, uuid_to_name::Dict{UUID, String}, reqs::Dict{UUID, Pkg.Versions.VersionSpec}, fixed::Dict{UUID, Pkg.Resolve.Fixed}, verbose::Bool, julia_version::VersionNumber) @ Pkg.Resolve /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Resolve/graphtype.jl:350 [3] deps_graph(env::Pkg.Types.EnvCache, registries::Vector{Pkg.Registry.RegistryInstance}, uuid_to_name::Dict{UUID, String}, reqs::Dict{UUID, Pkg.Versions.VersionSpec}, fixed::Dict{UUID, Pkg.Resolve.Fixed}, julia_version::VersionNumber, installed_only::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:702 [4] resolve_versions!(env::Pkg.Types.EnvCache, registries::Vector{Pkg.Registry.RegistryInstance}, pkgs::Vector{PackageSpec}, julia_version::VersionNumber, installed_only::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:526 [5] up(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}, level::UpgradeLevel; skip_writing_project::Bool, preserve::Nothing) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:1919 [6] up @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:1898 [inlined] [7] up(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; level::UpgradeLevel, mode::PackageMode, preserve::Nothing, update_registry::Bool, skip_writing_project::Bool, kwargs::@Kwargs{io::Base.DevNull}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:406 [8] up @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:378 [inlined] [9] up @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:169 [inlined] [10] #resolve#167 @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:412 [inlined] [11] resolve @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:411 [inlined] [12] (::Pkg.Operations.var"#198#199"{String, Pkg.Types.EnvCache, Bool, Bool, Bool, Pkg.Operations.var"#213#214"{Bool, Cmd, Cmd, Nothing, Pkg.Types.Context, Vector{Tuple{String, Base.Process}}, String, PackageSpec}, Pkg.Types.Context, PackageSpec})() @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2208 [13] with_temp_env(fn::Pkg.Operations.var"#198#199"{String, Pkg.Types.EnvCache, Bool, Bool, Bool, Pkg.Operations.var"#213#214"{Bool, Cmd, Cmd, Nothing, Pkg.Types.Context, Vector{Tuple{String, Base.Process}}, String, PackageSpec}, Pkg.Types.Context, PackageSpec}, temp_env::String) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2083 [14] (::Pkg.Operations.var"#194#195"{Dict{String, Any}, Bool, Bool, Bool, Pkg.Operations.var"#213#214"{Bool, Cmd, Cmd, Nothing, Pkg.Types.Context, Vector{Tuple{String, Base.Process}}, String, PackageSpec}, Pkg.Types.Context, PackageSpec, String, String})(tmp::String) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2192 [15] mktempdir(fn::Pkg.Operations.var"#194#195"{Dict{String, Any}, Bool, Bool, Bool, Pkg.Operations.var"#213#214"{Bool, Cmd, Cmd, Nothing, Pkg.Types.Context, Vector{Tuple{String, Base.Process}}, String, PackageSpec}, Pkg.Types.Context, PackageSpec, String, String}, parent::String; prefix::String) @ Base.Filesystem ./file.jl:899 [16] mktempdir(fn::Function, parent::String) @ Base.Filesystem ./file.jl:895 [17] #sandbox#190 @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2139 [inlined] [18] 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:2389 [19] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2301 [inlined] [20] 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:500 [21] 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:164 [22] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [23] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [inlined] [24] #test#81 @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:151 [inlined] [25] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [26] include(mod::Module, _path::String) @ Base ./Base.jl:309 [27] exec_options(opts::Base.JLOptions) @ Base ./client.jl:320 [28] _start() @ Base ./client.jl:553 PkgEval failed after 51.86s: there were unidentified errors