Package evaluation of ContextManagers on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T07:03:39.222 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.38s ################################################################################ # Installation # Installing ContextManagers... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [51ca0b03] + ContextManagers v0.1.0 Updating `~/.julia/environments/v1.11/Manifest.toml` [51ca0b03] + ContextManagers v0.1.0 Installation completed after 1.07s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.44s ################################################################################ # Testing # Testing ContextManagers Status `/tmp/jl_ledUZt/Project.toml` [51ca0b03] ContextManagers v0.1.0 [e30172f5] Documenter v1.10.1 [792026f5] TestFunctionRunner v0.1.4 [8dfed614] Test v1.11.0 Status `/tmp/jl_ledUZt/Manifest.toml` [a4c015fc] ANSIColoredPrinters v0.0.1 [1520ce14] AbstractTrees v0.4.5 [944b1d66] CodecZlib v0.7.8 [51ca0b03] ContextManagers v0.1.0 [ffbed154] DocStringExtensions v0.9.4 [e30172f5] Documenter v1.10.1 [d7ba0133] Git v1.3.1 [b5f81e59] IOCapture v0.2.5 [692b3bcd] JLLWrappers v1.7.0 [682c06a0] JSON v0.21.4 [0e77f7df] LazilyInitializedFields v1.3.0 [b37bcd2d] LoadAllPackages v0.1.0 [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 [b0858c3f] Terminators v0.1.1 [792026f5] TestFunctionRunner v0.1.4 [3bb67fe8] TranscodingStreams v0.11.3 [2e619515] Expat_jll v2.6.5+0 [f8c6e375] Git_jll v2.49.0+0 [94ce4f54] Libiconv_jll v1.18.0+0 [458c3c95] OpenSSL_jll v3.0.16+0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.2.0 [44cfe95a] Pkg v1.11.0 [de0858da] Printf v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [deac9b47] LibCURL_jll v8.6.0+0 [e37daf67] LibGit2_jll v1.7.2+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.6+0 [14a3606d] MozillaCACerts_jll v2023.12.12 [efcefdf7] PCRE2_jll v10.42.0+1 [83775a58] Zlib_jll v1.2.13+1 [8e850ede] nghttp2_jll v1.59.0+0 [3f19e933] p7zip_jll v17.4.0+2 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... [ Info: Loading packages from `/home/pkgeval/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/Project.toml`... [ Info: Loading 3 packages... [ Info: 3 packages loaded in 0.107658651 seconds test_opentempdir_error: Error During Test at /home/pkgeval/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_base.jl:67 Test threw exception Expression: isdir(tmppath[]) MethodError: no method matching joinpath(::ContextManagers.Internal.TemporaryDirectory) The function `joinpath` exists, but no method is defined for this combination of argument types. Closest candidates are: joinpath(!Matched::Base.Filesystem.DirEntry, Any...) @ Base file.jl:954 joinpath(!Matched::AbstractString...) @ Base path.jl:346 joinpath(!Matched::Union{Tuple, AbstractVector}) @ Base path.jl:324 Stacktrace: [1] stat(path::ContextManagers.Internal.TemporaryDirectory) @ Base.Filesystem ./stat.jl:216 [2] isdir(path::ContextManagers.Internal.TemporaryDirectory) @ Base.Filesystem ./stat.jl:494 [3] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_base.jl:67 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [5] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_base.jl:67 [inlined] [6] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/src/internal.jl:56 [inlined] [7] test_opentempdir_error() @ ContextManagersTests.TestBase ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_base.jl:65 test_opentempdir_error: Error During Test at /home/pkgeval/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_base.jl:70 Test threw exception Expression: !(isdir(tmppath[])) MethodError: no method matching joinpath(::ContextManagers.Internal.TemporaryDirectory) The function `joinpath` exists, but no method is defined for this combination of argument types. Closest candidates are: joinpath(!Matched::Base.Filesystem.DirEntry, Any...) @ Base file.jl:954 joinpath(!Matched::AbstractString...) @ Base path.jl:346 joinpath(!Matched::Union{Tuple, AbstractVector}) @ Base path.jl:324 Stacktrace: [1] stat(path::ContextManagers.Internal.TemporaryDirectory) @ Base.Filesystem ./stat.jl:216 [2] isdir(path::ContextManagers.Internal.TemporaryDirectory) @ Base.Filesystem ./stat.jl:494 [3] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_base.jl:70 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [5] test_opentempdir_error() @ ContextManagersTests.TestBase ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_base.jl:70 test_opentempdir_success: Error During Test at /home/pkgeval/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_base.jl:58 Test threw exception Expression: isdir(tmppath) MethodError: no method matching joinpath(::ContextManagers.Internal.TemporaryDirectory) The function `joinpath` exists, but no method is defined for this combination of argument types. Closest candidates are: joinpath(!Matched::Base.Filesystem.DirEntry, Any...) @ Base file.jl:954 joinpath(!Matched::AbstractString...) @ Base path.jl:346 joinpath(!Matched::Union{Tuple, AbstractVector}) @ Base path.jl:324 Stacktrace: [1] stat(path::ContextManagers.Internal.TemporaryDirectory) @ Base.Filesystem ./stat.jl:216 [2] isdir(path::ContextManagers.Internal.TemporaryDirectory) @ Base.Filesystem ./stat.jl:494 [3] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_base.jl:58 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [5] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_base.jl:58 [inlined] [6] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/src/internal.jl:56 [inlined] [7] test_opentempdir_success() @ ContextManagersTests.TestBase ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_base.jl:56 test_opentempdir_success: Error During Test at /home/pkgeval/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_base.jl:60 Test threw exception Expression: !(isdir(tmppath)) MethodError: no method matching joinpath(::ContextManagers.Internal.TemporaryDirectory) The function `joinpath` exists, but no method is defined for this combination of argument types. Closest candidates are: joinpath(!Matched::Base.Filesystem.DirEntry, Any...) @ Base file.jl:954 joinpath(!Matched::AbstractString...) @ Base path.jl:346 joinpath(!Matched::Union{Tuple, AbstractVector}) @ Base path.jl:324 Stacktrace: [1] stat(path::ContextManagers.Internal.TemporaryDirectory) @ Base.Filesystem ./stat.jl:216 [2] isdir(path::ContextManagers.Internal.TemporaryDirectory) @ Base.Filesystem ./stat.jl:494 [3] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_base.jl:60 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [5] test_opentempdir_success() @ ContextManagersTests.TestBase ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_base.jl:60 test_error_in_exit: Test Failed at /home/pkgeval/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:116 Expression: int == 111 Evaluated: ContextManagers.Internal.OnExit{ContextManagersTests.TestCore.var"#15#17"{Vector{Any}}, Int64}(ContextManagersTests.TestCore.var"#15#17"{Vector{Any}}(Any[]), 111) == 111 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:679 [inlined] [2] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:116 [inlined] [3] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/src/internal.jl:56 [inlined] [4] test_error_in_exit() @ ContextManagersTests.TestCore ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:107 [5] (::TestFunctionRunner.Internal.var"#17#22"{typeof(ContextManagersTests.TestCore.test_error_in_exit), Nothing, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:214 [6] macro expansion @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1793 [inlined] [8] testset_iter(f::Function, iter::Vector{Union{Nothing, Function}}; failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 test_onexit: Test Failed at /home/pkgeval/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:21 Expression: int == 111 Evaluated: ContextManagers.Internal.OnExit{ContextManagersTests.TestCore.var"#1#2"{Vector{Any}}, Int64}(ContextManagersTests.TestCore.var"#1#2"{Vector{Any}}(Any[]), 111) == 111 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:679 [inlined] [2] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:21 [inlined] [3] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/src/internal.jl:56 [inlined] [4] test_onexit() @ ContextManagersTests.TestCore ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:15 [5] (::TestFunctionRunner.Internal.var"#17#22"{typeof(ContextManagersTests.TestCore.test_onexit), Nothing, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:214 [6] macro expansion @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1793 [inlined] [8] testset_iter(f::Function, iter::Vector{Union{Nothing, Function}}; failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 test_onexit: Test Failed at /home/pkgeval/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:22 Expression: io isa IOBuffer Evaluated: ContextManagers.Internal.OnExit{typeof(close), IOBuffer}(close, IOBuffer(data=UInt8[...], readable=true, writable=true, seekable=true, append=false, size=0, maxsize=Inf, ptr=1, mark=-1)) isa IOBuffer Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:679 [inlined] [2] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:22 [inlined] [3] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/src/internal.jl:56 [inlined] [4] test_onexit() @ ContextManagersTests.TestCore ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:15 [5] (::TestFunctionRunner.Internal.var"#17#22"{typeof(ContextManagersTests.TestCore.test_onexit), Nothing, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:214 [6] macro expansion @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1793 [inlined] [8] testset_iter(f::Function, iter::Vector{Union{Nothing, Function}}; failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 test_onexit_noarg: Test Failed at /home/pkgeval/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:35 Expression: io isa IOBuffer Evaluated: ContextManagers.Internal.OnExit{typeof(close), IOBuffer}(close, IOBuffer(data=UInt8[...], readable=true, writable=true, seekable=true, append=false, size=0, maxsize=Inf, ptr=1, mark=-1)) isa IOBuffer Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:679 [inlined] [2] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:35 [inlined] [3] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/src/internal.jl:56 [inlined] [4] test_onexit_noarg() @ ContextManagersTests.TestCore ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:29 [5] (::TestFunctionRunner.Internal.var"#17#22"{typeof(ContextManagersTests.TestCore.test_onexit_noarg), Nothing, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:214 [6] macro expansion @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1793 [inlined] [8] testset_iter(f::Function, iter::Vector{Union{Nothing, Function}}; failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 test_onfail: Test Failed at /home/pkgeval/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:67 Expression: int == 111 Evaluated: ContextManagers.Internal.OnFail{ContextManagersTests.TestCore.var"#9#11"{Vector{Any}}, Int64}(ContextManagersTests.TestCore.var"#9#11"{Vector{Any}}(Any[]), 111) == 111 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:679 [inlined] [2] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:67 [inlined] [3] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/src/internal.jl:56 [inlined] [4] check_onfail(witherror::Bool) @ ContextManagersTests.TestCore ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:58 [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [6] test_onfail() @ ContextManagersTests.TestCore ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:79 [7] (::TestFunctionRunner.Internal.var"#17#22"{typeof(ContextManagersTests.TestCore.test_onfail), Nothing, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:214 [8] macro expansion @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1793 [inlined] [10] testset_iter(f::Function, iter::Vector{Union{Nothing, Function}}; failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 test_onfail: Test Failed at /home/pkgeval/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:68 Expression: io isa IOBuffer Evaluated: ContextManagers.Internal.OnExit{typeof(close), IOBuffer}(close, IOBuffer(data=UInt8[...], readable=true, writable=true, seekable=true, append=false, size=0, maxsize=Inf, ptr=1, mark=-1)) isa IOBuffer Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:679 [inlined] [2] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:68 [inlined] [3] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/src/internal.jl:56 [inlined] [4] check_onfail(witherror::Bool) @ ContextManagersTests.TestCore ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:58 [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [6] test_onfail() @ ContextManagersTests.TestCore ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:79 [7] (::TestFunctionRunner.Internal.var"#17#22"{typeof(ContextManagersTests.TestCore.test_onfail), Nothing, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:214 [8] macro expansion @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1793 [inlined] [10] testset_iter(f::Function, iter::Vector{Union{Nothing, Function}}; failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 test_onfail: Test Failed at /home/pkgeval/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:67 Expression: int == 111 Evaluated: ContextManagers.Internal.OnFail{ContextManagersTests.TestCore.var"#9#11"{Vector{Any}}, Int64}(ContextManagersTests.TestCore.var"#9#11"{Vector{Any}}(Any[]), 111) == 111 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:679 [inlined] [2] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:67 [inlined] [3] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/src/internal.jl:56 [inlined] [4] check_onfail(witherror::Bool) @ ContextManagersTests.TestCore ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:58 [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [6] test_onfail() @ ContextManagersTests.TestCore ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:80 [7] (::TestFunctionRunner.Internal.var"#17#22"{typeof(ContextManagersTests.TestCore.test_onfail), Nothing, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:214 [8] macro expansion @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1793 [inlined] [10] testset_iter(f::Function, iter::Vector{Union{Nothing, Function}}; failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 test_onfail: Test Failed at /home/pkgeval/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:68 Expression: io isa IOBuffer Evaluated: ContextManagers.Internal.OnExit{typeof(close), IOBuffer}(close, IOBuffer(data=UInt8[...], readable=true, writable=true, seekable=true, append=false, size=0, maxsize=Inf, ptr=1, mark=-1)) isa IOBuffer Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:679 [inlined] [2] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:68 [inlined] [3] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/src/internal.jl:56 [inlined] [4] check_onfail(witherror::Bool) @ ContextManagersTests.TestCore ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:58 [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [6] test_onfail() @ ContextManagersTests.TestCore ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:80 [7] (::TestFunctionRunner.Internal.var"#17#22"{typeof(ContextManagersTests.TestCore.test_onfail), Nothing, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:214 [8] macro expansion @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1793 [inlined] [10] testset_iter(f::Function, iter::Vector{Union{Nothing, Function}}; failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 ┌ Warning: Unable to determine HTML(edit_link = ...) from remote HEAD branch, defaulting to "master". │ Calling `git remote` failed with an exception. Set JULIA_DEBUG=Documenter to see the error. │ Unless this is due to a configuration error, the relevant variable should be set explicitly. └ @ Documenter ~/.julia/packages/Documenter/tbj1p/src/utilities/utilities.jl:660 [ Info: SetupBuildDirectory: setting up build directory. [ Info: Doctest: running doctests. ┌ Error: doctest failure in ../src/sharedresources.jl:13-40 │ │ ```jldoctest │ using Base.Threads: @spawn │ using ContextManagers: @with, SharedResource │ │ output = Int[] │ @sync begin │ ch = Channel() │ @with(handle = SharedResource(ch)) do # (1) create a `handle` │ for x in 1:3 │ context = open(handle) # (2) refcount++ │ @spawn begin │ @with(ch = context) do # (3) obtain the `ch` value │ put!(ch, x) │ end # (4a) refcount--; maybe cleanup │ end │ end │ end # (4b) refcount--; maybe cleanup │ append!(output, ch) │ end │ │ sort!(output) │ │ # output │ 3-element Vector{Int64}: │ 1 │ 2 │ 3 │ ``` │ │ Subexpression: │ │ using Base.Threads: @spawn │ using ContextManagers: @with, SharedResource │ │ output = Int[] │ @sync begin │ ch = Channel() │ @with(handle = SharedResource(ch)) do # (1) create a `handle` │ for x in 1:3 │ context = open(handle) # (2) refcount++ │ @spawn begin │ @with(ch = context) do # (3) obtain the `ch` value │ put!(ch, x) │ end # (4a) refcount--; maybe cleanup │ end │ end │ end # (4b) refcount--; maybe cleanup │ append!(output, ch) │ end │ │ sort!(output) │ │ Evaluated output: │ │ ERROR: MethodError: no method matching open(::SharedResource{Channel{Any}}) │ The function `open` exists, but no method is defined for this combination of argument types. │ │ Closest candidates are: │ open(!Matched::RawFD) │ @ Base stream.jl:330 │ open(!Matched::String; lock, read, write, create, truncate, append) │ @ Base iostream.jl:277 │ open(!Matched::AbstractString; kwargs...) │ @ Base iostream.jl:304 │ ... │ │ Stacktrace: │ [1] macro expansion │ @ none:5 [inlined] │ [2] macro expansion │ @ ~/.julia/packages/ContextManagers/EOM2F/src/internal.jl:56 [inlined] │ [3] macro expansion │ @ none:3 [inlined] │ [4] macro expansion │ @ task.jl:498 [inlined] │ [5] top-level scope │ @ none:497 │ │ Expected output: │ │ 3-element Vector{Int64}: │ 1 │ 2 │ 3 │ │ diff = │ Warning: Diff output requires color. │ 3-element Vector{Int64}: │ 1 │ 2 │ 3ERROR: MethodError: no method matching open(::SharedResource{Channel{Any}}) │ The function `open` exists, but no method is defined for this combination of argument types. │ │ Closest candidates are: │ open(!Matched::RawFD) │ @ Base stream.jl:330 │ open(!Matched::String; lock, read, write, create, truncate, append) │ @ Base iostream.jl:277 │ open(!Matched::AbstractString; kwargs...) │ @ Base iostream.jl:304 │ ... │ │ Stacktrace: │ [1] macro expansion │ @ none:5 [inlined] │ [2] macro expansion │ @ ~/.julia/packages/ContextManagers/EOM2F/src/internal.jl:56 [inlined] │ [3] macro expansion │ @ none:3 [inlined] │ [4] macro expansion │ @ task.jl:498 [inlined] │ [5] top-level scope │ @ none:497 └ @ Documenter ~/.julia/packages/ContextManagers/EOM2F/src/sharedresources.jl:13 ┌ Error: Doctesting failed │ exception = │ `makedocs` encountered a doctest error. Terminating build │ Stacktrace: │ [1] error(s::String) │ @ Base ./error.jl:35 │ [2] runner(::Type{Documenter.Builder.Doctest}, doc::Documenter.Document) │ @ Documenter ~/.julia/packages/Documenter/tbj1p/src/builder_pipeline.jl:213 │ [3] dispatch(::Type{Documenter.Builder.DocumentPipeline}, x::Documenter.Document) │ @ Documenter.Selectors ~/.julia/packages/Documenter/tbj1p/src/utilities/Selectors.jl:170 │ [4] #90 │ @ ~/.julia/packages/Documenter/tbj1p/src/makedocs.jl:275 [inlined] │ [5] withenv(::Documenter.var"#90#92"{Documenter.Document}, ::Pair{String, Nothing}, ::Vararg{Pair{String, Nothing}}) │ @ Base ./env.jl:265 │ [6] #89 │ @ ~/.julia/packages/Documenter/tbj1p/src/makedocs.jl:274 [inlined] │ [7] cd(f::Documenter.var"#89#91"{Documenter.Document}, dir::String) │ @ Base.Filesystem ./file.jl:112 │ [8] makedocs(; debug::Bool, format::Documenter.HTMLWriter.HTML, kwargs::@Kwargs{root::String, source::String, sitename::String, doctest::Symbol, modules::Vector{Module}, doctestfilters::Vector{Regex}, remotes::Nothing, plugins::Vector{Documenter.Plugin}}) │ @ Documenter ~/.julia/packages/Documenter/tbj1p/src/makedocs.jl:273 │ [9] (::Documenter.var"#all_doctests#135"{Bool, Vector{Regex}, Vector{Documenter.Plugin}, Vector{Module}})() │ @ Documenter ~/.julia/packages/Documenter/tbj1p/src/doctest.jl:85 │ [10] macro expansion │ @ ~/.julia/packages/Documenter/tbj1p/src/doctest.jl:110 [inlined] │ [11] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] │ [12] macro expansion │ @ ~/.julia/packages/Documenter/tbj1p/src/doctest.jl:110 [inlined] │ [13] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] │ [14] doctest(source::String, modules::Vector{Module}; fix::Bool, testset::String, doctestfilters::Vector{Regex}, plugins::Vector{Documenter.Plugin}) │ @ Documenter ~/.julia/packages/Documenter/tbj1p/src/doctest.jl:110 │ [15] doctest │ @ ~/.julia/packages/Documenter/tbj1p/src/doctest.jl:69 [inlined] │ [16] doctest(package::Module; manual::Bool, testset::Nothing, kwargs::@Kwargs{}) │ @ Documenter ~/.julia/packages/Documenter/tbj1p/src/doctest.jl:37 │ [17] doctest │ @ ~/.julia/packages/Documenter/tbj1p/src/doctest.jl:20 [inlined] │ [18] test │ @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_doctest.jl:12 [inlined] │ [19] (::TestFunctionRunner.Internal.var"#17#22"{typeof(ContextManagersTests.TestDoctest.test), Nothing, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() │ @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:214 │ [20] macro expansion │ @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] │ [21] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1793 [inlined] │ [22] testset_iter(f::Function, iter::Vector{Union{Nothing, typeof(ContextManagersTests.TestDoctest.test)}}; failfast::Bool) │ @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 │ [23] (::TestFunctionRunner.Internal.var"#15#20"{Bool, Nothing, Bool, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() │ @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:208 │ [24] with_module_context(f::TestFunctionRunner.Internal.var"#15#20"{Bool, Nothing, Bool, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)}, m::Module) │ @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:164 │ [25] runtests(m::Module; recursive::Bool, timeout::Nothing, failfast::Bool) │ @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:206 │ [26] (::TestFunctionRunner.Internal.var"#19#24"{Module, Bool, Nothing, Bool})() │ @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:223 │ [27] macro expansion │ @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] │ [28] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1793 [inlined] │ [29] testset_iter(f::Function, iter::Vector{Module}; failfast::Bool) │ @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 │ [30] testset_iter │ @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:180 [inlined] │ [31] (::TestFunctionRunner.Internal.var"#15#20"{Bool, Nothing, Bool, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() │ @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:221 │ [32] with_module_context(f::TestFunctionRunner.Internal.var"#15#20"{Bool, Nothing, Bool, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)}, m::Module) │ @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:164 │ [33] runtests(m::Module; recursive::Bool, timeout::Nothing, failfast::Bool) │ @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:206 │ [34] runtests │ @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:193 [inlined] │ [35] (::TestFunctionRunner.Internal.var"#5#8"{Module, @NamedTuple{timeout::Nothing, failfast::Bool}})() │ @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:35 │ [36] macro expansion │ @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] │ [37] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1793 [inlined] │ [38] testset_iter(f::Function, iter::Vector{Module}; failfast::Bool) │ @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 │ [39] testset_iter │ @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:180 [inlined] │ [40] (::TestFunctionRunner.Internal.var"#3#6"{Module, @NamedTuple{timeout::Nothing, failfast::Bool}, Bool, Bool})() │ @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:33 │ [41] with_project(f::TestFunctionRunner.Internal.var"#3#6"{Module, @NamedTuple{timeout::Nothing, failfast::Bool}, Bool, Bool}, m::Module) │ @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:105 │ [42] run(m::Module; kwargs::@Kwargs{prepare_distributed::Bool}) │ @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:27 │ [43] #invokelatest#2 │ @ ./essentials.jl:1057 [inlined] │ [44] invokelatest │ @ ./essentials.jl:1052 [inlined] │ [45] at_run_impl(__source__::LineNumberNode, __module__::Module; paths::Vector{String}, packages::Nothing, prepare_distributed::Bool, kwargs::@Kwargs{}) │ @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:315 │ [46] at_run_impl(__source__::LineNumberNode, __module__::Module) │ @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:294 │ [47] top-level scope │ @ ~/.julia/packages/ContextManagers/EOM2F/test/runtests.jl:2 │ [48] include(fname::String) │ @ Main ./sysimg.jl:38 │ [49] top-level scope │ @ none:6 │ [50] eval │ @ ./boot.jl:430 [inlined] │ [51] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:296 └ @ Documenter ~/.julia/packages/Documenter/tbj1p/src/doctest.jl:99 Doctests: ContextManagers: Test Failed at /home/pkgeval/.julia/packages/Documenter/tbj1p/src/doctest.jl:110 Expression: all_doctests() Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:679 [inlined] [2] macro expansion @ ~/.julia/packages/Documenter/tbj1p/src/doctest.jl:110 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [4] doctest(source::String, modules::Vector{Module}; fix::Bool, testset::String, doctestfilters::Vector{Regex}, plugins::Vector{Documenter.Plugin}) @ Documenter ~/.julia/packages/Documenter/tbj1p/src/doctest.jl:110 test_channel: Error During Test at /home/pkgeval/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 Got exception outside of a @test MethodError: no method matching open(::ContextManagers.SharedResource{Channel{Int64}}) The function `open` exists, but no method is defined for this combination of argument types. Closest candidates are: open(!Matched::RawFD) @ Base stream.jl:330 open(!Matched::String; lock, read, write, create, truncate, append) @ Base iostream.jl:277 open(!Matched::AbstractString; kwargs...) @ Base iostream.jl:304 ... Stacktrace: [1] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_sharedresources.jl:11 [inlined] [2] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/src/internal.jl:56 [inlined] [3] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_sharedresources.jl:9 [inlined] [4] macro expansion @ ./task.jl:498 [inlined] [5] test_channel() @ ContextManagersTests.TestSharedResources ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_sharedresources.jl:7 [6] (::TestFunctionRunner.Internal.var"#17#22"{typeof(ContextManagersTests.TestSharedResources.test_channel), Nothing, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:214 [7] macro expansion @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1793 [inlined] [9] testset_iter(f::Function, iter::Vector{Union{Nothing, typeof(ContextManagersTests.TestSharedResources.test_channel)}}; failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 [10] (::TestFunctionRunner.Internal.var"#15#20"{Bool, Nothing, Bool, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:208 [11] with_module_context(f::TestFunctionRunner.Internal.var"#15#20"{Bool, Nothing, Bool, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)}, m::Module) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:164 [12] runtests(m::Module; recursive::Bool, timeout::Nothing, failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:206 [13] (::TestFunctionRunner.Internal.var"#19#24"{Module, Bool, Nothing, Bool})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:223 [14] macro expansion @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1793 [inlined] [16] testset_iter(f::Function, iter::Vector{Module}; failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 [17] testset_iter @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:180 [inlined] [18] (::TestFunctionRunner.Internal.var"#15#20"{Bool, Nothing, Bool, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:221 [19] with_module_context(f::TestFunctionRunner.Internal.var"#15#20"{Bool, Nothing, Bool, Module, typeof(TestFunctionRunner.Internal.default_timeout_of)}, m::Module) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:164 [20] runtests(m::Module; recursive::Bool, timeout::Nothing, failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:206 [21] runtests @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:193 [inlined] [22] (::TestFunctionRunner.Internal.var"#5#8"{Module, @NamedTuple{timeout::Nothing, failfast::Bool}})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:35 [23] macro expansion @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:188 [inlined] [24] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1793 [inlined] [25] testset_iter(f::Function, iter::Vector{Module}; failfast::Bool) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:187 [26] testset_iter @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:180 [inlined] [27] (::TestFunctionRunner.Internal.var"#3#6"{Module, @NamedTuple{timeout::Nothing, failfast::Bool}, Bool, Bool})() @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:33 [28] with_project(f::TestFunctionRunner.Internal.var"#3#6"{Module, @NamedTuple{timeout::Nothing, failfast::Bool}, Bool, Bool}, m::Module) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:105 [29] run(m::Module; kwargs::@Kwargs{prepare_distributed::Bool}) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:27 [30] #invokelatest#2 @ ./essentials.jl:1057 [inlined] [31] invokelatest @ ./essentials.jl:1052 [inlined] [32] at_run_impl(__source__::LineNumberNode, __module__::Module; paths::Vector{String}, packages::Nothing, prepare_distributed::Bool, kwargs::@Kwargs{}) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:315 [33] at_run_impl(__source__::LineNumberNode, __module__::Module) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:294 [34] top-level scope @ ~/.julia/packages/ContextManagers/EOM2F/test/runtests.jl:2 [35] include(fname::String) @ Main ./sysimg.jl:38 [36] top-level scope @ none:6 [37] eval @ ./boot.jl:430 [inlined] [38] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [39] _start() @ Base ./client.jl:531 Test Summary: | Pass Fail Error Total Time ContextManagersTests | 26 9 5 40 47.8s TestBase | 11 4 15 7.5s test_channel | 1 1 0.3s test_iobuffer | 2 2 0.4s test_lock | 2 2 0.2s test_opentemp_error | 3 3 0.2s test_opentemp_success | 3 3 0.2s test_opentempdir_error | 2 2 3.4s test_opentempdir_success | 2 2 0.5s TestCore | 15 8 23 7.2s test_error_in_exit | 1 1 2 4.6s test_ignoreerror | 1 1 0.1s test_many | 4 4 0.3s test_many_function | 4 4 0.4s test_non_assignment | 1 1 0.3s test_onexit | 1 2 3 0.4s test_onexit_noarg | 1 1 2 0.2s test_onfail | 2 4 6 0.5s TestDoctest | 1 1 29.8s test | 1 1 28.8s Doctests: ContextManagers | 1 1 27.9s TestSharedResources | 1 1 1.5s test_channel | 1 1 0.5s ERROR: LoadError: Some tests did not pass: 26 passed, 9 failed, 5 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/ContextManagers/EOM2F/test/runtests.jl:2 Testing failed after 76.96s ERROR: LoadError: Package ContextManagers errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Types.jl:68 [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.11/Pkg/src/Operations.jl:2124 [3] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2007 [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::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.11/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 111.53s: package tests unexpectedly errored