Package evaluation of ContextManagers on Julia 1.12.0-rc1.2 (995ff9db19*) started at 2025-07-14T10:16:25.688 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.75s ################################################################################ # Installation # Installing ContextManagers... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [51ca0b03] + ContextManagers v0.1.0 Updating `~/.julia/environments/v1.12/Manifest.toml` [51ca0b03] + ContextManagers v0.1.0 Installation completed after 0.86s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.6s ################################################################################ # Testing # Testing ContextManagers Status `/tmp/jl_GoKZmT/Project.toml` [51ca0b03] ContextManagers v0.1.0 [e30172f5] Documenter v1.14.1 [792026f5] TestFunctionRunner v0.1.4 [8dfed614] Test v1.11.0 Status `/tmp/jl_GoKZmT/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.5 [e30172f5] Documenter v1.14.1 [d7ba0133] Git v1.4.0 [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.3 [aea7be01] PrecompileTools v1.3.2 [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.50.0+0 [94ce4f54] Libiconv_jll v1.18.0+0 [9bd350c2] OpenSSH_jll v10.0.1+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 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.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.3.0 [44cfe95a] Pkg v1.13.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.11.1+1 [e37daf67] LibGit2_jll v1.9.0+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.5.20 [458c3c95] OpenSSL_jll v3.5.1+0 [efcefdf7] PCRE2_jll v10.44.0+1 [83775a58] Zlib_jll v1.3.1+2 [8e850ede] nghttp2_jll v1.64.0+1 [3f19e933] p7zip_jll v17.5.0+2 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.091217875 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:1034 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:235 [2] isdir(path::ContextManagers.Internal.TemporaryDirectory) @ Base.Filesystem ./stat.jl:587 [3] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_base.jl:67 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [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:1034 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:235 [2] isdir(path::ContextManagers.Internal.TemporaryDirectory) @ Base.Filesystem ./stat.jl:587 [3] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_base.jl:70 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [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:1034 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:235 [2] isdir(path::ContextManagers.Internal.TemporaryDirectory) @ Base.Filesystem ./stat.jl:587 [3] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_base.jl:58 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [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:1034 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:235 [2] isdir(path::ContextManagers.Internal.TemporaryDirectory) @ Base.Filesystem ./stat.jl:587 [3] macro expansion @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_base.jl:60 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [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"#test_error_in_exit##0#test_error_in_exit##1"{Vector{Any}}, Int64}(ContextManagersTests.TestCore.var"#test_error_in_exit##0#test_error_in_exit##1"{Vector{Any}}(Any[]), 111) == 111 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:680 [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"#25#26"{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.12/Test/src/Test.jl:1865 [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"#test_onexit##0#test_onexit##1"{Vector{Any}}, Int64}(ContextManagersTests.TestCore.var"#test_onexit##0#test_onexit##1"{Vector{Any}}(Any[]), 111) == 111 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:680 [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"#25#26"{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.12/Test/src/Test.jl:1865 [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.12/Test/src/Test.jl:680 [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"#25#26"{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.12/Test/src/Test.jl:1865 [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.12/Test/src/Test.jl:680 [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"#25#26"{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.12/Test/src/Test.jl:1865 [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"#check_onfail##0#check_onfail##1"{Vector{Any}}, Int64}(ContextManagersTests.TestCore.var"#check_onfail##0#check_onfail##1"{Vector{Any}}(Any[]), 111) == 111 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:680 [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.12/Test/src/Test.jl:677 [inlined] [6] test_onfail() @ ContextManagersTests.TestCore ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:79 [7] (::TestFunctionRunner.Internal.var"#25#26"{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.12/Test/src/Test.jl:1865 [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.12/Test/src/Test.jl:680 [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.12/Test/src/Test.jl:677 [inlined] [6] test_onfail() @ ContextManagersTests.TestCore ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:79 [7] (::TestFunctionRunner.Internal.var"#25#26"{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.12/Test/src/Test.jl:1865 [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"#check_onfail##0#check_onfail##1"{Vector{Any}}, Int64}(ContextManagersTests.TestCore.var"#check_onfail##0#check_onfail##1"{Vector{Any}}(Any[]), 111) == 111 Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:680 [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.12/Test/src/Test.jl:677 [inlined] [6] test_onfail() @ ContextManagersTests.TestCore ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:80 [7] (::TestFunctionRunner.Internal.var"#25#26"{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.12/Test/src/Test.jl:1865 [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.12/Test/src/Test.jl:680 [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.12/Test/src/Test.jl:677 [inlined] [6] test_onfail() @ ContextManagersTests.TestCore ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_core.jl:80 [7] (::TestFunctionRunner.Internal.var"#25#26"{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.12/Test/src/Test.jl:1865 [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/eoWm2/src/utilities/utilities.jl:665 [ 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:296 │ open(!Matched::AbstractString; kwargs...) │ @ Base iostream.jl:326 │ ... │ │ Stacktrace: │ [1] top-level scope │ @ none:632 │ [2] macro expansion │ @ task.jl:633 [inlined] │ [3] macro expansion │ @ none:3 [inlined] │ [4] macro expansion │ @ ~/.julia/packages/ContextManagers/EOM2F/src/internal.jl:56 [inlined] │ [5] macro expansion │ @ none:5 [inlined] │ │ 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:296 │ open(!Matched::AbstractString; kwargs...) │ @ Base iostream.jl:326 │ ... │ │ Stacktrace: │ [1] top-level scope │ @ none:632 │ [2] macro expansion │ @ task.jl:633 [inlined] │ [3] macro expansion │ @ none:3 [inlined] │ [4] macro expansion │ @ ~/.julia/packages/ContextManagers/EOM2F/src/internal.jl:56 [inlined] │ [5] macro expansion │ @ none:5 [inlined] └ @ 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:44 │ [2] runner(::Type{Documenter.Builder.Doctest}, doc::Documenter.Document) │ @ Documenter ~/.julia/packages/Documenter/eoWm2/src/builder_pipeline.jl:213 │ [3] dispatch(::Type{Documenter.Builder.DocumentPipeline}, x::Documenter.Document) │ @ Documenter.Selectors ~/.julia/packages/Documenter/eoWm2/src/utilities/Selectors.jl:170 │ [4] #89 │ @ ~/.julia/packages/Documenter/eoWm2/src/makedocs.jl:280 [inlined] │ [5] withenv(::Documenter.var"#89#90"{Documenter.Document}, ::Pair{String, Nothing}, ::Vararg{Pair{String, Nothing}}) │ @ Base ./env.jl:265 │ [6] #87 │ @ ~/.julia/packages/Documenter/eoWm2/src/makedocs.jl:279 [inlined] │ [7] cd(f::Documenter.var"#87#88"{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/eoWm2/src/makedocs.jl:278 │ [9] (::Documenter.var"#all_doctests#141"{Bool, Vector{Regex}, Vector{Documenter.Plugin}, Vector{Module}})() │ @ Documenter ~/.julia/packages/Documenter/eoWm2/src/doctest.jl:85 │ [10] macro expansion │ @ ~/.julia/packages/Documenter/eoWm2/src/doctest.jl:110 [inlined] │ [11] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] │ [12] macro expansion │ @ ~/.julia/packages/Documenter/eoWm2/src/doctest.jl:110 [inlined] │ [13] macro expansion │ @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] │ [14] doctest(source::String, modules::Vector{Module}; fix::Bool, testset::String, doctestfilters::Vector{Regex}, plugins::Vector{Documenter.Plugin}) │ @ Documenter ~/.julia/packages/Documenter/eoWm2/src/doctest.jl:110 │ [15] doctest │ @ ~/.julia/packages/Documenter/eoWm2/src/doctest.jl:69 [inlined] │ [16] doctest(package::Module; manual::Bool, testset::Nothing, kwargs::@Kwargs{}) │ @ Documenter ~/.julia/packages/Documenter/eoWm2/src/doctest.jl:37 │ [17] doctest │ @ ~/.julia/packages/Documenter/eoWm2/src/doctest.jl:20 [inlined] │ [18] test │ @ ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_doctest.jl:12 [inlined] │ [19] (::TestFunctionRunner.Internal.var"#25#26"{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.12/Test/src/Test.jl:1865 [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"#21#22"{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"#21#22"{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"#29#30"{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.12/Test/src/Test.jl:1865 [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"#21#22"{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"#21#22"{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"#10#11"{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.12/Test/src/Test.jl:1865 [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] #6 │ @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:33 [inlined] │ [41] with_project(f::TestFunctionRunner.Internal.var"#6#7"{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 │ @ ./Base_compiler.jl:250 [inlined] │ [44] 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 │ [45] at_run_impl(__source__::LineNumberNode, __module__::Module) │ @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:294 │ [46] top-level scope │ @ ~/.julia/packages/ContextManagers/EOM2F/test/runtests.jl:2 │ [47] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:306 │ [48] top-level scope │ @ none:6 │ [49] eval(m::Module, e::Any) │ @ Core ./boot.jl:489 │ [50] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:287 └ @ Documenter ~/.julia/packages/Documenter/eoWm2/src/doctest.jl:99 Doctests: ContextManagers: Test Failed at /home/pkgeval/.julia/packages/Documenter/eoWm2/src/doctest.jl:110 Expression: all_doctests() Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:680 [inlined] [2] macro expansion @ ~/.julia/packages/Documenter/eoWm2/src/doctest.jl:110 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [4] doctest(source::String, modules::Vector{Module}; fix::Bool, testset::String, doctestfilters::Vector{Regex}, plugins::Vector{Documenter.Plugin}) @ Documenter ~/.julia/packages/Documenter/eoWm2/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:296 open(!Matched::AbstractString; kwargs...) @ Base iostream.jl:326 ... 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:633 [inlined] [5] test_channel() @ ContextManagersTests.TestSharedResources ~/.julia/packages/ContextManagers/EOM2F/test/ContextManagersTests/src/test_sharedresources.jl:7 [6] (::TestFunctionRunner.Internal.var"#25#26"{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.12/Test/src/Test.jl:1865 [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"#21#22"{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"#21#22"{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"#29#30"{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.12/Test/src/Test.jl:1865 [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"#21#22"{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"#21#22"{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"#10#11"{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.12/Test/src/Test.jl:1865 [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] #6 @ ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:33 [inlined] [28] with_project(f::TestFunctionRunner.Internal.var"#6#7"{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 @ ./Base_compiler.jl:250 [inlined] [31] 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 [32] at_run_impl(__source__::LineNumberNode, __module__::Module) @ TestFunctionRunner.Internal ~/.julia/packages/TestFunctionRunner/urO5I/src/core.jl:294 [33] top-level scope @ ~/.julia/packages/ContextManagers/EOM2F/test/runtests.jl:2 [34] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:306 [35] top-level scope @ none:6 [36] eval(m::Module, e::Any) @ Core ./boot.jl:489 [37] exec_options(opts::Base.JLOptions) @ Base ./client.jl:287 [38] _start() @ Base ./client.jl:554 Test Summary: | Pass Fail Error Total Time ContextManagersTests | 26 9 5 40 53.1s TestBase | 11 4 15 8.6s test_channel | 1 1 0.6s test_iobuffer | 2 2 0.2s test_lock | 2 2 0.3s test_opentemp_error | 3 3 0.2s test_opentemp_success | 3 3 0.2s test_opentempdir_error | 2 2 4.7s test_opentempdir_success | 2 2 0.1s TestCore | 15 8 23 8.2s test_error_in_exit | 1 1 2 5.8s 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.4s TestDoctest | 1 1 33.0s test | 1 1 32.0s Doctests: ContextManagers | 1 1 30.8s TestSharedResources | 1 1 1.6s test_channel | 1 1 0.6s RNG of the outermost testset: Random.Xoshiro(0x50ee06fb1b11f062, 0xcf008b2b9634c8b7, 0x4962516f4eb38134, 0x1c68447c26f33793, 0xf3b51f0f77d85590) 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 84.59s ERROR: LoadError: Package ContextManagers 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 123.31s: package tests unexpectedly errored