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