Package evaluation to test PlutoVSCodeDebugger on Julia 1.14.0-DEV.2407 (ce8c59448a*) started at 2026-06-18T12:20:14.983 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.06s ################################################################################ # Installation # Installing PlutoVSCodeDebugger... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [560812a8] + PlutoVSCodeDebugger v0.2.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [6e696c72] + AbstractPlutoDingetjes v1.4.0 [560812a8] + PlutoVSCodeDebugger v0.2.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [7b1f6079] + FileWatching v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [3fa0cd96] + REPL v1.11.0 [6462fe0b] + Sockets v1.11.0 [f489334b] + StyledStrings v1.13.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.34s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 3.0 s ✓ PlutoVSCodeDebugger 1 dependency successfully precompiled in 3 seconds. 16 already precompiled. Precompilation completed after 24.98s ################################################################################ # Testing # Testing PlutoVSCodeDebugger Status `/tmp/jl_scPZ0Z/Project.toml` [aa1ae85d] JuliaInterpreter v0.10.12 [560812a8] PlutoVSCodeDebugger v0.2.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_scPZ0Z/Manifest.toml` [6e696c72] AbstractPlutoDingetjes v1.4.0 [da1fd8a2] CodeTracking v3.0.2 [aa1ae85d] JuliaInterpreter v0.10.12 [560812a8] PlutoVSCodeDebugger v0.2.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 Testing Running tests... PlutoVSCodeDebugger.jl: Test Failed at /home/pkgeval/.julia/packages/PlutoVSCodeDebugger/b1dju/test/runtests.jl:78 Expression: all((x->begin #= /home/pkgeval/.julia/packages/PlutoVSCodeDebugger/b1dju/test/runtests.jl:78 =# !(has_docstring(getfield(PlutoVSCodeDebugger, x))) end), JULIAINTERPRETER_METHODS) Evaluated: all(var"#12#13"(), (:breakpoints, :enable, :disable, :toggle, :remove)) Stacktrace: [1] top-level scope @ ~/.julia/packages/PlutoVSCodeDebugger/b1dju/test/runtests.jl:9 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [3] macro expansion @ ~/.julia/packages/PlutoVSCodeDebugger/b1dju/test/runtests.jl:78 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Test Summary: | Pass Fail Total Time PlutoVSCodeDebugger.jl | 28 1 29 10.4s RNG of the outermost testset: Random.Xoshiro(0x2c6f66115621154c, 0x05e08eefcabbbe63, 0xce80a8dfa2769734, 0x85b68f0de3ed42c5, 0xee9248a01e2217dc) ERROR: LoadError: Some tests did not pass: 28 passed, 1 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/PlutoVSCodeDebugger/b1dju/test/runtests.jl:8 Testing failed after 25.81s ERROR: LoadError: Package PlutoVSCodeDebugger errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/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.14/Pkg/src/Operations.jl:3247 [3] 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.14/Pkg/src/API.jl:587 [4] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:325 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 81.16s: package has test failures