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