Build Logs

plokhotnyuk/rtree2d • 3.8.0-RC2:2025-11-28

Errors

1

Warnings

2

Total Lines

235

1##################################
2Clonning https://github.com/plokhotnyuk/rtree2d.git into /build/repo using revision v0.11.14
3##################################
4Note: switching to 'a3048902b8fd03ea8bca17aae76f7ca33ab9c3b2'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21----
22Preparing build for 3.8.0-RC2
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.8.0-RC2
32Execute tests: true
33sbt project found:
34Sbt version 1.11.0-RC1 is not supported, minimal supported version is 1.11.5
35Enforcing usage of sbt in version 1.11.5
36No prepare script found for project plokhotnyuk/rtree2d
37##################################
38Scala version: 3.8.0-RC2
39Targets: com.github.plokhotnyuk.rtree2d%rtree2d-core
40Project projectConfig: {"tests":null}
41##################################
42Using extra scalacOptions: ,REQUIRE:-source:3.8
43Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
44[sbt_options] declare -a sbt_options=()
45[process_args] java_version = '17'
46[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
47# Executing command line:
48java
49-Xmx4g
50-XX:+UseG1GC
51-Dfile.encoding=UTF8
52-Dcommunitybuild.scala=3.8.0-RC2
53-Dcommunitybuild.project.dependencies.add=
54-Xmx7G
55-Xms4G
56-Xss8M
57-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
58-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
59-jar
60/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
61"setCrossScalaVersions 3.8.0-RC2"
62"++3.8.0-RC2 -v"
63"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
64"set every credentials := Nil"
65"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
66"removeScalacOptionsStartingWith -P:wartremover"
67
68moduleMappings
69"runBuild 3.8.0-RC2 """{"tests":null}""" com.github.plokhotnyuk.rtree2d%rtree2d-core"
70
71[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
72[info] loading settings for project repo-build-build from sbt-updates.sbt...
73[info] loading project definition from /build/repo/project/project
74[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
75[info] loading project definition from /build/repo/project
76[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
77[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
78[info] Compilation completed in 8.493s.
79[info] done compiling
80[info] loading settings for project rtree2d from build.sbt, release.sbt, version.sbt...
81[info] set current project to rtree2d (in build file:/build/repo/)
82Execute setCrossScalaVersions: 3.8.0-RC2
83OpenCB::Changing crossVersion 3.3.6 -> 3.8.0-RC2 in rtree2d-coreJVM/crossScalaVersions
84OpenCB::Changing crossVersion 3.3.6 -> 3.8.0-RC2 in rtree2d-coreJS/crossScalaVersions
85OpenCB::Changing crossVersion 3.3.6 -> 3.8.0-RC2 in rtree2d-coreNative/crossScalaVersions
86[info] set current project to rtree2d (in build file:/build/repo/)
87[info] Setting Scala version to 3.8.0-RC2 on 3 projects.
88[info] Switching Scala version on:
89[info] rtree2d-coreJVM (3.8.0-RC2, 2.13.16, 2.12.20)
90[info] rtree2d-coreJS (3.8.0-RC2, 2.13.16, 2.12.20)
91[info] rtree2d-coreNative (3.8.0-RC2, 2.13.16, 2.12.20)
92[info] Excluding projects:
93[info] * rtree2d (2.12.20)
94[info] rtree2d-benchmark (2.12.20)
95[info] Reapplying settings...
96[info] set current project to rtree2d (in build file:/build/repo/)
97Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
98[info] Reapplying settings...
99[info] set current project to rtree2d (in build file:/build/repo/)
100[info] Defining Global / credentials, credentials and 3 others.
101[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 29 others.
102[info] Run `last` for details.
103[info] Reapplying settings...
104[info] set current project to rtree2d (in build file:/build/repo/)
105Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
106[info] Reapplying settings...
107OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
108
109 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
110 Did you mean rtree2d-benchmark / allExcludeDependencies ?
111 , retry without global scopes
112[info] Reapplying settings...
113[info] set current project to rtree2d (in build file:/build/repo/)
114Execute removeScalacOptionsStartingWith: -P:wartremover
115[info] Reapplying settings...
116[info] set current project to rtree2d (in build file:/build/repo/)
117[success] Total time: 0 s, completed Nov 28, 2025, 12:12:24 PM
118Build config: {"tests":null}
119Parsed config: Failure(sjsonnew.DeserializationException: Expected String as JString, but got JNull)
120Starting build...
121Projects: Set(rtree2d-coreJVM)
122Starting build for ProjectRef(file:/build/repo/,rtree2d-coreJVM) (rtree2d-core)... [0/1]
123OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
124OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
125OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
126Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
127[info] compiling 3 Scala sources to /build/repo/rtree2d-core/jvm/target/scala-3.8.0-RC2/classes ...
128[warn] there were 2 deprecation warnings; re-run with -deprecation for details
129[warn] one warning found
130[info] done compiling
131[info] compiling 5 Scala sources to /build/repo/rtree2d-core/jvm/target/scala-3.8.0-RC2/test-classes ...
132[info] done compiling
133[info] RTreeTest:
134[info] - RTreeNil.minX (16 milliseconds)
135[info] - RTreeNil.minY (0 milliseconds)
136[info] - RTreeNil.maxX (0 milliseconds)
137[info] - RTreeNil.maxY (0 milliseconds)
138[info] - RTreeNil.entries (3 milliseconds)
139[info] - RTreeNil.nearestOne (1 millisecond)
140[info] - RTreeNil.nearestK (3 milliseconds)
141[info] - RTreeNil.searchAll by point (3 milliseconds)
142[info] - RTreeNil.searchAll by rectangle (1 millisecond)
143[info] - RTreeNil.equals (0 milliseconds)
144[info] - RTreeNil.hashCode (0 milliseconds)
145[info] - RTreeEntry.entries (2 milliseconds)
146[info] - RTreeEntry.nearestOne (1 millisecond)
147[info] - RTreeEntry.nearestK (1 millisecond)
148[info] - RTreeEntry.searchAll by point (1 millisecond)
149[info] - RTreeEntry.searchAll by rectangle (1 millisecond)
150[info] - RTreeEntry.equals (0 milliseconds)
151[info] - RTreeEntry.hashCode (1 millisecond)
152[info] - RTree.apply (2 milliseconds)
153[info] - RTree.entries (1 millisecond)
154[info] - RTree.nearestOne (0 milliseconds)
155[info] - RTree.nearestK (1 millisecond)
156[info] - RTree.update (8 milliseconds)
157[info] - RTree.searchAll by point (2 milliseconds)
158[info] - RTree.search by point (0 milliseconds)
159[info] - RTree.searchAll by rectangle (0 milliseconds)
160[info] - RTree.search by rectangle (0 milliseconds)
161[info] - RTree.toString (1 millisecond)
162[info] - RTree.equals (1 millisecond)
163[info] - RTree.hashCode (0 milliseconds)
164[info] - RTreeEntryBinaryHeap.put (1 millisecond)
165[info] - RTreeEntryBinaryHeap.toIndexedSeq (1 millisecond)
166[info] - issue 176 (4 milliseconds)
167[info] - issue 292 (2 milliseconds)
168[info] GeometryTest:
169[info] - EuclideanPlane.entry (2 milliseconds)
170[info] - EuclideanPlane.distanceCalculator (0 milliseconds)
171[info] - SphericalEarth.entry (8 milliseconds)
172[info] - SphericalEarth.distanceCalculator (24 milliseconds)
173[info] - EllipsoidalEarth.radius (2 milliseconds)
174[info] GeometryCheckers:
175[info] EuclideanPlane.distanceCalculator
176[info] when asked to calculate distance from point to an RTree
177[info] - should return a distance to a nearest part of the RTree bounding box or 0 if the point is inside it (938 milliseconds)
178[info] SphericalEarth.distanceCalculator
179[info] when asked to calculate distance from point to an RTree
180[info] - should return 0 if the point is inside it (15 milliseconds)
181[info] - should return a distance to the nearest edge of the RTree bounding box if point doesn't intersect and is aligned vertically (13 milliseconds)
182[info] - should return a distance to the nearest edge of the RTree bounding box if point doesn't not intersect and is aligned horizontally (9 milliseconds)
183[info] - should return a distance to the nearest corner of the RTree bounding box if point doesn't not intersect and is not aligned vertically or horizontally (8 milliseconds)
184[info] RTreeCheckers:
185[info] RTree
186[info] when update
187[info] - should withdraw matched entries from a rtree (1 second, 196 milliseconds)
188[info] - should build new rtree with old and inserted entries (1 second, 339 milliseconds)
189[info] - should remove and insert at the same time properly (1 second, 608 milliseconds)
190[info] when asked for entries
191[info] - should return all entries (536 milliseconds)
192[info] when asked for nearest one
193[info] - should return any of entries which intersects with point (228 milliseconds)
194[info] - should return the nearest entry if point does not intersect with entries (236 milliseconds)
195[info] - should return the nearest entry with in a specified distance limit or none if all entries are out of the limit (191 milliseconds)
196[info] - should don't return any entry for empty tree (128 milliseconds)
197[info] when asked for nearest K
198[info] - should return up to K entries which intersects with point (244 milliseconds)
199[info] - should return up to K nearest entries if point does not intersect with entries (295 milliseconds)
200[info] - should return up to K nearest entries with in a specified distance limit or none if all entries are out of the limit (182 milliseconds)
201[info] - should don't return any entry for empty tree (141 milliseconds)
202[info] when full searched by point
203[info] - should receive value of all matched entries (159 milliseconds)
204[info] - should don't receive any value if no matches (129 milliseconds)
205[info] when full searched by rectangle
206[info] - should receive value of all matched entries (138 milliseconds)
207[info] - should don't receive any value if no matches (138 milliseconds)
208[info] RTreeEntryBinaryHeap
209[info] when number of added distance/entry pairs not greater than the max size
210[info] - should return max distance provided in constructor (182 milliseconds)
211[info] - should return sequence with all submitted distance/entry pairs (166 milliseconds)
212[info] when number of added distance/entry pairs greater than the max size
213[info] - should return sequence with most nearest distance/entry pairs from all submitted (199 milliseconds)
214
215************************
216Build summary:
217[{
218 "module": "rtree2d-core",
219 "compile": {"status": "ok", "tookMs": 9573, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
220 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
221 "test-compile": {"status": "ok", "tookMs": 9081, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
222 "test": {"status": "ok", "tookMs": 9164, "passed": 63, "failed": 0, "ignored": 0, "skipped": 0, "total": 63, "byFramework": [{"framework": "unknown", "stats": {"passed": 63, "failed": 0, "ignored": 0, "skipped": 0, "total": 63}}]},
223 "publish": {"status": "skipped", "tookMs": 0},
224 "metadata": {
225 "crossScalaVersions": ["3.3.6", "2.13.16", "2.12.20"]
226}
227}]
228************************
229[success] Total time: 39 s, completed Nov 28, 2025, 12:13:03 PM
230[0JChecking patch project/plugins.sbt...
231Checking patch project/build.properties...
232Checking patch build.sbt...
233Applied patch project/plugins.sbt cleanly.
234Applied patch project/build.properties cleanly.
235Applied patch build.sbt cleanly.