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