Package evaluation of ProtocolDataUnits on Julia 1.13.0-DEV.717 (51214a7524*) started at 2025-06-08T11:04:32.294 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.74s ################################################################################ # Installation # Installing ProtocolDataUnits... Resolving package versions... Installed ProtocolDataUnits ─ v0.3.0 Updating `~/.julia/environments/v1.13/Project.toml` [07db6e9f] + ProtocolDataUnits v0.3.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [07db6e9f] + ProtocolDataUnits v0.3.0 Installation completed after 1.26s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 4198.6 ms ✓ TestEnv 1 dependency successfully precompiled in 4 seconds. 25 already precompiled. Precompiling package dependencies... Precompilation completed after 42.62s ################################################################################ # Testing # Testing ProtocolDataUnits Status `/tmp/jl_S9hCs6/Project.toml` [7d9f7c33] Accessors v0.1.42 [b4567568] CRC32 v1.1.0 [07db6e9f] ProtocolDataUnits v0.3.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_S9hCs6/Manifest.toml` [7d9f7c33] Accessors v0.1.42 [b4567568] CRC32 v1.1.0 [a33af91c] CompositionsBase v0.1.2 [187b0558] ConstructionBase v1.5.8 [3587e190] InverseFunctions v0.1.17 [1914dd2f] MacroTools v0.5.16 [07db6e9f] ProtocolDataUnits v0.3.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf 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 [4ec0a83e] Unicode v1.11.0 [83775a58] Zlib_jll v1.3.1+2 Testing Running tests... WARNING: Method definition length(Type{Main.Eth2}, Base.Val{:payload}, Any) in module Main at /home/pkgeval/.julia/packages/ProtocolDataUnits/cdeQs/test/runtests.jl:16 overwritten at /home/pkgeval/.julia/packages/ProtocolDataUnits/cdeQs/test/runtests.jl:40. Test Summary: | Pass Total Time basic | 17 17 5.1s WARNING: Method definition length(Type{Main.TestPDU}, Base.Val{:s}, Any) in module Main at /home/pkgeval/.julia/packages/ProtocolDataUnits/cdeQs/test/runtests.jl:91 overwritten at /home/pkgeval/.julia/packages/ProtocolDataUnits/cdeQs/test/runtests.jl:101. Test Summary: | Pass Total Time strings | 10 10 2.9s WARNING: Method definition length(Type{Main.InnerPDU3}, Base.Val{:b}, Any) in module Main at /home/pkgeval/.julia/packages/ProtocolDataUnits/cdeQs/test/runtests.jl:140 overwritten at /home/pkgeval/.julia/packages/ProtocolDataUnits/cdeQs/test/runtests.jl:153. Test Summary: | Pass Total Time nested | 15 15 3.4s hooks: Error During Test at /home/pkgeval/.julia/packages/ProtocolDataUnits/cdeQs/test/runtests.jl:169 Got exception outside of a @test UndefVarError: `ChecksumPDU` not defined in `Main` Suggestion: define the const at top-level before running function that uses it (stricter Julia v1.12+ rule). Note: the binding state changed since the error occurred (was: 11, now: 0). Stacktrace: [1] #s27#1 @ ~/.julia/packages/ConstructionBase/lUKuV/src/ConstructionBase.jl:30 [inlined] [2] var"#s27#1"(T::Any, ::Any, ::Any) @ ConstructionBase ./none:0 [3] (::Core.GeneratedFunctionStub)(::UInt64, ::Method, ::Any, ::Vararg{Any}) @ Base ./expr.jl:1703 [4] macro expansion @ ~/.julia/packages/ConstructionBase/lUKuV/src/ConstructionBase.jl:195 [inlined] [5] setfields_object(obj::ChecksumPDU, patch::@NamedTuple{crc::UInt32}) @ ConstructionBase ~/.julia/packages/ConstructionBase/lUKuV/src/ConstructionBase.jl:195 [6] setproperties_object @ ~/.julia/packages/ConstructionBase/lUKuV/src/ConstructionBase.jl:208 [inlined] [7] setproperties @ ~/.julia/packages/ConstructionBase/lUKuV/src/ConstructionBase.jl:136 [inlined] [8] set @ ~/.julia/packages/Accessors/8Y4uq/src/optics.jl:393 [inlined] [9] preencode(pdu::ChecksumPDU) @ Main ~/.julia/packages/ProtocolDataUnits/cdeQs/test/runtests.jl:179 [10] write(io::IOBuffer, pdu::ChecksumPDU; hooks::Bool) @ ProtocolDataUnits ~/.julia/packages/ProtocolDataUnits/cdeQs/src/ProtocolDataUnits.jl:203 [11] encode(pdu::ChecksumPDU; hooks::Bool) @ ProtocolDataUnits ~/.julia/packages/ProtocolDataUnits/cdeQs/src/ProtocolDataUnits.jl:189 [12] encode(pdu::ChecksumPDU) @ ProtocolDataUnits ~/.julia/packages/ProtocolDataUnits/cdeQs/src/ProtocolDataUnits.jl:186 [13] top-level scope @ ~/.julia/packages/ProtocolDataUnits/cdeQs/test/runtests.jl:171 [14] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1833 [inlined] [15] macro expansion @ ~/.julia/packages/ProtocolDataUnits/cdeQs/test/runtests.jl:189 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [17] top-level scope @ none:6 [18] eval(m::Module, e::Any) @ Core ./boot.jl:489 [19] exec_options(opts::Base.JLOptions) @ Base ./client.jl:290 [20] _start() @ Base ./client.jl:557 Test Summary: | Error Total Time hooks | 1 1 4.6s RNG of the outermost testset: Random.Xoshiro(0xc59fc866042ca05f, 0xd9ea28bd90a7742c, 0x1c3310455d3fde53, 0x3898b59919c83887, 0x6c8a8b293cdbe033) ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/ProtocolDataUnits/cdeQs/test/runtests.jl:169 Testing failed after 38.54s ERROR: LoadError: Package ProtocolDataUnits 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:2421 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2276 [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:498 [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 109.78s: package tests unexpectedly errored