Package evaluation to test AhoCorasick on Julia 1.12.4 (422f456051*) started at 2026-01-28T22:47:38.713 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 8.06s ################################################################################ # Installation # Installing AhoCorasick... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [d3f0555b] + AhoCorasick v0.1.1 Updating `~/.julia/environments/v1.12/Manifest.toml` [d3f0555b] + AhoCorasick v0.1.1 Installation completed after 1.21s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 382.9 ms ? AhoCorasick Precompilation completed after 11.6s ################################################################################ # Testing # Testing AhoCorasick Status `/tmp/jl_aDHk8e/Project.toml` [d3f0555b] AhoCorasick v0.1.1 Status `/tmp/jl_aDHk8e/Manifest.toml` [d3f0555b] AhoCorasick v0.1.1 Testing Running tests... Precompiling packages... Info Given AhoCorasick was explicitly requested, output will be shown live  WARNING: Method definition (::Type{AhoCorasick.NullKey})() in module AhoCorasick at /home/pkgeval/.julia/packages/AhoCorasick/akzbz/src/node.jl:3 overwritten on the same line (check for duplicate calls to `include`). ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. 526.7 ms ? AhoCorasick WARNING: Method definition (::Type{AhoCorasick.NullKey})() in module AhoCorasick at /home/pkgeval/.julia/packages/AhoCorasick/akzbz/src/node.jl:3 overwritten on the same line (check for duplicate calls to `include`). ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. WARNING: Method definition (::Type{AhoCorasick.NullKey})() in module AhoCorasick at /home/pkgeval/.julia/packages/AhoCorasick/akzbz/src/node.jl:3 overwritten on the same line (check for duplicate calls to `include`). Testing AhoCorasick tests passed Testing completed after 6.98s PkgEval succeeded after 37.97s