Build Logs
typelevel/cats-collections • 3.7.4:2025-11-06
Errors
0
Warnings
29
Total Lines
256
1##################################
2Clonning https://github.com/typelevel/cats-collections.git into /build/repo using revision v0.9.10
3##################################
4Note: switching to 'cbef5f9f09a166c545176d4153ece94edc67ca86'.
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
21Would override fixed Scala version: 3.3.6
22----
23Preparing build for 3.7.4
24Scala binary version found: 3.7
25Implicitly using source version 3.7
26Scala binary version found: 3.7
27Implicitly using source version 3.7
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.7
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: build.sbt
34Pattern: val Scala3 = "3.3.6"
35Replacement: val Scala3 = "3.7.4"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (21))
38Compiled project (Scala 3.7.3, JVM (21))
39Successfully applied pattern 'val Scala3 = "3.3.6"' in build.sbt
40----
41Starting build for 3.7.4
42Execute tests: false
43sbt project found:
44Sbt version 1.11.1 is not supported, minimal supported version is 1.11.5
45Enforcing usage of sbt in version 1.11.5
46No prepare script found for project typelevel/cats-collections
47/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
48##################################
49Scala version: 3.7.4
50Targets: org.typelevel%cats-collections-core org.typelevel%cats-collections-laws org.typelevel%cats-collections-scalacheck
51Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.3.6\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
52##################################
53Using extra scalacOptions: ,REQUIRE:-source:3.7
54Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
55[sbt_options] declare -a sbt_options=()
56[process_args] java_version = '21'
57[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21/rt.jar'
58# Executing command line:
59java
60-Dfile.encoding=UTF8
61-Xms1G
62-Xmx6G
63-XX:ReservedCodeCacheSize=250M
64-XX:+TieredCompilation
65-XX:-UseGCOverheadLimit
66-XX:+UseParallelGC
67-Dcommunitybuild.scala=3.7.4
68-Dcommunitybuild.project.dependencies.add=
69-Xmx7G
70-Xms4G
71-Xss8M
72-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
73-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21
74-jar
75/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
76"setCrossScalaVersions 3.7.4"
77"++3.7.4 -v"
78"mapScalacOptions ",REQUIRE:-source:3.7,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
79"set every credentials := Nil"
80"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
81"removeScalacOptionsStartingWith -P:wartremover"
82
83moduleMappings
84"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.3.6\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" org.typelevel%cats-collections-core org.typelevel%cats-collections-laws org.typelevel%cats-collections-scalacheck"
85
86[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 21)
87[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
88[info] loading project definition from /build/repo/project
89[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
90[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
91[info] Compilation completed in 7.948s.
92[info] done compiling
93[info] loading settings for project root from build.sbt, mima.sbt...
94[info] resolving key references (18413 settings) ...
95[info] set scmInfo to https://github.com/typelevel/cats-collections
96[info] set current project to root (in build file:/build/repo/)
97Execute setCrossScalaVersions: 3.7.4
98OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in lawsJS/crossScalaVersions
99[info] set scmInfo to https://github.com/typelevel/cats-collections
100OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in root/crossScalaVersions
101OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testsJVM/crossScalaVersions
102OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in docs/crossScalaVersions
103OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in scalacheckJS/crossScalaVersions
104OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreJVM/crossScalaVersions
105OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testsNative/crossScalaVersions
106OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in rootNative/crossScalaVersions
107OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreJS/crossScalaVersions
108OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in rootJS/crossScalaVersions
109OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testsJS/crossScalaVersions
110OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in lawsNative/crossScalaVersions
111OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in bench/crossScalaVersions
112OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in scalacheckNative/crossScalaVersions
113OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreNative/crossScalaVersions
114OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in rootJVM/crossScalaVersions
115OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in lawsJVM/crossScalaVersions
116OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in scalacheckJVM/crossScalaVersions
117[info] set current project to root (in build file:/build/repo/)
118[info] Setting Scala version to 3.7.4 on 17 projects.
119[info] Switching Scala version on:
120[info] scalacheckNative (3.7.4, 2.13.16, 2.12.20)
121[info] rootJS (3.7.4, 2.13.16, 2.12.20)
122[info] coreNative (3.7.4, 2.13.16, 2.12.20)
123[info] docs (3.7.4, 2.13.16, 2.12.20)
124[info] lawsNative (3.7.4, 2.13.16, 2.12.20)
125[info] coreJS (3.7.4, 2.13.16, 2.12.20)
126[info] lawsJS (3.7.4, 2.13.16, 2.12.20)
127[info] coreJVM (3.7.4, 2.13.16, 2.12.20)
128[info] testsJS (3.7.4, 2.13.16, 2.12.20)
129[info] rootJVM (3.7.4, 2.13.16, 2.12.20)
130[info] rootNative (3.7.4, 2.13.16, 2.12.20)
131[info] lawsJVM (3.7.4, 2.13.16, 2.12.20)
132[info] testsJVM (3.7.4, 2.13.16, 2.12.20)
133[info] scalacheckJVM (3.7.4, 2.13.16, 2.12.20)
134[info] scalacheckJS (3.7.4, 2.13.16, 2.12.20)
135[info] testsNative (3.7.4, 2.13.16, 2.12.20)
136[info] bench (3.7.4, 2.13.16, 2.12.20)
137[info] Excluding projects:
138[info] * root (2.12.20)
139[info] Reapplying settings...
140[info] set scmInfo to https://github.com/typelevel/cats-collections
141[info] set current project to root (in build file:/build/repo/)
142Execute mapScalacOptions: ,REQUIRE:-source:3.7,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
143[info] Reapplying settings...
144[info] set scmInfo to https://github.com/typelevel/cats-collections
145[info] set current project to root (in build file:/build/repo/)
146[info] Defining Global / credentials, bench / credentials and 16 others.
147[info] The new values will be used by Compile / scalafmtOnly, IntegrationTest / scalafmtOnly and 159 others.
148[info] Run `last` for details.
149[info] Reapplying settings...
150[info] set scmInfo to https://github.com/typelevel/cats-collections
151[info] set current project to root (in build file:/build/repo/)
152Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
153[info] Reapplying settings...
154OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
155
156 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
157 Did you mean rootJVM / allExcludeDependencies ?
158 , retry without global scopes
159[info] Reapplying settings...
160[info] set scmInfo to https://github.com/typelevel/cats-collections
161[info] set current project to root (in build file:/build/repo/)
162Execute removeScalacOptionsStartingWith: -P:wartremover
163[info] Reapplying settings...
164[info] set scmInfo to https://github.com/typelevel/cats-collections
165[info] set current project to root (in build file:/build/repo/)
166[success] Total time: 0 s, completed Nov 6, 2025, 12:21:37 AM
167Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.3.6\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
168Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
169Starting build...
170Projects: Set(coreJVM, lawsJVM, scalacheckJVM)
171Starting build for ProjectRef(file:/build/repo/,coreJVM) (cats-collections-core)... [0/3]
172OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7` in Scala 2.12.20 module Global
173OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
174OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
175Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, -java-output-version, 8, -Wconf:msg=can be rewritten automatically under:s, -source:3.7
176[info] compiling 27 Scala sources to /build/repo/core/.jvm/target/scala-3.7.4/classes ...
177[warn] -- [E175] Potential Issue Warning: /build/repo/core/src/main/scala/cats/collections/Heap.scala:395:31
178[warn] 395 | if (notFirst) sb.append(", ")
179[warn] | ^^^^^^^^^^^^^^^
180[warn] |discarded non-Unit value of type StringBuilder. Add `: Unit` to discard silently.
181[warn] -- [E175] Potential Issue Warning: /build/repo/core/src/main/scala/cats/collections/PairingHeap.scala:339:31
182[warn] 339 | if (notFirst) sb.append(", ")
183[warn] | ^^^^^^^^^^^^^^^
184[warn] |discarded non-Unit value of type StringBuilder. Add `: Unit` to discard silently.
185[warn] -- [E175] Potential Issue Warning: /build/repo/core/src/main/scala/cats/collections/TreeList.scala:202:33
186[warn] 202 | if (!first) strb.append(", ")
187[warn] | ^^^^^^^^^^^^^^^^^
188[warn] |discarded non-Unit value of type StringBuilder. Add `: Unit` to discard silently.
189[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/core/src/main/scala/cats/collections/TreeList.scala:807:10
190[warn] 807 | fa match {
191[warn] | ^^
192[warn] | match may not be exhaustive.
193[warn] |
194[warn] | It would fail on pattern case: cats.collections.TreeList.Trees(_)
195[warn] |
196[warn] | longer explanation available when compiling with `-explain`
197[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/core/src/main/scala/cats/collections/TreeList.scala:917:14
198[warn] 917 | head match {
199[warn] | ^^^^
200[warn] | match may not be exhaustive.
201[warn] |
202[warn] | It would fail on pattern case: cats.collections.TreeList.Trees(_)
203[warn] |
204[warn] | longer explanation available when compiling with `-explain`
205[warn] 5 warnings found
206[info] done compiling
207Starting build for ProjectRef(file:/build/repo/,lawsJVM) (cats-collections-laws)... [1/3]
208Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, -java-output-version, 8, -Wconf:msg=can be rewritten automatically under:s, -source:3.7
209[info] compiling 2 Scala sources to /build/repo/laws/.jvm/target/scala-3.7.4/classes ...
210[info] done compiling
211Starting build for ProjectRef(file:/build/repo/,scalacheckJVM) (cats-collections-scalacheck)... [2/3]
212Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, -java-output-version, 8, -Wconf:msg=can be rewritten automatically under:s, -source:3.7
213[info] compiling 9 Scala sources to /build/repo/scalacheck/.jvm/target/scala-3.7.4/classes ...
214[info] done compiling
215
216************************
217Build summary:
218[{
219 "module": "cats-collections-core",
220 "compile": {"status": "ok", "tookMs": 15574, "warnings": 5, "errors": 0, "sourceVersion": "3.7"},
221 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
222 "test-compile": {"status": "ok", "tookMs": 120, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
223 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
224 "publish": {"status": "skipped", "tookMs": 0},
225 "metadata": {
226 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
227}
228},{
229 "module": "cats-collections-laws",
230 "compile": {"status": "ok", "tookMs": 1970, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
231 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
232 "test-compile": {"status": "ok", "tookMs": 137, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
233 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
234 "publish": {"status": "skipped", "tookMs": 0},
235 "metadata": {
236 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
237}
238},{
239 "module": "cats-collections-scalacheck",
240 "compile": {"status": "ok", "tookMs": 919, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
241 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
242 "test-compile": {"status": "ok", "tookMs": 128, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
243 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
244 "publish": {"status": "skipped", "tookMs": 0},
245 "metadata": {
246 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
247}
248}]
249************************
250[success] Total time: 37 s, completed Nov 6, 2025, 12:22:14 AM
251[0JChecking patch project/plugins.sbt...
252Checking patch project/build.properties...
253Checking patch build.sbt...
254Applied patch project/plugins.sbt cleanly.
255Applied patch project/build.properties cleanly.
256Applied patch build.sbt cleanly.