Package evaluation of PrecompileTools on Julia 1.13.0-DEV.974 (7bbb213719*) started at 2025-08-12T11:38:36.244 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.89s ################################################################################ # Installation # Installing PrecompileTools... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [aea7be01] + PrecompileTools v1.3.2 Updating `~/.julia/environments/v1.13/Manifest.toml` [aea7be01] + PrecompileTools v1.3.2 [21216c6a] + Preferences v1.5.0 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 Installation completed after 0.98s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.39s ################################################################################ # Testing # Testing PrecompileTools Status `/tmp/jl_CJ2u7n/Project.toml` [aea7be01] PrecompileTools v1.3.2 [21216c6a] Preferences v1.5.0 [b77e0a4c] InteractiveUtils v1.11.0 [44cfe95a] Pkg v1.13.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 Status `/tmp/jl_CJ2u7n/Manifest.toml` [aea7be01] PrecompileTools v1.3.2 [21216c6a] Preferences v1.5.0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [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 [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 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.13.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization 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.15.0+1 [e37daf67] LibGit2_jll v1.9.1+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.7.15 [458c3c95] OpenSSL_jll v3.5.2+0 [efcefdf7] PCRE2_jll v10.45.0+0 [83775a58] Zlib_jll v1.3.1+2 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.65.0+0 [3f19e933] p7zip_jll v17.5.0+2 Testing Running tests... Precompiling packages... 1234.2 ms ✓ PC_A (serial) 1 dependency successfully precompiled in 1 seconds ┌ Warning: Code in setup_workload block was precompiled └ @ Main ~/.julia/packages/PrecompileTools/Z8SWe/test/runtests.jl:18 Precompiling packages... 1135.9 ms ✓ PC_C (serial) 1 dependency successfully precompiled in 1 seconds Activating project at `~/.julia/packages/PrecompileTools/Z8SWe/test/PC_D` ┌ Warning: The active manifest file has dependencies that were resolved with a different julia version (1.9.0-rc2). Unexpected behavior may occur. └ @ ~/.julia/packages/PrecompileTools/Z8SWe/test/PC_D/Manifest.toml:0 ┌ Warning: The project dependencies or compat requirements have changed since the manifest was last resolved. │ It is recommended to `Pkg.resolve()` or consider `Pkg.update()` if necessary. └ @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:1288 Precompiling packages... 965.3 ms ✓ Preferences 1086.2 ms ✓ PC_D 2 dependencies successfully precompiled in 2 seconds. 5 already precompiled. 1 dependency precompiled but a different version is currently loaded. Restart julia to access the new version. Otherwise, loading dependents of this package may trigger further precompilation to work with the unexpected version. Precompiling packages... 970.9 ms ✓ PrecompileTools 957.6 ms ✓ PC_D 2 dependencies successfully precompiled in 2 seconds. 5 already precompiled. PrecompileTools.jl: Error During Test at /home/pkgeval/.julia/packages/PrecompileTools/Z8SWe/test/runtests.jl:67 Test threw exception Expression: success(run(`$(Base.julia_cmd()) --project=$(joinpath(@__DIR__, "PC_D")) -e $script 1`)) failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so --depwarn=yes --check-bounds=yes --pkgimages=existing -g1 --startup-file=no --project=/home/pkgeval/.julia/packages/PrecompileTools/Z8SWe/test/PC_D -e 'using PC_D exit(isdefined(PC_D, :workload_ran) === parse(Bool, ARGS[1]) ? 0 : 1) ' 1`, ProcessExited(1)) [1] Stacktrace: [1] pipeline_error @ ./process.jl:602 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:517 [3] run(::Cmd) @ Base ./process.jl:514 [4] top-level scope @ ~/.julia/packages/PrecompileTools/Z8SWe/test/runtests.jl:8 [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] [6] macro expansion @ ~/.julia/packages/PrecompileTools/Z8SWe/test/runtests.jl:67 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.13/Test/src/Test.jl:742 [inlined] Activating project at `/tmp/jl_CJ2u7n` Precompiling packages... 2019.6 ms ✓ NotToplevel (serial) 1 dependency successfully precompiled in 2 seconds Generating project RC_A: RC_A/Project.toml RC_A/src/RC_A.jl Generating project RC_B: RC_B/Project.toml RC_B/src/RC_B.jl Activating project at `/tmp/jl_PqQJ82/RC_B` Resolving package versions... Updating `/tmp/jl_PqQJ82/RC_B/Project.toml` [039d21af] + RC_A v0.1.0 `/tmp/jl_PqQJ82/RC_A` Updating `/tmp/jl_PqQJ82/RC_B/Manifest.toml` [039d21af] + RC_A v0.1.0 `/tmp/jl_PqQJ82/RC_A` Generating project RC_C: RC_C/Project.toml RC_C/src/RC_C.jl Activating project at `/tmp/jl_PqQJ82/RC_C` Resolving package versions... Updating `/tmp/jl_PqQJ82/RC_C/Project.toml` [6f2938d1] + RC_B v0.1.0 `/tmp/jl_PqQJ82/RC_B` Updating `/tmp/jl_PqQJ82/RC_C/Manifest.toml` [039d21af] + RC_A v0.1.0 `../RC_A` [6f2938d1] + RC_B v0.1.0 `/tmp/jl_PqQJ82/RC_B` Resolving package versions... Updating `/tmp/jl_PqQJ82/RC_C/Project.toml` [aea7be01] + PrecompileTools v1.3.2 `~/.julia/packages/PrecompileTools/Z8SWe` Updating `/tmp/jl_PqQJ82/RC_C/Manifest.toml` [aea7be01] + PrecompileTools v1.3.2 `~/.julia/packages/PrecompileTools/Z8SWe` [21216c6a] + Preferences v1.5.0 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 Precompiling packages... 778.1 ms ✓ RC_A 742.8 ms ✓ RC_B 867.2 ms ✓ RC_C 3 dependencies successfully precompiled in 2 seconds Generating project RC_D: RC_D/Project.toml RC_D/src/RC_D.jl Generating project RC_E: RC_E/Project.toml RC_E/src/RC_E.jl Activating project at `/tmp/jl_PqQJ82/RC_E` Resolving package versions... Updating `/tmp/jl_PqQJ82/RC_E/Project.toml` [98ef5f36] + RC_D v0.1.0 `/tmp/jl_PqQJ82/RC_D` Updating `/tmp/jl_PqQJ82/RC_E/Manifest.toml` [98ef5f36] + RC_D v0.1.0 `/tmp/jl_PqQJ82/RC_D` Generating project RC_F: RC_F/Project.toml RC_F/src/RC_F.jl Activating project at `/tmp/jl_PqQJ82/RC_F` Resolving package versions... Updating `/tmp/jl_PqQJ82/RC_F/Project.toml` [0346c8bf] + RC_E v0.1.0 `/tmp/jl_PqQJ82/RC_E` Updating `/tmp/jl_PqQJ82/RC_F/Manifest.toml` [98ef5f36] + RC_D v0.1.0 `../RC_D` [0346c8bf] + RC_E v0.1.0 `/tmp/jl_PqQJ82/RC_E` Resolving package versions... Updating `/tmp/jl_PqQJ82/RC_F/Project.toml` [aea7be01] + PrecompileTools v1.3.2 `~/.julia/packages/PrecompileTools/Z8SWe` Updating `/tmp/jl_PqQJ82/RC_F/Manifest.toml` [aea7be01] + PrecompileTools v1.3.2 `~/.julia/packages/PrecompileTools/Z8SWe` [21216c6a] + Preferences v1.5.0 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 Precompiling packages... 793.7 ms ✓ RC_D 768.8 ms ✓ RC_E 1168.8 ms ✓ RC_F 3 dependencies successfully precompiled in 3 seconds Generating project RC_G: RC_G/Project.toml RC_G/src/RC_G.jl Generating project RC_H: RC_H/Project.toml RC_H/src/RC_H.jl Activating project at `/tmp/jl_PqQJ82/RC_H` Resolving package versions... Updating `/tmp/jl_PqQJ82/RC_H/Project.toml` [49c95029] + RC_G v0.1.0 `/tmp/jl_PqQJ82/RC_G` Updating `/tmp/jl_PqQJ82/RC_H/Manifest.toml` [49c95029] + RC_G v0.1.0 `/tmp/jl_PqQJ82/RC_G` Generating project RC_I: RC_I/Project.toml RC_I/src/RC_I.jl Activating project at `/tmp/jl_PqQJ82/RC_I` Resolving package versions... Updating `/tmp/jl_PqQJ82/RC_I/Project.toml` [49c95029] + RC_G v0.1.0 `/tmp/jl_PqQJ82/RC_G` Updating `/tmp/jl_PqQJ82/RC_I/Manifest.toml` [49c95029] + RC_G v0.1.0 `/tmp/jl_PqQJ82/RC_G` Resolving package versions... Updating `/tmp/jl_PqQJ82/RC_I/Project.toml` [9afd01ac] + RC_H v0.1.0 `/tmp/jl_PqQJ82/RC_H` Updating `/tmp/jl_PqQJ82/RC_I/Manifest.toml` [9afd01ac] + RC_H v0.1.0 `/tmp/jl_PqQJ82/RC_H` Resolving package versions... Updating `/tmp/jl_PqQJ82/RC_I/Project.toml` [aea7be01] + PrecompileTools v1.3.2 `~/.julia/packages/PrecompileTools/Z8SWe` Updating `/tmp/jl_PqQJ82/RC_I/Manifest.toml` [aea7be01] + PrecompileTools v1.3.2 `~/.julia/packages/PrecompileTools/Z8SWe` [21216c6a] + Preferences v1.5.0 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 Precompiling packages... 756.1 ms ✓ RC_G 779.9 ms ✓ RC_H 832.0 ms ✓ RC_I 3 dependencies successfully precompiled in 2 seconds Generating project RC_J: RC_J/Project.toml RC_J/src/RC_J.jl Generating project RC_K: RC_K/Project.toml RC_K/src/RC_K.jl Activating project at `/tmp/jl_PqQJ82/RC_K` Resolving package versions... Updating `/tmp/jl_PqQJ82/RC_K/Project.toml` [9c8ddaeb] + RC_J v0.1.0 `/tmp/jl_PqQJ82/RC_J` Updating `/tmp/jl_PqQJ82/RC_K/Manifest.toml` [9c8ddaeb] + RC_J v0.1.0 `/tmp/jl_PqQJ82/RC_J` Generating project RC_L: RC_L/Project.toml RC_L/src/RC_L.jl Activating project at `/tmp/jl_PqQJ82/RC_L` Resolving package versions... Updating `/tmp/jl_PqQJ82/RC_L/Project.toml` [9c8ddaeb] + RC_J v0.1.0 `/tmp/jl_PqQJ82/RC_J` Updating `/tmp/jl_PqQJ82/RC_L/Manifest.toml` [9c8ddaeb] + RC_J v0.1.0 `/tmp/jl_PqQJ82/RC_J` Resolving package versions... Updating `/tmp/jl_PqQJ82/RC_L/Project.toml` [4de62b7a] + RC_K v0.1.0 `/tmp/jl_PqQJ82/RC_K` Updating `/tmp/jl_PqQJ82/RC_L/Manifest.toml` [4de62b7a] + RC_K v0.1.0 `/tmp/jl_PqQJ82/RC_K` Resolving package versions... Updating `/tmp/jl_PqQJ82/RC_L/Project.toml` [aea7be01] + PrecompileTools v1.3.2 `~/.julia/packages/PrecompileTools/Z8SWe` Updating `/tmp/jl_PqQJ82/RC_L/Manifest.toml` [aea7be01] + PrecompileTools v1.3.2 `~/.julia/packages/PrecompileTools/Z8SWe` [21216c6a] + Preferences v1.5.0 [ade2ca70] + Dates v1.11.0 [de0858da] + Printf v1.11.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 Precompiling packages... 768.2 ms ✓ RC_J 793.7 ms ✓ RC_K 1148.2 ms ✓ RC_L 3 dependencies successfully precompiled in 3 seconds Activating project at `/tmp/jl_CJ2u7n` Test Summary: | Pass Error Broken Total Time PrecompileTools.jl | 20 1 1 22 37.3s RNG of the outermost testset: Random.Xoshiro(0xd856d19bbdf69981, 0xa21887812dfdda3a, 0xbed144ac9b701cbd, 0x660f1d02e79fd163, 0x43208a92a67f7195) ERROR: LoadError: Some tests did not pass: 20 passed, 0 failed, 1 errored, 1 broken. in expression starting at /home/pkgeval/.julia/packages/PrecompileTools/Z8SWe/test/runtests.jl:7 Testing failed after 50.5s ERROR: LoadError: Package PrecompileTools errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/Operations.jl:2672 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2521 [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.13/Pkg/src/API.jl:538 [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.13/Pkg/src/API.jl:515 [6] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:168 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:157 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [9] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:156 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:155 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [12] include(mod::Module, _path::String) @ Base ./Base.jl:311 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:320 [14] _start() @ Base ./client.jl:553 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 92.26s: package tests unexpectedly errored