Package evaluation of PolygonInbounds on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T04:05:22.214 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.08s ################################################################################ # 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 6.16s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 12.76s ################################################################################ # Testing # Testing PolygonInbounds Status `/tmp/jl_mqKlXZ/Project.toml` [e4521ec6] PolygonInbounds v0.2.0 [8dfed614] Test Status `/tmp/jl_mqKlXZ/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.027924 seconds (56 allocations: 7.564 MiB) Test Summary: | Pass Total Time PolygonInboundsTests | 18 18 12.8s 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.014590 seconds (55 allocations: 8.461 MiB) INPOLY2 supports multiply-connected geometries, consi- sting of arbitrarily nested sets of outer + inner bou- ndaries. 0.023108 seconds (1.14 k allocations: 378.031 KiB, 95.92% 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.086289 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.215915 seconds (56 allocations: 37.808 MiB, 8.91% 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.113579 seconds (294.33 k allocations: 57.245 MiB, 14.79% gc time, 67.79% compilation time) Testing PolygonInbounds tests passed Testing completed after 30.96s PkgEval succeeded after 57.39s