Package evaluation to test Pluto on Julia 1.14.0-DEV.1284 (37b9484954*) started at 2025-11-23T18:22:37.660 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.13s ################################################################################ # Installation # Installing Pluto... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [c3e4b0f8] + Pluto v0.20.21 Updating `~/.julia/environments/v1.14/Manifest.toml` [d1d4a3ce] + BitFlags v0.1.9 [944b1d66] + CodecZlib v0.7.8 [34da2185] + Compat v4.18.1 [f0e56b4a] + ConcurrentUtilities v2.5.0 [5218b696] + Configurations v0.17.6 [9a962f9c] + DataAPI v1.16.0 [e2d170a0] + DataValueInterfaces v1.0.0 [460bff9d] + ExceptionUnwrapping v0.1.11 [21656369] + ExpressionExplorer v1.1.3 [55351af7] + ExproniconLite v0.10.14 [828d9ff0] + GracefulPkg v2.4.2 [cd3eb016] + HTTP v1.10.19 [ac1192a8] + HypertextLiteral v0.9.5 [82899510] + IteratorInterfaceExtensions v1.0.0 [692b3bcd] + JLLWrappers v1.7.1 [8ac3fa9e] + LRUCache v1.6.2 [0e77f7df] + LazilyInitializedFields v1.3.0 [e6f89c97] + LoggingExtras v1.2.0 [6c6e2e6c] + MIMEs v1.1.0 [36869731] + Malt v1.3.0 [739be429] + MbedTLS v1.1.9 [99f44e22] + MsgPack v1.2.1 [4d8831e6] + OpenSSL v1.6.0 [bac558e1] + OrderedCollections v1.8.1 [c3e4b0f8] + Pluto v0.20.21 [72656b73] + PlutoDependencyExplorer v1.2.2 [91cefc8d] + PrecompileSignatures v3.0.3 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.0 [2792f1a3] + RegistryInstances v0.1.0 [05181044] + RelocatableFolders v1.0.1 [6c6a2e73] + Scratch v1.3.0 [777ac1f9] + SimpleBufferStream v1.2.0 [3783bdb8] + TableTraits v1.0.1 [bd369af6] + Tables v1.12.1 [3bb67fe8] + TranscodingStreams v0.11.3 [410a4b4d] + Tricks v0.1.13 [5c2747f8] + URIs v1.6.1 [c8ffd9c3] + MbedTLS_jll v2.28.1010+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.7.0 [7b1f6079] + FileWatching v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [b27032c2] + LibCURL v1.0.0 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown 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 v1.0.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 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] + LibCURL_jll v8.17.0+0 [e37daf67] + LibGit2_jll v1.9.1+0 [29816b5a] + LibSSH2_jll v1.11.3+1 [14a3606d] + MozillaCACerts_jll v2025.11.4 [458c3c95] + OpenSSL_jll v3.5.4+0 [efcefdf7] + PCRE2_jll v10.47.0+0 [83775a58] + Zlib_jll v1.3.1+2 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850ede] + nghttp2_jll v1.68.0+1 [3f19e933] + p7zip_jll v17.7.0+0 Installation completed after 5.13s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... ┌ Error: Failed to use TestEnv.jl; test dependencies will not be precompiled │ exception = │ UndefVarError: `project_rel_path` not defined in `TestEnv` │ Suggestion: this global was defined as `Pkg.Operations.project_rel_path` but not assigned a value. │ Stacktrace: │ [1] get_test_dir(ctx::Pkg.Types.Context, pkgspec::PackageSpec) │ @ TestEnv ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/common.jl:75 │ [2] test_dir_has_project_file │ @ ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/common.jl:52 [inlined] │ [3] maybe_gen_project_override! │ @ ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/common.jl:83 [inlined] │ [4] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/activate_set.jl:12 │ [5] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/activate_set.jl:9 │ [6] top-level scope │ @ /PkgEval.jl/scripts/precompile.jl:24 │ [7] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [8] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:344 │ [9] _start() │ @ Base ./client.jl:577 └ @ Main /PkgEval.jl/scripts/precompile.jl:26 Precompiling package dependencies... Precompiling packages... 60591.8 ms ✓ Pluto 1 dependency successfully precompiled in 65 seconds. 73 already precompiled. Precompilation completed after 74.32s ################################################################################ # Testing # Testing Pluto Status `/tmp/jl_lG5ZOd/Project.toml` [5218b696] Configurations v0.17.6 [a93c6f00] DataFrames v1.8.1 [21656369] ExpressionExplorer v1.1.3 [828d9ff0] GracefulPkg v2.4.2 [cd3eb016] HTTP v1.10.19 [ac1192a8] HypertextLiteral v0.9.5 [8ac3fa9e] LRUCache v1.6.2 [e6f89c97] LoggingExtras v1.2.0 [6c6e2e6c] MIMEs v1.1.0 [36869731] Malt v1.3.0 [c03570c3] Memoize v0.4.4 [99f44e22] MsgPack v1.2.1 [6fe1bfb0] OffsetArrays v1.17.0 [c3e4b0f8] Pluto v0.20.21 [72656b73] PlutoDependencyExplorer v1.2.2 [91cefc8d] PrecompileSignatures v3.0.3 [aea7be01] PrecompileTools v1.3.3 [2792f1a3] RegistryInstances v0.1.0 [05181044] RelocatableFolders v1.0.1 [6c6a2e73] Scratch v1.3.0 [bd369af6] Tables v1.12.1 [a759f4b9] TimerOutputs v0.5.29 [5c2747f8] URIs v1.6.1 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [44cfe95a] Pkg v1.13.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [6462fe0b] Sockets v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 Status `/tmp/jl_lG5ZOd/Manifest.toml` [d1d4a3ce] BitFlags v0.1.9 [944b1d66] CodecZlib v0.7.8 [34da2185] Compat v4.18.1 [f0e56b4a] ConcurrentUtilities v2.5.0 [5218b696] Configurations v0.17.6 [a8cc5b0e] Crayons v4.1.1 [9a962f9c] DataAPI v1.16.0 [a93c6f00] DataFrames v1.8.1 [864edb3b] DataStructures v0.19.3 [e2d170a0] DataValueInterfaces v1.0.0 [460bff9d] ExceptionUnwrapping v0.1.11 [e2ba6199] ExprTools v0.1.10 [21656369] ExpressionExplorer v1.1.3 [55351af7] ExproniconLite v0.10.14 [828d9ff0] GracefulPkg v2.4.2 [cd3eb016] HTTP v1.10.19 [ac1192a8] HypertextLiteral v0.9.5 [842dd82b] InlineStrings v1.4.5 [41ab1584] InvertedIndices v1.3.1 [82899510] IteratorInterfaceExtensions v1.0.0 [692b3bcd] JLLWrappers v1.7.1 [8ac3fa9e] LRUCache v1.6.2 [b964fa9f] LaTeXStrings v1.4.0 [0e77f7df] LazilyInitializedFields v1.3.0 [e6f89c97] LoggingExtras v1.2.0 [6c6e2e6c] MIMEs v1.1.0 [1914dd2f] MacroTools v0.5.16 [36869731] Malt v1.3.0 [739be429] MbedTLS v1.1.9 [c03570c3] Memoize v0.4.4 [e1d29d7a] Missings v1.2.0 [99f44e22] MsgPack v1.2.1 [6fe1bfb0] OffsetArrays v1.17.0 [4d8831e6] OpenSSL v1.6.0 [bac558e1] OrderedCollections v1.8.1 [c3e4b0f8] Pluto v0.20.21 [72656b73] PlutoDependencyExplorer v1.2.2 [2dfb63ee] PooledArrays v1.4.3 [91cefc8d] PrecompileSignatures v3.0.3 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 [08abe8d2] PrettyTables v3.1.2 [189a3867] Reexport v1.2.2 [2792f1a3] RegistryInstances v0.1.0 [05181044] RelocatableFolders v1.0.1 [6c6a2e73] Scratch v1.3.0 [91c51154] SentinelArrays v1.4.8 [777ac1f9] SimpleBufferStream v1.2.0 [a2af1166] SortingAlgorithms v1.2.2 [10745b16] Statistics v1.11.1 [892a3eda] StringManipulation v0.4.2 [3783bdb8] TableTraits v1.0.1 [bd369af6] Tables v1.12.1 [a759f4b9] TimerOutputs v0.5.29 [3bb67fe8] TranscodingStreams v0.11.3 [410a4b4d] Tricks v0.1.13 [5c2747f8] URIs v1.6.1 [c8ffd9c3] MbedTLS_jll v2.28.1010+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.7.0 [7b1f6079] FileWatching v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown 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 v1.0.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 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] LibCURL_jll v8.17.0+0 [e37daf67] LibGit2_jll v1.9.1+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.11.4 [4536629a] OpenBLAS_jll v0.3.29+0 [458c3c95] OpenSSL_jll v3.5.4+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.1+2 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.68.0+1 [3f19e933] p7zip_jll v17.7.0+0 Testing Running tests... WARNING: Unsupported Julia version ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ Pluto (0.20.21) is running on a new version of Julia (1.14.0-DEV.1284). Support for Julia 1.14 will be added in a later Pluto release. You can try: 1. Update Pluto using Pkg.update("Pluto"). 2. If there is no newer version of Pluto yet, then you can help us develop it! Julia 1.14 compatibility takes a lot of work, and we would really appreciate your help! Search github.com/fonsp/Pluto.jl/issues for Julia 1.14 to see what still needs to be done. Not all compatibility issues are known – play around and try running Pkg.test("Pluto"). │ Note │ │ Preview versions of Julia are not fully supported by Pluto. [ Info: Loading... ┌ Warning: Dangerous setting: │ │ require_secret_for_open_links = false │ │ Do not use this setting on your own computer – it allows any website to run arbitrary code on your computer. Only use this on an isolated disposable server like Binder, or when using your own authentication layer. └ @ Pluto ~/.julia/packages/Pluto/CBqeh/src/webserver/WebServer.jl:148 WARNING: Unsupported Julia version ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ Pluto (0.20.21) is running on a new version of Julia (1.14.0-DEV.1284). Support for Julia 1.14 will be added in a later Pluto release. You can try: 1. Update Pluto using Pkg.update("Pluto"). 2. If there is no newer version of Pluto yet, then you can help us develop it! Julia 1.14 compatibility takes a lot of work, and we would really appreciate your help! Search github.com/fonsp/Pluto.jl/issues for Julia 1.14 to see what still needs to be done. Not all compatibility issues are known – play around and try running Pkg.test("Pluto"). │ Note │ │ Preview versions of Julia are not fully supported by Pluto. Checking project LOAD_PATH = ┌ Info: │ Go to http://localhost:13435/ in your browser to start writing ~ have fun! └ ["@", "/tmp/jl_lG5ZOd"]┌ Info: │ Press Ctrl+C in this terminal to stop Pluto └ Base.ACTIVE_PROJECT[] = nothing yo("Project.toml") = (empty file) yo("Manifest.toml") = (empty file) Test Summary: | Broken Total Time Private API stability for extended Pluto deployments | 1 1 5.0s Checking project LOAD_PATH = ["@", "/tmp/jl_lG5ZOd"] Base.ACTIVE_PROJECT[] = nothing yo("Project.toml") = (empty file) yo("Manifest.toml") = (empty file) Launching test server... WARNING: Unsupported Julia version ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡ Pluto (0.20.21) is running on a new version of Julia (1.14.0-DEV.1284). Support for Julia 1.14 will be added in a later Pluto release. You can try: 1. Update Pluto using Pkg.update("Pluto"). 2. If there is no newer version of Pluto yet, then you can help us develop it! Julia 1.14 compatibility takes a lot of work, and we would really appreciate your help! Search github.com/fonsp/Pluto.jl/issues for Julia 1.14 to see what still needs to be done. Not all compatibility issues are known – play around and try running Pkg.test("Pluto"). │ Note │ │ Preview versions of Julia are not fully supported by Pluto. ┌ Info: │ Go to http://localhost:23832/?secret=giTuGVzR in your browser to start writing ~ have fun! └ ┌ Info: │ Press Ctrl+C in this terminal to stop Pluto └ Authentication: Test Failed at /home/pkgeval/.julia/packages/Pluto/CBqeh/test/Configuration.jl:98 Expression: r.status == 200 Evaluated: 404 == 200 Stacktrace: [1] top-level scope @ ~/.julia/packages/Pluto/CBqeh/test/Configuration.jl:12 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/Pluto/CBqeh/test/Configuration.jl:60 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/Pluto/CBqeh/test/Configuration.jl:98 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] Authentication: Test Failed at /home/pkgeval/.julia/packages/Pluto/CBqeh/test/Configuration.jl:98 Expression: r.status == 200 Evaluated: 404 == 200 Stacktrace: [1] top-level scope @ ~/.julia/packages/Pluto/CBqeh/test/Configuration.jl:12 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/Pluto/CBqeh/test/Configuration.jl:60 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/Pluto/CBqeh/test/Configuration.jl:98 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] Authentication: Test Failed at /home/pkgeval/.julia/packages/Pluto/CBqeh/test/Configuration.jl:98 Expression: r.status == 200 Evaluated: 404 == 200 Stacktrace: [1] top-level scope @ ~/.julia/packages/Pluto/CBqeh/test/Configuration.jl:12 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [3] macro expansion @ ~/.julia/packages/Pluto/CBqeh/test/Configuration.jl:60 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1961 [inlined] [5] macro expansion @ ~/.julia/packages/Pluto/CBqeh/test/Configuration.jl:98 [inlined] [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:753 [inlined] ┌ Info: No longer authenticated? Visit this URL to continue: └ url = http://127.0.0.1:23832/?secret=giTuGVzR ┌ Info: No longer authenticated? Visit this URL to continue: └ url = http://127.0.0.1:23832/?secret=giTuGVzR ┌ Info: │ Closing Pluto... Restart Julia for a fresh session. │ │ Have a nice day! 🎈 └ ┌ Warning: PlutoPkg: Failed to add/remove packages! Resetting package environment... │ PLUTO_VERSION = v"0.20.21" │ VERSION = v"1.14.0-DEV.1284" │ old_packages = String[] │ new_packages = String[] │ exception = │ Cannot run code in this notebook: it has already shut down. │ Stacktrace: │ [1] get_workspace(session_notebook::Tuple{ServerSession, Notebook}; allow_creation::Bool, async::Bool) │ @ Pluto.WorkspaceManager ~/.julia/packages/Pluto/CBqeh/src/evaluation/WorkspaceManager.jl:441 │ [2] get_workspace │ @ ~/.julia/packages/Pluto/CBqeh/src/evaluation/WorkspaceManager.jl:437 [inlined] │ [3] _has_executed_effectful_code │ @ ~/.julia/packages/Pluto/CBqeh/src/packages/Packages.jl:396 [inlined] │ [4] sync_nbpkg(session::ServerSession, notebook::Notebook, old_topology::PlutoDependencyExplorer.NotebookTopology{Cell}, new_topology::PlutoDependencyExplorer.NotebookTopology{Cell}; save::Bool, take_token::Bool) │ @ Pluto ~/.julia/packages/Pluto/CBqeh/src/packages/Packages.jl:343 │ [5] kwcall(::@NamedTuple{save::Bool, take_token::Bool}, ::typeof(Pluto.sync_nbpkg), session::ServerSession, notebook::Notebook, old_topology::PlutoDependencyExplorer.NotebookTopology{Cell}, new_topology::PlutoDependencyExplorer.NotebookTopology{Cell}) │ @ Pluto ~/.julia/packages/Pluto/CBqeh/src/packages/Packages.jl:308 │ [6] (::Pluto.var"#310#311"{Bool, @Kwargs{}, ServerSession, Notebook})() │ @ Pluto ~/.julia/packages/Pluto/CBqeh/src/evaluation/Run.jl:478 │ [7] withtoken(f::Pluto.var"#310#311"{Bool, @Kwargs{}, ServerSession, Notebook}, token::Pluto.Token) │ @ Pluto ~/.julia/packages/Pluto/CBqeh/src/evaluation/Tokens.jl:19 │ [8] #308 │ @ ~/.julia/packages/Pluto/CBqeh/src/evaluation/Run.jl:462 [inlined] │ [9] (::Pluto.var"#maybe_async##0#maybe_async##1"{Pluto.var"#308#309"{Bool, @Kwargs{}, ServerSession, Notebook}})() │ @ Pluto ~/.julia/packages/Pluto/CBqeh/src/evaluation/Tokens.jl:58 └ @ Pluto ~/.julia/packages/Pluto/CBqeh/src/packages/Packages.jl:364 Cannot run code in this notebook: it has already shut down. Stacktrace: [1] get_workspace(session_notebook::Tuple{ServerSession, Notebook}; allow_creation::Bool, async::Bool) @ Pluto.WorkspaceManager ~/.julia/packages/Pluto/CBqeh/src/evaluation/WorkspaceManager.jl:441 [2] get_workspace @ ~/.julia/packages/Pluto/CBqeh/src/evaluation/WorkspaceManager.jl:437 [inlined] [3] _has_executed_effectful_code @ ~/.julia/packages/Pluto/CBqeh/src/packages/Packages.jl:396 [inlined] [4] sync_nbpkg(session::ServerSession, notebook::Notebook, old_topology::PlutoDependencyExplorer.NotebookTopology{Cell}, new_topology::PlutoDependencyExplorer.NotebookTopology{Cell}; save::Bool, take_token::Bool) @ Pluto ~/.julia/packages/Pluto/CBqeh/src/packages/Packages.jl:343 [5] kwcall(::@NamedTuple{save::Bool, take_token::Bool}, ::typeof(Pluto.sync_nbpkg), session::ServerSession, notebook::Notebook, old_topology::PlutoDependencyExplorer.NotebookTopology{Cell}, new_topology::PlutoDependencyExplorer.NotebookTopology{Cell}) @ Pluto ~/.julia/packages/Pluto/CBqeh/src/packages/Packages.jl:308 [6] (::Pluto.var"#310#311"{Bool, @Kwargs{}, ServerSession, Notebook})() @ Pluto ~/.julia/packages/Pluto/CBqeh/src/evaluation/Run.jl:478 [7] withtoken(f::Pluto.var"#310#311"{Bool, @Kwargs{}, ServerSession, Notebook}, token::Pluto.Token) @ Pluto ~/.julia/packages/Pluto/CBqeh/src/evaluation/Tokens.jl:19 [8] #308 @ ~/.julia/packages/Pluto/CBqeh/src/evaluation/Run.jl:462 [inlined] [9] (::Pluto.var"#maybe_async##0#maybe_async##1"{Pluto.var"#308#309"{Bool, @Kwargs{}, ServerSession, Notebook}})() @ Pluto ~/.julia/packages/Pluto/CBqeh/src/evaluation/Tokens.jl:58┌ Info: Backup saved to └ backup_path = "/home/pkgeval/.julia/pluto_notebooks/sample Basic 2 backup 1.jl" AssertionError: will_run_code(notebook) Stacktrace: ┌ Warning: PlutoPkg: Failed to add/remove packages! Resetting package environment... │ PLUTO_VERSION = v"0.20.21" │ VERSION = v"1.14.0-DEV.1284" │ old_packages = String[] │ new_packages = String[] │ exception = │ Cannot run code in this notebook: it has already shut down. │ Stacktrace: │ [1] get_workspace(session_notebook::Tuple{ServerSession, Notebook}; allow_creation::Bool, async::Bool) │ @ Pluto.WorkspaceManager ~/.julia/packages/Pluto/CBqeh/src/evaluation/WorkspaceManager.jl:441 │ [2] get_workspace │ @ ~/.julia/packages/Pluto/CBqeh/src/evaluation/WorkspaceManager.jl:437 [inlined] │ [3] _has_executed_effectful_code │ @ ~/.julia/packages/Pluto/CBqeh/src/packages/Packages.jl:396 [inlined] │ [4] sync_nbpkg(session::ServerSession, notebook::Notebook, old_topology::PlutoDependencyExplorer.NotebookTopology{Cell}, new_topology::PlutoDependencyExplorer.NotebookTopology{Cell}; save::Bool, take_token::Bool) │ @ Pluto ~/.julia/packages/Pluto/CBqeh/src/packages/Packages.jl:343 │ [5] kwcall(::@NamedTuple{save::Bool, take_token::Bool}, ::typeof(Pluto.sync_nbpkg), session::ServerSession, notebook::Notebook, old_topology::PlutoDependencyExplorer.NotebookTopology{Cell}, new_topology::PlutoDependencyExplorer.NotebookTopology{Cell}) │ @ Pluto ~/.julia/packages/Pluto/CBqeh/src/packages/Packages.jl:308 │ [6] (::Pluto.var"#310#311"{Bool, @Kwargs{}, ServerSession, Notebook})() │ @ Pluto ~/.julia/packages/Pluto/CBqeh/src/evaluation/Run.jl:478 │ [7] withtoken(f::Pluto.var"#310#311"{Bool, @Kwargs{}, ServerSession, Notebook}, token::Pluto.Token) │ @ Pluto ~/.julia/packages/Pluto/CBqeh/src/evaluation/Tokens.jl:19 │ [8] #308 │ @ ~/.julia/packages/Pluto/CBqeh/src/evaluation/Run.jl:462 [inlined] │ [9] (::Pluto.var"#maybe_async##0#maybe_async##1"{Pluto.var"#308#309"{Bool, @Kwargs{}, ServerSession, Notebook}})() │ @ Pluto ~/.julia/packages/Pluto/CBqeh/src/evaluation/Tokens.jl:58 └ @ Pluto ~/.julia/packages/Pluto/CBqeh/src/packages/Packages.jl:364 Cannot run code in this notebook: it has already shut down.[1] Stacktrace:run_reactive_core!(session::ServerSession, notebook::Notebook, old_topology::PlutoDependencyExplorer.NotebookTopology{Cell}, new_topology::PlutoDependencyExplorer.NotebookTopology{Cell}, roots::Vector{Cell}; save::Bool, deletion_hook::typeof(Pluto.WorkspaceManager.move_vars), user_requested_run::Bool, already_run::Vector{Cell}, bond_value_pairs::Base.Iterators.Zip{Tuple{Vector{Symbol}, Vector{Any}}}) @[1] Plutoget_workspace(session_notebook::Tuple{ServerSession, Notebook}; allow_creation::Bool, async::Bool) ~/.julia/packages/Pluto/CBqeh/src/evaluation/ Run.jl:57 @ Pluto.WorkspaceManager ~/.julia/packages/Pluto/CBqeh/src/evaluation/[2]WorkspaceManager.jl:441 kwcall(::@NamedTuple{save::Bool}, ::typeof(Pluto.run_reactive_core!), session::ServerSession, notebook::Notebook, old_topology::PlutoDependencyExplorer.NotebookTopology{Cell}, new_topology::PlutoDependencyExplorer.NotebookTopology{Cell}, roots::Vector{Cell}) @[2] Plutoget_workspace ~/.julia/packages/Pluto/CBqeh/src/evaluation/ Run.jl:44 @ ~/.julia/packages/Pluto/CBqeh/src/evaluation/WorkspaceManager.jl:437 [inlined][3] (::Pluto.var"#310#311"{Bool, @Kwargs{}, ServerSession, Notebook})() [3] @_has_executed_effectful_code Pluto ~/.julia/packages/Pluto/CBqeh/src/evaluation/ @Run.jl:486 ~/.julia/packages/Pluto/CBqeh/src/packages/ Packages.jl:396 [inlined] [4] withtoken(f::Pluto.var"#310#311"{Bool, @Kwargs{}, ServerSession, Notebook}, token::Pluto.Token)[4] sync_nbpkg(session::ServerSession, notebook::Notebook, old_topology::PlutoDependencyExplorer.NotebookTopology{Cell}, new_topology::PlutoDependencyExplorer.NotebookTopology{Cell}; save::Bool, take_token::Bool) @ Pluto @ ~/.julia/packages/Pluto/CBqeh/src/evaluation/PlutoTokens.jl:19 ~/.julia/packages/Pluto/CBqeh/src/packages/ Packages.jl:343 [5] #308[5] kwcall(::@NamedTuple{save::Bool, take_token::Bool}, ::typeof(Pluto.sync_nbpkg), session::ServerSession, notebook::Notebook, old_topology::PlutoDependencyExplorer.NotebookTopology{Cell}, new_topology::PlutoDependencyExplorer.NotebookTopology{Cell}) @ ~/.julia/packages/Pluto/CBqeh/src/evaluation/ @Run.jl:462 [inlined]Pluto ~/.julia/packages/Pluto/CBqeh/src/packages/Packages.jl:308[6] (::Pluto.var"#maybe_async##0#maybe_async##1"{Pluto.var"#308#309"{Bool, @Kwargs{}, ServerSession, Notebook}})() [6] @(::Pluto.var"#310#311"{Bool, @Kwargs{}, ServerSession, Notebook})() Pluto ~/.julia/packages/Pluto/CBqeh/src/evaluation/ @Tokens.jl:58 Pluto ~/.julia/packages/Pluto/CBqeh/src/evaluation/Run.jl:478 [7] withtoken(f::Pluto.var"#310#311"{Bool, @Kwargs{}, ServerSession, Notebook}, token::Pluto.Token) @ Pluto ~/.julia/packages/Pluto/CBqeh/src/evaluation/Tokens.jl:19 [8] #308 @ ~/.julia/packages/Pluto/CBqeh/src/evaluation/Run.jl:462 [inlined] [9] (::Pluto.var"#maybe_async##0#maybe_async##1"{Pluto.var"#308#309"{Bool, @Kwargs{}, ServerSession, Notebook}})() @ Pluto ~/.julia/packages/Pluto/CBqeh/src/evaluation/Tokens.jl:58┌ Info: Backup saved to └ backup_path = "/home/pkgeval/.julia/pluto_notebooks/Cute theory backup 1.jl" AssertionError: will_run_code(notebook) Stacktrace: [1] run_reactive_core!(session::ServerSession, notebook::Notebook, old_topology::PlutoDependencyExplorer.NotebookTopology{Cell}, new_topology::PlutoDependencyExplorer.NotebookTopology{Cell}, roots::Vector{Cell}; save::Bool, deletion_hook::typeof(Pluto.WorkspaceManager.move_vars), user_requested_run::Bool, already_run::Vector{Cell}, bond_value_pairs::Base.Iterators.Zip{Tuple{Vector{Symbol}, Vector{Any}}}) @ Pluto ~/.julia/packages/Pluto/CBqeh/src/evaluation/Run.jl:57 [2] kwcall(::@NamedTuple{save::Bool}, ::typeof(Pluto.run_reactive_core!), session::ServerSession, notebook::Notebook, old_topology::PlutoDependencyExplorer.NotebookTopology{Cell}, new_topology::PlutoDependencyExplorer.NotebookTopology{Cell}, roots::Vector{Cell}) @ Pluto ~/.julia/packages/Pluto/CBqeh/src/evaluation/Run.jl:44 [3] (::Pluto.var"#310#311"{Bool, @Kwargs{}, ServerSession, Notebook})() @ Pluto ~/.julia/packages/Pluto/CBqeh/src/evaluation/Run.jl:486 [4] withtoken(f::Pluto.var"#310#311"{Bool, @Kwargs{}, ServerSession, Notebook}, token::Pluto.Token) @ Pluto ~/.julia/packages/Pluto/CBqeh/src/evaluation/Tokens.jl:19 [5] #308 @ ~/.julia/packages/Pluto/CBqeh/src/evaluation/Run.jl:462 [inlined] [6] (::Pluto.var"#maybe_async##0#maybe_async##1"{Pluto.var"#308#309"{Bool, @Kwargs{}, ServerSession, Notebook}})() @ Pluto ~/.julia/packages/Pluto/CBqeh/src/evaluation/Tokens.jl:58[Worker 30]: Resolving package versions... [Worker 30]: Updating `~/.julia/scratchspaces/c3e4b0f8-55cb-11ea-2926-15256bba5781/pluto-boot-environment-1.14.0-DEV.1284-0.20.21/8Lic2hX97Vj/Project.toml` [Worker 30]: [dc6b355a] + PlutoRunner v30.31.32 `~/.julia/packages/Pluto/CBqeh/src/runner/PlutoRunner` [Worker 30]: Updating `~/.julia/scratchspaces/c3e4b0f8-55cb-11ea-2926-15256bba5781/pluto-boot-environment-1.14.0-DEV.1284-0.20.21/8Lic2hX97Vj/Manifest.toml` [Worker 30]: [dc6b355a] + PlutoRunner v30.31.32 `~/.julia/packages/Pluto/CBqeh/src/runner/PlutoRunner` [Worker 30]: [0dad84c5] + ArgTools v1.1.2 [Worker 30]: [56f22d72] + Artifacts v1.11.0 [Worker 30]: [2a0f44e3] + Base64 v1.11.0 [Worker 30]: [ade2ca70] + Dates v1.11.0 [Worker 30]: [f43a241f] + Downloads v1.7.0 [Worker 30]: [7b1f6079] + FileWatching v1.11.0 [Worker 30]: [b77e0a4c] + InteractiveUtils v1.11.0 [Worker 30]: [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [Worker 30]: [b27032c2] + LibCURL v1.0.0 [Worker 30]: [76f85450] + LibGit2 v1.11.0 [Worker 30]: [8f399da3] + Libdl v1.11.0 [Worker 30]: [56ddb016] + Logging v1.11.0 [Worker 30]: [d6f4376e] + Markdown v1.11.0 [Worker 30]: [ca575930] + NetworkOptions v1.3.0 [Worker 30]: [44cfe95a] + Pkg v1.13.0 [Worker 30]: [de0858da] + Printf v1.11.0 [Worker 30]: [3fa0cd96] + REPL v1.11.0 [Worker 30]: [9a3f8284] + Random v1.11.0 [Worker 30]: [ea8e919c] + SHA v1.0.0 [Worker 30]: [6462fe0b] + Sockets v1.11.0 [Worker 30]: [f489334b] + StyledStrings v1.11.0 [Worker 30]: [fa267f1f] + TOML v1.0.3 [Worker 30]: [a4e569a6] + Tar v1.10.0 [Worker 30]: [cf7118a7] + UUIDs v1.11.0 [Worker 30]: [4ec0a83e] + Unicode v1.11.0 [Worker 30]: [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [Worker 30]: [deac9b47] + LibCURL_jll v8.17.0+0 [Worker 30]: [e37daf67] + LibGit2_jll v1.9.1+0 [Worker 30]: [29816b5a] + LibSSH2_jll v1.11.3+1 [Worker 30]: [14a3606d] + MozillaCACerts_jll v2025.11.4 [Worker 30]: [458c3c95] + OpenSSL_jll v3.5.4+0 [Worker 30]: [efcefdf7] + PCRE2_jll v10.47.0+0 [Worker 30]: [83775a58] + Zlib_jll v1.3.1+2 [Worker 30]: [3161d3a3] + Zstd_jll v1.5.7+1 [Worker 30]: [8e850ede] + nghttp2_jll v1.68.0+1 [Worker 30]: [3f19e933] + p7zip_jll v17.7.0+0 Test Summary: | Pass Fail Total Time Configurations | 179 3 182 1m08.7s from_flat_kwargs | 4 4 1.7s flag conversion | 4 4 0.3s Authentication | 167 3 170 31.5s simple & effect w/o auth GET | 2 2 0.1s simple & effect w/o auth edit?id=254eeeac-c89a-11f0-b3cf-f9f104b51ddb GET | 2 2 0.0s simple & effect w/o auth editor.html GET | 2 2 0.0s simple & effect w/o auth auth-check GET | 2 2 0.0s simple & effect w/o auth notebookfile?id=254eeeac-c89a-11f0-b3cf-f9f104b51ddb GET | 2 2 0.0s simple & effect w/o auth notebookexport?id=254eeeac-c89a-11f0-b3cf-f9f104b51ddb GET | 2 2 0.0s simple & effect w/o auth statefile?id=254eeeac-c89a-11f0-b3cf-f9f104b51ddb GET | 2 2 0.0s simple & effect w/o auth new GET | 2 2 0.0s simple & effect w/o auth new POST | 2 2 0.0s simple & effect w/o auth open?url=https%3A%2F%2Fraw.githubusercontent.com%2Ffonsp%2FPluto.jl%2Fv0.14.5%2Fsample%2FBasic.jl GET | 2 2 0.0s simple & effect w/o auth open?url=https%3A%2F%2Fraw.githubusercontent.com%2Ffonsp%2FPluto.jl%2Fv0.14.5%2Fsample%2FBasic.jl&execution_allowed=asdf GET | 2 2 0.0s simple & effect w/o auth open?url=https%3A%2F%2Fraw.githubusercontent.com%2Ffonsp%2FPluto.jl%2Fv0.14.5%2Fsample%2FBasic.jl POST | 2 2 0.0s simple & effect w/o auth open?path=%2Ftmp%2Fjl_1Qjk5UP6zE GET | 2 2 0.0s simple & effect w/o auth open?path=%2Ftmp%2Fjl_ZwRAniP8tY POST | 2 2 0.0s simple & effect w/o auth sample/Basic.jl GET | 2 2 0.0s simple & effect w/o auth sample/Basic.jl POST | 2 2 0.0s simple & effect w/o auth notebookupload POST | 2 2 0.0s simple & effect w/o auth notebookupload?execution_allowed=asdf POST | 2 2 0.0s require secret only for open links | 39 39 14.0s simple w/ auth GET | 4 4 0.0s simple w/ auth edit?id=254eeeac-c89a-11f0-b3cf-f9f104b51ddb GET | 4 4 0.0s simple w/ auth editor.html GET | 4 4 0.0s simple w/ auth auth-check GET | 4 4 0.0s simple w/ auth notebookfile?id=254eeeac-c89a-11f0-b3cf-f9f104b51ddb GET | 4 4 0.0s simple w/ auth notebookexport?id=254eeeac-c89a-11f0-b3cf-f9f104b51ddb GET | 4 4 0.0s simple w/ auth statefile?id=254eeeac-c89a-11f0-b3cf-f9f104b51ddb GET | 4 4 0.0s effect w/ auth new GET | 4 4 0.7s effect w/ auth new POST | 4 4 0.0s effect w/ auth open?url=https%3A%2F%2Fraw.githubusercontent.com%2Ffonsp%2FPluto.jl%2Fv0.14.5%2Fsample%2FBasic.jl GET | 5 5 1.9s effect w/ auth open?url=https%3A%2F%2Fraw.githubusercontent.com%2Ffonsp%2FPluto.jl%2Fv0.14.5%2Fsample%2FBasic.jl&execution_allowed=asdf GET | 4 4 0.7s effect w/ auth open?url=https%3A%2F%2Fraw.githubusercontent.com%2Ffonsp%2FPluto.jl%2Fv0.14.5%2Fsample%2FBasic.jl POST | 5 5 0.0s effect w/ auth open?path=%2Ftmp%2Fjl_1Qjk5UP6zE GET | 5 5 0.8s effect w/ auth open?path=%2Ftmp%2Fjl_ZwRAniP8tY POST | 5 5 0.0s effect w/ auth sample/Basic.jl GET | 4 4 0.1s effect w/ auth sample/Basic.jl POST | 4 4 0.0s effect w/ auth notebookupload POST | 5 5 0.2s effect w/ auth notebookupload?execution_allowed=asdf POST | 4 4 0.7s disable mimetype via workspace_custom_startup_expr | 3 3 34.9s RNG of the outermost testset: Random.Xoshiro(0xd3e7f63a2d41615a, 0xc45ea11cf331ebd8, 0x622e156247813af5, 0x1244d05561d7c1c2, 0x8bcbf6d2194397f9) ERROR: LoadError: Some tests did not pass: 179 passed, 3 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Pluto/CBqeh/test/Configuration.jl:10 in expression starting at /home/pkgeval/.julia/packages/Pluto/CBqeh/test/runtests.jl:36 Testing failed after 290.09s ERROR: LoadError: Package Pluto 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:2946 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2795 [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.14/Pkg/src/API.jl:572 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:548 [6] 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 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [12] include(mod::Module, _path::String) @ Base ./Base.jl:309 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 399.53s: package has test failures