Package evaluation to test PolygonInbounds on Julia 1.10.10 (c8be17dcfd*) started at 2026-02-02T13:36:54.879 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.10` Set-up completed after 5.2s ################################################################################ # Installation # Installing PolygonInbounds... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [e4521ec6] + PolygonInbounds v0.2.0 Updating `~/.julia/environments/v1.10/Manifest.toml` [e4521ec6] + PolygonInbounds v0.2.0 Installation completed after 7.29s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1357.8 ms ✓ PolygonInbounds 1 dependency successfully precompiled in 3 seconds. 1 already precompiled. Precompilation completed after 14.04s ################################################################################ # Testing # Testing PolygonInbounds Status `/tmp/jl_lm8ArC/Project.toml` [e4521ec6] PolygonInbounds v0.2.0 [8dfed614] Test Status `/tmp/jl_lm8ArC/Manifest.toml` [e4521ec6] PolygonInbounds v0.2.0 [2a0f44e3] Base64 [b77e0a4c] InteractiveUtils [56ddb016] Logging [d6f4376e] Markdown [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [8dfed614] Test Testing Running tests... 0.026393 seconds (56 allocations: 7.561 MiB) Test Summary: | Pass Total Time PolygonInboundsTests | 18 18 12.5s INPOLY2 provides fast point-in-polygon queries for ob- jects in R^2. Like INPOLYGON, it detects points inside and on the boundary of polygonal geometries. 0.157383 seconds (55 allocations: 8.461 MiB, 91.61% gc time) INPOLY2 supports multiply-connected geometries, consi- sting of arbitrarily nested sets of outer + inner bou- ndaries. 0.024096 seconds (1.14 k allocations: 378.219 KiB, 96.44% compilation time) INPOLY2 implements a "pre-sorted" variant of the cros- sing-number test - returning queries in approximately O((N+M)*LOG(N)) time for configurations consisting of N test points and M edges. This is often considerably faster than conventional approaches that typically re- quire O(N*M) operations. 0.083834 seconds (63 allocations: 2.925 MiB) INPOLY2 provides fast point-in-polygon queries for ob- jects in R^2. Like INPOLYGON, it detects points inside and on the boundary of polygonal geometries. 0.185290 seconds (56 allocations: 37.804 MiB, 5.35% gc time) INPOLY2 provides fast point-in-polygon queries for ob- jects in R^2. Like INPOLYGON, it detects points inside and on the boundary of polygonal geometries. 1.004599 seconds (294.33 k allocations: 57.249 MiB, 77.28% compilation time) Testing PolygonInbounds tests passed Testing completed after 31.83s PkgEval succeeded after 61.97s