Build Logs
bkirwi/decline • 3.8.0-RC2:2025-11-28
Errors
0
Warnings
57
Total Lines
625
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.719s.
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 effectJVM/crossScalaVersions
109OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in root/crossScalaVersions
110OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in declineJS/crossScalaVersions
111OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in declineNative/crossScalaVersions
112OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in refinedJS/crossScalaVersions
113OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in refinedJVM/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 Nov 28, 2025, 1:17:02 PM
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/CommandApp.scala]
166[info] [patched file /build/repo/core/shared/src/main/scala/com/monovore/decline/Help.scala]
167[info] [patched file /build/repo/core/shared/src/main/scala/com/monovore/decline/Parser.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/Result.scala]
170[info] [patched file /build/repo/core/shared/src/main/scala/com/monovore/decline/Usage.scala]
171[info] [patched file /build/repo/core/shared/src/main/scala/com/monovore/decline/Argument.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/jvm/src/test/scala/com/monovore/example/decline/Git.scala]
183[info] [patched file /build/repo/core/shared/src/test/scala/com/monovore/decline/UsageSpec.scala]
184[info] [patched file /build/repo/core/shared/src/test/scala/com/monovore/decline/HelpSpec.scala]
185[info] [patched file /build/repo/core/shared/src/test/scala/com/monovore/decline/ParseSpec.scala]
186[info] [patched file /build/repo/core/jvm/src/test/scala/com/monovore/decline/PlatformArgumentsSpec.scala]
187[info] [patched file /build/repo/core/shared/src/test/scala/com/monovore/decline/ArgumentSpec.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": 12830, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
239 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
240 "test-compile": {"status": "ok", "tookMs": 14255, "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": 884, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
249 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
250 "test-compile": {"status": "ok", "tookMs": 1558, "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": 371, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
259 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
260 "test-compile": {"status": "ok", "tookMs": 1426, "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: 63 s (0:01:03.0), completed Nov 28, 2025, 1:18:05 PM
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 bdbe8a9] 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.0-RC2
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.0-RC2"
293Successfully applied pattern 'val Scala3 = "3.3.4"' in build.sbt
294----
295Starting build for 3.8.0-RC2
296Execute tests: true
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.0-RC2
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":"full","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.0-RC2
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.0-RC2"
324"++3.8.0-RC2 -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.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","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.0-RC2
355OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in doc/crossScalaVersions
356OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in effectJS/crossScalaVersions
357OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in bench/crossScalaVersions
358OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in refinedNative/crossScalaVersions
359OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in declineJS/crossScalaVersions
360OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in effectJVM/crossScalaVersions
361OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in root/crossScalaVersions
362OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in declineJVM/crossScalaVersions
363OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in refinedJS/crossScalaVersions
364OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in refinedJVM/crossScalaVersions
365OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in declineNative/crossScalaVersions
366[info] set current project to root (in build file:/build/repo/)
367[info] Setting Scala version to 3.8.0-RC2 on 11 projects.
368[info] Switching Scala version on:
369[info] effectJS (2.12.20, 2.13.15, 3.8.0-RC2)
370[info] * root (2.12.20, 2.13.15, 3.8.0-RC2)
371[info] declineJVM (2.12.20, 2.13.15, 3.8.0-RC2)
372[info] declineJS (2.12.20, 2.13.15, 3.8.0-RC2)
373[info] declineNative (2.12.20, 2.13.15, 3.8.0-RC2)
374[info] doc (2.12.20, 2.13.15, 3.8.0-RC2)
375[info] refinedNative (2.12.20, 2.13.15, 3.8.0-RC2)
376[info] refinedJS (2.12.20, 2.13.15, 3.8.0-RC2)
377[info] refinedJVM (2.12.20, 2.13.15, 3.8.0-RC2)
378[info] effectJVM (2.12.20, 2.13.15, 3.8.0-RC2)
379[info] bench (2.12.20, 2.13.15, 3.8.0-RC2)
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 Nov 28, 2025, 1:18:25 PM
404Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","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()),Full,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.0-RC2/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.0-RC2/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
424[info] PlatformArgumentsSpec:
425[info] Path arguments
426[info] - should parse some simple paths
427[info] - should parse generated paths
428[info] ChronoUnit arguments
429[info] - should parse valid ChronoUnit's successfully
430[info] - should parse valid ChronoUnit's successfully in lowercase
431[info] - should parse half-days as a ChronoUnit value
432[info] - should return error for invalid ChronoUnit's
433[info] ArgumentSpec:
434[info] - check defer
435[info] - check defer (nesting)
436[info] - Argument[String].argument.passThrough
437[info] - Argument[Int].argument.passThrough
438[info] - Argument[Long].argument.passThrough
439[info] - Argument[Short].argument.passThrough
440[info] - Argument[BigInt].argument.passThrough
441[info] - Argument[UUID].argument.passThrough
442[info] - Argument[Duration].argument.passThrough
443[info] - Duration argument can correctly parse Inf
444[info] - Duration argument can correctly parse +Inf
445[info] - Duration argument can correctly parse infinity
446[info] - Duration argument can correctly parse -Inf
447[info] - test some specific examples
448[info] - test defaultMetaVar on combinators
449[info] - test Argument.fromMap
450[info] JavaTimeSuite:
451[info] - Argument[java.time.Duration].argument.passThrough
452[info] - Argument[java.time.Period].argument.passThrough
453[info] - Argument[java.time.ZoneId].argument.passThrough
454[info] - Argument[java.time.Instant].argument.passThrough
455[info] - Argument[java.time.ZoneOffset].argument.passThrough
456[info] - Argument[java.time.MonthDay].argument.passThrough
457[info] - Argument[java.time.YearMonth].argument.passThrough
458[info] - Argument[java.time.Year].argument.passThrough
459[info] - Argument[java.time.LocalDate].argument.passThrough
460[info] - Argument[java.time.LocalTime].argument.passThrough
461[info] - Argument[java.time.LocalDateTime].argument.passThrough
462[info] - Argument[java.time.ZonedDateTime].argument.passThrough
463[info] - Argument[java.time.OffsetDateTime].argument.passThrough
464[info] - Argument[java.time.OffsetTime].argument.passThrough
465[info] UsageSpec:
466[info] Usage
467[info] - should handle no opts
468[info] - should handle a single argument
469[info] - should show environment variables combined with options as optional
470[info] - should display optional option-arguments correctly
471[info] - should discard empty alternatives
472[info] HelpSpec:
473[info] Help rendering
474[info] - should behave correctly
475[info] should be like an Alternative
476[info] - should right-absorb
477[info] - should left-distribute
478[info] - should right-distribute
479[info] - should de-duplicate environment variable arguments
480[info] - should work with Show instance
481[info] ParseSpec:
482[info] Parsing
483[info] should read optional option arguments
484[info] - should read "ls --color --all"
485[info] - should read "ls --all --color"
486[info] - should read "ls --color -af"
487[info] - should read "ls --all --color always"
488[info] - should read "ls --color=always"
489[info] - should read "ls -aC"
490[info] - should read "ls -Ca"
491[info] - should read "ls "
492[info] - should read "ls --flag -Cok -af --flag=hi --flag=there"
493[info] - should read "ls -ffff"hey guys""
494[info] - should meet the alternative laws
495[info] - should read a single option
496[info] - should read a long option with =
497[info] - should work as expected with numeric options
498[info] - should read a flag
499[info] - should read a couple options
500[info] - should fail on misaligned options
501[info] - should fail on unrecognized options, even with arguments
502[info] - should handle a single positional argument
503[info] - should handle a combined positional argument
504[info] - should complain about option in argument position
505[info] - should obey a --
506[info] - should handle interspersed arguments and options
507[info] - should read a short option
508[info] - should read a few short options
509[info] - should handle alternative flags
510[info] - should handle alternative arguments
511[info] - should handle subcommands
512[info] - should handle subcommands passed in convenient method
513[info] - should passes trailing options to subcommands
514[info] - should distribute over pathological options
515[info] - should right-distribute for weird args
516[info] - should right-distribute for weird args, take two
517[info] - should right-distribute for options and flags, take two
518[info] - should right-distribute for conflicting positional args and flags
519[info] - should associate!
520[info] - should handle large argument lists
521[info] should read from the environment
522[info] when the variable is present
523[info] - should read the variable
524[info] when the variable is not present
525[info] - should complain that the variable is required
526[info] when the variable is not valid
527[info] - should display a suitable error
528Starting build for ProjectRef(file:/build/repo/,effectJVM) (decline-effect)... [1/3]
529Compile scalacOptions: -language:higherKinds, -Ykind-projector, -Ytasty-reader, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
530[info] compiling 1 Scala source to /build/repo/effect/jvm/target/scala-3.8.0-RC2/classes ...
531[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
532[warn] bad option '-Ytasty-reader' was ignored
533[warn] two warnings found
534[info] done compiling
535[info] compiling 2 Scala sources to /build/repo/effect/jvm/target/scala-3.8.0-RC2/test-classes ...
536[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
537[warn] bad option '-Ytasty-reader' was ignored
538[warn] two warnings found
539[info] done compiling
540Hello me
5410.0.1
542Usage: pure-hello <to-greet>
543
544Pure Hello World with Decline
545
546Options and flags:
547 --help
548 Display this help text.
549 --version, -v
550 Print the version number and exit.
551Missing expected positional argument!
552
553Usage: pure-hello <to-greet>
554
555Pure Hello World with Decline
556
557Options and flags:
558 --help
559 Display this help text.
560 --version, -v
561 Print the version number and exit.
562[info] CommandIOAppSpec:
563[info] CommandIOApp
564[info] - should return a success exit code when passing an argument
565[info] - should return a success exit code when passing a version option
566[info] - should return a success exit code when passing a help option
567[info] - should return an error exit code when passing no arguments
568Starting build for ProjectRef(file:/build/repo/,refinedJVM) (decline-refined)... [2/3]
569Compile scalacOptions: -language:higherKinds, -Ykind-projector, -Ytasty-reader, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
570[info] compiling 1 Scala source to /build/repo/refined/.jvm/target/scala-3.8.0-RC2/classes ...
571[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
572[warn] bad option '-Ytasty-reader' was ignored
573[warn] two warnings found
574[info] done compiling
575[info] compiling 1 Scala source to /build/repo/refined/.jvm/target/scala-3.8.0-RC2/test-classes ...
576[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
577[warn] bad option '-Ytasty-reader' was ignored
578[warn] two warnings found
579[info] done compiling
580[info] RefinedArgumentSpec:
581[info] - Argument[Int Refined Positive].argument.passThrough
582[info] - should not accept zero
583[info] - should not accept values that not numbers
584
585************************
586Build summary:
587[{
588 "module": "decline",
589 "compile": {"status": "ok", "tookMs": 16110, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
590 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
591 "test-compile": {"status": "ok", "tookMs": 9972, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
592 "test": {"status": "ok", "tookMs": 2465, "passed": 87, "failed": 0, "ignored": 0, "skipped": 0, "total": 87, "byFramework": [{"framework": "unknown", "stats": {"passed": 87, "failed": 0, "ignored": 0, "skipped": 0, "total": 87}}]},
593 "publish": {"status": "skipped", "tookMs": 0},
594 "metadata": {
595 "crossScalaVersions": ["2.12.20", "2.13.15", "3.3.4"]
596}
597},{
598 "module": "decline-effect",
599 "compile": {"status": "ok", "tookMs": 1258, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
600 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
601 "test-compile": {"status": "ok", "tookMs": 1275, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
602 "test": {"status": "ok", "tookMs": 652, "passed": 4, "failed": 0, "ignored": 0, "skipped": 0, "total": 4, "byFramework": [{"framework": "unknown", "stats": {"passed": 4, "failed": 0, "ignored": 0, "skipped": 0, "total": 4}}]},
603 "publish": {"status": "skipped", "tookMs": 0},
604 "metadata": {
605 "crossScalaVersions": ["2.12.20", "2.13.15", "3.3.4"]
606}
607},{
608 "module": "decline-refined",
609 "compile": {"status": "ok", "tookMs": 572, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
610 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
611 "test-compile": {"status": "ok", "tookMs": 1659, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
612 "test": {"status": "ok", "tookMs": 629, "passed": 3, "failed": 0, "ignored": 0, "skipped": 0, "total": 3, "byFramework": [{"framework": "unknown", "stats": {"passed": 3, "failed": 0, "ignored": 0, "skipped": 0, "total": 3}}]},
613 "publish": {"status": "skipped", "tookMs": 0},
614 "metadata": {
615 "crossScalaVersions": ["2.12.20", "2.13.15", "3.3.4"]
616}
617}]
618************************
619[success] Total time: 46 s, completed Nov 28, 2025, 1:19:10 PM
620[0JChecking patch project/plugins.sbt...
621Checking patch project/build.properties...
622Checking patch build.sbt...
623Applied patch project/plugins.sbt cleanly.
624Applied patch project/build.properties cleanly.
625Applied patch build.sbt cleanly.