Package evaluation of Multibreak on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T07:03:18.104 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.66s ################################################################################ # Installation # Installing Multibreak... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [2db7fbaf] + Multibreak v0.2.0 Updating `~/.julia/environments/v1.11/Manifest.toml` [2db7fbaf] + Multibreak v0.2.0 Installation completed after 1.06s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 11.54s ################################################################################ # Testing # Testing Multibreak Status `/tmp/jl_s1o8tS/Project.toml` [2db7fbaf] Multibreak v0.2.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_s1o8tS/Manifest.toml` [2db7fbaf] Multibreak v0.2.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [8dfed614] Test v1.11.0 Testing Running tests... Test Summary: | Pass Total Time standard Julia | 1 1 0.1s Test Summary: | Pass Total Time multibreak macro | 1 1 0.0s Test Summary: | Pass Total Time goto and label | 1 1 0.0s Test Summary: | Pass Total Time multibreak applied to outer for | 1 1 0.0s Test Summary: | Pass Total Time multibreak applied to function | 1 1 0.4s Test Summary: | Pass Total Time multibreak applied to function with two loops | 1 1 0.0s Test Summary: | Pass Total Time too many break | 1 1 0.1s Test Summary: | Pass Total Time too many break and continue | 1 1 0.0s Test Summary: | Pass Total Time continue before break | 1 1 0.0s Test Summary: | Pass Total Time multiple continue | 1 1 0.0s Test Summary: | Pass Total Time cannot break through function barrier | 2 2 0.0s Test Summary: | Pass Total Time single loop with multiple variables | 2 2 0.0s Test Summary: | Pass Total Time nested loops with multiple variables | 1 1 0.0s Test Summary: | Pass Total Time nested while loops | 2 2 0.0s Test Summary: | Pass Total Time mixed for and while loops | 1 1 0.0s Test Summary: | Pass Total Time zombie code | 1 1 0.0s Testing Multibreak tests passed Testing completed after 9.82s PkgEval succeeded after 37.53s