Package evaluation to test Gherkin on Julia 1.14.0-DEV.1893 (b4aba01002*) started at 2026-03-15T12:35:29.611 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 13.79s ################################################################################ # Installation # Installing Gherkin... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [30f46725] + Gherkin v1.0.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [30f46725] + Gherkin v1.0.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates 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 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization v1.11.0 [f489334b] + StyledStrings v1.13.0 [8dfed614] + Test v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 1.16s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 3275.6 ms ✓ Gherkin 1 dependency successfully precompiled in 3 seconds. 11 already precompiled. 7 dependencies precompiled but different versions are currently loaded (Base64, Dates, JuliaSyntaxHighlighting, Logging, Markdown, Printf and StyledStrings). Restart julia to access the new versions. Otherwise, 3 dependents of these packages may trigger further precompilation to work with the unexpected versions. Precompilation completed after 21.54s ################################################################################ # Testing # Testing Gherkin Status `/tmp/jl_t0WYmM/Project.toml` [30f46725] Gherkin v1.0.0 [ade2ca70] Dates v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_t0WYmM/Manifest.toml` [30f46725] Gherkin v1.0.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates 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 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 Testing Running tests... ✓ Given a new calculator ✓ When I add 3 and 4 ✓ Then the result is 7 ✓ Given a new calculator ✓ When I subtract 2 from 10 ✓ Then the result is 8 ✓ Given a new calculator ✓ When I add 1 and 2 ✓ Then the result is 3 ✓ Given a new calculator ✓ When I add 5 and 5 ✓ Then the result is 10 ✓ Given a new calculator ✓ When I add 0 and 0 ✓ Then the result is 0 ✓ Given a step ✓ Given a step with content ✓ Then it should work ✓ Given the following users: ✓ Then there are 2 users Feature: Tagged scenarios @suite Scenario: Fast scenario @fast ✓ Given a step PASSED: Fast scenario ↷ SKIPPED: Slow work-in-progress ↷ SKIPPED: Untagged scenario 1/3 scenarios passed in Feature: Tagged scenarios Feature: Tagged scenarios @suite Scenario: Fast scenario @fast ✓ Given a step PASSED: Fast scenario ↷ SKIPPED: Slow work-in-progress Scenario: Untagged scenario ✓ Given a step PASSED: Untagged scenario 2/3 scenarios passed in Feature: Tagged scenarios Feature: Tagged scenarios @suite Scenario: Fast scenario @fast ✓ Given a step PASSED: Fast scenario Scenario: Slow work-in-progress @slow @wip ✓ Given a step PASSED: Slow work-in-progress Scenario: Untagged scenario ✓ Given a step PASSED: Untagged scenario 3/3 scenarios passed in Feature: Tagged scenarios Feature: Tagged scenarios @suite Scenario: Fast scenario @fast ✓ Given a step PASSED: Fast scenario Scenario: Slow work-in-progress @slow @wip ✓ Given a step PASSED: Slow work-in-progress Scenario: Untagged scenario ✓ Given a step PASSED: Untagged scenario 3/3 scenarios passed in Feature: Tagged scenarios ✓ Given a step ✓ Given a step ✓ Given a step Feature: Tagged scenarios @suite Scenario: Fast scenario @fast ✓ Given a step PASSED: Fast scenario Scenario: Slow work-in-progress @slow @wip ✓ Given a step PASSED: Slow work-in-progress Scenario: Untagged scenario ✓ Given a step PASSED: Untagged scenario 3/3 scenarios passed in Feature: Tagged scenarios Test Summary: | Pass Total Time Gherkin.jl | 252 252 22.9s Testing Gherkin tests passed Testing completed after 28.91s PkgEval succeeded after 76.67s