Package evaluation to test Turtles on Julia 1.14.0-DEV.73 (4c8bca6988*) started at 2025-11-13T12:11:57.382 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.78s ################################################################################ # Installation # Installing Turtles... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [37f3a7ca] + Turtles v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [37f3a7ca] + Turtles v0.1.0 Installation completed after 0.91s ################################################################################ # 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... 1890.5 ms ✓ Turtles 1 dependency successfully precompiled in 2 seconds Precompilation completed after 15.55s ################################################################################ # Testing # Testing Turtles Status `/tmp/jl_WfDSEr/Project.toml` [37f3a7ca] Turtles v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_WfDSEr/Manifest.toml` [37f3a7ca] Turtles v0.1.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 Testing Running tests... ┌ Info: &m1 := 0; │ &m2 := 0; │ loop L1:{ │ r1 := (m2); │ r6 := r1 < 32; │ if (r6) { │ r2 := (m2); │ r3 := r2 + 1; │ &m2 = r3; │ r4 := (m1); │ r5 := r4 + r2; │ &m1 = r5 │ } else { │ return:L1 (break) │ }; │ continue │ }; └ (m1) Test Summary: | Total Time syntax | 0 7.4s compile procedures: 2.610847 seconds (1.75 M allocations: 96.829 MiB, 0.96% gc time, 99.77% compilation time) write to file: 0.001788 seconds (14 allocations: 720 bytes) C compiler: 0.117951 seconds (14.18 k allocations: 855.391 KiB, 64.54% compilation time) Test Summary: | Total Time generic | 0 11.8s ┌ Info: #include │ #include │ │ struct vec2 { int64_t x; int64_t y; }; │ void swapvec(struct vec2* const r19); └ void memory_copy(uint8_t* const r22, uint8_t* const r23, int64_t const r24); compile procedures: 0.342638 seconds (105.86 k allocations: 5.891 MiB, 99.40% compilation time) write to file: 0.000366 seconds (10 allocations: 528 bytes) C compiler: 0.048757 seconds (87 allocations: 3.234 KiB) Test Summary: | Total Time pointers and references | 0 5.0s compile procedures: 2.355406 seconds (1.65 M allocations: 90.373 MiB, 1.23% gc time, 99.72% compilation time) write to file: 0.000356 seconds (10 allocations: 528 bytes) C compiler: 0.053213 seconds (87 allocations: 3.234 KiB) Test Summary: | Total Time struct | 0 8.8s compile procedures: 0.842348 seconds (322.73 k allocations: 16.801 MiB, 3.09% gc time, 99.74% compilation time) write to file: 0.000311 seconds (10 allocations: 528 bytes) C compiler: 0.047097 seconds (87 allocations: 3.234 KiB) Test Summary: | Total Time unrolling | 0 4.0s compile procedures: 0.361647 seconds (114.47 k allocations: 5.815 MiB, 99.48% compilation time) write to file: 0.000323 seconds (10 allocations: 544 bytes) C compiler: 0.047414 seconds (87 allocations: 3.266 KiB) Test Summary: | Total Time gibonacci | 0 3.2s compile procedures: 0.768173 seconds (522.12 k allocations: 28.591 MiB, 3.78% gc time, 99.64% compilation time) write to file: 0.001369 seconds (10 allocations: 528 bytes) C compiler: 0.043423 seconds (88 allocations: 3.516 KiB) Test Summary: | Total Time max3 | 0 2.9s compile procedures: 1.509848 seconds (842.24 k allocations: 45.502 MiB, 4.26% gc time, 99.66% compilation time) write to file: 0.000370 seconds (10 allocations: 528 bytes) C compiler: 0.044682 seconds (87 allocations: 3.234 KiB) Test Summary: | Total Time ref passing | 0 8.5s compile procedures: 0.219005 seconds (97.68 k allocations: 5.285 MiB, 98.96% compilation time) write to file: 0.000357 seconds (10 allocations: 528 bytes) C compiler: 0.039044 seconds (87 allocations: 3.234 KiB) Test Summary: | Total Time defer | 0 3.6s compile procedures: 1.280042 seconds (857.95 k allocations: 46.895 MiB, 99.40% compilation time) write to file: 0.000332 seconds (10 allocations: 528 bytes) C compiler: 0.045717 seconds (87 allocations: 3.234 KiB) Test Summary: | Total Time peg | 0 7.5s compile procedures: 0.030311 seconds (4.09 k allocations: 182.406 KiB, 94.84% compilation time) write to file: 0.000391 seconds (10 allocations: 528 bytes) C compiler: 0.050636 seconds (87 allocations: 3.234 KiB) Test Summary: | Total Time loop | 0 3.3s Testing Turtles tests passed Testing completed after 77.35s PkgEval succeeded after 113.12s