Build Logs
lancewalton/treelog • 3.8.0-RC6:2026-01-08
Errors
0
Warnings
29
Total Lines
359
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 8.801s.
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 Jan 8, 2026, 2:25:56 AM
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": 9970, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
145 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
146 "test-compile": {"status": "ok", "tookMs": 9780, "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: 21 s, completed Jan 8, 2026, 2:26:17 AM
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-RC6
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-RC6
173Execute tests: true
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-RC6
180Targets: com.casualmiracles%treelog
181Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","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-RC6
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-RC6"
201"++3.8.0-RC6 -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-RC6 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","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-RC6
229OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC6 in treeLog/crossScalaVersions
230[info] set current project to treeLog (in build file:/build/repo/)
231[info] Setting Scala version to 3.8.0-RC6 on 1 projects.
232[info] Switching Scala version on:
233[info] * treeLog (3.8.0-RC6, 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 Jan 8, 2026, 2:26:26 AM
258Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.7"],"sourcePatches":[]}
259Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,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-RC6/classes ...
269[info] done compiling
270[info] compiling 7 Scala sources to /build/repo/target/scala-3.8.0-RC6/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[info] DescribedComputationSerializationSpec:
275[info] - toSerializableForm and fromSerializableForm are inverses
276[info] LogTreeSyntaxSpec:
277[info] Combining two leaves using a for comprehension must
278[info] - create a branch with the description of the first failed leaf on the left, without a description and with success equal to false when at least one of the leaves has success = false
279[info] - create a branch with the yielded value, without a description and with success equal to true when both leaves have success = true
280[info] - preserve annotations
281[info] Hoisting a branch must
282[info] - copy the existing branch and give it the description when the hoisted branch has no description
283[info] - create a new parent above the existing branch and give it the description when the hoisted branch has a description
284[info] - folding a result under a parent
285[info] - preserve annotations
286[info] Hoisting a leaf into a branch must
287[info] - when the leaf is a failure, create a failure root node with the description with a single child which is the leaf
288[info] - when the leaf is a success, create a success root node with the description with a single child which is the leaf
289[info] Option ~>? with a description must
290[info] - do the same as 'failure' when the Option is None
291[info] - do the same as 'success' when the Option is Some
292[info] Option ~>? with a noneDescription and a function for someDescription must
293[info] - do the same as 'failure' when the Option is None
294[info] - do the same as 'success' when the Option is Some
295[info] Option ~>? with a noneDescription and a someDescription must
296[info] - do the same as 'failure' when the Option is None
297[info] - do the same as 'success' when the Option is Some
298[info] \/ ~>? with a description must
299[info] - do the same as 'failure' with left
300[info] - do the same as 'success' with right
301[info] \/ ~>? with a leftDescription function and a rightDescription function must
302[info] - do the same as 'failure' with left
303[info] - do the same as 'success' with right
304[info] \/ ~>? with a leftDescription function and a rightDescription must
305[info] - do the same as 'failure' with left
306[info] - do the same as 'success' with right
307[info] allAnnotations must
308[info] - compile the set of all annotations in the tree
309[info] boolean ~>? with a description must
310[info] - do the same as 'failure' when the boolean is false
311[info] - do the same as 'success' when the boolean is true
312[info] boolean ~>? with a failureDescription and a successDescription must
313[info] - do the same as 'failure' with the failureDescription when the boolean is false
314[info] - do the same as 'success' with the successDescription when the boolean is true
315[info] failure must
316[info] - produce a value with the given message on the left
317[info] - produce a written with a failure leaf node and the given desscription
318[info] leaf creation with ~> and a function must
319[info] - do the same as 'success' after applying the function to the value
320[info] leaf creation with ~> and a string must
321[info] - do the same as 'success'
322[info] leaf creation with ~>! and a function must
323[info] - do the same as 'failure' after applying the function to the value
324[info] leaf creation with ~>! and a string must
325[info] - do the same as 'failure'
326[info] success must
327[info] - produce a value with the given value on the right
328[info] - produce a written with a success leaf node and no description
329[info] - produce a written with a success leaf node and the given description
330[info] ~>* must
331[info] - return a failure when one or more children is a failure
332[info] - return a success when all children are successes
333[info] ~>/ must
334[info] - return failure and a log tree describing the fold as far as it got
335[info] - return success with the folded value and a log tree describing the fold when all parts are successes
336[info] ~~ must
337[info] - add the annotation to the relevant node's annotation set
338
339************************
340Build summary:
341[{
342 "module": "treelog",
343 "compile": {"status": "ok", "tookMs": 10091, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
344 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
345 "test-compile": {"status": "ok", "tookMs": 9268, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
346 "test": {"status": "ok", "tookMs": 857, "passed": 41, "failed": 0, "ignored": 0, "skipped": 0, "total": 41, "byFramework": [{"framework": "unknown", "stats": {"passed": 41, "failed": 0, "ignored": 0, "skipped": 0, "total": 41}}]},
347 "publish": {"status": "skipped", "tookMs": 0},
348 "metadata": {
349 "crossScalaVersions": ["3.3.5", "2.13.16", "2.12.20"]
350}
351}]
352************************
353[success] Total time: 23 s, completed Jan 8, 2026, 2:26:49 AM
354[0JChecking patch project/plugins.sbt...
355Checking patch project/build.properties...
356Checking patch build.sbt...
357Applied patch project/plugins.sbt cleanly.
358Applied patch project/build.properties cleanly.
359Applied patch build.sbt cleanly.