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