Build Logs

lancewalton/treelog • 3.8.0-RC2:2025-11-27

Errors

0

Warnings

29

Total Lines

295

1##################################
2Clonning https://github.com/lancewalton/treelog.git into /build/repo using revision v1.9.5
3##################################
4Note: switching to '99cf1eb74b1968f01de43a16ac6d43318a24aa27'.
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
21Using target Scala version for migration: 3.7.4
22Migrating project for -source:3.7 using Scala 3.7.4
23----
24Preparing build for 3.7.4
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.7-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28----
29Starting build for 3.7.4
30Execute tests: false
31sbt project found:
32Sbt version 1.11.0 is not supported, minimal supported version is 1.11.5
33Enforcing usage of sbt in version 1.11.5
34No prepare script found for project lancewalton/treelog
35##################################
36Scala version: 3.7.4
37Targets: com.casualmiracles%treelog
38Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[]}
39##################################
40Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
41Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
42[sbt_options] declare -a sbt_options=()
43[process_args] java_version = '17'
44[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
45# Executing command line:
46java
47-Dfile.encoding=UTF-8
48-Dcommunitybuild.scala=3.7.4
49-Dcommunitybuild.project.dependencies.add=
50-Xmx7G
51-Xms4G
52-Xss8M
53-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
54-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
55-jar
56/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
57"setCrossScalaVersions 3.7.4"
58"++3.7.4 -v"
59"mapScalacOptions "-rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
60"set every credentials := Nil"
61"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
62"removeScalacOptionsStartingWith -P:wartremover"
63
64moduleMappings
65"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[]}""" com.casualmiracles%treelog"
66
67[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
68[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
69[info] loading project definition from /build/repo/project
70[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
71[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
72[info] Compilation completed in 9.503s.
73[info] done compiling
74/build/repo/build.sbt:0: warning: This wildcard import imports sbt.util, which is shadowed by util.
75This is not according to the language specification and has changed in Scala 2.13, where sbt.util takes precedence.
76To keep the same meaning in 2.12 and 2.13, un-import util by adding `util => _` to the import list.
77import _root_.sbt._
78 ^
79[info] loading settings for project treeLog from build.sbt...
80[info] set current project to treeLog (in build file:/build/repo/)
81[warn] there are 3 keys that are not used by any other settings/tasks:
82[warn]
83[warn] * Global / resolvers
84[warn] +- (sbt.Classpaths.baseGlobalDefaults) Defaults.scala:3143
85[warn] +- /build/repo/project/CommunityBuildPlugin.scala:385
86[warn] +- /build/repo/build.sbt:123
87[warn] * ThisBuild / name
88[warn] +- /build/repo/build.sbt:10
89[warn] * ThisBuild / versionScheme
90[warn] +- /build/repo/build.sbt:60
91[warn]
92[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
93[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
94Execute setCrossScalaVersions: 3.7.4
95OpenCB::Changing crossVersion 3.3.5 -> 3.7.4 in treeLog/crossScalaVersions
96[info] set current project to treeLog (in build file:/build/repo/)
97[info] Setting Scala version to 3.7.4 on 1 projects.
98[info] Switching Scala version on:
99[info] * treeLog (3.7.4, 2.13.16, 2.12.20)
100[info] Excluding projects:
101[info] Reapplying settings...
102[info] set current project to treeLog (in build file:/build/repo/)
103Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
104[info] Reapplying settings...
105[info] set current project to treeLog (in build file:/build/repo/)
106[info] Defining Global / credentials, credentials
107[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 8 others.
108[info] Run `last` for details.
109[info] Reapplying settings...
110[info] set current project to treeLog (in build file:/build/repo/)
111Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
112[info] Reapplying settings...
113OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
114
115 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
116 Did you mean allExcludeDependencies ?
117 , retry without global scopes
118[info] Reapplying settings...
119[info] set current project to treeLog (in build file:/build/repo/)
120Execute removeScalacOptionsStartingWith: -P:wartremover
121[info] Reapplying settings...
122[info] set current project to treeLog (in build file:/build/repo/)
123[success] Total time: 0 s, completed Nov 27, 2025, 10:05:03 PM
124Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[]}
125Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
126Starting build...
127Projects: Set(treeLog)
128Starting build for ProjectRef(file:/build/repo/,treeLog) (treelog)... [0/1]
129OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
130OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
131OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
132OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
133OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
134Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:locals, -Wunused:params, -Wunused:privates, -release:8, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
135[info] compiling 7 Scala sources to /build/repo/target/scala-3.7.4/classes ...
136[info] done compiling
137[info] compiling 7 Scala sources to /build/repo/target/scala-3.7.4/test-classes ...
138[info] done compiling
139
140************************
141Build summary:
142[{
143 "module": "treelog",
144 "compile": {"status": "ok", "tookMs": 11856, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
145 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
146 "test-compile": {"status": "ok", "tookMs": 10338, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
147 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
148 "publish": {"status": "skipped", "tookMs": 0},
149 "metadata": {
150 "crossScalaVersions": ["3.3.5", "2.13.16", "2.12.20"]
151}
152}]
153************************
154[success] Total time: 39 s, completed Nov 27, 2025, 10:05:43 PM
155[0JChecking patch project/plugins.sbt...
156Checking patch project/build.properties...
157Checking patch build.sbt...
158Applied patch project/plugins.sbt cleanly.
159Applied patch project/build.properties cleanly.
160Applied patch build.sbt cleanly.
161No migration rewrite changes found, would not commit
162----
163Preparing build for 3.8.0-RC2
164Scala binary version found: 3.8
165Implicitly using source version 3.8
166Scala binary version found: 3.8
167Implicitly using source version 3.8
168Would try to apply common scalacOption (best-effort, sbt/mill only):
169Append: ,REQUIRE:-source:3.8
170Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
171----
172Starting build for 3.8.0-RC2
173Execute tests: false
174sbt project found:
175Sbt version 1.11.0 is not supported, minimal supported version is 1.11.5
176Enforcing usage of sbt in version 1.11.5
177No prepare script found for project lancewalton/treelog
178##################################
179Scala version: 3.8.0-RC2
180Targets: com.casualmiracles%treelog
181Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[]}
182##################################
183Using extra scalacOptions: ,REQUIRE:-source:3.8
184Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
185[sbt_options] declare -a sbt_options=()
186[process_args] java_version = '17'
187[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
188# Executing command line:
189java
190-Dfile.encoding=UTF-8
191-Dcommunitybuild.scala=3.8.0-RC2
192-Dcommunitybuild.project.dependencies.add=
193-Xmx7G
194-Xms4G
195-Xss8M
196-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
197-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
198-jar
199/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
200"setCrossScalaVersions 3.8.0-RC2"
201"++3.8.0-RC2 -v"
202"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
203"set every credentials := Nil"
204"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
205"removeScalacOptionsStartingWith -P:wartremover"
206
207moduleMappings
208"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[]}""" com.casualmiracles%treelog"
209
210[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
211[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
212[info] loading project definition from /build/repo/project
213[info] loading settings for project treeLog from build.sbt...
214[info] set current project to treeLog (in build file:/build/repo/)
215[warn] there are 3 keys that are not used by any other settings/tasks:
216[warn]
217[warn] * Global / resolvers
218[warn] +- (sbt.Classpaths.baseGlobalDefaults) Defaults.scala:3143
219[warn] +- /build/repo/project/CommunityBuildPlugin.scala:385
220[warn] +- /build/repo/build.sbt:123
221[warn] * ThisBuild / name
222[warn] +- /build/repo/build.sbt:10
223[warn] * ThisBuild / versionScheme
224[warn] +- /build/repo/build.sbt:60
225[warn]
226[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
227[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
228Execute setCrossScalaVersions: 3.8.0-RC2
229OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in treeLog/crossScalaVersions
230[info] set current project to treeLog (in build file:/build/repo/)
231[info] Setting Scala version to 3.8.0-RC2 on 1 projects.
232[info] Switching Scala version on:
233[info] * treeLog (3.8.0-RC2, 2.13.16, 2.12.20)
234[info] Excluding projects:
235[info] Reapplying settings...
236[info] set current project to treeLog (in build file:/build/repo/)
237Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
238[info] Reapplying settings...
239[info] set current project to treeLog (in build file:/build/repo/)
240[info] Defining Global / credentials, credentials
241[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 8 others.
242[info] Run `last` for details.
243[info] Reapplying settings...
244[info] set current project to treeLog (in build file:/build/repo/)
245Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
246[info] Reapplying settings...
247OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
248
249 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
250 Did you mean allExcludeDependencies ?
251 , retry without global scopes
252[info] Reapplying settings...
253[info] set current project to treeLog (in build file:/build/repo/)
254Execute removeScalacOptionsStartingWith: -P:wartremover
255[info] Reapplying settings...
256[info] set current project to treeLog (in build file:/build/repo/)
257[success] Total time: 0 s, completed Nov 27, 2025, 10:05:52 PM
258Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[]}
259Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
260Starting build...
261Projects: Set(treeLog)
262Starting build for ProjectRef(file:/build/repo/,treeLog) (treelog)... [0/1]
263OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
264OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
265OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
266OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
267Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:locals, -Wunused:params, -Wunused:privates, --java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
268[info] compiling 7 Scala sources to /build/repo/target/scala-3.8.0-RC2/classes ...
269[info] done compiling
270[info] compiling 7 Scala sources to /build/repo/target/scala-3.8.0-RC2/test-classes ...
271[warn] there were 5 deprecation warnings; re-run with -deprecation for details
272[warn] one warning found
273[info] done compiling
274
275************************
276Build summary:
277[{
278 "module": "treelog",
279 "compile": {"status": "ok", "tookMs": 14171, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
280 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
281 "test-compile": {"status": "ok", "tookMs": 10366, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
282 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
283 "publish": {"status": "skipped", "tookMs": 0},
284 "metadata": {
285 "crossScalaVersions": ["3.3.5", "2.13.16", "2.12.20"]
286}
287}]
288************************
289[success] Total time: 35 s, completed Nov 27, 2025, 10:06:26 PM
290[0JChecking patch project/plugins.sbt...
291Checking patch project/build.properties...
292Checking patch build.sbt...
293Applied patch project/plugins.sbt cleanly.
294Applied patch project/build.properties cleanly.
295Applied patch build.sbt cleanly.