Build Logs

bkirwi/decline • scheduled_3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY

Errors

0

Warnings

57

Total Lines

489

1##################################
2Clonning https://github.com/bkirwi/decline.git into /build/repo using revision v2.5.0
3##################################
4Note: switching to '4250204f7d078517e4eac81cb804b46c9026a217'.
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.4
22Using target Scala version for migration: 3.7.4
23Migrating project for -source:3.4 using Scala 3.7.4
24----
25Preparing build for 3.7.4
26Would try to apply common scalacOption (best-effort, sbt/mill only):
27Append: -rewrite,REQUIRE:-source:3.4-migration
28Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
29
30Try apply source patch:
31Path: build.sbt
32Pattern: val Scala3 = "3.3.4"
33Replacement: val Scala3 = "3.7.4"
34Starting compilation server
35Compiling project (Scala 3.7.3, JVM (17))
36Compiled project (Scala 3.7.3, JVM (17))
37Successfully applied pattern 'val Scala3 = "3.3.4"' in build.sbt
38----
39Starting build for 3.7.4
40Execute tests: false
41sbt project found:
42Sbt version 1.10.6 is not supported, minimal supported version is 1.11.5
43Enforcing usage of sbt in version 1.11.5
44No prepare script found for project bkirwi/decline
45##################################
46Scala version: 3.7.4
47Targets: com.monovore%decline com.monovore%decline-effect com.monovore%decline-refined
48Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.3.4\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
49##################################
50Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
51Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
52[sbt_options] declare -a sbt_options=()
53[process_args] java_version = '17'
54[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
55# Executing command line:
56java
57-Dfile.encoding=UTF-8
58-Dcommunitybuild.scala=3.7.4
59-Dcommunitybuild.project.dependencies.add=
60-Xmx7G
61-Xms4G
62-Xss8M
63-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
64-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
65-jar
66/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
67"setCrossScalaVersions 3.7.4"
68"++3.7.4 -v"
69"mapScalacOptions "-rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
70"set every credentials := Nil"
71"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
72"removeScalacOptionsStartingWith -P:wartremover"
73
74moduleMappings
75"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.3.4\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" com.monovore%decline com.monovore%decline-effect com.monovore%decline-refined"
76
77[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
78[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
79[info] loading project definition from /build/repo/project
80[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
81[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
82[info] Compilation completed in 8.705s.
83[info] done compiling
84/build/repo/build.sbt:30: warning: method sonatypeOssRepos in class ResolverFunctions is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
85 resolvers += Resolver.sonatypeCentralSnapshots
86 resolvers ++= Resolver.sonatypeOssRepos("releases"),
87 ^
88/build/repo/build.sbt:67: warning: value sonatypeSnapshots in object resolver is deprecated (since 1.7.0): Sonatype OSS Repository Hosting (OSSRH) will be sunset on 2025-06-30; use the following instead:
89 resolvers += Resolver.sonatypeCentralSnapshots
90 if (isSnapshot.value) Opts.resolver.sonatypeSnapshots
91 ^
92/build/repo/build.sbt:68: warning: value sonatypeStaging in object resolver is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) will be sunset on 2025-06-30; use the following instead:
93 publishTo := {
94 if (isSnapshot.value) Some(Resolver.sonatypeCentralSnapshots)
95 else localStaging.value
96 }
97 else Opts.resolver.sonatypeStaging
98 ^
99[info] loading settings for project root from build.sbt, version.sbt...
100[info] resolving key references (11677 settings) ...
101[info] set current project to root (in build file:/build/repo/)
102Execute setCrossScalaVersions: 3.7.4
103OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in declineJVM/crossScalaVersions
104OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in bench/crossScalaVersions
105OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doc/crossScalaVersions
106OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in effectJS/crossScalaVersions
107OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in refinedNative/crossScalaVersions
108OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in declineJS/crossScalaVersions
109OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in effectJVM/crossScalaVersions
110OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in declineNative/crossScalaVersions
111OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in refinedJS/crossScalaVersions
112OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in refinedJVM/crossScalaVersions
113OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in root/crossScalaVersions
114[info] set current project to root (in build file:/build/repo/)
115[info] Setting Scala version to 3.7.4 on 11 projects.
116[info] Switching Scala version on:
117[info] effectJS (2.12.20, 2.13.15, 3.7.4)
118[info] * root (2.12.20, 2.13.15, 3.7.4)
119[info] declineJVM (2.12.20, 2.13.15, 3.7.4)
120[info] declineJS (2.12.20, 2.13.15, 3.7.4)
121[info] declineNative (2.12.20, 2.13.15, 3.7.4)
122[info] doc (2.12.20, 2.13.15, 3.7.4)
123[info] refinedNative (2.12.20, 2.13.15, 3.7.4)
124[info] refinedJS (2.12.20, 2.13.15, 3.7.4)
125[info] refinedJVM (2.12.20, 2.13.15, 3.7.4)
126[info] effectJVM (2.12.20, 2.13.15, 3.7.4)
127[info] bench (2.12.20, 2.13.15, 3.7.4)
128[info] Excluding projects:
129[info] Reapplying settings...
130[info] set current project to root (in build file:/build/repo/)
131Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
132[info] Reapplying settings...
133[info] set current project to root (in build file:/build/repo/)
134[info] Defining Global / credentials, bench / credentials and 9 others.
135[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 87 others.
136[info] Run `last` for details.
137[info] Reapplying settings...
138[info] set current project to root (in build file:/build/repo/)
139Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
140[info] Reapplying settings...
141OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
142
143 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
144 Did you mean allExcludeDependencies ?
145 , retry without global scopes
146[info] Reapplying settings...
147[info] set current project to root (in build file:/build/repo/)
148Execute removeScalacOptionsStartingWith: -P:wartremover
149[info] Reapplying settings...
150[info] set current project to root (in build file:/build/repo/)
151[success] Total time: 0 s, completed Dec 6, 2025, 1:12:10 AM
152Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.3.4\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
153Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
154Starting build...
155Projects: Set(declineJVM, effectJVM, refinedJVM)
156Starting build for ProjectRef(file:/build/repo/,declineJVM) (decline)... [0/3]
157OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
158OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Global
159OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
160OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
161Compile scalacOptions: -language:higherKinds, -Ykind-projector, -Ytasty-reader, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
162[info] compiling 12 Scala sources to /build/repo/core/jvm/target/scala-3.7.4/classes ...
163[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
164[warn] bad option '-Ytasty-reader' was ignored
165[info] [patched file /build/repo/core/shared/src/main/scala/com/monovore/decline/Argument.scala]
166[info] [patched file /build/repo/core/shared/src/main/scala/com/monovore/decline/CommandApp.scala]
167[info] [patched file /build/repo/core/shared/src/main/scala/com/monovore/decline/Help.scala]
168[info] [patched file /build/repo/core/shared/src/main/scala/com/monovore/decline/opts.scala]
169[info] [patched file /build/repo/core/shared/src/main/scala/com/monovore/decline/Usage.scala]
170[info] [patched file /build/repo/core/shared/src/main/scala/com/monovore/decline/Parser.scala]
171[info] [patched file /build/repo/core/shared/src/main/scala/com/monovore/decline/Result.scala]
172[warn] two warnings found
173[info] done compiling
174[info] compiling 12 Scala sources to /build/repo/core/jvm/target/scala-3.7.4/classes ...
175[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
176[warn] bad option '-Ytasty-reader' was ignored
177[warn] two warnings found
178[info] done compiling
179[info] compiling 13 Scala sources to /build/repo/core/jvm/target/scala-3.7.4/test-classes ...
180[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
181[warn] bad option '-Ytasty-reader' was ignored
182[info] [patched file /build/repo/core/shared/src/test/scala/com/monovore/decline/ArgumentSpec.scala]
183[info] [patched file /build/repo/core/shared/src/test/scala/com/monovore/decline/HelpSpec.scala]
184[info] [patched file /build/repo/core/shared/src/test/scala/com/monovore/decline/UsageSpec.scala]
185[info] [patched file /build/repo/core/jvm/src/test/scala/com/monovore/decline/PlatformArgumentsSpec.scala]
186[info] [patched file /build/repo/core/jvm/src/test/scala/com/monovore/example/decline/Git.scala]
187[info] [patched file /build/repo/core/shared/src/test/scala/com/monovore/decline/ParseSpec.scala]
188[warn] there were 4 deprecation warnings; re-run with -deprecation for details
189[warn] three warnings found
190[info] done compiling
191[info] compiling 6 Scala sources to /build/repo/core/jvm/target/scala-3.7.4/test-classes ...
192[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
193[warn] bad option '-Ytasty-reader' was ignored
194[warn] there were 3 deprecation warnings; re-run with -deprecation for details
195[warn] three warnings found
196[info] done compiling
197Starting build for ProjectRef(file:/build/repo/,effectJVM) (decline-effect)... [1/3]
198Compile scalacOptions: -language:higherKinds, -Ykind-projector, -Ytasty-reader, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
199[info] compiling 1 Scala source to /build/repo/effect/jvm/target/scala-3.7.4/classes ...
200[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
201[warn] bad option '-Ytasty-reader' was ignored
202[info] [patched file /build/repo/effect/shared/src/main/scala/com/monovore/decline/effect/CommandIOApp.scala]
203[warn] two warnings found
204[info] done compiling
205[info] compiling 1 Scala source to /build/repo/effect/jvm/target/scala-3.7.4/classes ...
206[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
207[warn] bad option '-Ytasty-reader' was ignored
208[warn] two warnings found
209[info] done compiling
210[info] compiling 2 Scala sources to /build/repo/effect/jvm/target/scala-3.7.4/test-classes ...
211[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
212[warn] bad option '-Ytasty-reader' was ignored
213[info] [patched file /build/repo/effect/jvm/src/test/scala/com/monovore/decline/effect/CommandIOAppSpec.scala]
214[warn] two warnings found
215[info] done compiling
216[info] compiling 1 Scala source to /build/repo/effect/jvm/target/scala-3.7.4/test-classes ...
217[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
218[warn] bad option '-Ytasty-reader' was ignored
219[warn] two warnings found
220[info] done compiling
221Starting build for ProjectRef(file:/build/repo/,refinedJVM) (decline-refined)... [2/3]
222Compile scalacOptions: -language:higherKinds, -Ykind-projector, -Ytasty-reader, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
223[info] compiling 1 Scala source to /build/repo/refined/.jvm/target/scala-3.7.4/classes ...
224[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
225[warn] bad option '-Ytasty-reader' was ignored
226[warn] two warnings found
227[info] done compiling
228[info] compiling 1 Scala source to /build/repo/refined/.jvm/target/scala-3.7.4/test-classes ...
229[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
230[warn] bad option '-Ytasty-reader' was ignored
231[warn] two warnings found
232[info] done compiling
233
234************************
235Build summary:
236[{
237 "module": "decline",
238 "compile": {"status": "ok", "tookMs": 12687, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
239 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
240 "test-compile": {"status": "ok", "tookMs": 13790, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
241 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
242 "publish": {"status": "skipped", "tookMs": 0},
243 "metadata": {
244 "crossScalaVersions": ["2.12.20", "2.13.15", "3.3.4"]
245}
246},{
247 "module": "decline-effect",
248 "compile": {"status": "ok", "tookMs": 1029, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
249 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
250 "test-compile": {"status": "ok", "tookMs": 1528, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
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.20", "2.13.15", "3.3.4"]
255}
256},{
257 "module": "decline-refined",
258 "compile": {"status": "ok", "tookMs": 342, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
259 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
260 "test-compile": {"status": "ok", "tookMs": 1319, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
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.20", "2.13.15", "3.3.4"]
265}
266}]
267************************
268[success] Total time: 57 s, completed Dec 6, 2025, 1:13:07 AM
269[0JChecking patch project/plugins.sbt...
270Checking patch project/build.properties...
271Checking patch build.sbt...
272Applied patch project/plugins.sbt cleanly.
273Applied patch project/build.properties cleanly.
274Applied patch build.sbt cleanly.
275Commit migration rewrites
276Switched to a new branch 'opencb/migrate-source-3.4'
277[opencb/migrate-source-3.4 51e5c29] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4
278 15 files changed, 85 insertions(+), 85 deletions(-)
279----
280Preparing build for 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
281Scala binary version found: 3.8
282Implicitly using source version 3.8
283Scala binary version found: 3.8
284Implicitly using source version 3.8
285Would try to apply common scalacOption (best-effort, sbt/mill only):
286Append: ,REQUIRE:-source:3.8
287Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
288
289Try apply source patch:
290Path: build.sbt
291Pattern: val Scala3 = "3.3.4"
292Replacement: val Scala3 = "3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY"
293Successfully applied pattern 'val Scala3 = "3.3.4"' in build.sbt
294----
295Starting build for 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
296Execute tests: false
297sbt project found:
298Sbt version 1.10.6 is not supported, minimal supported version is 1.11.5
299Enforcing usage of sbt in version 1.11.5
300No prepare script found for project bkirwi/decline
301##################################
302Scala version: 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
303Targets: com.monovore%decline com.monovore%decline-effect com.monovore%decline-refined
304Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.3.4\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
305##################################
306Using extra scalacOptions: ,REQUIRE:-source:3.8
307Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
308[sbt_options] declare -a sbt_options=()
309[process_args] java_version = '17'
310[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
311# Executing command line:
312java
313-Dfile.encoding=UTF-8
314-Dcommunitybuild.scala=3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
315-Dcommunitybuild.project.dependencies.add=
316-Xmx7G
317-Xms4G
318-Xss8M
319-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
320-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
321-jar
322/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
323"setCrossScalaVersions 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY"
324"++3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -v"
325"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
326"set every credentials := Nil"
327"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
328"removeScalacOptionsStartingWith -P:wartremover"
329
330moduleMappings
331"runBuild 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.3.4\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" com.monovore%decline com.monovore%decline-effect com.monovore%decline-refined"
332
333[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
334[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
335[info] loading project definition from /build/repo/project
336/build/repo/build.sbt:30: warning: method sonatypeOssRepos in class ResolverFunctions is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
337 resolvers += Resolver.sonatypeCentralSnapshots
338 resolvers ++= Resolver.sonatypeOssRepos("releases"),
339 ^
340/build/repo/build.sbt:67: warning: value sonatypeSnapshots in object resolver is deprecated (since 1.7.0): Sonatype OSS Repository Hosting (OSSRH) will be sunset on 2025-06-30; use the following instead:
341 resolvers += Resolver.sonatypeCentralSnapshots
342 if (isSnapshot.value) Opts.resolver.sonatypeSnapshots
343 ^
344/build/repo/build.sbt:68: warning: value sonatypeStaging in object resolver is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) will be sunset on 2025-06-30; use the following instead:
345 publishTo := {
346 if (isSnapshot.value) Some(Resolver.sonatypeCentralSnapshots)
347 else localStaging.value
348 }
349 else Opts.resolver.sonatypeStaging
350 ^
351[info] loading settings for project root from build.sbt, version.sbt...
352[info] resolving key references (11677 settings) ...
353[info] set current project to root (in build file:/build/repo/)
354Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY
355OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in declineJVM/crossScalaVersions
356OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in doc/crossScalaVersions
357OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in bench/crossScalaVersions
358OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in effectJS/crossScalaVersions
359OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in refinedNative/crossScalaVersions
360OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in declineJS/crossScalaVersions
361OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in effectJVM/crossScalaVersions
362OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in root/crossScalaVersions
363OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in declineNative/crossScalaVersions
364OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in refinedJS/crossScalaVersions
365OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY -> 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY in refinedJVM/crossScalaVersions
366[info] set current project to root (in build file:/build/repo/)
367[info] Setting Scala version to 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY on 11 projects.
368[info] Switching Scala version on:
369[info] effectJS (2.12.20, 2.13.15, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
370[info] * root (2.12.20, 2.13.15, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
371[info] declineJVM (2.12.20, 2.13.15, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
372[info] declineJS (2.12.20, 2.13.15, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
373[info] declineNative (2.12.20, 2.13.15, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
374[info] doc (2.12.20, 2.13.15, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
375[info] refinedNative (2.12.20, 2.13.15, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
376[info] refinedJS (2.12.20, 2.13.15, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
377[info] refinedJVM (2.12.20, 2.13.15, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
378[info] effectJVM (2.12.20, 2.13.15, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
379[info] bench (2.12.20, 2.13.15, 3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY)
380[info] Excluding projects:
381[info] Reapplying settings...
382[info] set current project to root (in build file:/build/repo/)
383Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
384[info] Reapplying settings...
385[info] set current project to root (in build file:/build/repo/)
386[info] Defining Global / credentials, bench / credentials and 9 others.
387[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 87 others.
388[info] Run `last` for details.
389[info] Reapplying settings...
390[info] set current project to root (in build file:/build/repo/)
391Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
392[info] Reapplying settings...
393OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
394
395 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
396 Did you mean allExcludeDependencies ?
397 , retry without global scopes
398[info] Reapplying settings...
399[info] set current project to root (in build file:/build/repo/)
400Execute removeScalacOptionsStartingWith: -P:wartremover
401[info] Reapplying settings...
402[info] set current project to root (in build file:/build/repo/)
403[success] Total time: 0 s, completed Dec 6, 2025, 1:13:27 AM
404Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.3.4\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
405Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
406Starting build...
407Projects: Set(declineJVM, effectJVM, refinedJVM)
408Starting build for ProjectRef(file:/build/repo/,declineJVM) (decline)... [0/3]
409OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
410OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
411OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
412Compile scalacOptions: -language:higherKinds, -Ykind-projector, -Ytasty-reader, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
413[info] compiling 12 Scala sources to /build/repo/core/jvm/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/classes ...
414[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
415[warn] bad option '-Ytasty-reader' was ignored
416[warn] two warnings found
417[info] done compiling
418[info] compiling 13 Scala sources to /build/repo/core/jvm/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test-classes ...
419[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
420[warn] bad option '-Ytasty-reader' was ignored
421[warn] there were 4 deprecation warnings; re-run with -deprecation for details
422[warn] three warnings found
423[info] done compiling
424Starting build for ProjectRef(file:/build/repo/,effectJVM) (decline-effect)... [1/3]
425Compile scalacOptions: -language:higherKinds, -Ykind-projector, -Ytasty-reader, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
426[info] compiling 1 Scala source to /build/repo/effect/jvm/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/classes ...
427[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
428[warn] bad option '-Ytasty-reader' was ignored
429[warn] two warnings found
430[info] done compiling
431[info] compiling 2 Scala sources to /build/repo/effect/jvm/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test-classes ...
432[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
433[warn] bad option '-Ytasty-reader' was ignored
434[warn] two warnings found
435[info] done compiling
436Starting build for ProjectRef(file:/build/repo/,refinedJVM) (decline-refined)... [2/3]
437Compile scalacOptions: -language:higherKinds, -Ykind-projector, -Ytasty-reader, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
438[info] compiling 1 Scala source to /build/repo/refined/.jvm/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/classes ...
439[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
440[warn] bad option '-Ytasty-reader' was ignored
441[warn] two warnings found
442[info] done compiling
443[info] compiling 1 Scala source to /build/repo/refined/.jvm/target/scala-3.8.1-RC1-bin-20251205-cd32c6f-NIGHTLY/test-classes ...
444[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
445[warn] bad option '-Ytasty-reader' was ignored
446[warn] two warnings found
447[info] done compiling
448
449************************
450Build summary:
451[{
452 "module": "decline",
453 "compile": {"status": "ok", "tookMs": 14229, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
454 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
455 "test-compile": {"status": "ok", "tookMs": 9845, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
456 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
457 "publish": {"status": "skipped", "tookMs": 0},
458 "metadata": {
459 "crossScalaVersions": ["2.12.20", "2.13.15", "3.3.4"]
460}
461},{
462 "module": "decline-effect",
463 "compile": {"status": "ok", "tookMs": 1289, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
464 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
465 "test-compile": {"status": "ok", "tookMs": 998, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
466 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
467 "publish": {"status": "skipped", "tookMs": 0},
468 "metadata": {
469 "crossScalaVersions": ["2.12.20", "2.13.15", "3.3.4"]
470}
471},{
472 "module": "decline-refined",
473 "compile": {"status": "ok", "tookMs": 425, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
474 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
475 "test-compile": {"status": "ok", "tookMs": 1186, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
476 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
477 "publish": {"status": "skipped", "tookMs": 0},
478 "metadata": {
479 "crossScalaVersions": ["2.12.20", "2.13.15", "3.3.4"]
480}
481}]
482************************
483[success] Total time: 36 s, completed Dec 6, 2025, 1:14:03 AM
484[0JChecking patch project/plugins.sbt...
485Checking patch project/build.properties...
486Checking patch build.sbt...
487Applied patch project/plugins.sbt cleanly.
488Applied patch project/build.properties cleanly.
489Applied patch build.sbt cleanly.