Package evaluation of FlatBuffers on Julia 1.13.0-DEV.853 (3e868b27cf*) started at 2025-07-16T22:44:23.504 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 6.85s ################################################################################ # Installation # Installing FlatBuffers... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [53afe959] + FlatBuffers v0.6.2 Updating `~/.julia/environments/v1.13/Manifest.toml` [53afe959] + FlatBuffers v0.6.2 [bac558e1] + OrderedCollections v1.8.1 [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 1.11s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 12.32s ################################################################################ # Testing # Testing FlatBuffers Status `/tmp/jl_rjxpvM/Project.toml` [53afe959] FlatBuffers v0.6.2 [d96e819e] Parameters v0.12.3 [8dfed614] Test v1.11.0 Status `/tmp/jl_rjxpvM/Manifest.toml` [53afe959] FlatBuffers v0.6.2 [bac558e1] OrderedCollections v1.8.1 [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/eDjSG/src/macros.jl:18 overwritten in module Main at /home/pkgeval/.julia/packages/FlatBuffers/eDjSG/test/flatc.jl:15. ERROR: LoadError: EOFError: read end of file Stacktrace: [1] peek @ ./iobuffer.jl:422 [inlined] [2] read(from::Base.GenericIOBuffer{SubArray{UInt8, 1, Vector{UInt8}, Tuple{UnitRange{Int64}}, true}}, T::Type{Int32}) @ Base ./iobuffer.jl:432 [3] get(t::FlatBuffers.Table{Monster{Union{Nothing, TestSimpleTableWithEnum, Main.MyGame.Example2.Monster, Monster}}}, pos::Int32, ::Type{Int32}) @ FlatBuffers ~/.julia/packages/FlatBuffers/eDjSG/src/internals.jl:8 [4] vectorlen(t::FlatBuffers.Table{Monster{Union{Nothing, TestSimpleTableWithEnum, Main.MyGame.Example2.Monster, Monster}}}, off::Int16) @ FlatBuffers ~/.julia/packages/FlatBuffers/eDjSG/src/internals.jl:32 [5] getvalue(t::FlatBuffers.Table{Monster{Union{Nothing, TestSimpleTableWithEnum, Main.MyGame.Example2.Monster, Monster}}}, o::Int16, ::Type{Vector{Main.MyGame.Example.Ability}}) @ FlatBuffers ~/.julia/packages/FlatBuffers/eDjSG/src/FlatBuffers.jl:244 [6] read(t::FlatBuffers.Table{Monster{Union{Nothing, TestSimpleTableWithEnum, Main.MyGame.Example2.Monster, Monster}}}, ::Type{Monster{Union{Nothing, TestSimpleTableWithEnum, Main.MyGame.Example2.Monster, Monster}}}) @ FlatBuffers ~/.julia/packages/FlatBuffers/eDjSG/src/FlatBuffers.jl:321 [7] read @ ~/.julia/packages/FlatBuffers/eDjSG/src/FlatBuffers.jl:305 [inlined] [8] read @ ~/.julia/packages/FlatBuffers/eDjSG/src/FlatBuffers.jl:329 [inlined] [9] read @ ~/.julia/packages/FlatBuffers/eDjSG/src/FlatBuffers.jl:332 [inlined] [10] checkpassthrough(monster::Monster{Union{Nothing, TestSimpleTableWithEnum, Main.MyGame.Example2.Monster, Monster}}) @ Main ~/.julia/packages/FlatBuffers/eDjSG/test/flatc.jl:60 [11] top-level scope @ ~/.julia/packages/FlatBuffers/eDjSG/test/flatc.jl:79 [12] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [13] top-level scope @ ~/.julia/packages/FlatBuffers/eDjSG/test/runtests.jl:17 [14] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core ./boot.jl:489 [17] exec_options(opts::Base.JLOptions) @ Base ./client.jl:286 [18] _start() @ Base ./client.jl:553 in expression starting at /home/pkgeval/.julia/packages/FlatBuffers/eDjSG/test/flatc.jl:76 in expression starting at /home/pkgeval/.julia/packages/FlatBuffers/eDjSG/test/runtests.jl:17 Testing failed after 49.66s ERROR: LoadError: Package FlatBuffers 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:2446 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2301 [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:320 [12] _start() @ Base ./client.jl:553 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 87.08s: package tests unexpectedly errored