Package evaluation to test PolygonAlgorithms on Julia 1.12.4 (0f21d93eaa*) started at 2026-01-26T15:53:22.789 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 8.09s ################################################################################ # Installation # Installing PolygonAlgorithms... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [32a0d02f] + PolygonAlgorithms v0.4.0 Updating `~/.julia/environments/v1.12/Manifest.toml` [32a0d02f] + PolygonAlgorithms v0.4.0 Installation completed after 1.13s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 2259.2 ms ✓ PolygonAlgorithms 1 dependency successfully precompiled in 2 seconds. 8 already precompiled. Precompilation completed after 13.31s ################################################################################ # Testing # Testing PolygonAlgorithms Status `/tmp/jl_hnvLgC/Project.toml` [32a0d02f] PolygonAlgorithms v0.4.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_hnvLgC/Manifest.toml` [32a0d02f] PolygonAlgorithms v0.4.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 v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 Testing Running tests... ┌ Warning: SegmentEvent(((0.0, 0.0), (0.0, 10.0)), true, true, SegmentAnnotations(nothing, nothing), SegmentAnnotations(nothing, nothing)) was not in the expected location in the sweep status. Falling back to linear search. Results might not be reliable. └ @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:194 ┌ Warning: SegmentEvent(((0.0, 0.0), (0.0, 10.0)), true, true, SegmentAnnotations(nothing, nothing), SegmentAnnotations(nothing, nothing)) was not in the expected location in the sweep status. Falling back to linear search. Results might not be reliable. └ @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:194 ┌ Warning: SegmentEvent(((0.0, 10.0), (10.0, 10.0)), true, true, SegmentAnnotations(nothing, nothing), SegmentAnnotations(nothing, nothing)) was not in the expected location in the sweep status. Falling back to linear search. Results might not be reliable. └ @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:194 ┌ Warning: SegmentEvent(((0.0, 0.0), (20.0, 0.0)), true, true, SegmentAnnotations(nothing, nothing), SegmentAnnotations(nothing, nothing)) was not in the expected location in the sweep status. Falling back to linear search. Results might not be reliable. └ @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:194 ┌ Warning: SegmentEvent(((10.0, 10.0), (20.0, 0.0)), true, true, SegmentAnnotations(nothing, nothing), SegmentAnnotations(nothing, nothing)) was not in the expected location in the sweep status. Falling back to linear search. Results might not be reliable. └ @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/line_sweep.jl:194 ┌ Warning: Region 1 was not closed, but it has a relatively small gap and will be considered closed. │ |gap| / |mean_segment| = 0.0014142135623729393 / 4.949747527231396 < 1.0. └ @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/martinez_rueda.jl:734 ┌ Warning: Cycle detected: start node: Node{PolygonAlgorithms.PointEvent{Float64}}(PolygonAlgorithms.PointEvent{Float64}((1.0, 1.0), true, nothing, PolygonAlgorithms.ENTRY)); repeated node: Node{PolygonAlgorithms.PointEvent{Float64}}(PolygonAlgorithms.PointEvent{Float64}((0.0, 1.0), false, nothing, PolygonAlgorithms.NONE)) └ @ PolygonAlgorithms ~/.julia/packages/PolygonAlgorithms/h6Nz7/src/boolean/weiler_atherton.jl:223 Test Summary: | Pass Broken Total Time PolygonAlgorithms | 554 5 559 57.2s DoublyLinkedList | 21 21 0.5s PointSet | 14 14 1.1s edge intersections | 37 37 0.6s line Sweep | 34 1 35 2.8s convex hulls - GiftWrappingAlg() | 7 7 1.7s convex hulls - GrahamScanAlg() | 7 7 1.3s area-centroids | 6 6 0.1s bounds | 6 6 0.3s point in polygon | 46 46 0.7s Polygon data structure | 45 2 47 5.4s Martinez-Rueda algorithm | 25 1 26 7.3s intersections convex - PointSearchAlg() | 37 37 2.0s intersections convex - ChasingEdgesAlg() | 37 37 0.3s intersections convex - WeilerAthertonAlg() | 37 37 2.2s intersections convex - MartinezRuedaAlg() | 37 37 2.6s intersections concave - WeilerAthertonAlg() | 18 18 1.2s intersections concave - MartinezRuedaAlg() | 18 18 0.0s intersections concave - only WeilerAthertonAlg() | 25 1 26 0.1s intersections concave - only MartinezRuedaAlg() | 2 2 0.1s polygon boolean - MartinezRuedaAlg() | 27 27 0.8s polygon boolean holes - MartinezRuedaAlg() | 46 46 3.1s polygon boolean multi - MartinezRuedaAlg() | 22 22 1.1s Testing PolygonAlgorithms tests passed Testing completed after 63.7s PkgEval succeeded after 95.98s