Package evaluation of ModuleElts on Julia 1.13.0-DEV.791 (d5209bd37d*) started at 2025-07-04T10:20:25.865 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.58s ################################################################################ # Installation # Installing ModuleElts... Resolving package versions... Installed ModuleElts ─ v0.1.4 Updating `~/.julia/environments/v1.13/Project.toml` [4249f315] + ModuleElts v0.1.4 Updating `~/.julia/environments/v1.13/Manifest.toml` [4249f315] + ModuleElts v0.1.4 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.13.1+0 Installation completed after 0.89s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 4946.4 ms ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 26 already precompiled. Precompiling package dependencies... Precompilation completed after 18.02s ################################################################################ # Testing # Testing ModuleElts Status `/tmp/jl_lxxA8p/Project.toml` [4249f315] ModuleElts v0.1.4 [37e2e46d] LinearAlgebra v1.12.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_lxxA8p/Manifest.toml` [4249f315] ModuleElts v0.1.4 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.13.1+0 Testing Running tests... ModuleElts.jl a=ModuleElt(:xy=>1,:yx=>-1) ModuleElts.jl repr(a) ModuleElts.jl ModuleElt([:xy=>1//2,:yx=>-1]) ModuleElts.jl: Error During Test at /home/pkgeval/.julia/packages/ModuleElts/9bN2R/test/runtests.jl:22 Test threw exception Expression: mytest("ModuleElts.jl", "ModuleElt([:xy=>1//2,:yx=>-1])", "(1//2):xy+(-1//1):yx") MethodError: no method matching ModuleElt(::Vector{Pair{Symbol}}) The type `ModuleElt` exists, but no method is defined for this combination of argument types when trying to construct it. Closest candidates are: ModuleElt(!Matched::Pair...; u...) @ ModuleElts ~/.julia/packages/ModuleElts/9bN2R/src/ModuleElts.jl:402 ModuleElt(!Matched::AbstractArray{Pair{K, V}, 1}; check) where {K, V} @ ModuleElts ~/.julia/packages/ModuleElts/9bN2R/src/ModuleElts.jl:228 ModuleElt(!Matched::Base.Generator; u...) @ ModuleElts ~/.julia/packages/ModuleElts/9bN2R/src/ModuleElts.jl:403 Stacktrace: [1] top-level scope @ none:1 [2] eval(m::Module, e::Any) @ Core ./boot.jl:489 [3] EvalInto @ ./boot.jl:494 [inlined] [4] mytest(file::String, cmd::String, man::String) @ Main ~/.julia/packages/ModuleElts/9bN2R/test/runtests.jl:5 [5] eval_test_function(func::Any, args::Any, kwargs::Any, quoted_func::Union{Expr, Symbol}, source::LineNumberNode, negate::Bool) @ Test /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:384 [6] top-level scope @ ~/.julia/packages/ModuleElts/9bN2R/test/runtests.jl:20 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1855 [inlined] [8] macro expansion @ ~/.julia/packages/ModuleElts/9bN2R/test/runtests.jl:22 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:738 [inlined] ModuleElts.jl a-a ModuleElts.jl a*99 ModuleElts.jl a//2 ModuleElts.jl a/2 ModuleElts.jl a+ModuleElt(:yx=>1) ModuleElts.jl a[:xy] ModuleElts.jl a[:xx] ModuleElts.jl haskey(a,:xx) ModuleElts.jl a[:xx]=1 ModuleElts.jl first(a) ModuleElts.jl collect(a) ModuleElts.jl collect(keys(a)) ModuleElts.jl collect(values(a)) ModuleElts.jl length(a) ModuleElts.jl eltype(a) ModuleElts.jl a=ModuleElt(:yy=>1, :yx=>2, :xy=>3, :yy=>-1;check=false) ModuleElts.jl a=ModuleElt(:yy=>1, :yx=>2, :xy=>3, :yy=>-1) ModuleElts.jl a+ModuleElt([:z=>1.0]) Test Summary: | Pass Error Total Time ModuleElts.jl | 20 1 21 16.6s RNG of the outermost testset: Random.Xoshiro(0x969a9ab18a382b50, 0x9893e9e5d8059f80, 0xcb8ed4ff2c9346c1, 0x864b13a25bb1a5b7, 0x062e0acf7304f396) ERROR: LoadError: Some tests did not pass: 20 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/ModuleElts/9bN2R/test/runtests.jl:19 Testing failed after 28.0s ERROR: LoadError: Package ModuleElts 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:2423 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2278 [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:500 [5] 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 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [7] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:152 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:151 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:309 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:324 [12] _start() @ Base ./client.jl:557 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 72.89s: package tests unexpectedly errored