Package evaluation of Plugins on Julia 1.13.0-DEV.464 (abc56fde89*) started at 2025-05-01T13:21:40.837 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... ┌ Warning: could not download https://pkg.julialang.org/registries │ exception = RequestError: HTTP/2 301 (Connection timed out after 30005 milliseconds) while requesting https://pkg.julialang.org/registries └ @ Pkg.Registry /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Registry/Registry.jl:77 Set-up completed after 6.97s ################################################################################ # Installation # Installing Plugins... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [231a7ae5] + Plugins v0.5.5 Updating `~/.julia/environments/v1.13/Manifest.toml` [231a7ae5] + Plugins v0.5.5 [2a0f44e3] + Base64 v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [d6f4376e] + Markdown v1.11.0 [f489334b] + StyledStrings v1.11.0 Installation completed after 0.78s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 11.19s ################################################################################ # Testing # Testing Plugins Status `/tmp/jl_81CFYC/Project.toml` [231a7ae5] Plugins v0.5.5 [b77e0a4c] InteractiveUtils v1.11.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_81CFYC/Manifest.toml` [231a7ae5] Plugins v0.5.5 [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... innerplugin = a1.plugins[:empty] = EmptyPlugin{42}() counter = a1.plugins[:counter] = CounterPlugin{1}(0, 0, 0) [ Info: 2-length chain, 1 counter (1e5 cycles): 0.000025 seconds (8 allocations: 432 bytes) [ Info: 2-length chain, 2 counters (1e5 cycles): 0.000103 seconds (8 allocations: 432 bytes) [ Info: 42-length chain, 2 counters (1e5 cycles): 0.000093 seconds (8 allocations: 432 bytes) [ Info: Measuring time to first hook call with 140 uniquely typed plugins, 40 implementig the hook. 12.872114 seconds (25.81 M allocations: 1.215 GiB, 1.83% gc time, 99.18% compilation time) [ Info: op: A sample operation on the app, involving hook1() calls in a semi-realistic setting. [ Info: op: 2 CounterPlugins found, 102 plugins in total, each CounterPlugin incrementing a private counter. [ Info: op: 1.0e7 hook1() calls took 0.019430644 secs. That is 1.9430644 nanosecs per call on average, or 0.9715322 ns per in-plugin counter increment. Test Summary: | Pass Total Time Plugins.jl basics | 70 70 40.1s Test Summary: | Pass Total Time Finding implementations for single interfaces | 13 13 0.2s Test Summary: | Pass Total Time Dependency hierarchies are tracked | 6 6 4.2s mi1 = Plugins.instantiate([MI1]; x1 = 42, x2 = 43) = Any[MImpl1(42, 43)] mi2 = Plugins.instantiate([MI1, MI2]; x1 = 42, plugins_tests_extraop = :plugins_tests_extraop) = Any[MImpl1(42, nothing), MImpl2()] mi3 = Plugins.instantiate([MI1, MI4]) = Any[MImpl1(nothing, nothing), MImpl4(), MImpl2()] mi4 = Plugins.instantiate([MI1, MI4, MI5]) = Any[MImpl1(nothing, nothing), MImpl4(), MImpl5(), MImpl2()] Test Summary: | Pass Total Time Instantiation | 17 17 1.7s WARNING: Method definition (::Type{Main.State2_9xtc})(Any, Main.Fielder2) in module Main at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{Main.State2_9xtc})(Any, Any) in module Main at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:91 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition (::Type{Main.State2_9xtc})(Any...) in module Main at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, Type{Main.State2_9xtc}, Any...) in module Main at /home/pkgeval/.julia/packages/Plugins/ZdbSH/src/assembled_types.jl:75 overwritten on the same line (check for duplicate calls to `include`). ┌ Info: Exception while assembling custom type: begin │ #= /home/pkgeval/.julia/packages/Plugins/ZdbSH/test/assembled_types.jl:65 =# │ evaltest = true │ #= /home/pkgeval/.julia/packages/Plugins/ZdbSH/test/assembled_types.jl:66 =# │ dfgdfg │ #= /home/pkgeval/.julia/packages/Plugins/ZdbSH/test/assembled_types.jl:67 =# │ ErrState2_3d04 └ end Test Summary: | Pass Total Time Plugins.jl custom fields | 42 42 4.9s Testing Plugins tests passed Testing completed after 72.41s PkgEval succeeded after 220.85s