Package evaluation to test CANalyze on Julia 1.14.0-DEV.2600 (ff0e675117*) started at 2026-07-06T01:45:15.148 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.33s ################################################################################ # Installation # Installing CANalyze... Resolving package versions... Installed CANalyze ─ v1.6.0 Updating `~/.julia/environments/v1.14/Project.toml` [2dc4fe6c] + CANalyze v1.6.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [2dc4fe6c] + CANalyze v1.6.0 Installation completed after 1.23s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 4.2 s ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... WARNING: method definition for #Raw#11 at /home/pkgeval/.julia/packages/CANalyze/sY0IR/src/Signals.jl:434 declares type variable T but does not use it. 0.9 s ✓ CANalyze 1 dependency successfully precompiled in 1 seconds. 8 already precompiled. 1 dependency had output during precompilation: ┌ CANalyze │ WARNING: method definition for #Raw#11 at /home/pkgeval/.julia/packages/CANalyze/sY0IR/src/Signals.jl:434 declares type variable T but does not use it. └ Precompilation completed after 29.69s ################################################################################ # Testing # Testing CANalyze Status `/tmp/jl_W6HWlS/Project.toml` [2dc4fe6c] CANalyze v1.6.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_W6HWlS/Manifest.toml` [2dc4fe6c] CANalyze v1.6.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.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 Testing Running tests... [ Info: Starting tests... [ Info: CANalyze.Utils tests... Test Summary: | Pass Total Time endian | 2 2 0.2s Test Summary: | Pass Total Time convert | 14 14 3.0s Test Summary: | Pass Total Time mask | 429 429 2.1s [ Info: CANalyze.Frames tests... equal_1: Error During Test at /home/pkgeval/.julia/packages/CANalyze/sY0IR/test/Frames.jl:7 Got exception outside of a @test MethodError: kwcall(::@NamedTuple{is_extended::Bool}, ::Core.TypeEgal{CANFrame}, ::UInt32, ::Vector{UInt8}) is ambiguous. Candidates: kwcall(::NamedTuple, ::Type{CANFrame}, frame_id::UInt32, data::AbstractArray{UInt8}) @ CANalyze.Frames ~/.julia/packages/CANalyze/sY0IR/src/Frames.jl:15 kwcall(::NamedTuple, ::Core.TypeEgal{CANFrame}, frame_id::Integer, data::A) where A<:(AbstractArray{<:Integer}) @ CANalyze.Frames ~/.julia/packages/CANalyze/sY0IR/src/Frames.jl:26 Possible fix, define kwcall(::NamedTuple, ::Core.TypeEgal{CANFrame}, ::UInt32, ::A) where A<:(AbstractArray{UInt8}) Stacktrace: [1] CANFrame(frame_id::UInt8, data::Vector{Integer}; is_extended::Bool) @ CANalyze.Frames ~/.julia/packages/CANalyze/sY0IR/src/Frames.jl:28 [2] top-level scope @ ~/.julia/packages/CANalyze/sY0IR/test/Frames.jl:5 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/CANalyze/sY0IR/test/Frames.jl:8 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] macro expansion @ ~/.julia/packages/CANalyze/sY0IR/test/Frames.jl:8 [inlined] [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ ~/.julia/packages/CANalyze/sY0IR/test/runtests.jl:5 [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 equal_2: Error During Test at /home/pkgeval/.julia/packages/CANalyze/sY0IR/test/Frames.jl:13 Got exception outside of a @test MethodError: kwcall(::@NamedTuple{is_extended::Bool}, ::Core.TypeEgal{CANFrame}, ::UInt32, ::Vector{UInt8}) is ambiguous. Candidates: kwcall(::NamedTuple, ::Type{CANFrame}, frame_id::UInt32, data::AbstractArray{UInt8}) @ CANalyze.Frames ~/.julia/packages/CANalyze/sY0IR/src/Frames.jl:15 kwcall(::NamedTuple, ::Core.TypeEgal{CANFrame}, frame_id::Integer, data::A) where A<:(AbstractArray{<:Integer}) @ CANalyze.Frames ~/.julia/packages/CANalyze/sY0IR/src/Frames.jl:26 Possible fix, define kwcall(::NamedTuple, ::Core.TypeEgal{CANFrame}, ::UInt32, ::A) where A<:(AbstractArray{UInt8}) Stacktrace: [1] CANFrame(frame_id::UInt8, data::Vector{Integer}; is_extended::Bool) @ CANalyze.Frames ~/.julia/packages/CANalyze/sY0IR/src/Frames.jl:28 [2] top-level scope @ ~/.julia/packages/CANalyze/sY0IR/test/Frames.jl:5 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/CANalyze/sY0IR/test/Frames.jl:14 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] macro expansion @ ~/.julia/packages/CANalyze/sY0IR/test/Frames.jl:14 [inlined] [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ ~/.julia/packages/CANalyze/sY0IR/test/runtests.jl:5 [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 equal_3: Error During Test at /home/pkgeval/.julia/packages/CANalyze/sY0IR/test/Frames.jl:19 Got exception outside of a @test MethodError: kwcall(::@NamedTuple{is_extended::Bool}, ::Core.TypeEgal{CANFrame}, ::UInt32, ::Vector{UInt8}) is ambiguous. Candidates: kwcall(::NamedTuple, ::Type{CANFrame}, frame_id::UInt32, data::AbstractArray{UInt8}) @ CANalyze.Frames ~/.julia/packages/CANalyze/sY0IR/src/Frames.jl:15 kwcall(::NamedTuple, ::Core.TypeEgal{CANFrame}, frame_id::Integer, data::A) where A<:(AbstractArray{<:Integer}) @ CANalyze.Frames ~/.julia/packages/CANalyze/sY0IR/src/Frames.jl:26 Possible fix, define kwcall(::NamedTuple, ::Core.TypeEgal{CANFrame}, ::UInt32, ::A) where A<:(AbstractArray{UInt8}) Stacktrace: [1] CANFrame(frame_id::UInt8, data::Vector{Integer}; is_extended::Bool) @ CANalyze.Frames ~/.julia/packages/CANalyze/sY0IR/src/Frames.jl:28 [2] top-level scope @ ~/.julia/packages/CANalyze/sY0IR/test/Frames.jl:5 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/CANalyze/sY0IR/test/Frames.jl:20 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] macro expansion @ ~/.julia/packages/CANalyze/sY0IR/test/Frames.jl:20 [inlined] [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ ~/.julia/packages/CANalyze/sY0IR/test/runtests.jl:5 [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 equal_4: Error During Test at /home/pkgeval/.julia/packages/CANalyze/sY0IR/test/Frames.jl:25 Got exception outside of a @test MethodError: kwcall(::@NamedTuple{is_extended::Bool}, ::Core.TypeEgal{CANFrame}, ::UInt32, ::Vector{UInt8}) is ambiguous. Candidates: kwcall(::NamedTuple, ::Type{CANFrame}, frame_id::UInt32, data::AbstractArray{UInt8}) @ CANalyze.Frames ~/.julia/packages/CANalyze/sY0IR/src/Frames.jl:15 kwcall(::NamedTuple, ::Core.TypeEgal{CANFrame}, frame_id::Integer, data::A) where A<:(AbstractArray{<:Integer}) @ CANalyze.Frames ~/.julia/packages/CANalyze/sY0IR/src/Frames.jl:26 Possible fix, define kwcall(::NamedTuple, ::Core.TypeEgal{CANFrame}, ::UInt32, ::A) where A<:(AbstractArray{UInt8}) Stacktrace: [1] CANFrame(frame_id::UInt8, data::Vector{Integer}; is_extended::Bool) @ CANalyze.Frames ~/.julia/packages/CANalyze/sY0IR/src/Frames.jl:28 [2] top-level scope @ ~/.julia/packages/CANalyze/sY0IR/test/Frames.jl:5 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/CANalyze/sY0IR/test/Frames.jl:26 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] macro expansion @ ~/.julia/packages/CANalyze/sY0IR/test/Frames.jl:26 [inlined] [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ ~/.julia/packages/CANalyze/sY0IR/test/runtests.jl:5 [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 equal_5: Error During Test at /home/pkgeval/.julia/packages/CANalyze/sY0IR/test/Frames.jl:31 Got exception outside of a @test MethodError: kwcall(::@NamedTuple{is_extended::Bool}, ::Core.TypeEgal{CANFrame}, ::UInt32, ::Vector{UInt8}) is ambiguous. Candidates: kwcall(::NamedTuple, ::Type{CANFrame}, frame_id::UInt32, data::AbstractArray{UInt8}) @ CANalyze.Frames ~/.julia/packages/CANalyze/sY0IR/src/Frames.jl:15 kwcall(::NamedTuple, ::Core.TypeEgal{CANFrame}, frame_id::Integer, data::A) where A<:(AbstractArray{<:Integer}) @ CANalyze.Frames ~/.julia/packages/CANalyze/sY0IR/src/Frames.jl:26 Possible fix, define kwcall(::NamedTuple, ::Core.TypeEgal{CANFrame}, ::UInt32, ::A) where A<:(AbstractArray{UInt8}) Stacktrace: [1] CANFrame(frame_id::UInt8, data::Vector{Integer}; is_extended::Bool) @ CANalyze.Frames ~/.julia/packages/CANalyze/sY0IR/src/Frames.jl:28 [2] top-level scope @ ~/.julia/packages/CANalyze/sY0IR/test/Frames.jl:5 [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [4] macro expansion @ ~/.julia/packages/CANalyze/sY0IR/test/Frames.jl:32 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [6] macro expansion @ ~/.julia/packages/CANalyze/sY0IR/test/Frames.jl:32 [inlined] [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ ~/.julia/packages/CANalyze/sY0IR/test/runtests.jl:5 [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 Test Summary: | Error Total Time equal | 5 5 6.2s equal_1 | 1 1 6.1s equal_2 | 1 1 0.0s equal_3 | 1 1 0.0s equal_4 | 1 1 0.0s equal_5 | 1 1 0.1s RNG of the outermost testset: Random.Xoshiro(0x065f528d9ec3aafb, 0x9fffae83d9eeabe5, 0xbbdde56213ca1e22, 0x7dd30b89e9018c13, 0x027929c8ee8d19d9) ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 5 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/CANalyze/sY0IR/test/Frames.jl:4 in expression starting at /home/pkgeval/.julia/packages/CANalyze/sY0IR/test/runtests.jl:5 Testing failed after 34.3s ERROR: LoadError: Package CANalyze 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 104.35s: package tests unexpectedly errored