Build Logs

vigoo/clipp • scheduled_3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY

Errors

0

Warnings

61

Total Lines

304

1##################################
2Clonning https://github.com/vigoo/clipp.git into /build/repo using revision v0.6.8
3##################################
4Note: switching to '746ccffac14fd4f025c3955a778410c1ce06db7e'.
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.1.2
22----
23Preparing build for 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: build.sbt
34Pattern: val scala3 = "3.1.2"
35Replacement: val scala3 = "3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scala3 = "3.1.2"' in build.sbt
40----
41Starting build for 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
42Execute tests: false
43sbt project found:
44Sbt version 1.6.2 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 vigoo/clipp
47##################################
48Scala version: 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
49Targets: io.github.vigoo%clipp-cats-effect io.github.vigoo%clipp-cats-effect3 io.github.vigoo%clipp-core io.github.vigoo%clipp-zio io.github.vigoo%clipp-zio-2
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.1.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
51##################################
52Using extra scalacOptions: ,REQUIRE:-source:3.8
53Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
54[sbt_options] declare -a sbt_options=()
55[process_args] java_version = '17'
56[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
57# Executing command line:
58java
59-Dfile.encoding=UTF-8
60-Dcommunitybuild.scala=3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
61-Dcommunitybuild.project.dependencies.add=
62-Xmx7G
63-Xms4G
64-Xss8M
65-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
66-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
67-jar
68/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
69"setCrossScalaVersions 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY"
70"++3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -v"
71"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
72"set every credentials := Nil"
73"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
74"removeScalacOptionsStartingWith -P:wartremover"
75
76moduleMappings
77"runBuild 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.1.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" io.github.vigoo%clipp-cats-effect io.github.vigoo%clipp-cats-effect3 io.github.vigoo%clipp-core io.github.vigoo%clipp-zio io.github.vigoo%clipp-zio-2"
78
79[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
80[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
81[info] loading project definition from /build/repo/project
82[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
83[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
84[info] Compilation completed in 8.294s.
85[info] done compiling
86/build/repo/build.sbt:38: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
87 coverageEnabled in(Test, compile) := true,
88 ^
89/build/repo/build.sbt:39: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
90 coverageEnabled in(Compile, compile) := false,
91 ^
92/build/repo/build.sbt:149: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
93 siteSubdirName in ScalaUnidoc := "api",
94 ^
95/build/repo/build.sbt:150: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
96 addMappingsToSiteDir(mappings in(ScalaUnidoc, packageDoc), siteSubdirName in ScalaUnidoc),
97 ^
98/build/repo/build.sbt:150: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
99 addMappingsToSiteDir(mappings in(ScalaUnidoc, packageDoc), siteSubdirName in ScalaUnidoc),
100 ^
101/build/repo/build.sbt:151: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
102 unidocProjectFilter in(ScalaUnidoc, unidoc) := inProjects(
103 ^
104/build/repo/build.sbt:181: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
105 includeFilter in makeSite := "*.html" | "*.css" | "*.png" | "*.jpg" | "*.gif" | "*.js" | "*.swf" | "*.txt" | "*.xml" | "*.svg",
106 ^
107/build/repo/build.sbt:6: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
108dynverSonatypeSnapshots in ThisBuild := true
109 ^
110[info] loading settings for project clipp from build.sbt...
111[info] set current project to clipp (in build file:/build/repo/)
112[warn] there are 14 keys that are not used by any other settings/tasks:
113[warn]
114[warn] * clipp / Compile / compile / coverageEnabled
115[warn] +- /build/repo/build.sbt:39
116[warn] * clipp / Test / compile / coverageEnabled
117[warn] +- /build/repo/build.sbt:38
118[warn] * clipp-cats-effect / Compile / compile / coverageEnabled
119[warn] +- /build/repo/build.sbt:39
120[warn] * clipp-cats-effect / Test / compile / coverageEnabled
121[warn] +- /build/repo/build.sbt:38
122[warn] * clipp-cats-effect3 / Compile / compile / coverageEnabled
123[warn] +- /build/repo/build.sbt:39
124[warn] * clipp-cats-effect3 / Test / compile / coverageEnabled
125[warn] +- /build/repo/build.sbt:38
126[warn] * clipp-core / Compile / compile / coverageEnabled
127[warn] +- /build/repo/build.sbt:39
128[warn] * clipp-core / Test / compile / coverageEnabled
129[warn] +- /build/repo/build.sbt:38
130[warn] * clipp-zio / Compile / compile / coverageEnabled
131[warn] +- /build/repo/build.sbt:39
132[warn] * clipp-zio / Test / compile / coverageEnabled
133[warn] +- /build/repo/build.sbt:38
134[warn] * clipp-zio-2 / Compile / compile / coverageEnabled
135[warn] +- /build/repo/build.sbt:39
136[warn] * clipp-zio-2 / Test / compile / coverageEnabled
137[warn] +- /build/repo/build.sbt:38
138[warn] * docs / Compile / compile / coverageEnabled
139[warn] +- /build/repo/build.sbt:39
140[warn] * docs / Test / compile / coverageEnabled
141[warn] +- /build/repo/build.sbt:38
142[warn]
143[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
144[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
145Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
146OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in clipp-zio-2/crossScalaVersions
147OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in clipp-core/crossScalaVersions
148OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in clipp/crossScalaVersions
149OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in clipp-zio/crossScalaVersions
150OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in docs/crossScalaVersions
151OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in clipp-cats-effect/crossScalaVersions
152OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in clipp-cats-effect3/crossScalaVersions
153[info] set current project to clipp (in build file:/build/repo/)
154[info] Setting Scala version to 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY on 7 projects.
155[info] Switching Scala version on:
156[info] clipp-core (2.12.15, 2.13.8, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
157[info] * clipp (2.12.15, 2.13.8, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
158[info] docs (2.12.15, 2.13.8, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
159[info] clipp-zio (2.12.15, 2.13.8, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
160[info] clipp-zio-2 (2.12.15, 2.13.8, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
161[info] clipp-cats-effect (2.12.15, 2.13.8, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
162[info] clipp-cats-effect3 (2.12.15, 2.13.8, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
163[info] Excluding projects:
164[info] Reapplying settings...
165[info] set current project to clipp (in build file:/build/repo/)
166Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
167[info] Reapplying settings...
168[info] set current project to clipp (in build file:/build/repo/)
169[info] Defining Global / credentials, clipp-cats-effect / credentials and 5 others.
170[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 34 others.
171[info] Run `last` for details.
172[info] Reapplying settings...
173[info] set current project to clipp (in build file:/build/repo/)
174Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
175[info] Reapplying settings...
176OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
177
178 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
179 Did you mean clipp-cats-effect / allExcludeDependencies ?
180 , retry without global scopes
181[info] Reapplying settings...
182[info] set current project to clipp (in build file:/build/repo/)
183Execute removeScalacOptionsStartingWith: -P:wartremover
184[info] Reapplying settings...
185[info] set current project to clipp (in build file:/build/repo/)
186[success] Total time: 0 s, completed Dec 6, 2025, 12:45:41 AM
187Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.1.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
188Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
189Starting build...
190Projects: Set(clipp-core, clipp-zio, clipp-zio-2, clipp-cats-effect, clipp-cats-effect3)
191Starting build for ProjectRef(file:/build/repo/,clipp-cats-effect3) (clipp-cats-effect3)... [0/5]
192OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
193OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
194Compile scalacOptions: -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
195[info] compiling 14 Scala sources to /build/repo/clipp-core/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/classes ...
196[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
197[warn] one warning found
198[info] done compiling
199[info] compiling 1 Scala source to /build/repo/clipp-cats-effect3/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/classes ...
200[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
201[warn] one warning found
202[info] done compiling
203[info] compiling 1 Scala source to /build/repo/clipp-cats-effect3/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test-classes ...
204[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
205[warn] one warning found
206[info] done compiling
207Starting build for ProjectRef(file:/build/repo/,clipp-cats-effect) (clipp-cats-effect)... [1/5]
208Compile scalacOptions: -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
209[info] compiling 1 Scala source to /build/repo/clipp-cats-effect/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/classes ...
210[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
211[warn] one warning found
212[info] done compiling
213[info] compiling 1 Scala source to /build/repo/clipp-cats-effect/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test-classes ...
214[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
215[warn] one warning found
216[info] done compiling
217Starting build for ProjectRef(file:/build/repo/,clipp-zio-2) (clipp-zio-2)... [2/5]
218Compile scalacOptions: -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
219[info] compiling 1 Scala source to /build/repo/clipp-zio-2/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/classes ...
220[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
221[warn] one warning found
222[info] done compiling
223[info] compiling 1 Scala source to /build/repo/clipp-zio-2/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test-classes ...
224[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
225[warn] one warning found
226[info] done compiling
227Starting build for ProjectRef(file:/build/repo/,clipp-zio) (clipp-zio)... [3/5]
228Compile scalacOptions: -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
229[info] compiling 1 Scala source to /build/repo/clipp-zio/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/classes ...
230[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
231[warn] one warning found
232[info] done compiling
233[info] compiling 1 Scala source to /build/repo/clipp-zio/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test-classes ...
234[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
235[warn] one warning found
236[info] done compiling
237Starting build for ProjectRef(file:/build/repo/,clipp-core) (clipp-core)... [4/5]
238Compile scalacOptions: -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
239[info] compiling 2 Scala sources to /build/repo/clipp-core/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test-classes ...
240[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
241[warn] one warning found
242[info] done compiling
243
244************************
245Build summary:
246[{
247 "module": "clipp-cats-effect3",
248 "compile": {"status": "ok", "tookMs": 14898, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
249 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
250 "test-compile": {"status": "ok", "tookMs": 1247, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
251 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
252 "publish": {"status": "skipped", "tookMs": 0},
253 "metadata": {
254 "crossScalaVersions": ["2.12.15", "2.13.8", "3.1.2"]
255}
256},{
257 "module": "clipp-cats-effect",
258 "compile": {"status": "ok", "tookMs": 1035, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
259 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
260 "test-compile": {"status": "ok", "tookMs": 754, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
261 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
262 "publish": {"status": "skipped", "tookMs": 0},
263 "metadata": {
264 "crossScalaVersions": ["2.12.15", "2.13.8", "3.1.2"]
265}
266},{
267 "module": "clipp-zio-2",
268 "compile": {"status": "ok", "tookMs": 1108, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
269 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
270 "test-compile": {"status": "ok", "tookMs": 1690, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
271 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
272 "publish": {"status": "skipped", "tookMs": 0},
273 "metadata": {
274 "crossScalaVersions": ["2.12.15", "2.13.8", "3.1.2"]
275}
276},{
277 "module": "clipp-zio",
278 "compile": {"status": "ok", "tookMs": 612, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
279 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
280 "test-compile": {"status": "ok", "tookMs": 976, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
281 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
282 "publish": {"status": "skipped", "tookMs": 0},
283 "metadata": {
284 "crossScalaVersions": ["2.12.15", "2.13.8", "3.1.2"]
285}
286},{
287 "module": "clipp-core",
288 "compile": {"status": "ok", "tookMs": 49, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
289 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
290 "test-compile": {"status": "ok", "tookMs": 1472, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
291 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
292 "publish": {"status": "skipped", "tookMs": 0},
293 "metadata": {
294 "crossScalaVersions": ["2.12.15", "2.13.8", "3.1.2"]
295}
296}]
297************************
298[success] Total time: 53 s, completed Dec 6, 2025, 12:46:34 AM
299[0JChecking patch project/plugins.sbt...
300Checking patch project/build.properties...
301Checking patch build.sbt...
302Applied patch project/plugins.sbt cleanly.
303Applied patch project/build.properties cleanly.
304Applied patch build.sbt cleanly.