Package evaluation of Inherit on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T04:24:24.666 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.15s ################################################################################ # Installation # Installing Inherit... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [341b8389] + Inherit v0.1.0 Updating `~/.julia/environments/v1.10/Manifest.toml` [341b8389] + Inherit v0.1.0 [1914dd2f] + MacroTools v0.5.15 [2a0f44e3] + Base64 [b77e0a4c] + InteractiveUtils [56ddb016] + Logging [d6f4376e] + Markdown [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [8dfed614] + Test Installation completed after 4.33s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.6s ################################################################################ # Testing # Testing Inherit Status `/tmp/jl_JeNlfX/Project.toml` [e30172f5] Documenter v1.8.1 [341b8389] Inherit v0.1.0 [1914dd2f] MacroTools v0.5.15 [44cfe95a] Pkg v1.10.0 [8dfed614] Test Status `/tmp/jl_JeNlfX/Manifest.toml` [a4c015fc] ANSIColoredPrinters v0.0.1 [1520ce14] AbstractTrees v0.4.5 [944b1d66] CodecZlib v0.7.8 [ffbed154] DocStringExtensions v0.9.3 [e30172f5] Documenter v1.8.1 [d7ba0133] Git v1.3.1 [b5f81e59] IOCapture v0.2.5 [341b8389] Inherit v0.1.0 [692b3bcd] JLLWrappers v1.7.0 [682c06a0] JSON v0.21.4 [0e77f7df] LazilyInitializedFields v1.3.0 [1914dd2f] MacroTools v0.5.15 [d0879d2d] MarkdownAST v0.1.2 [69de0a69] Parsers v2.8.1 [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [2792f1a3] RegistryInstances v0.1.0 [3bb67fe8] TranscodingStreams v0.11.3 [2e619515] Expat_jll v2.6.5+0 [f8c6e375] Git_jll v2.47.1+0 [94ce4f54] Libiconv_jll v1.18.0+0 [458c3c95] OpenSSL_jll v3.0.16+0 [0dad84c5] ArgTools v1.1.1 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching [b77e0a4c] InteractiveUtils [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 [8f399da3] Libdl [56ddb016] Logging [d6f4376e] Markdown [a63ad114] Mmap [ca575930] NetworkOptions v1.2.0 [44cfe95a] Pkg v1.10.0 [de0858da] Printf [3fa0cd96] REPL [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [6462fe0b] Sockets [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode [deac9b47] LibCURL_jll v8.4.0+0 [e37daf67] LibGit2_jll v1.6.4+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.2+1 [14a3606d] MozillaCACerts_jll v2023.1.10 [efcefdf7] PCRE2_jll v10.42.0+1 [83775a58] Zlib_jll v1.2.13+1 [8e850ede] nghttp2_jll v1.52.0+1 [3f19e933] p7zip_jll v17.4.0+2 Testing Running tests... Test Summary: | Pass Total Time nested modules | 1 1 1.4s Test Summary: | Pass Total Time import expressions | 6 6 1.9s Test Summary: | Pass Total Time utils tests | 9 9 2.6s Test Summary: | Pass Total Time reduce base type to subtype in interface definition | 15 15 1.6s Test Summary: | Pass Total Time not implemented | 1 1 0.1s ┌ Warning: overwriting previous definition of Fruit in Main.M1 └ @ Inherit ~/.julia/packages/Inherit/7M9VD/src/Inherit.jl:190 ┌ Warning: Replacing docs for `Main.M1.Fruit :: Union{}` in module `Main.M1` └ @ Base.Docs docs/Docs.jl:243 Test Summary: | Pass Total Time basic field inheritance | 3 3 0.0s Test Summary: | Pass Total Time method dispatch from abstractbase | 1 1 0.1s [ Info: Inherit.jl: processed Main.M1 with 2 supertypes having 1 method requirement. 3 subtypes were checked with 0 missing methods. Test Summary: | Pass Total Time method comments require __init__ | 5 5 0.1s ┌ Warning: Replacing docs for `Main.M1.cost :: Union{}` in module `Main.M1` └ @ Base.Docs docs/Docs.jl:243 [ Info: Inherit.jl: processed Main.M1 with 2 supertypes having 1 method requirement. 3 subtypes were checked with 0 missing methods. Test Summary: | Pass Total Time definition errors | 1 1 0.0s ┌ Warning: overwriting previous definition of Fruit in Main.M2 └ @ Inherit ~/.julia/packages/Inherit/7M9VD/src/Inherit.jl:190 ┌ Warning: M2 already has a symbol `cost`. To implement function cost(fruit::M1.Fruit, unitprice::Float32)::Float32 │ #= /home/pkgeval/.julia/packages/Inherit/7M9VD/test/testmain.jl:24 =# │ #= /home/pkgeval/.julia/packages/Inherit/7M9VD/test/testmain.jl:24 =# │ end you should write the function name as `Main.M1.cost` └ @ Inherit ~/.julia/packages/Inherit/7M9VD/src/Inherit.jl:135 [ Info: Inherit.jl: processed Main.M2 with 2 supertypes having 2 method requirements. 2 subtypes were checked with 0 missing methods. Test Summary: | Pass Total Time implement @abstractbase from another module | 4 4 0.0s [ Info: Inherit.jl: processed Main.M2 with 2 supertypes having 2 method requirements. 2 subtypes were checked with 0 missing methods. [ Info: Inherit.jl: processed Main.M3 with 1 supertype having 1 method requirement. 1 subtype was checked with 0 missing methods. [ Info: first post init for Main.M3 [ Info: second post init for Main.M3 Test Summary: | Pass Total Time implement only; auto imported function | 2 2 0.0s [ Info: Inherit.jl: processed Main.M3 with 1 supertype having 1 method requirement. 1 subtype was checked with 0 missing methods. [ Info: first post init for Main.M3 [ Info: second post init for Main.M3 Test Summary: | Pass Total Time client syntax test | 2 2 0.0s Test Summary: | Pass Total Time multilevel inheritance | 3 3 0.0s Test Summary: | Pass Total Time multilevel inheritance | 1 1 0.7s ┌ Error: subtype Main.M4fail.BlueBerry missing Tuple{typeof(Main.M1.cost), Main.M4fail.BlueBerry, Float32} declared as: │ function cost(fruit::M1.Fruit, unitprice::Float32)::Float32 │ #= /home/pkgeval/.julia/packages/Inherit/7M9VD/test/testmain.jl:24 =# │ #= /home/pkgeval/.julia/packages/Inherit/7M9VD/test/testmain.jl:24 =# │ end └ @ Main.M4fail ~/.julia/packages/Inherit/7M9VD/src/Inherit.jl:314 [ Info: Inherit.jl: processed Main.M4fail with 1 supertype having 2 method requirements. 1 subtype was checked with 1 missing method. Test Summary: | Pass Total Time multilevel inheritance | 1 1 0.7s ┌ Error: M4fail2 does not define a method for `punchcost`, which is required by: │ function punchcost(b::Berry, unitprice::Float32)::Float32 │ #= /home/pkgeval/.julia/packages/Inherit/7M9VD/test/testmain.jl:209 =# │ #= /home/pkgeval/.julia/packages/Inherit/7M9VD/test/testmain.jl:209 =# │ end └ @ Main.M4fail2 ~/.julia/packages/Inherit/7M9VD/src/Inherit.jl:314 [ Info: Inherit.jl: processed Main.M4fail2 with 1 supertype having 2 method requirements. 1 subtype was checked with 1 missing method. [ Info: Inherit.jl: processed Main.M4client with 1 supertype having 2 method requirements. 1 subtype was checked with 0 missing methods. Test Summary: | Pass Total Time 3 levels and 3 modules satisfied | 1 1 0.0s [ Info: Inherit.jl: processed Main.M4client with 1 supertype having 2 method requirements. 1 subtype was checked with 0 missing methods. Test Summary: | Pass Total Time 3 levels and 3 modules not satisfied | 1 1 0.7s ┌ Error: subtype Main.M4clientfail.BlueBerry missing Tuple{typeof(Main.M4.bunchcost), Main.M4clientfail.BlueBerry} declared as: │ function bunchcost(b::Berry)::Float32 │ #= /home/pkgeval/.julia/packages/Inherit/7M9VD/test/testmain.jl:157 =# │ #= /home/pkgeval/.julia/packages/Inherit/7M9VD/test/testmain.jl:157 =# │ end └ @ Main.M4clientfail ~/.julia/packages/Inherit/7M9VD/src/Inherit.jl:314 [ Info: Inherit.jl: processed Main.M4clientfail with 1 supertype having 2 method requirements. 1 subtype was checked with 1 missing method. [ Info: Inherit.jl: processed Main.M5 with 1 supertype having 1 method requirement. 0 subtypes were checked with 0 missing methods. Test Summary: | Pass Total Time doc check - @abstractbase only | 1 1 0.0s [ Info: Inherit.jl: processed Main.M5b with 1 supertype having 1 method requirement. 0 subtypes were checked with 0 missing methods. Test Summary: | Pass Total Time doc check - empty method table | 1 1 0.0s Test Summary: | Pass Total Time mutability tests | 5 5 0.1s [ Info: Inherit.jl: processed Main.M6 with 2 supertypes having 0 method requirements. 1 subtype was checked with 0 missing methods. [ Info: Inherit.jl: processed Main.M7 with 0 supertypes having 0 method requirements. 0 subtypes were checked with 0 missing methods. Test Summary: | Pass Total Time postinit by itself | 1 1 0.0s WARNING: Method definition __init__() in module M8 at /home/pkgeval/.julia/packages/Inherit/7M9VD/src/Inherit.jl:296 overwritten at /home/pkgeval/.julia/packages/Inherit/7M9VD/test/testmain.jl:334. Test Summary: | Pass Total Time __init__ gets silently overwritten | 1 1 0.0s Test Summary: | Pass Total Time parametric argument types must be matched exactly | 1 1 0.5s ┌ Warning: Replacing docs for `Main.M9fail.pack :: Union{}` in module `Main.M9fail` └ @ Base.Docs docs/Docs.jl:243 ┌ Error: subtype Main.M9fail.BlueBerry missing Tuple{typeof(Main.M9fail.pack), Int64, Dict{String, <:AbstractVector{Main.M9fail.Berry}}} declared as: │ function pack(time::Int, bunch::Dict{String, <:AbstractVector{Berry}}) │ #= /home/pkgeval/.julia/packages/Inherit/7M9VD/test/testmain.jl:350 =# │ #= /home/pkgeval/.julia/packages/Inherit/7M9VD/test/testmain.jl:350 =# │ end └ @ Main.M9fail ~/.julia/packages/Inherit/7M9VD/src/Inherit.jl:314 [ Info: Inherit.jl: processed Main.M9fail with 1 supertype having 2 method requirements. 1 subtype was checked with 1 missing method. Activating project at `~/.julia/packages/Inherit/7M9VD/test/PkgTest1` ERROR: LoadError: Method deletion is not possible during Module precompile. Stacktrace: [1] delete_method(m::Method) @ Base ./reflection.jl:2032 [2] var"@abstractbase"(__source__::LineNumberNode, __module__::Module, ex::Any) @ Inherit ~/.julia/packages/Inherit/7M9VD/src/Inherit.jl:245 [3] #macroexpand#66 @ ./expr.jl:122 [inlined] [4] macroexpand @ ./expr.jl:120 [inlined] [5] docm(source::LineNumberNode, mod::Module, meta::Any, ex::Any, define::Bool) @ Base.Docs ./docs/Docs.jl:555 [6] var"@doc"(::LineNumberNode, ::Module, ::String, ::Vararg{Any}) @ Core ./boot.jl:541 [7] include @ ./Base.jl:495 [inlined] [8] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String) @ Base ./loading.jl:2292 [9] top-level scope @ stdin:4 in expression starting at /home/pkgeval/.julia/packages/Inherit/7M9VD/test/PkgTest1/src/PkgTest1.jl:9 in expression starting at /home/pkgeval/.julia/packages/Inherit/7M9VD/test/PkgTest1/src/PkgTest1.jl:1 in expression starting at stdin:4 package loading: Error During Test at /home/pkgeval/.julia/packages/Inherit/7M9VD/test/runtests.jl:25 Got exception outside of a @test Failed to precompile PkgTest1 [75041775-571a-4e75-8a15-6eeecd70cfb9] to "/home/pkgeval/.julia/compiled/v1.10/PkgTest1/jl_db5JlN". Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:2539 [3] compilecache @ ./loading.jl:2411 [inlined] [4] (::Base.var"#969#970"{Base.PkgId})() @ Base ./loading.jl:2044 [5] mkpidlock(f::Base.var"#969#970"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93 [6] #mkpidlock#6 @ /opt/julia/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111 [8] #invokelatest#2 @ ./essentials.jl:894 [inlined] [9] invokelatest @ ./essentials.jl:889 [inlined] [10] maybe_cachefile_lock(f::Base.var"#969#970"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3054 [11] maybe_cachefile_lock @ ./loading.jl:3051 [inlined] [12] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2040 [13] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1882 [14] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [15] invoke_in_world @ ./essentials.jl:923 [inlined] [16] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1873 [17] macro expansion @ ./loading.jl:1860 [inlined] [18] macro expansion @ ./lock.jl:267 [inlined] [19] __require(into::Module, mod::Symbol) @ Base ./loading.jl:1823 [20] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [21] invoke_in_world @ ./essentials.jl:923 [inlined] [22] require(into::Module, mod::Symbol) @ Base ./loading.jl:1816 [23] macro expansion @ ~/.julia/packages/Inherit/7M9VD/test/runtests.jl:30 [inlined] [24] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [25] top-level scope @ ~/.julia/packages/Inherit/7M9VD/test/runtests.jl:26 [26] include(fname::String) @ Base.MainInclude ./client.jl:494 [27] top-level scope @ none:6 [28] eval @ ./boot.jl:385 [inlined] [29] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [30] _start() @ Base ./client.jl:557 Test Summary: | Error Total Time package loading | 1 1 11.8s ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Inherit/7M9VD/test/runtests.jl:25 Testing failed after 43.66s ERROR: LoadError: Package Inherit errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70 [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.10/Pkg/src/Operations.jl:2034 [3] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1915 [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::Base.PipeEndpoint}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:444 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.PipeEndpoint, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 75.39s: package fails to precompile