Package evaluation of DataFlow on Julia 1.12.0-rc1.2 (995ff9db19*) started at 2025-07-14T11:22:48.379 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.77s ################################################################################ # Installation # Installing DataFlow... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [a237f610] + DataFlow v0.5.0 Updating `~/.julia/environments/v1.12/Manifest.toml` [a237f610] + DataFlow v0.5.0 [e5e0dc1b] + Juno v0.8.4 [50d2b5c4] + Lazy v0.15.1 [1914dd2f] + MacroTools v0.5.16 [e89f7d12] + Media v0.5.0 [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 [9abbd945] + Profile 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.07s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 19.64s ################################################################################ # Testing # Testing DataFlow Status `/tmp/jl_ICAp6N/Project.toml` [a237f610] DataFlow v0.5.0 [e5e0dc1b] Juno v0.8.4 [50d2b5c4] Lazy v0.15.1 [1914dd2f] MacroTools v0.5.16 [8dfed614] Test v1.11.0 Status `/tmp/jl_ICAp6N/Manifest.toml` [a237f610] DataFlow v0.5.0 [e5e0dc1b] Juno v0.8.4 [50d2b5c4] Lazy v0.15.1 [1914dd2f] MacroTools v0.5.16 [e89f7d12] Media v0.5.0 [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 [9abbd945] Profile 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... Precompiling packages... Info Given DataFlow was explicitly requested, output will be shown live  WARNING: Method definition iterate(DataFlow.ObjectArraySet{T} where T, Any...) in module DataFlow at /home/pkgeval/.julia/packages/Lazy/9Xnd3/src/macros.jl:297 overwritten on the same line (check for duplicate calls to `include`). ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. 2000.9 ms ? DataFlow WARNING: Method definition iterate(DataFlow.ObjectArraySet{T} where T, Any...) in module DataFlow at /home/pkgeval/.julia/packages/Lazy/9Xnd3/src/macros.jl:297 overwritten on the same line (check for duplicate calls to `include`). ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. WARNING: Method definition iterate(DataFlow.ObjectArraySet{T} where T, Any...) in module DataFlow at /home/pkgeval/.julia/packages/Lazy/9Xnd3/src/macros.jl:297 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Base.iterate), DataFlow.ObjectArraySet{T} where T, Any...) in module DataFlow at /home/pkgeval/.julia/packages/Lazy/9Xnd3/src/macros.jl:297 overwritten on the same line (check for duplicate calls to `include`). ERROR: LoadError: syntax: unexpected semicolon in tuple around /home/pkgeval/.julia/packages/DataFlow/nNf8v/src/syntax/dump.jl:54 Stacktrace: [1] top-level scope @ ~/.julia/packages/DataFlow/nNf8v/test/runtests.jl:6 [2] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:306 [3] top-level scope @ none:6 [4] eval(m::Module, e::Any) @ Core ./boot.jl:489 [5] exec_options(opts::Base.JLOptions) @ Base ./client.jl:287 [6] _start() @ Base ./client.jl:554 in expression starting at /home/pkgeval/.julia/packages/DataFlow/nNf8v/test/runtests.jl:6 Testing failed after 40.21s ERROR: LoadError: Package DataFlow 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{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:2458 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2313 [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.12/Pkg/src/API.jl:511 [5] test(pkgs::Vector{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:305 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:321 [12] _start() @ Base ./client.jl:554 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 83.95s: illegal method overwrites during precompilation