Build Logs

zio-archive/zio-morphir • scheduled_3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY

Errors

0

Warnings

18

Total Lines

372

1##################################
2Clonning https://github.com/zio-archive/zio-morphir.git into /build/repo using revision
3##################################
4----
5Preparing build for 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY
6Scala binary version found: 3.8
7Implicitly using source version 3.8
8Scala binary version found: 3.8
9Implicitly using source version 3.8
10Would try to apply common scalacOption (best-effort, sbt/mill only):
11Append: ,REQUIRE:-source:3.8
12Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
13
14Try apply source patch:
15Path: project/BuildHelper.scala
16Pattern: val Scala3: String = versions("3")
17Replacement: val Scala3: String = "3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY"
18Starting compilation server
19Compiling project (Scala 3.7.3, JVM (17))
20Compiled project (Scala 3.7.3, JVM (17))
21Successfully applied pattern 'val Scala3: String = versions("3")' in project/BuildHelper.scala
22----
23Starting build for 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY
24Execute tests: false
25sbt project found:
26Sbt version 1.7.1 is not supported, minimal supported version is 1.11.5
27Enforcing usage of sbt in version 1.11.5
28No prepare script found for project zio-archive/zio-morphir
29##################################
30Scala version: 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY
31Targets:
32Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/BuildHelper.scala","pattern":"val Scala3: String = versions(\"3\")","replaceWith":"val Scala3: String = \"<SCALA_VERSION>\""}]}
33##################################
34Using extra scalacOptions: ,REQUIRE:-source:3.8
35Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
36[sbt_options] declare -a sbt_options=()
37[process_args] java_version = '17'
38[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
39# Executing command line:
40java
41-Dfile.encoding=UTF-8
42-Xss512M
43-Xms5120m
44-Xmx5120m
45-XX:MaxMetaspaceSize=1024m
46-XX:MetaspaceSize=760m
47-Dcommunitybuild.scala=3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY
48-Dcommunitybuild.project.dependencies.add=
49-Xmx7G
50-Xms4G
51-Xss8M
52-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
53-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
54-jar
55/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
56"setCrossScalaVersions 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY"
57"++3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -v"
58"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
59"set every credentials := Nil"
60"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
61"removeScalacOptionsStartingWith -P:wartremover"
62
63moduleMappings
64"runBuild 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/BuildHelper.scala","pattern":"val Scala3: String = versions(\"3\")","replaceWith":"val Scala3: String = \"<SCALA_VERSION>\""}]}""" "
65
66[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
67[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
68[info] loading project definition from /build/repo/project
69[info] compiling 4 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
70[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
71[info] Compilation completed in 8.952s.
72[warn] /build/repo/project/BuildHelper.scala:249:17: value scalafixScalaBinaryVersion in object autoImport is deprecated (since 0.12.1): scalafixScalaBinaryVersion now follows scalaVersion by default
73[warn] ThisBuild / scalafixScalaBinaryVersion := CrossVersion.binaryScalaVersion(scalaVersion.value),
74[warn] ^
75[warn] one warning found
76[info] done compiling
77[info] loading settings for project root from build.sbt...
78[info] resolving key references (28545 settings) ...
79[info] ________ ___
80[info] |__ /_ _/ _ \
81[info] / / | | | | |
82[info] / /_ | | |_| |
83[info] /____|___\___/ 0.2.0-M01+22-6a3734aa+20260110-0005-SNAPSHOT
84[info]
85[info] Useful sbt tasks:
86[info] > build - Prepares sources, compiles and runs tests.
87[info] > prepare - Prepares sources by applying both scalafix and scalafmt
88[info] > fix - Fixes sources files using scalafix
89[info] > fmt - Formats source files using scalafmt
90[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
91[info] > testJVM - Runs all JVM tests
92[info] > testJS - Runs all ScalaJS tests
93[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
94[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
95[info] > docs/docusaurusCreateSite - Generates the ZIO microsite
96[info]
97[warn] there's a key that's not used by any other settings/tasks:
98[warn]
99[warn] * ThisBuild / scalafixScalaBinaryVersion
100[warn] +- /build/repo/project/BuildHelper.scala:249
101[warn]
102[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
103[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
104Execute setCrossScalaVersions: 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY
105OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in docs/crossScalaVersions
106OpenCB::Limitting incorrect crossVersions List() -> List(2.13.8) in root3/crossScalaVersions
107OpenCB::Limitting incorrect crossVersions List() -> List(2.13.8) in root/crossScalaVersions
108OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in sexprJS/crossScalaVersions
109OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in langJVM/crossScalaVersions
110OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in cli/crossScalaVersions
111OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in irJS/crossScalaVersions
112OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in interpreterJVM/crossScalaVersions
113OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in coreJVM/crossScalaVersions
114OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in jsonJS/crossScalaVersions
115OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in irJVM/crossScalaVersions
116OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in interpreterJS/crossScalaVersions
117OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in jsonJVM/crossScalaVersions
118OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in sdkJS/crossScalaVersions
119OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in sdkJVM/crossScalaVersions
120OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in coreJS/crossScalaVersions
121OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in annotationJS/crossScalaVersions
122Build timeouts: 1, would retry
123Retrying build, retry 1/2, force Scala version:false, enable migration:
124[sbt_options] declare -a sbt_options=()
125[process_args] java_version = '17'
126[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
127# Executing command line:
128java
129-Dfile.encoding=UTF-8
130-Xss512M
131-Xms5120m
132-Xmx5120m
133-XX:MaxMetaspaceSize=1024m
134-XX:MetaspaceSize=760m
135-Dcommunitybuild.scala=3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY
136-Dcommunitybuild.project.dependencies.add=
137-Xmx7G
138-Xms4G
139-Xss8M
140-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
141-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
142-jar
143/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
144"setCrossScalaVersions 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY"
145"++3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -v"
146"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
147"set every credentials := Nil"
148"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
149"removeScalacOptionsStartingWith -P:wartremover"
150
151moduleMappings
152"runBuild 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/BuildHelper.scala","pattern":"val Scala3: String = versions(\"3\")","replaceWith":"val Scala3: String = \"<SCALA_VERSION>\""}]}""" "
153
154[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
155[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
156[info] loading project definition from /build/repo/project
157[info] loading settings for project root from build.sbt...
158[info] resolving key references (28545 settings) ...
159[info] ________ ___
160[info] |__ /_ _/ _ \
161[info] / / | | | | |
162[info] / /_ | | |_| |
163[info] /____|___\___/ 0.2.0-M01+22-6a3734aa+20260110-0155-SNAPSHOT
164[info]
165[info] Useful sbt tasks:
166[info] > build - Prepares sources, compiles and runs tests.
167[info] > prepare - Prepares sources by applying both scalafix and scalafmt
168[info] > fix - Fixes sources files using scalafix
169[info] > fmt - Formats source files using scalafmt
170[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
171[info] > testJVM - Runs all JVM tests
172[info] > testJS - Runs all ScalaJS tests
173[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
174[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
175[info] > docs/docusaurusCreateSite - Generates the ZIO microsite
176[info]
177[warn] there's a key that's not used by any other settings/tasks:
178[warn]
179[warn] * ThisBuild / scalafixScalaBinaryVersion
180[warn] +- /build/repo/project/BuildHelper.scala:249
181[warn]
182[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
183[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
184Execute setCrossScalaVersions: 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY
185OpenCB::Limitting incorrect crossVersions List() -> List(2.13.8) in root3/crossScalaVersions
186OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in docs/crossScalaVersions
187OpenCB::Limitting incorrect crossVersions List() -> List(2.13.8) in root/crossScalaVersions
188OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in sexprJS/crossScalaVersions
189OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in langJVM/crossScalaVersions
190OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in cli/crossScalaVersions
191OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in irJS/crossScalaVersions
192OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in interpreterJVM/crossScalaVersions
193OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in coreJVM/crossScalaVersions
194OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in jsonJS/crossScalaVersions
195OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in irJVM/crossScalaVersions
196OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in interpreterJS/crossScalaVersions
197OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in jsonJVM/crossScalaVersions
198OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in sdkJS/crossScalaVersions
199OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in sdkJVM/crossScalaVersions
200OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in sexprJVM/crossScalaVersions
201OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in annotationJVM/crossScalaVersions
202OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in coreJS/crossScalaVersions
203OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY -> 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY in annotationJS/crossScalaVersions
204[info] ________ ___
205[info] |__ /_ _/ _ \
206[info] / / | | | | |
207[info] / /_ | | |_| |
208[info] /____|___\___/ 0.2.0-M01+22-6a3734aa+20260110-0155-SNAPSHOT
209[info]
210[info] Useful sbt tasks:
211[info] > build - Prepares sources, compiles and runs tests.
212[info] > prepare - Prepares sources by applying both scalafix and scalafmt
213[info] > fix - Fixes sources files using scalafix
214[info] > fmt - Formats source files using scalafmt
215[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
216[info] > testJVM - Runs all JVM tests
217[info] > testJS - Runs all ScalaJS tests
218[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
219[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
220[info] > docs/docusaurusCreateSite - Generates the ZIO microsite
221[info]
222[info] Setting Scala version to 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY on 17 projects.
223[info] Switching Scala version on:
224[info] sexprJVM (2.13.8, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
225[info] interpreterJS (2.13.8, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
226[info] irJVM (2.13.8, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
227[info] irJS (2.13.8, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
228[info] annotationJS (2.13.8, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
229[info] interpreterJVM (2.13.8, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
230[info] docs (2.13.8, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
231[info] jsonJVM (2.13.8, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
232[info] annotationJVM (2.13.8, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
233[info] coreJS (2.13.8, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
234[info] langJVM (2.13.8, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
235[info] coreJVM (2.13.8, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
236[info] cli (2.13.8, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
237[info] jsonJS (2.13.8, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
238[info] sexprJS (2.13.8, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
239[info] sdkJS (2.13.8, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
240[info] sdkJVM (2.13.8, 3.8.1-RC1-bin-20260109-97cdaf4-NIGHTLY)
241[info] Excluding projects:
242[info] irNative (2.13.8)
243[info] * root (2.13.8)
244[info] coreNative (2.13.8)
245[info] root3 (2.13.8)
246[info] annotationNative (2.13.8)
247[info] Reapplying settings...
248[info] ________ ___
249[info] |__ /_ _/ _ \
250[info] / / | | | | |
251[info] / /_ | | |_| |
252[info] /____|___\___/ 0.2.0-M01+22-6a3734aa+20260110-0155-SNAPSHOT
253[info]
254[info] Useful sbt tasks:
255[info] > build - Prepares sources, compiles and runs tests.
256[info] > prepare - Prepares sources by applying both scalafix and scalafmt
257[info] > fix - Fixes sources files using scalafix
258[info] > fmt - Formats source files using scalafmt
259[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
260[info] > testJVM - Runs all JVM tests
261[info] > testJS - Runs all ScalaJS tests
262[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
263[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
264[info] > docs/docusaurusCreateSite - Generates the ZIO microsite
265[info]
266Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
267[info] Reapplying settings...
268[info] ________ ___
269[info] |__ /_ _/ _ \
270[info] / / | | | | |
271[info] / /_ | | |_| |
272[info] /____|___\___/ 0.2.0-M01+22-6a3734aa+20260110-0155-SNAPSHOT
273[info]
274[info] Useful sbt tasks:
275[info] > build - Prepares sources, compiles and runs tests.
276[info] > prepare - Prepares sources by applying both scalafix and scalafmt
277[info] > fix - Fixes sources files using scalafix
278[info] > fmt - Formats source files using scalafmt
279[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
280[info] > testJVM - Runs all JVM tests
281[info] > testJS - Runs all ScalaJS tests
282[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
283[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
284[info] > docs/docusaurusCreateSite - Generates the ZIO microsite
285[info]
286[info] Defining Global / credentials, annotationJS / credentials and 20 others.
287[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 132 others.
288[info] Run `last` for details.
289[info] Reapplying settings...
290[info] ________ ___
291[info] |__ /_ _/ _ \
292[info] / / | | | | |
293[info] / /_ | | |_| |
294[info] /____|___\___/ 0.2.0-M01+22-6a3734aa+20260110-0155-SNAPSHOT
295[info]
296[info] Useful sbt tasks:
297[info] > build - Prepares sources, compiles and runs tests.
298[info] > prepare - Prepares sources by applying both scalafix and scalafmt
299[info] > fix - Fixes sources files using scalafix
300[info] > fmt - Formats source files using scalafmt
301[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
302[info] > testJVM - Runs all JVM tests
303[info] > testJS - Runs all ScalaJS tests
304[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
305[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
306[info] > docs/docusaurusCreateSite - Generates the ZIO microsite
307[info]
308Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
309[info] Reapplying settings...
310OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
311
312 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
313 Did you mean irJS / allExcludeDependencies ?
314 , retry without global scopes
315[info] Reapplying settings...
316[info] ________ ___
317[info] |__ /_ _/ _ \
318[info] / / | | | | |
319[info] / /_ | | |_| |
320[info] /____|___\___/ 0.2.0-M01+22-6a3734aa+20260110-0155-SNAPSHOT
321[info]
322[info] Useful sbt tasks:
323[info] > build - Prepares sources, compiles and runs tests.
324[info] > prepare - Prepares sources by applying both scalafix and scalafmt
325[info] > fix - Fixes sources files using scalafix
326[info] > fmt - Formats source files using scalafmt
327[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
328[info] > testJVM - Runs all JVM tests
329[info] > testJS - Runs all ScalaJS tests
330[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
331[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
332[info] > docs/docusaurusCreateSite - Generates the ZIO microsite
333[info]
334Execute removeScalacOptionsStartingWith: -P:wartremover
335[info] Reapplying settings...
336[info] ________ ___
337[info] |__ /_ _/ _ \
338[info] / / | | | | |
339[info] / /_ | | |_| |
340[info] /____|___\___/ 0.2.0-M01+22-6a3734aa+20260110-0155-SNAPSHOT
341[info]
342[info] Useful sbt tasks:
343[info] > build - Prepares sources, compiles and runs tests.
344[info] > prepare - Prepares sources by applying both scalafix and scalafmt
345[info] > fix - Fixes sources files using scalafix
346[info] > fmt - Formats source files using scalafmt
347[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
348[info] > testJVM - Runs all JVM tests
349[info] > testJS - Runs all ScalaJS tests
350[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
351[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
352[info] > docs/docusaurusCreateSite - Generates the ZIO microsite
353[info]
354[success] Total time: 0 s, completed Jan 10, 2026, 1:55:23 AM
355Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/BuildHelper.scala","pattern":"val Scala3: String = versions(\"3\")","replaceWith":"val Scala3: String = \"<SCALA_VERSION>\""}]}
356Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
357Starting build...
358Projects: Set()
359
360************************
361Build summary:
362[]
363************************
364[success] Total time: 0 s, completed Jan 10, 2026, 1:55:23 AM
365[0JChecking patch project/plugins.sbt...
366Checking patch project/build.properties...
367Checking patch project/BuildHelper.scala...
368Checking patch build.sbt...
369Applied patch project/plugins.sbt cleanly.
370Applied patch project/build.properties cleanly.
371Applied patch project/BuildHelper.scala cleanly.
372Applied patch build.sbt cleanly.