Package evaluation to test BitFlags on Julia 1.14.0-DEV.2309 (6e1a27e459*) started at 2026-06-06T01:44:25.089 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 17.26s ################################################################################ # Installation # Installing BitFlags... Resolving package versions... Installed BitFlags ─ v0.1.10 Updating `~/.julia/environments/v1.14/Project.toml` [d1d4a3ce] + BitFlags v0.1.10 Updating `~/.julia/environments/v1.14/Manifest.toml` [d1d4a3ce] + BitFlags v0.1.10 Installation completed after 1.61s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 6.5 s ✓ TestEnv 1 dependency successfully precompiled in 7 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 39.4 s ✓ BitFlags 1 dependency successfully precompiled in 39 seconds. 8 already precompiled. Precompilation completed after 72.75s ################################################################################ # Testing # Testing BitFlags Status `/tmp/jl_tqt08o/Project.toml` [d1d4a3ce] BitFlags v0.1.10 [d6f4376e] Markdown v1.11.0 [9e88b42a] Serialization v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_tqt08o/Manifest.toml` [d1d4a3ce] BitFlags v0.1.10 [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... ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/BitFlags/84icQ/test/runtests.jl:317 =# - Expected module name Expression: (escape SFlag1) Containing expressions: (module false (escape SFlag1) (block (primitive (<: (escape T) (curly BitFlag UInt32)) 32) (function (call (escape T) (:: x Integer)) (block (= z (call convert UInt32 x)) (|| (call !== (call & z 0x00000007) 0x00000000) (call _argument_error (quote T) x)) (return (call bitcast (escape T) z)))) (= (call (. BitFlags (inert namemap)) (:: (curly Type (escape T)))) (block (escape (flag1a = 0x00000001, flag1b = 0x00000002, flag1c = 0x00000004)))) (= (call (. BitFlags (inert haszero)) (:: (curly Type (escape T)))) (block false)) (= (call (. Base (inert typemin)) (:: x (curly Type (escape T)))) (block (call (escape T) 0x00000001))) (= (call (. Base (inert typemax)) (:: x (curly Type (escape T)))) (block (call (escape T) 0x00000004))) (let (= flag_hash (call hash (escape T))) (block (= (call (. BitFlags (inert _bitflag_hash)) (:: x (escape T)) (:: h UInt)) (block (call hash flag_hash (call hash (call Integer x) h)))))) (= (call (. Base (inert instances)) (:: (curly Type (escape T)))) (block (tuple (call bitcast (escape T) 0x00000001) (call bitcast (escape T) 0x00000002) (call bitcast (escape T) 0x00000004)))) (const (= (escape flag1a) (call bitcast (escape T) 0x00000001))) (const (= (escape flag1b) (call bitcast (escape T) 0x00000002))) (const (= (escape flag1c) (call bitcast (escape T) 0x00000004))))) Detailed provenance: (escape SFlag1) └─ (escape SFlag1) ├─ @ /home/pkgeval/.julia/packages/BitFlags/84icQ/test/runtests.jl:317 └─ (macrocall @bitflagx :(#= /home/pkgeval/.julia/packages/BitFlags/84icQ/test/runtests.jl:317 =#) SFlag1 flag1a flag1b flag1c) └─ @ /home/pkgeval/.julia/packages/BitFlags/84icQ/test/runtests.jl:317 Stacktrace: [1] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:81 [2] lower_step(iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}, mod::Module, world::UInt64; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:72 [3] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:530 [4] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:518 [inlined] [5] top-level scope @ ~/.julia/packages/BitFlags/84icQ/test/runtests.jl:317 [6] macro expansion @ ~/.julia/packages/BitFlags/84icQ/test/runtests.jl:317 [inlined] [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:521 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/BitFlags/84icQ/test/runtests.jl:317 Testing failed after 256.56s ERROR: LoadError: Package BitFlags 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:326 [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 367.85s: package tests unexpectedly errored