Package evaluation to test FactorGraph on Julia 1.14.0-DEV.2600 (ff0e675117*) started at 2026-07-06T02:30:11.857 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.8s ################################################################################ # Installation # Installing FactorGraph... Resolving package versions... Installed FactorGraph ─ v0.2.5 Updating `~/.julia/environments/v1.14/Project.toml` [528f6532] + FactorGraph v0.2.5 Updating `~/.julia/environments/v1.14/Manifest.toml` [528f6532] + FactorGraph v0.2.5 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.14.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.5+2 [4536629a] + OpenBLAS_jll v0.3.33+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 4.38s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 4.4 s ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 3.2 s ✓ FactorGraph 1 dependency successfully precompiled in 3 seconds. 8 already precompiled. Precompilation completed after 37.56s ################################################################################ # Testing # Testing FactorGraph Status `/tmp/jl_WaI2gh/Project.toml` [528f6532] FactorGraph v0.2.5 [37e2e46d] LinearAlgebra v1.14.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_WaI2gh/Manifest.toml` [528f6532] FactorGraph v0.2.5 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 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 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.5+2 [4536629a] OpenBLAS_jll v0.3.33+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... One-dimensional graph accepts scalar GaussianFactor arguments: Error During Test at /home/pkgeval/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:4 Got exception outside of a @test MethodError: kwcall(::@NamedTuple{label::String, initialize::Bool}, ::Core.TypeEgal{GaussianFactor}, ::Int64, ::Vector{Union{Int64, String, Symbol}}, ::Float64, ::Float64, ::Float64) is ambiguous. Candidates: kwcall(::NamedTuple, ::Core.TypeEgal{GaussianFactor}, args...) @ Main.FactorGraph ~/.julia/packages/FactorGraph/EOPNY/src/graph/gaussian.jl:292 kwcall(::NamedTuple, ::Type{GaussianFactor}, id::Int64, variables::AbstractVector{<:Union{Int64, String, Symbol}}, mean, coefficient, covariance) @ Main.FactorGraph ~/.julia/packages/FactorGraph/EOPNY/src/graph/gaussian.jl:247 Possible fix, define kwcall(::NamedTuple, ::Core.TypeEgal{GaussianFactor}, ::Int64, ::AbstractVector{<:Union{Int64, String, Symbol}}, ::Any, ::Any, ::Any) Stacktrace: [1] GaussianFactor(::Symbol, ::Float64, ::Float64, ::Float64; label::String, initialize::Bool) @ Main.FactorGraph ~/.julia/packages/FactorGraph/EOPNY/src/graph/gaussian.jl:311 [2] macro expansion @ ~/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:5 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:5 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] top-level scope @ ~/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:4 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ ~/.julia/packages/FactorGraph/EOPNY/test/runtests.jl:1 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ none:6 [11] eval(m::Module, e::Any) @ Core boot.jl:533 [12] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [13] _start() @ Base client.jl:596 Gaussian variables accept named components: Error During Test at /home/pkgeval/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:36 Got exception outside of a @test MethodError: kwcall(::@NamedTuple{label::String, initialize::Bool}, ::Core.TypeEgal{GaussianFactor}, ::Int64, ::Vector{Union{Int64, String, Symbol}}, ::Vector{Float64}, ::Matrix{Float64}, ::Vector{Float64}) is ambiguous. Candidates: kwcall(::NamedTuple, ::Core.TypeEgal{GaussianFactor}, args...) @ Main.FactorGraph ~/.julia/packages/FactorGraph/EOPNY/src/graph/gaussian.jl:292 kwcall(::NamedTuple, ::Type{GaussianFactor}, id::Int64, variables::AbstractVector{<:Union{Int64, String, Symbol}}, mean, coefficient, covariance) @ Main.FactorGraph ~/.julia/packages/FactorGraph/EOPNY/src/graph/gaussian.jl:247 Possible fix, define kwcall(::NamedTuple, ::Core.TypeEgal{GaussianFactor}, ::Int64, ::AbstractVector{<:Union{Int64, String, Symbol}}, ::Any, ::Any, ::Any) Stacktrace: [1] GaussianFactor(::Symbol, ::Vector{Float64}, ::Matrix{Float64}, ::Vector{Float64}; label::String, initialize::Bool) @ Main.FactorGraph ~/.julia/packages/FactorGraph/EOPNY/src/graph/gaussian.jl:311 [2] GaussianFactor(::Symbol, ::Vector{Float64}, ::Matrix{Float64}, ::Vector{Float64}) @ Main.FactorGraph ~/.julia/packages/FactorGraph/EOPNY/src/graph/gaussian.jl:292 [3] macro expansion @ ~/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:37 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:37 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] top-level scope @ ~/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:4 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [9] top-level scope @ ~/.julia/packages/FactorGraph/EOPNY/test/runtests.jl:1 [10] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [11] top-level scope @ none:6 [12] eval(m::Module, e::Any) @ Core boot.jl:533 [13] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [14] _start() @ Base client.jl:596 Default Gaussian variable labels preserve IDs: Error During Test at /home/pkgeval/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:69 Got exception outside of a @test MethodError: kwcall(::@NamedTuple{label::String, initialize::Bool}, ::Core.TypeEgal{GaussianFactor}, ::Int64, ::Vector{Union{Int64, String, Symbol}}, ::Float64, ::Float64, ::Float64) is ambiguous. Candidates: kwcall(::NamedTuple, ::Core.TypeEgal{GaussianFactor}, args...) @ Main.FactorGraph ~/.julia/packages/FactorGraph/EOPNY/src/graph/gaussian.jl:292 kwcall(::NamedTuple, ::Type{GaussianFactor}, id::Int64, variables::AbstractVector{<:Union{Int64, String, Symbol}}, mean, coefficient, covariance) @ Main.FactorGraph ~/.julia/packages/FactorGraph/EOPNY/src/graph/gaussian.jl:247 Possible fix, define kwcall(::NamedTuple, ::Core.TypeEgal{GaussianFactor}, ::Int64, ::AbstractVector{<:Union{Int64, String, Symbol}}, ::Any, ::Any, ::Any) Stacktrace: [1] GaussianFactor(::Symbol, ::Vararg{Any}; label::String, initialize::Bool) @ Main.FactorGraph ~/.julia/packages/FactorGraph/EOPNY/src/graph/gaussian.jl:311 [2] GaussianFactor(::Symbol, ::Float64, ::Float64, ::Float64) @ Main.FactorGraph ~/.julia/packages/FactorGraph/EOPNY/src/graph/gaussian.jl:292 [3] macro expansion @ ~/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:70 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:70 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] top-level scope @ ~/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:4 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [9] top-level scope @ ~/.julia/packages/FactorGraph/EOPNY/test/runtests.jl:1 [10] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [11] top-level scope @ none:6 [12] eval(m::Module, e::Any) @ Core boot.jl:533 [13] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [14] _start() @ Base client.jl:596 Gaussian variable nodes can be used to construct factors: Error During Test at /home/pkgeval/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:82 Got exception outside of a @test MethodError: kwcall(::@NamedTuple{label::String, initialize::Bool}, ::Core.TypeEgal{GaussianFactor}, ::Int64, ::Vector{Union{Int64, String, Symbol}}, ::Float64, ::Float64, ::Float64) is ambiguous. Candidates: kwcall(::NamedTuple, ::Core.TypeEgal{GaussianFactor}, args...) @ Main.FactorGraph ~/.julia/packages/FactorGraph/EOPNY/src/graph/gaussian.jl:292 kwcall(::NamedTuple, ::Type{GaussianFactor}, id::Int64, variables::AbstractVector{<:Union{Int64, String, Symbol}}, mean, coefficient, covariance) @ Main.FactorGraph ~/.julia/packages/FactorGraph/EOPNY/src/graph/gaussian.jl:247 Possible fix, define kwcall(::NamedTuple, ::Core.TypeEgal{GaussianFactor}, ::Int64, ::AbstractVector{<:Union{Int64, String, Symbol}}, ::Any, ::Any, ::Any) Stacktrace: [1] GaussianFactor(::GaussianVariable, ::Float64, ::Float64, ::Float64; label::String, initialize::Bool) @ Main.FactorGraph ~/.julia/packages/FactorGraph/EOPNY/src/graph/gaussian.jl:311 [2] macro expansion @ ~/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:86 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:83 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] top-level scope @ ~/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:4 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ ~/.julia/packages/FactorGraph/EOPNY/test/runtests.jl:1 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [10] top-level scope @ none:6 [11] eval(m::Module, e::Any) @ Core boot.jl:533 [12] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [13] _start() @ Base client.jl:596 Inference defaults accept scalar mean and covariance: Error During Test at /home/pkgeval/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:108 Got exception outside of a @test MethodError: kwcall(::@NamedTuple{label::String, initialize::Bool}, ::Core.TypeEgal{GaussianFactor}, ::Int64, ::Vector{Union{Int64, String, Symbol}}, ::Vector{Float64}, ::Float64, ::Vector{Float64}) is ambiguous. Candidates: kwcall(::NamedTuple, ::Core.TypeEgal{GaussianFactor}, args...) @ Main.FactorGraph ~/.julia/packages/FactorGraph/EOPNY/src/graph/gaussian.jl:292 kwcall(::NamedTuple, ::Type{GaussianFactor}, id::Int64, variables::AbstractVector{<:Union{Int64, String, Symbol}}, mean, coefficient, covariance) @ Main.FactorGraph ~/.julia/packages/FactorGraph/EOPNY/src/graph/gaussian.jl:247 Possible fix, define kwcall(::NamedTuple, ::Core.TypeEgal{GaussianFactor}, ::Int64, ::AbstractVector{<:Union{Int64, String, Symbol}}, ::Any, ::Any, ::Any) Stacktrace: [1] GaussianFactor(::Symbol, ::Vector{Float64}, ::Float64, ::Vector{Float64}; label::String, initialize::Bool) @ Main.FactorGraph ~/.julia/packages/FactorGraph/EOPNY/src/graph/gaussian.jl:311 [2] gaussianTreeTestGraph() @ Main ~/.julia/packages/FactorGraph/EOPNY/test/setup.jl:101 [3] macro expansion @ ~/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:109 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [5] macro expansion @ ~/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:109 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [7] top-level scope @ ~/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:4 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [9] top-level scope @ ~/.julia/packages/FactorGraph/EOPNY/test/runtests.jl:1 [10] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [11] top-level scope @ none:6 [12] eval(m::Module, e::Any) @ Core boot.jl:533 [13] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [14] _start() @ Base client.jl:596 Test Summary: | Error Total Time Scalar inputs | 5 5 8.2s One-dimensional graph accepts scalar GaussianFactor arguments | 1 1 6.2s Gaussian variables accept named components | 1 1 1.1s Default Gaussian variable labels preserve IDs | 1 1 0.2s Gaussian variable nodes can be used to construct factors | 1 1 0.2s Inference defaults accept scalar mean and covariance | 1 1 0.4s RNG of the outermost testset: Random.Xoshiro(0xcc4a48261d8e24cb, 0xa11b4eac5962151e, 0x4bd2f37ec4ed8206, 0xcf929ede317469cc, 0xd7bd4db85c86d2d7) ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 5 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/FactorGraph/EOPNY/test/scalar_inputs.jl:3 in expression starting at /home/pkgeval/.julia/packages/FactorGraph/EOPNY/test/runtests.jl:1 Testing failed after 34.22s ERROR: LoadError: Package FactorGraph 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 116.94s: package tests unexpectedly errored