Build Logs
kitlangton/zio-tui • 3.8.0-RC2:2025-11-26
Errors
0
Warnings
10
Total Lines
284
1##################################
2Clonning https://github.com/kitlangton/zio-tui.git into /build/repo using revision v0.2.2
3##################################
4Note: switching to 'a6877888e3c292c0fa254f517f637fe2c2fbaf71'.
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.1
22----
23Preparing build for 3.8.0-RC2
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: build.sbt
34Pattern: val scala3 = "3.3.1"
35Replacement: val scala3 = "3.8.0-RC2"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scala3 = "3.3.1"' in build.sbt
40----
41Starting build for 3.8.0-RC2
42Execute tests: false
43sbt project found:
44Sbt version 1.9.1 is not supported, minimal supported version is 1.11.5
45Enforcing usage of sbt in version 1.11.5
46No prepare script found for project kitlangton/zio-tui
47/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
48##################################
49Scala version: 3.8.0-RC2
50Targets: io.github.kitlangton%zio-tui
51Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.1\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
52##################################
53Using extra scalacOptions: ,REQUIRE:-source:3.8
54Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
55[sbt_options] declare -a sbt_options=()
56[process_args] java_version = '17'
57[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
58# Executing command line:
59java
60-Dfile.encoding=UTF-8
61-Dcommunitybuild.scala=3.8.0-RC2
62-Dcommunitybuild.project.dependencies.add=
63-Xmx7G
64-Xms4G
65-Xss8M
66-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
67-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
68-jar
69/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
70"setCrossScalaVersions 3.8.0-RC2"
71"++3.8.0-RC2 -v"
72"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
73"set every credentials := Nil"
74"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
75"removeScalacOptionsStartingWith -P:wartremover"
76
77moduleMappings
78"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.1\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" io.github.kitlangton%zio-tui"
79
80[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
81[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
82[info] loading project definition from /build/repo/project
83[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
84[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
85[info] Compilation completed in 8.775s.
86[info] done compiling
87/build/repo/build.sbt:45: warning: match may not be exhaustive.
88It would fail on the following inputs: None, Some((2, _)), Some((_, 12)), Some((_, 13)), Some((_, ??)), Some((_, _))
89 CrossVersion.partialVersion(scalaVersion.value) match {
90 ^
91[info] loading settings for project root from build.sbt...
92[info] ________ ___
93[info] |__ /_ _/ _ \
94[info] / / | | | | |
95[info] / /_ | | |_| |
96[info] /____|___\___/ 0.2.2+0-a6877888+20251126-1610-SNAPSHOT
97[info]
98[info] Useful sbt tasks:
99[info] > build - Prepares sources, compiles and runs tests
100[info] > prepare - Prepares sources by applying both scalafix and scalafmt
101[info] > fix - Fixes sources files using scalafix
102[info] > fmt - Formats source files using scalafmt
103[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
104[info] > testJVM - Runs all JVM tests
105[info] > testJS - Runs all ScalaJS tests
106[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
107[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
108[info] > docs/docusaurusCreateSite - Generates the ZIO microsite
109[info]
110[warn] there are 2 keys that are not used by any other settings/tasks:
111[warn]
112[warn] * ThisBuild / name
113[warn] +- /build/repo/build.sbt:4
114[warn] * ThisBuild / normalizedName
115[warn] +- /build/repo/build.sbt:4
116[warn]
117[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
118[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
119Execute setCrossScalaVersions: 3.8.0-RC2
120OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in examples/crossScalaVersions
121OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in core/crossScalaVersions
122OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in root/crossScalaVersions
123OpenCB::Limitting incorrect crossVersions List() -> List(3.8.0-RC2) in root/crossScalaVersions
124[info] ________ ___
125[info] |__ /_ _/ _ \
126[info] / / | | | | |
127[info] / /_ | | |_| |
128[info] /____|___\___/ 0.2.2+0-a6877888+20251126-1610-SNAPSHOT
129[info]
130[info] Useful sbt tasks:
131[info] > build - Prepares sources, compiles and runs tests
132[info] > prepare - Prepares sources by applying both scalafix and scalafmt
133[info] > fix - Fixes sources files using scalafix
134[info] > fmt - Formats source files using scalafmt
135[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
136[info] > testJVM - Runs all JVM tests
137[info] > testJS - Runs all ScalaJS tests
138[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
139[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
140[info] > docs/docusaurusCreateSite - Generates the ZIO microsite
141[info]
142[info] Setting Scala version to 3.8.0-RC2 on 3 projects.
143[info] Switching Scala version on:
144[info] * root (3.8.0-RC2)
145[info] core (2.13.12, 3.8.0-RC2)
146[info] examples (2.13.12, 3.8.0-RC2)
147[info] Excluding projects:
148[info] Reapplying settings...
149[info] ________ ___
150[info] |__ /_ _/ _ \
151[info] / / | | | | |
152[info] / /_ | | |_| |
153[info] /____|___\___/ 0.2.2+0-a6877888+20251126-1610-SNAPSHOT
154[info]
155[info] Useful sbt tasks:
156[info] > build - Prepares sources, compiles and runs tests
157[info] > prepare - Prepares sources by applying both scalafix and scalafmt
158[info] > fix - Fixes sources files using scalafix
159[info] > fmt - Formats source files using scalafmt
160[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
161[info] > testJVM - Runs all JVM tests
162[info] > testJS - Runs all ScalaJS tests
163[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
164[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
165[info] > docs/docusaurusCreateSite - Generates the ZIO microsite
166[info]
167Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
168[info] Reapplying settings...
169[info] ________ ___
170[info] |__ /_ _/ _ \
171[info] / / | | | | |
172[info] / /_ | | |_| |
173[info] /____|___\___/ 0.2.2+0-a6877888+20251126-1610-SNAPSHOT
174[info]
175[info] Useful sbt tasks:
176[info] > build - Prepares sources, compiles and runs tests
177[info] > prepare - Prepares sources by applying both scalafix and scalafmt
178[info] > fix - Fixes sources files using scalafix
179[info] > fmt - Formats source files using scalafmt
180[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
181[info] > testJVM - Runs all JVM tests
182[info] > testJS - Runs all ScalaJS tests
183[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
184[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
185[info] > docs/docusaurusCreateSite - Generates the ZIO microsite
186[info]
187[info] Defining Global / credentials, core / credentials and 1 others.
188[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 18 others.
189[info] Run `last` for details.
190[info] Reapplying settings...
191[info] ________ ___
192[info] |__ /_ _/ _ \
193[info] / / | | | | |
194[info] / /_ | | |_| |
195[info] /____|___\___/ 0.2.2+0-a6877888+20251126-1610-SNAPSHOT
196[info]
197[info] Useful sbt tasks:
198[info] > build - Prepares sources, compiles and runs tests
199[info] > prepare - Prepares sources by applying both scalafix and scalafmt
200[info] > fix - Fixes sources files using scalafix
201[info] > fmt - Formats source files using scalafmt
202[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
203[info] > testJVM - Runs all JVM tests
204[info] > testJS - Runs all ScalaJS tests
205[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
206[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
207[info] > docs/docusaurusCreateSite - Generates the ZIO microsite
208[info]
209Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
210[info] Reapplying settings...
211OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
212
213 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
214 Did you mean allExcludeDependencies ?
215 , retry without global scopes
216[info] Reapplying settings...
217[info] ________ ___
218[info] |__ /_ _/ _ \
219[info] / / | | | | |
220[info] / /_ | | |_| |
221[info] /____|___\___/ 0.2.2+0-a6877888+20251126-1610-SNAPSHOT
222[info]
223[info] Useful sbt tasks:
224[info] > build - Prepares sources, compiles and runs tests
225[info] > prepare - Prepares sources by applying both scalafix and scalafmt
226[info] > fix - Fixes sources files using scalafix
227[info] > fmt - Formats source files using scalafmt
228[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
229[info] > testJVM - Runs all JVM tests
230[info] > testJS - Runs all ScalaJS tests
231[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
232[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
233[info] > docs/docusaurusCreateSite - Generates the ZIO microsite
234[info]
235Execute removeScalacOptionsStartingWith: -P:wartremover
236[info] Reapplying settings...
237[info] ________ ___
238[info] |__ /_ _/ _ \
239[info] / / | | | | |
240[info] / /_ | | |_| |
241[info] /____|___\___/ 0.2.2+0-a6877888+20251126-1610-SNAPSHOT
242[info]
243[info] Useful sbt tasks:
244[info] > build - Prepares sources, compiles and runs tests
245[info] > prepare - Prepares sources by applying both scalafix and scalafmt
246[info] > fix - Fixes sources files using scalafix
247[info] > fmt - Formats source files using scalafmt
248[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
249[info] > testJVM - Runs all JVM tests
250[info] > testJS - Runs all ScalaJS tests
251[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
252[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
253[info] > docs/docusaurusCreateSite - Generates the ZIO microsite
254[info]
255[success] Total time: 0 s, completed Nov 26, 2025, 4:10:19 PM
256Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.1\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
257Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
258Starting build...
259Projects: Set(root)
260Starting build for ProjectRef(file:/build/repo/,root) (zio-tui)... [0/1]
261OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
262Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
263
264************************
265Build summary:
266[{
267 "module": "zio-tui",
268 "compile": {"status": "ok", "tookMs": 2212, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
269 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
270 "test-compile": {"status": "ok", "tookMs": 141, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
271 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
272 "publish": {"status": "ok", "tookMs": 4},
273 "metadata": {
274 "crossScalaVersions": ["3.3.1"]
275}
276}]
277************************
278[success] Total time: 9 s, completed Nov 26, 2025, 4:10:28 PM
279[0JChecking patch project/plugins.sbt...
280Checking patch project/build.properties...
281Checking patch build.sbt...
282Applied patch project/plugins.sbt cleanly.
283Applied patch project/build.properties cleanly.
284Applied patch build.sbt cleanly.