Build Logs
aaronp/args4c • 3.8.0-RC6:2026-01-08
Errors
30
Warnings
113
Total Lines
417
1##################################
2Clonning https://github.com/aaronp/args4c.git into /build/repo using revision v1.0.1
3##################################
4Note: switching to '34c6e0d1b2b733e7aa073c67ab3929d125f970dc'.
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
21----
22Preparing build for 3.8.0-RC6
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30
31Try apply source patch:
32Path: src/test/scala/args4c/SecureConfigTest.scala
33Pattern: ) _
34Replacement: )
35Starting compilation server
36Compiling project (Scala 3.7.3, JVM (17))
37Compiled project (Scala 3.7.3, JVM (17))
38Successfully applied pattern ') _' in src/test/scala/args4c/SecureConfigTest.scala
39----
40Starting build for 3.8.0-RC6
41Execute tests: true
42sbt project found:
43Sbt version 1.6.1 is not supported, minimal supported version is 1.11.5
44Enforcing usage of sbt in version 1.11.5
45No prepare script found for project aaronp/args4c
46##################################
47Scala version: 3.8.0-RC6
48Targets: com.github.aaronp%args4c
49Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"src/test/scala/args4c/SecureConfigTest.scala","pattern":") _\n","replaceWith":")\n"}]}
50##################################
51Using extra scalacOptions: ,REQUIRE:-source:3.8
52Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
53[sbt_options] declare -a sbt_options=()
54[process_args] java_version = '17'
55[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
56# Executing command line:
57java
58-Dfile.encoding=UTF-8
59-Dcommunitybuild.scala=3.8.0-RC6
60-Dcommunitybuild.project.dependencies.add=
61-Xmx7G
62-Xms4G
63-Xss8M
64-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
65-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
66-jar
67/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
68"setCrossScalaVersions 3.8.0-RC6"
69"++3.8.0-RC6 -v"
70"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
71"set every credentials := Nil"
72"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
73"removeScalacOptionsStartingWith -P:wartremover"
74
75moduleMappings
76"runBuild 3.8.0-RC6 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"src/test/scala/args4c/SecureConfigTest.scala","pattern":") _\n","replaceWith":")\n"}]}""" com.github.aaronp%args4c"
77
78[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
79[info] loading settings for project repo-build from akka.sbt, build.sbt, plugins.sbt...
80[info] loading project definition from /build/repo/project
81[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
82[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
83[info] Compilation completed in 8.563s.
84[info] done compiling
85/build/repo/build.sbt:41: 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
86siteSubdirName in SiteScaladoc := "api/latest"
87 ^
88/build/repo/build.sbt:61: 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
89test in assembly := {}
90 ^
91/build/repo/version.sbt:1: 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
92version in ThisBuild := "1.0.1"
93 ^
94[info] loading settings for project repo from build.sbt, version.sbt...
95[info] set current project to args4c (in build file:/build/repo/)
96[warn] there are 2 keys that are not used by any other settings/tasks:
97[warn]
98[warn] * repo / buildInfoKeys
99[warn] +- /build/repo/build.sbt:76
100[warn] * repo / buildInfoPackage
101[warn] +- /build/repo/build.sbt:77
102[warn]
103[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
104[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
105[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
106[warn] Credentials file /root/.sbt/.credentials does not exist
107[warn] Credentials file /root/.sbt/.credentials does not exist
108[warn] Credentials file /root/.sbt/.credentials does not exist
109[info] Formatting 2 Scala sources in repo:sbt ...
110[warn] /build/repo/build.sbt:37: error: illegal start of simple expression
111[warn] )
112[warn] ^
113[success] Total time: 5 s, completed Jan 8, 2026, 1:52:38 AM
114Execute setCrossScalaVersions: 3.8.0-RC6
115OpenCB::Changing crossVersion 3.1.0 -> 3.8.0-RC6 in repo/crossScalaVersions
116[info] set current project to args4c (in build file:/build/repo/)
117[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
118[warn] Credentials file /root/.sbt/.credentials does not exist
119[warn] Credentials file /root/.sbt/.credentials does not exist
120[warn] Credentials file /root/.sbt/.credentials does not exist
121[success] Total time: 0 s, completed Jan 8, 2026, 1:52:38 AM
122[info] Setting Scala version to 3.8.0-RC6 on 1 projects.
123[info] Switching Scala version on:
124[info] * repo (3.8.0-RC6)
125[info] Excluding projects:
126[info] Reapplying settings...
127[info] set current project to args4c (in build file:/build/repo/)
128[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
129[warn] Credentials file /root/.sbt/.credentials does not exist
130[warn] Credentials file /root/.sbt/.credentials does not exist
131[warn] Credentials file /root/.sbt/.credentials does not exist
132[success] Total time: 1 s, completed Jan 8, 2026, 1:52:40 AM
133Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
134[info] Reapplying settings...
135[info] set current project to args4c (in build file:/build/repo/)
136[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
137[warn] Credentials file /root/.sbt/.credentials does not exist
138[warn] Credentials file /root/.sbt/.credentials does not exist
139[warn] Credentials file /root/.sbt/.credentials does not exist
140[success] Total time: 0 s, completed Jan 8, 2026, 1:52:40 AM
141[info] Defining Global / credentials, credentials
142[info] The new values will be used by Global / pgpSelectPassphrase, allCredentials and 4 others.
143[info] Run `last` for details.
144[info] Reapplying settings...
145[info] set current project to args4c (in build file:/build/repo/)
146[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
147[success] Total time: 0 s, completed Jan 8, 2026, 1:52:41 AM
148Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
149[info] Reapplying settings...
150OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
151
152 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
153 Did you mean allExcludeDependencies ?
154 , retry without global scopes
155[info] Reapplying settings...
156[info] set current project to args4c (in build file:/build/repo/)
157[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
158[success] Total time: 1 s, completed Jan 8, 2026, 1:52:42 AM
159Execute removeScalacOptionsStartingWith: -P:wartremover
160[info] Reapplying settings...
161[info] set current project to args4c (in build file:/build/repo/)
162[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
163[success] Total time: 0 s, completed Jan 8, 2026, 1:52:43 AM
164[success] Total time: 0 s, completed Jan 8, 2026, 1:52:43 AM
165Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"src/test/scala/args4c/SecureConfigTest.scala","pattern":") _\n","replaceWith":")\n"}]}
166Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
167Starting build...
168Projects: Set(repo)
169Starting build for ProjectRef(file:/build/repo/,repo) (args4c)... [0/1]
170OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
171OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
172OpenCB::Filter out '-source:3.0-migration', matches setting pattern '^-?-source(:.*)?'
173Compile scalacOptions: -encoding, UTF-8, -language:implicitConversions, -rewrite, -indent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
174[info] Formatting 11 Scala sources in repo:compile ...
175[warn] /build/repo/src/main/scala/args4c/StringEntry.scala:3: error: ; expected but : found
176[warn] case class StringEntry(comments: List[String], origin: String, key: String, value: String):
177[warn] ^
178[warn] /build/repo/src/main/scala/args4c/RichConfigOps.scala:16: error: ; expected but : found
179[warn] trait RichConfigOps extends Dynamic with LowPriorityArgs4cImplicits:
180[warn] ^
181[warn] /build/repo/src/main/scala/args4c/package.scala:76: error: ; expected but : found
182[warn] package object args4c:
183[warn] ^
184[warn] /build/repo/src/main/scala/args4c/LowPriorityArgs4cImplicits.scala:7: error: ; expected but : found
185[warn] trait LowPriorityArgs4cImplicits:
186[warn] ^
187[warn] /build/repo/src/main/scala/args4c/Selected.scala:10: error: ; expected but : found
188[warn] case class Selected(value: ConfigValue) extends Dynamic:
189[warn] ^
190[warn] /build/repo/src/main/scala/args4c/RichConfig.scala:14: error: ; expected but : found
191[warn] object RichConfig:
192[warn] ^
193[warn] /build/repo/src/main/scala/args4c/Encryption.scala:8: error: ; expected but : found
194[warn] object Encryption:
195[warn] ^
196[warn] /build/repo/src/main/scala/args4c/Prompt.scala:24: error: ; expected but : found
197[warn] object Prompt:
198[warn] ^
199[warn] /build/repo/src/main/scala/args4c/SecureConfig.scala:19: error: ; expected but : found
200[warn] object SecureConfig:
201[warn] ^
202[warn] /build/repo/src/main/scala/args4c/ConfigApp.scala:50: error: ; expected but : found
203[warn] trait ConfigApp extends LowPriorityArgs4cImplicits:
204[warn] ^
205[info] compiling 11 Scala sources to /build/repo/target/scala-3.8.0-RC6/classes ...
206[warn] -- [E181] Potential Issue Warning: /build/repo/src/main/scala/args4c/package.scala:173:11
207[warn] 173 | Option(getClass.getClassLoader.getResource(path)).orElse {
208[warn] | ^^^^^^^^
209[warn] | Suspicious top-level unqualified call to getClass
210[warn] |
211[warn] | longer explanation available when compiling with `-explain`
212[info] [patched file /build/repo/src/main/scala/args4c/RichConfigOps.scala]
213[info] [patched file /build/repo/src/main/scala/args4c/ConfigApp.scala]
214[info] [patched file /build/repo/src/main/scala/args4c/package.scala]
215[warn] there were 5 deprecation warnings; re-run with -deprecation for details
216[warn] two warnings found
217[info] done compiling
218[info] Formatting 3 Scala sources in repo:compile ...
219[warn] /build/repo/src/main/scala/args4c/RichConfigOps.scala:16: error: ; expected but : found
220[warn] trait RichConfigOps extends Dynamic with LowPriorityArgs4cImplicits:
221[warn] ^
222[warn] /build/repo/src/main/scala/args4c/package.scala:76: error: ; expected but : found
223[warn] package object args4c:
224[warn] ^
225[warn] /build/repo/src/main/scala/args4c/ConfigApp.scala:50: error: ; expected but : found
226[warn] trait ConfigApp extends LowPriorityArgs4cImplicits:
227[warn] ^
228[info] compiling 3 Scala sources to /build/repo/target/scala-3.8.0-RC6/classes ...
229[warn] -- [E181] Potential Issue Warning: /build/repo/src/main/scala/args4c/package.scala:172:11
230[warn] 172 | Option(getClass.getClassLoader.getResource(path)).orElse:
231[warn] | ^^^^^^^^
232[warn] | Suspicious top-level unqualified call to getClass
233[warn] |
234[warn] | longer explanation available when compiling with `-explain`
235[warn] there were 5 deprecation warnings; re-run with -deprecation for details
236[warn] two warnings found
237[info] done compiling
238[info] compiling 3 Scala sources to /build/repo/target/scala-3.8.0-RC6/classes ...
239[warn] there were 4 deprecation warnings; re-run with -deprecation for details
240[warn] three warnings found
241[info] done compiling
242[info] Formatting 9 Scala sources in repo:test ...
243[warn] /build/repo/src/test/scala/args4c/EncryptionTest.scala:3: error: ; expected but : found
244[warn] class EncryptionTest extends BaseSpec:
245[warn] ^
246[warn] /build/repo/src/test/scala/args4c/PromptTest.scala:7: error: ; expected but : found
247[warn] class PromptTest extends BaseSpec:
248[warn] ^
249[warn] /build/repo/src/test/scala/args4c/RichConfigTest.scala:7: error: ; expected but : found
250[warn] class RichConfigTest extends BaseSpec:
251[warn] ^
252[warn] /build/repo/src/test/scala/args4c/SecureConfigTest.scala:6: error: ; expected but : found
253[warn] class SecureConfigTest extends BaseSpec:
254[warn] ^
255[warn] /build/repo/src/test/scala/args4c/ConfigAppTest.scala:10: error: ; expected but : found
256[warn] class ConfigAppTest extends BaseSpec:
257[warn] ^
258[warn] /build/repo/src/test/scala/args4c/Args4cPackageTest.scala:9: error: ; expected but : found
259[warn] class Args4cPackageTest extends BaseSpec:
260[warn] ^
261[warn] /build/repo/src/test/scala/args4c/LowPriorityArgs4cImplicitsTest.scala:3: error: ; expected but : found
262[warn] class LowPriorityArgs4cImplicitsTest extends BaseSpec:
263[warn] ^
264[warn] /build/repo/src/test/scala/args4c/BaseSpec.scala:8: error: ; expected but : found
265[warn] class BaseSpec extends AnyWordSpec with Matchers with BeforeAndAfterAll with LowPriorityArgs4cImplicits:
266[warn] ^
267[warn] /build/repo/src/test/scala/args4c/ExampleApp.scala:8: error: ; expected but : found
268[warn] object ExampleApp extends ConfigApp:
269[warn] ^
270[info] compiling 9 Scala sources to /build/repo/target/scala-3.8.0-RC6/test-classes ...
271[info] [patched file /build/repo/src/test/scala/args4c/EncryptionTest.scala]
272[info] [patched file /build/repo/src/test/scala/args4c/SecureConfigTest.scala]
273[info] [patched file /build/repo/src/test/scala/args4c/ConfigAppTest.scala]
274[info] [patched file /build/repo/src/test/scala/args4c/Args4cPackageTest.scala]
275[info] [patched file /build/repo/src/test/scala/args4c/PromptTest.scala]
276[info] [patched file /build/repo/src/test/scala/args4c/RichConfigTest.scala]
277[info] [patched file /build/repo/src/test/scala/args4c/LowPriorityArgs4cImplicitsTest.scala]
278[warn] there was 1 deprecation warning; re-run with -deprecation for details
279[warn] one warning found
280[info] done compiling
281[info] Formatting 7 Scala sources in repo:test ...
282[warn] /build/repo/src/test/scala/args4c/EncryptionTest.scala:3: error: ; expected but : found
283[warn] class EncryptionTest extends BaseSpec:
284[warn] ^
285[warn] /build/repo/src/test/scala/args4c/PromptTest.scala:7: error: ; expected but : found
286[warn] class PromptTest extends BaseSpec:
287[warn] ^
288[warn] /build/repo/src/test/scala/args4c/RichConfigTest.scala:7: error: ; expected but : found
289[warn] class RichConfigTest extends BaseSpec:
290[warn] ^
291[warn] /build/repo/src/test/scala/args4c/SecureConfigTest.scala:6: error: ; expected but : found
292[warn] class SecureConfigTest extends BaseSpec:
293[warn] ^
294[warn] /build/repo/src/test/scala/args4c/ConfigAppTest.scala:10: error: ; expected but : found
295[warn] class ConfigAppTest extends BaseSpec:
296[warn] ^
297[warn] /build/repo/src/test/scala/args4c/Args4cPackageTest.scala:9: error: ; expected but : found
298[warn] class Args4cPackageTest extends BaseSpec:
299[warn] ^
300[warn] /build/repo/src/test/scala/args4c/LowPriorityArgs4cImplicitsTest.scala:3: error: ; expected but : found
301[warn] class LowPriorityArgs4cImplicitsTest extends BaseSpec:
302[warn] ^
303[info] compiling 9 Scala sources to /build/repo/target/scala-3.8.0-RC6/test-classes ...
304[warn] there was 1 deprecation warning; re-run with -deprecation for details
305[warn] one warning found
306[info] done compiling
307[info] BaseSpec:
308[info] EncryptionTest:
309[info] Encryption
310[info] - should encrypt/decrypt
311[info] SecureConfigTest:
312[info] SecretConfig.setupSecureConfig
313[info] - should allow entries in an existing secure config to be updated
314[info] - should be able to change the password for the secure config
315[info] - should allow secret passwords to be set up
316[info] Args4cPackageTest:
317[info] unquote
318[info] - should Unquote >foo< as foo
319[info] - should Unquote >foo" < as foo"
320[info] - should Unquote >" foo " < as foo
321[info] - should Unquote >some " foo " < as some " foo "
322[info] - should Unquote >" foo " suffix< as " foo " suffix
323[info] prefixNotInSet
324[info] - should return true if the set does not contain a prefix of the value
325[info] configForMap
326[info] - should discard values in favour of longer paths
327[info] envToPath
328[info] - should convert UPPER_SNAKE_CASE into dotted lowercase strings
329[info] configForArgs
330[info] - should handled colons in keys
331[info] - should ignore malformed arguments when when ParseArg.Ignore is specified
332[info] - should error when ParseArg.Throw is specified
333[info] - should load configurations from the filesystem and classpath
334[info] - should evaluate values from the command line which are referenced from the config file
335[info] PromptTest:
336[info] Prompt.format
337[info] - should format ReadNextKeyValuePair(,Config(SimpleConfigObject({})))
338[info] - should format ReadNextKeyValuePair(required.path,Config(SimpleConfigObject({})))
339[info] - should format ReadNextKeyValuePairAfterError(input)
340[info] - should format PromptForPassword
341[info] - should format PromptForUpdatedPassword
342[info] - should format PromptForExistingPassword(configPath)
343[info] - should format PromptForConfigFilePermissions
344[info] - should format SaveSecretPrompt(path)
345[info] LowPriorityArgs4cImplicitsTest:
346[info] userargs.asConfig
347[info] - should produce a configuration for the arguments
348[info] ConfigAppTest:
349[info] ConfigApp.main
350[info] - should prompt the user if there are any missing required entries
351[info] - should prompt the user if there are any missing required entries as well as any additional entries when setup is run
352[info] - should error if told to run with a --secure which doesn't exist
353[info] - should invoke the correct function with 'onUnrecognizedUserArg'
354[info] - should be able to source sensitive config files
355[info] - should show values when a show is given
356[info] - should include configurations on the classpath
357[info] - should honor settings from left to right
358[info] - should read files from the file system
359[info] RichConfigTest:
360[info] RichConfig.dynamic select
361[info] - should be able to traverse the config usign dynamic values
362[info] - should error if it tries to access invalid paths
363[info] RichConfig.overrideWith
364[info] - should provide a config with the config values set
365[info] RichConfig.setArray
366[info] - should be able to set an array
367[info] RichConfig.set
368[info] - should set string values
369[info] - should provide a config with the config values set
370[info] RichConfig.summary
371[info] - should show a flatten summary of a configuration
372[info] - should show the summary for summaryAtPath
373[info] RichConfig.asDuration
374[info] - should convert an infinite time to a duration
375[info] - should convert 10s to a finite duration
376[info] RichConfig.withUserArgs
377[info] - should treat comma-separated values as lists when overriding string lists
378[info] - should treat comma-separated values as an error when overriding object lists
379[info] - should treat comma-separated values as a string when overriding a string
380[info] - should allow the config to set key/value pairs from user arguments
381[info] RichConfig.without
382[info] - should return a configuration which excludes the paths from another config
383[info] RichConfig.pathRoots
384[info] - should return only the top-level config roots
385[info] RichConfig.origins
386[info] - should return the unique origins from which the configurations were sources
387[info] RichConfig.asList
388[info] - should be able to read both array and string values as a list
389[info] RichConfig.collectAsMap
390[info] - should collect the string values for a configuration
391[info] RichConfig.intersect
392[info] - should compute the intersection of two configs
393
394************************
395Build summary:
396[{
397 "module": "args4c",
398 "compile": {"status": "ok", "tookMs": 7681, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
399 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
400 "test-compile": {"status": "ok", "tookMs": 8870, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
401 "test": {"status": "ok", "tookMs": 5005, "passed": 55, "failed": 0, "ignored": 0, "skipped": 0, "total": 55, "byFramework": [{"framework": "unknown", "stats": {"passed": 55, "failed": 0, "ignored": 0, "skipped": 0, "total": 55}}]},
402 "publish": {"status": "skipped", "tookMs": 0},
403 "metadata": {
404 "crossScalaVersions": ["3.1.0"]
405}
406}]
407************************
408[success] Total time: 22 s, completed Jan 8, 2026, 1:53:04 AM
409[0JChecking patch src/test/scala/args4c/SecureConfigTest.scala...
410Hunk #1 succeeded at 56 (offset 1 line).
411Checking patch project/plugins.sbt...
412Checking patch project/build.properties...
413Checking patch build.sbt...
414Applied patch src/test/scala/args4c/SecureConfigTest.scala cleanly.
415Applied patch project/plugins.sbt cleanly.
416Applied patch project/build.properties cleanly.
417Applied patch build.sbt cleanly.