Package evaluation of FlatBuffers on Julia 1.12.0-DEV.2044 (c78016e4dc*) started at 2025-02-25T21:56:44.983 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.58s ################################################################################ # Installation # Installing FlatBuffers... Resolving package versions... Installed UnPack ───────────── v1.0.2 Installed OrderedCollections ─ v1.8.0 Installed Parameters ───────── v0.12.3 Installed FlatBuffers ──────── v0.6.1 Updating `~/.julia/environments/v1.12/Project.toml` [53afe959] + FlatBuffers v0.6.1 Updating `~/.julia/environments/v1.12/Manifest.toml` [53afe959] + FlatBuffers v0.6.1 [bac558e1] + OrderedCollections v1.8.0 [d96e819e] + Parameters v0.12.3 [3a884ed6] + UnPack v1.0.2 [2a0f44e3] + Base64 v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting 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 Installation completed after 0.98s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 6589.2 ms ✓ TestEnv 1 dependency successfully precompiled in 9 seconds. 25 already precompiled. Precompiling package dependencies... Precompilation completed after 25.46s ################################################################################ # Testing # Testing FlatBuffers Status `/tmp/jl_IuthqV/Project.toml` [53afe959] FlatBuffers v0.6.1 [d96e819e] Parameters v0.12.3 [8dfed614] Test v1.11.0 Status `/tmp/jl_IuthqV/Manifest.toml` [53afe959] FlatBuffers v0.6.1 [bac558e1] OrderedCollections v1.8.0 [d96e819e] Parameters v0.12.3 [3a884ed6] UnPack v1.0.2 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting 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 Testing Running tests... fuzz fields: 100 objects: 100 bool: 910 fuzz fields: 100 objects: 100 float32: 890 fuzz fields: 100 objects: 100 float64: 932 fuzz fields: 100 objects: 100 int16: 909 fuzz fields: 100 objects: 100 int32: 882 fuzz fields: 100 objects: 100 int64: 920 fuzz fields: 100 objects: 100 int8: 897 fuzz fields: 100 objects: 100 uint16: 919 fuzz fields: 100 objects: 100 uint32: 908 fuzz fields: 100 objects: 100 uint64: 943 fuzz fields: 100 objects: 100 uint8: 890 WARNING: Method definition typeorder(Type{Union{Nothing, MyGame.Example.TestSimpleTableWithEnum, MyGame.Example2.Monster, MyGame.Example.Monster{T} where T}}, Integer) in module Example at /home/pkgeval/.julia/packages/FlatBuffers/xoLaN/src/macros.jl:18 overwritten in module Main at /home/pkgeval/.julia/packages/FlatBuffers/xoLaN/test/flatc.jl:15. ERROR: LoadError: UndefVarError: `newt` not defined in `FlatBuffers` Stacktrace: [1] createstruct(types::Vector{DataType}, A::Vector{TestUnionU}) @ FlatBuffers ~/.julia/packages/FlatBuffers/xoLaN/src/FlatBuffers.jl:426 [2] buildvector!(b::FlatBuffers.Builder{TestVecUnionT}, A::Vector{TestUnionU}, len::Int64, prev::Vector{UInt8}) @ FlatBuffers ~/.julia/packages/FlatBuffers/xoLaN/src/FlatBuffers.jl:440 [3] buildbuffer! @ ~/.julia/packages/FlatBuffers/xoLaN/src/FlatBuffers.jl:522 [inlined] [4] getoffset(b::FlatBuffers.Builder{TestVecUnionT}, arg::Vector{TestUnionU}, prev::Vector{UInt8}) @ FlatBuffers ~/.julia/packages/FlatBuffers/xoLaN/src/FlatBuffers.jl:462 [5] buildbuffer!(b::FlatBuffers.Builder{TestVecUnionT}, arg::TestVecUnionT, prev::Nothing) @ FlatBuffers ~/.julia/packages/FlatBuffers/xoLaN/src/FlatBuffers.jl:561 [6] buildbuffer! @ ~/.julia/packages/FlatBuffers/xoLaN/src/FlatBuffers.jl:527 [inlined] [7] build!(b::FlatBuffers.Builder{TestVecUnionT}, arg::TestVecUnionT) @ FlatBuffers ~/.julia/packages/FlatBuffers/xoLaN/src/FlatBuffers.jl:605 [8] top-level scope @ ~/.julia/packages/FlatBuffers/xoLaN/test/runtests.jl:198 [9] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:308 [10] top-level scope @ none:6 [11] eval(m::Module, e::Any) @ Core ./boot.jl:488 [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:294 [13] _start() @ Base ./client.jl:560 in expression starting at /home/pkgeval/.julia/packages/FlatBuffers/xoLaN/test/runtests.jl:198 Testing failed after 75.57s ERROR: LoadError: Package FlatBuffers errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.12/Pkg/src/Operations.jl:2365 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2220 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.12/Pkg/src/API.jl:486 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:164 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:152 [7] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:152 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.12/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:307 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:328 [12] _start() @ Base ./client.jl:560 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 125.91s: package tests unexpectedly errored