Build Logs

vigoo/prox • 12332952851

Errors

0

Warnings

734

Total Lines

1322

1##################################
2Clonning https://github.com/vigoo/prox.git into repo using revision v0.8.0
3##################################
4Note: switching to '764817306e5134a4bd0320c49fe921405d693f3a'.
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
21Migrating project using Scala 3.4.2
22----
23Preparing build for 3.4.2
24Scala binary version found: 3.4
25Implicitly using source version 3.4-migration
26Scala binary version found: 3.4
27Implicitly using source version 3.4-migration
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: -rewrite,-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s
30Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
31----
32Starting build for 3.4.2
33Execute tests: false
34sbt project found:
35Try apply source patch:
36Path: build.sbt
37Pattern: val scala3 = "3.3.1"
38Replacement: val scala3 = "3.4.2"
39Starting compilation server
40Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/3.4.2/scala3-compiler_3-3.4.2.pom
41Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/3.4.2/scala3-compiler_3-3.4.2.pom
42Downloading https://repo1.maven.org/maven2/org/scala-lang/tasty-core_3/3.4.2/tasty-core_3-3.4.2.pom
43Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.4.2/scala3-library_3-3.4.2.pom
44Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-interfaces/3.4.2/scala3-interfaces-3.4.2.pom
45Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-interfaces/3.4.2/scala3-interfaces-3.4.2.pom
46Downloaded https://repo1.maven.org/maven2/org/scala-lang/tasty-core_3/3.4.2/tasty-core_3-3.4.2.pom
47Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.4.2/scala3-library_3-3.4.2.pom
48Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/3.4.2/scala3-compiler_3-3.4.2.jar
49Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-interfaces/3.4.2/scala3-interfaces-3.4.2.jar
50Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.4.2/scala3-library_3-3.4.2.jar
51Downloading https://repo1.maven.org/maven2/org/scala-lang/tasty-core_3/3.4.2/tasty-core_3-3.4.2.jar
52Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-interfaces/3.4.2/scala3-interfaces-3.4.2.jar
53Downloaded https://repo1.maven.org/maven2/org/scala-lang/tasty-core_3/3.4.2/tasty-core_3-3.4.2.jar
54Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.4.2/scala3-library_3-3.4.2.jar
55Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/3.4.2/scala3-compiler_3-3.4.2.jar
56Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-sbt-bridge/3.4.2/scala3-sbt-bridge-3.4.2.pom
57Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-sbt-bridge/3.4.2/scala3-sbt-bridge-3.4.2.pom
58Downloading https://repo1.maven.org/maven2/org/scala-lang/scala3-sbt-bridge/3.4.2/scala3-sbt-bridge-3.4.2.jar
59Downloaded https://repo1.maven.org/maven2/org/scala-lang/scala3-sbt-bridge/3.4.2/scala3-sbt-bridge-3.4.2.jar
60Compiling project (Scala 3.4.2, JVM (11))
61Compiled project (Scala 3.4.2, JVM (11))
62Successfully applied pattern 'val scala3 = "3.3.1"' in repo/build.sbt
63No prepare script found for project vigoo/prox
64##################################
65Scala version: 3.4.2
66Targets: io.github.vigoo%prox-core io.github.vigoo%prox-fs2-3 io.github.vigoo%prox-java9 io.github.vigoo%prox-zstream-2
67Project projectConfig: { "projects": { "exclude": [], "overrides": {} }, "java": { "version": "11" }, "sbt": { "commands": [], "options": [] }, "mill": { "options": [] }, "tests": "compile-only", "migrationVersions": [ "3.4.2" ], "sourcePatches": [ { "path": "build.sbt", "pattern": "val scala3 = \"3.3.1\"", "replaceWith": "val scala3 = \"<SCALA_VERSION>\"" } ] }
68##################################
69Using extra scalacOptions: -rewrite,-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s
70Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
71[sbt_options] declare -a sbt_options=()
72[process_args] java_version = '11'
73[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_11_0_20/rt.jar'
74# Executing command line:
75java
76-Dfile.encoding=UTF-8
77-Dcommunitybuild.scala=3.4.2
78-Dcommunitybuild.project.dependencies.add=
79-Xmx7G
80-Xms4G
81-Xss8M
82-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
83-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_11_0_20
84-jar
85/root/.sdkman/candidates/sbt/1.9.6/bin/sbt-launch.jar
86"setCrossScalaVersions 3.4.2"
87"++3.4.2 -v"
88"mapScalacOptions "-rewrite,-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,""
89"set every credentials := Nil"
90
91moduleMappings
92"runBuild 3.4.2 """{
93 "projects": {
94 "exclude": [],
95 "overrides": {}
96 },
97 "java": {
98 "version": "11"
99 },
100 "sbt": {
101 "commands": [],
102 "options": []
103 },
104 "mill": {
105 "options": []
106 },
107 "tests": "compile-only",
108 "migrationVersions": [
109 "3.4.2"
110 ],
111 "sourcePatches": [
112 {
113 "path": "build.sbt",
114 "pattern": "val scala3 = \"3.3.1\"",
115 "replaceWith": "val scala3 = \"<SCALA_VERSION>\""
116 }
117 ]
118}""" io.github.vigoo%prox-core io.github.vigoo%prox-fs2-3 io.github.vigoo%prox-java9 io.github.vigoo%prox-zstream-2"
119
120[info] [launcher] getting org.scala-sbt sbt 1.9.8 (this may take some time)...
121[info] welcome to sbt 1.9.8 (Eclipse Adoptium Java 11.0.20)
122[info] loading settings for project repo-build from plugins.sbt ...
123[info] loading project definition from /build/repo/project
124[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
125[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.18. Compiling...
126[info] Compilation completed in 8.034s.
127[info] done compiling
128[info] loading settings for project prox from build.sbt ...
129[info] set current project to prox (in build file:/build/repo/)
130[warn] there are 12 keys that are not used by any other settings/tasks:
131[warn]
132[warn] * docs / Compile / compile / coverageEnabled
133[warn] +- /build/repo/build.sbt:35
134[warn] * docs / Test / compile / coverageEnabled
135[warn] +- /build/repo/build.sbt:34
136[warn] * prox / Compile / compile / coverageEnabled
137[warn] +- /build/repo/build.sbt:35
138[warn] * prox / Test / compile / coverageEnabled
139[warn] +- /build/repo/build.sbt:34
140[warn] * prox-core / Compile / compile / coverageEnabled
141[warn] +- /build/repo/build.sbt:35
142[warn] * prox-core / Test / compile / coverageEnabled
143[warn] +- /build/repo/build.sbt:34
144[warn] * prox-fs2-3 / Compile / compile / coverageEnabled
145[warn] +- /build/repo/build.sbt:35
146[warn] * prox-fs2-3 / Test / compile / coverageEnabled
147[warn] +- /build/repo/build.sbt:34
148[warn] * prox-java9 / Compile / compile / coverageEnabled
149[warn] +- /build/repo/build.sbt:35
150[warn] * prox-java9 / Test / compile / coverageEnabled
151[warn] +- /build/repo/build.sbt:34
152[warn] * prox-zstream-2 / Compile / compile / coverageEnabled
153[warn] +- /build/repo/build.sbt:35
154[warn] * prox-zstream-2 / Test / compile / coverageEnabled
155[warn] +- /build/repo/build.sbt:34
156[warn]
157[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
158[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
159Execute setCrossScalaVersions: 3.4.2
160OpenCB::Changing crossVersion 3.4.2 -> 3.4.2 in prox-zstream-2/crossScalaVersions
161OpenCB::Changing crossVersion 3.4.2 -> 3.4.2 in prox/crossScalaVersions
162OpenCB::Changing crossVersion 3.4.2 -> 3.4.2 in prox-core/crossScalaVersions
163OpenCB::Changing crossVersion 3.4.2 -> 3.4.2 in prox-fs2-3/crossScalaVersions
164OpenCB::Changing crossVersion 3.4.2 -> 3.4.2 in prox-java9/crossScalaVersions
165OpenCB::Changing crossVersion 3.4.2 -> 3.4.2 in docs/crossScalaVersions
166[info] set current project to prox (in build file:/build/repo/)
167[info] Setting Scala version to 3.4.2 on 6 projects.
168[info] Switching Scala version on:
169[info] prox-fs2-3 (2.12.18, 2.13.12, 3.4.2)
170[info] prox-java9 (2.12.18, 2.13.12, 3.4.2)
171[info] docs (2.12.18, 2.13.12, 3.4.2)
172[info] prox-zstream-2 (2.12.18, 2.13.12, 3.4.2)
173[info] * prox (2.12.18, 2.13.12, 3.4.2)
174[info] prox-core (2.12.18, 2.13.12, 3.4.2)
175[info] Excluding projects:
176[info] Reapplying settings...
177[info] set current project to prox (in build file:/build/repo/)
178Execute mapScalacOptions: -rewrite,-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
179[info] Reapplying settings...
180[info] set current project to prox (in build file:/build/repo/)
181[info] Defining Global / credentials, credentials and 4 others.
182[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 47 others.
183[info] Run `last` for details.
184[info] Reapplying settings...
185[info] set current project to prox (in build file:/build/repo/)
186[success] Total time: 0 s, completed Dec 14, 2024, 10:45:57 PM
187Build config: {
188 "projects": {
189 "exclude": [],
190 "overrides": {}
191 },
192 "java": {
193 "version": "11"
194 },
195 "sbt": {
196 "commands": [],
197 "options": []
198 },
199 "mill": {
200 "options": []
201 },
202 "tests": "compile-only",
203 "migrationVersions": [
204 "3.4.2"
205 ],
206 "sourcePatches": [
207 {
208 "path": "build.sbt",
209 "pattern": "val scala3 = \"3.3.1\"",
210 "replaceWith": "val scala3 = \"<SCALA_VERSION>\""
211 }
212 ]
213}
214Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
215Starting build...
216Projects: Set(prox-core, prox-fs2-3, prox-java9, prox-zstream-2)
217Starting build for ProjectRef(file:/build/repo/,prox-core) (prox-core)...
218OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.18 module Global
219OpenCB::Exclude Scala3 specific scalacOption `-source:3.4-migration` in Scala 2.12.18 module Global
220OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
221OpenCB::Would not apply setting `-source:3.4-migration`: Project has predefined source version: Some(-source:3.4-migration)
222Compile scalacOptions: List(-Ykind-projector, -release, 8, -source:3.4-migration, -rewrite, -Wconf:msg=can be rewritten automatically under:s)
223[info] compiling 10 Scala sources to /build/repo/prox-core/target/scala-3.4.2/classes ...
224[info] [patched file /build/repo/prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala]
225[info] [patched file /build/repo/prox-core/src/main/scala/io/github/vigoo/prox/runner.scala]
226[info] [patched file /build/repo/prox-core/src/main/scala/io/github/vigoo/prox/process.scala]
227[info] [patched file /build/repo/prox-core/src/main/scala/io/github/vigoo/prox/redirection.scala]
228[info] done compiling
229[info] compiling 4 Scala sources to /build/repo/prox-core/target/scala-3.4.2/classes ...
230[info] done compiling
231[info] compiling 3 Scala sources to /build/repo/prox-core/target/scala-3.4.2/classes ...
232[info] done compiling
233[info] compiling 10 Scala sources to /build/repo/prox-core/target/scala-3.4.2/classes ...
234[info] done compiling
235[info] Main Scala API documentation to /build/repo/prox-core/target/scala-3.4.2/api...
236[info] Skipping unused scalacOptions: -Wconf, -Ykind-projector, -source, -rewrite
237[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:101:8
238[warn] 101 | trait ProcessGroup[O, E]
239[warn] | ^
240[warn] | No DRI found for query: RedirectableInput
241[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:335:19
242[warn] 335 | override def connectErrors[
243[warn] | ^
244[warn] | No DRI found for query: GroupErrorRedirectionType
245[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/redirection.scala:570:8
246[warn] 570 | def errorsToFoldMonoid[O: ProxMonoid](pipe: ProxPipe[Byte, O]): P[O] =
247[warn] | ^
248[warn] |Unable to parse query `!>#`: expected start of identifier at char 3 in query: !>#
249[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:388:19
250[warn] 388 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
251[warn] | ^
252[warn] | No DRI found for query: OutputRedirectionType
253[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/redirection.scala:96:8
254[warn] 96 | def toFoldMonoid[O: ProxMonoid](pipe: ProxPipe[Byte, O]): P[O] =
255[warn] | ^
256[warn] |Unable to parse query `>#`: expected start of identifier at char 2 in query: >#
257[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:461:19
258[warn] 461 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
259[warn] | ^
260[warn] | No DRI found for query: OutputRedirectionType
261[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:472:19
262[warn] 472 | override def connectErrors[
263[warn] | ^
264[warn] | No DRI found for query: GroupErrorRedirectionType
265[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:537:19
266[warn] 537 | override def connectErrors[
267[warn] | ^
268[warn] | No DRI found for query: GroupErrorRedirectionType
269[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:591:19
270[warn] 591 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
271[warn] | ^
272[warn] | No DRI found for query: OutputRedirectionType
273[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:683:19
274[warn] 683 | override def connectErrors[
275[warn] | ^
276[warn] | No DRI found for query: GroupErrorRedirectionType
277[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:711:19
278[warn] 711 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
279[warn] | ^
280[warn] | No DRI found for query: OutputRedirectionType
281[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:109:8 --
282[warn] 109 | trait Process[O, E] extends ProcessLike with ProcessConfiguration {
283[warn] | ^
284[warn] | No DRI found for query: RedirectableInput
285[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:317:19 -
286[warn] 317 | override def connectError[R <: OutputRedirection, RE](target: R)(implicit
287[warn] | ^
288[warn] | No DRI found for query: OutputRedirectionType
289[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/redirection.scala:321:8
290[warn] 321 | def errorToFoldMonoid[O: ProxMonoid](pipe: ProxPipe[Byte, O]): P[O] =
291[warn] | ^
292[warn] |Unable to parse query `!>#`: expected start of identifier at char 3 in query: !>#
293[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:366:19 -
294[warn] 366 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
295[warn] | ^
296[warn] | No DRI found for query: OutputRedirectionType
297[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:479:19 -
298[warn] 479 | override def connectError[R <: OutputRedirection, RE](target: R)(implicit
299[warn] | ^
300[warn] | No DRI found for query: OutputRedirectionType
301[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:543:19 -
302[warn] 543 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
303[warn] | ^
304[warn] | No DRI found for query: OutputRedirectionType
305[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:593:10 -
306[warn] 593 | def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
307[warn] | ^
308[warn] | No DRI found for query: OutputRedirectionType
309[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:609:19 -
310[warn] 609 | override def connectError[R <: OutputRedirection, RE](target: R)(implicit
311[warn] | ^
312[warn] | No DRI found for query: OutputRedirectionType
313[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:660:10 -
314[warn] 660 | def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
315[warn] | ^
316[warn] | No DRI found for query: OutputRedirectionType
317[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:676:19 -
318[warn] 676 | override def connectError[R <: OutputRedirection, RE](target: R)(implicit
319[warn] | ^
320[warn] | No DRI found for query: OutputRedirectionType
321[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:25:37 ---
322[warn] 25 |the running process
323[warn] | ^
324[warn] | No DRI found for query: RunningProcess
325[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:106:21 --
326[warn] 106 |ocess API */
327[warn] | ^
328[warn] | No DRI found for query: RunningProcess
329[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:120:755 -
330[warn] 120 |
331[warn] | ^
332[warn] | No DRI found for query: RunningProcessGroup
333[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:120:2233
334[warn] 120 |
335[warn] | ^
336[warn] | No DRI found for query: RunningProcess
337[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:22:8 ----
338[warn] 22 | def pipeInto(
339[warn] | ^
340[warn] | No DRI found for query: ProcessGroup
341[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:49:8 ----
342[warn] 49 | def |(other: Process.UnboundProcess): ProcessGroup.ProcessGroupImpl =
343[warn] | ^
344[warn] | No DRI found for query: ProcessGroup
345Problem parsing prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:[0..24..3468], documentation may not be generated.
346[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/package.scala:23:15 --
347[warn] 23 |package object prox {
348[warn] | ^
349[warn] | No DRI found for query: Process
350[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:100:17 --
351[warn] 100 | implicit class ProcessStringContextIO(ctx: StringContext) {
352[warn] | ^
353[warn] | No DRI found for query: Process.apply
354[info] Main Scala API documentation successful.
355[info] Wrote /build/repo/prox-core/target/scala-3.4.2/prox-core_3-0.8.0+0-76481730+20241214-2245-SNAPSHOT.pom
356[info] Main Scala API documentation to /build/repo/prox-core/target/scala-3.4.2/api...
357[info] Skipping unused scalacOptions: -Wconf, -Ykind-projector, -source, -rewrite
358[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:101:8
359[warn] 101 | trait ProcessGroup[O, E]
360[warn] | ^
361[warn] | No DRI found for query: RedirectableInput
362[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:335:19
363[warn] 335 | override def connectErrors[
364[warn] | ^
365[warn] | No DRI found for query: GroupErrorRedirectionType
366[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/redirection.scala:570:8
367[warn] 570 | def errorsToFoldMonoid[O: ProxMonoid](pipe: ProxPipe[Byte, O]): P[O] =
368[warn] | ^
369[warn] |Unable to parse query `!>#`: expected start of identifier at char 3 in query: !>#
370[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:388:19
371[warn] 388 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
372[warn] | ^
373[warn] | No DRI found for query: OutputRedirectionType
374[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/redirection.scala:96:8
375[warn] 96 | def toFoldMonoid[O: ProxMonoid](pipe: ProxPipe[Byte, O]): P[O] =
376[warn] | ^
377[warn] |Unable to parse query `>#`: expected start of identifier at char 2 in query: >#
378[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:461:19
379[warn] 461 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
380[warn] | ^
381[warn] | No DRI found for query: OutputRedirectionType
382[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:472:19
383[warn] 472 | override def connectErrors[
384[warn] | ^
385[warn] | No DRI found for query: GroupErrorRedirectionType
386[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:537:19
387[warn] 537 | override def connectErrors[
388[warn] | ^
389[warn] | No DRI found for query: GroupErrorRedirectionType
390[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:591:19
391[warn] 591 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
392[warn] | ^
393[warn] | No DRI found for query: OutputRedirectionType
394[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:683:19
395[warn] 683 | override def connectErrors[
396[warn] | ^
397[warn] | No DRI found for query: GroupErrorRedirectionType
398[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:711:19
399[warn] 711 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
400[warn] | ^
401[warn] | No DRI found for query: OutputRedirectionType
402[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:109:8 --
403[warn] 109 | trait Process[O, E] extends ProcessLike with ProcessConfiguration {
404[warn] | ^
405[warn] | No DRI found for query: RedirectableInput
406[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:317:19 -
407[warn] 317 | override def connectError[R <: OutputRedirection, RE](target: R)(implicit
408[warn] | ^
409[warn] | No DRI found for query: OutputRedirectionType
410[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/redirection.scala:321:8
411[warn] 321 | def errorToFoldMonoid[O: ProxMonoid](pipe: ProxPipe[Byte, O]): P[O] =
412[warn] | ^
413[warn] |Unable to parse query `!>#`: expected start of identifier at char 3 in query: !>#
414[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:366:19 -
415[warn] 366 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
416[warn] | ^
417[warn] | No DRI found for query: OutputRedirectionType
418[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:479:19 -
419[warn] 479 | override def connectError[R <: OutputRedirection, RE](target: R)(implicit
420[warn] | ^
421[warn] | No DRI found for query: OutputRedirectionType
422[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:543:19 -
423[warn] 543 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
424[warn] | ^
425[warn] | No DRI found for query: OutputRedirectionType
426[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:593:10 -
427[warn] 593 | def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
428[warn] | ^
429[warn] | No DRI found for query: OutputRedirectionType
430[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:609:19 -
431[warn] 609 | override def connectError[R <: OutputRedirection, RE](target: R)(implicit
432[warn] | ^
433[warn] | No DRI found for query: OutputRedirectionType
434[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:660:10 -
435[warn] 660 | def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
436[warn] | ^
437[warn] | No DRI found for query: OutputRedirectionType
438[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:676:19 -
439[warn] 676 | override def connectError[R <: OutputRedirection, RE](target: R)(implicit
440[warn] | ^
441[warn] | No DRI found for query: OutputRedirectionType
442[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:25:37 ---
443[warn] 25 |the running process
444[warn] | ^
445[warn] | No DRI found for query: RunningProcess
446[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:106:21 --
447[warn] 106 |ocess API */
448[warn] | ^
449[warn] | No DRI found for query: RunningProcess
450[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:120:755 -
451[warn] 120 |
452[warn] | ^
453[warn] | No DRI found for query: RunningProcessGroup
454[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:120:2233
455[warn] 120 |
456[warn] | ^
457[warn] | No DRI found for query: RunningProcess
458[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:22:8 ----
459[warn] 22 | def pipeInto(
460[warn] | ^
461[warn] | No DRI found for query: ProcessGroup
462[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:49:8 ----
463[warn] 49 | def |(other: Process.UnboundProcess): ProcessGroup.ProcessGroupImpl =
464[warn] | ^
465[warn] | No DRI found for query: ProcessGroup
466Problem parsing prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:[0..24..3468], documentation may not be generated.
467[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/package.scala:23:15 --
468[warn] 23 |package object prox {
469[warn] | ^
470[warn] | No DRI found for query: Process
471[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:100:17 --
472[warn] 100 | implicit class ProcessStringContextIO(ctx: StringContext) {
473[warn] | ^
474[warn] | No DRI found for query: Process.apply
475[info] Main Scala API documentation successful.
476[info] :: delivering :: io.github.vigoo#prox-core_3;0.8.0+0-76481730+20241214-2245-SNAPSHOT :: 0.8.0+0-76481730+20241214-2245-SNAPSHOT :: integration :: Sat Dec 14 22:46:26 CET 2024
477[info] delivering ivy file to /build/repo/prox-core/target/scala-3.4.2/ivy-0.8.0+0-76481730+20241214-2245-SNAPSHOT.xml
478[info] published prox-core_3 to /root/.ivy2/local/io.github.vigoo/prox-core_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/poms/prox-core_3.pom
479[info] published prox-core_3 to /root/.ivy2/local/io.github.vigoo/prox-core_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/jars/prox-core_3.jar
480[info] published prox-core_3 to /root/.ivy2/local/io.github.vigoo/prox-core_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/srcs/prox-core_3-sources.jar
481[info] published prox-core_3 to /root/.ivy2/local/io.github.vigoo/prox-core_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/docs/prox-core_3-javadoc.jar
482[info] published ivy to /root/.ivy2/local/io.github.vigoo/prox-core_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/ivys/ivy.xml
483Starting build for ProjectRef(file:/build/repo/,prox-fs2-3) (prox-fs2-3)...
484Compile scalacOptions: List(-Ykind-projector, -release, 8, -source:3.4-migration, -rewrite, -Wconf:msg=can be rewritten automatically under:s)
485[info] compiling 1 Scala source to /build/repo/prox-fs2-3/target/scala-3.4.2/classes ...
486[info] [patched file /build/repo/prox-fs2-3/src/main/scala/io/github/vigoo/prox/ProxFS2.scala]
487[info] done compiling
488[info] compiling 1 Scala source to /build/repo/prox-fs2-3/target/scala-3.4.2/classes ...
489[info] done compiling
490[info] Main Scala API documentation to /build/repo/prox-fs2-3/target/scala-3.4.2/api...
491[info] Skipping unused scalacOptions: -Wconf, -Ykind-projector, -source, -rewrite
492[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:109:8 --
493[warn] 109 | trait Process[O, E] extends ProcessLike with ProcessConfiguration {
494[warn] | ^
495[warn] | No DRI found for query: RedirectableInput
496[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:120:8 ---
497[warn] 120 | class JVMRunningProcess[O, E, +Info <: JVMProcessInfo](
498[warn] | ^
499[warn] | No DRI found for query: RunningProcess
500[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:101:8
501[warn] 101 | trait ProcessGroup[O, E]
502[warn] | ^
503[warn] | No DRI found for query: RedirectableInput
504[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:100:17 --
505[warn] 100 | implicit class ProcessStringContextIO(ctx: StringContext) {
506[warn] | ^
507[warn] | No DRI found for query: Process.apply
508[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:157:8 ---
509[warn] 157 | class JVMRunningProcessGroup[O, E, +Info <: JVMProcessInfo](
510[warn] | ^
511[warn] | No DRI found for query: RunningProcessGroup
512[info] Main Scala API documentation successful.
513[info] compiling 4 Scala sources to /build/repo/prox-fs2-3/target/scala-3.4.2/test-classes ...
514[info] [patched file /build/repo/prox-fs2-3/src/test/scala/io/github/vigoo/prox/tests/fs2/ProcessGroupSpecs.scala]
515[info] [patched file /build/repo/prox-fs2-3/src/test/scala/io/github/vigoo/prox/tests/fs2/ProcessSpecs.scala]
516[info] done compiling
517[info] Wrote /build/repo/prox-fs2-3/target/scala-3.4.2/prox-fs2-3_3-0.8.0+0-76481730+20241214-2245-SNAPSHOT.pom
518[info] Main Scala API documentation to /build/repo/prox-fs2-3/target/scala-3.4.2/api...
519[info] Skipping unused scalacOptions: -Wconf, -Ykind-projector, -source, -rewrite
520[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:109:8 --
521[warn] 109 | trait Process[O, E] extends ProcessLike with ProcessConfiguration {
522[warn] | ^
523[warn] | No DRI found for query: RedirectableInput
524[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:120:8 ---
525[warn] 120 | class JVMRunningProcess[O, E, +Info <: JVMProcessInfo](
526[warn] | ^
527[warn] | No DRI found for query: RunningProcess
528[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:101:8
529[warn] 101 | trait ProcessGroup[O, E]
530[warn] | ^
531[warn] | No DRI found for query: RedirectableInput
532[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:100:17 --
533[warn] 100 | implicit class ProcessStringContextIO(ctx: StringContext) {
534[warn] | ^
535[warn] | No DRI found for query: Process.apply
536[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:157:8 ---
537[warn] 157 | class JVMRunningProcessGroup[O, E, +Info <: JVMProcessInfo](
538[warn] | ^
539[warn] | No DRI found for query: RunningProcessGroup
540[info] Main Scala API documentation successful.
541[info] :: delivering :: io.github.vigoo#prox-fs2-3_3;0.8.0+0-76481730+20241214-2245-SNAPSHOT :: 0.8.0+0-76481730+20241214-2245-SNAPSHOT :: integration :: Sat Dec 14 22:46:37 CET 2024
542[info] delivering ivy file to /build/repo/prox-fs2-3/target/scala-3.4.2/ivy-0.8.0+0-76481730+20241214-2245-SNAPSHOT.xml
543[info] published prox-fs2-3_3 to /root/.ivy2/local/io.github.vigoo/prox-fs2-3_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/poms/prox-fs2-3_3.pom
544[info] published prox-fs2-3_3 to /root/.ivy2/local/io.github.vigoo/prox-fs2-3_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/jars/prox-fs2-3_3.jar
545[info] published prox-fs2-3_3 to /root/.ivy2/local/io.github.vigoo/prox-fs2-3_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/srcs/prox-fs2-3_3-sources.jar
546[info] published prox-fs2-3_3 to /root/.ivy2/local/io.github.vigoo/prox-fs2-3_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/docs/prox-fs2-3_3-javadoc.jar
547[info] published ivy to /root/.ivy2/local/io.github.vigoo/prox-fs2-3_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/ivys/ivy.xml
548[info] compiling 2 Scala sources to /build/repo/prox-fs2-3/target/scala-3.4.2/test-classes ...
549[info] done compiling
550Starting build for ProjectRef(file:/build/repo/,prox-java9) (prox-java9)...
551Compile scalacOptions: List(-Ykind-projector, -release, 9, -source:3.4-migration, -rewrite, -Wconf:msg=can be rewritten automatically under:s)
552[info] compiling 1 Scala source to /build/repo/prox-java9/target/scala-3.4.2/classes ...
553[info] done compiling
554[info] Main Scala API documentation to /build/repo/prox-java9/target/scala-3.4.2/api...
555[info] Skipping unused scalacOptions: -Wconf, -Ykind-projector, -source, -rewrite
556[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:195:17 --
557[warn] 195 | override def startProcess[O, E](
558[warn] | ^
559[warn] | No DRI found for query: RunningProcess
560[info] Main Scala API documentation successful.
561[info] Wrote /build/repo/prox-java9/target/scala-3.4.2/prox-java9_3-0.8.0+0-76481730+20241214-2245-SNAPSHOT.pom
562[info] Main Scala API documentation to /build/repo/prox-java9/target/scala-3.4.2/api...
563[info] Skipping unused scalacOptions: -Wconf, -Ykind-projector, -source, -rewrite
564[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:195:17 --
565[warn] 195 | override def startProcess[O, E](
566[warn] | ^
567[warn] | No DRI found for query: RunningProcess
568[info] Main Scala API documentation successful.
569[info] :: delivering :: io.github.vigoo#prox-java9_3;0.8.0+0-76481730+20241214-2245-SNAPSHOT :: 0.8.0+0-76481730+20241214-2245-SNAPSHOT :: integration :: Sat Dec 14 22:46:43 CET 2024
570[info] delivering ivy file to /build/repo/prox-java9/target/scala-3.4.2/ivy-0.8.0+0-76481730+20241214-2245-SNAPSHOT.xml
571[info] published prox-java9_3 to /root/.ivy2/local/io.github.vigoo/prox-java9_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/poms/prox-java9_3.pom
572[info] published prox-java9_3 to /root/.ivy2/local/io.github.vigoo/prox-java9_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/jars/prox-java9_3.jar
573[info] published prox-java9_3 to /root/.ivy2/local/io.github.vigoo/prox-java9_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/srcs/prox-java9_3-sources.jar
574[info] published prox-java9_3 to /root/.ivy2/local/io.github.vigoo/prox-java9_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/docs/prox-java9_3-javadoc.jar
575[info] published ivy to /root/.ivy2/local/io.github.vigoo/prox-java9_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/ivys/ivy.xml
576Starting build for ProjectRef(file:/build/repo/,prox-zstream-2) (prox-zstream-2)...
577Compile scalacOptions: List(-Ykind-projector, -release, 8, -source:3.4-migration, -rewrite, -Wconf:msg=can be rewritten automatically under:s)
578[info] compiling 1 Scala source to /build/repo/prox-zstream-2/target/scala-3.4.2/classes ...
579[info] [patched file /build/repo/prox-zstream-2/src/main/scala/io/github/vigoo/prox/ProxZStream.scala]
580[info] done compiling
581[info] compiling 1 Scala source to /build/repo/prox-zstream-2/target/scala-3.4.2/classes ...
582[info] done compiling
583[info] Main Scala API documentation to /build/repo/prox-zstream-2/target/scala-3.4.2/api...
584[info] Skipping unused scalacOptions: -Wconf, -Ykind-projector, -source, -rewrite
585[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:109:8 --
586[warn] 109 | trait Process[O, E] extends ProcessLike with ProcessConfiguration {
587[warn] | ^
588[warn] | No DRI found for query: RedirectableInput
589[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:120:8 ---
590[warn] 120 | class JVMRunningProcess[O, E, +Info <: JVMProcessInfo](
591[warn] | ^
592[warn] | No DRI found for query: RunningProcess
593[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:101:8
594[warn] 101 | trait ProcessGroup[O, E]
595[warn] | ^
596[warn] | No DRI found for query: RedirectableInput
597[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:100:17 --
598[warn] 100 | implicit class ProcessStringContextIO(ctx: StringContext) {
599[warn] | ^
600[warn] | No DRI found for query: Process.apply
601[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:157:8 ---
602[warn] 157 | class JVMRunningProcessGroup[O, E, +Info <: JVMProcessInfo](
603[warn] | ^
604[warn] | No DRI found for query: RunningProcessGroup
605[info] Main Scala API documentation successful.
606[info] compiling 3 Scala sources to /build/repo/prox-zstream-2/target/scala-3.4.2/test-classes ...
607[info] [patched file /build/repo/prox-zstream-2/src/test/scala/io/github/vigoo/prox/tests/zstream/ProcessGroupSpecs.scala]
608[info] [patched file /build/repo/prox-zstream-2/src/test/scala/io/github/vigoo/prox/tests/zstream/ProcessSpecs.scala]
609[info] done compiling
610[info] Wrote /build/repo/prox-zstream-2/target/scala-3.4.2/prox-zstream-2_3-0.8.0+0-76481730+20241214-2245-SNAPSHOT.pom
611[info] Main Scala API documentation to /build/repo/prox-zstream-2/target/scala-3.4.2/api...
612[info] Skipping unused scalacOptions: -Wconf, -Ykind-projector, -source, -rewrite
613[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:109:8 --
614[warn] 109 | trait Process[O, E] extends ProcessLike with ProcessConfiguration {
615[warn] | ^
616[warn] | No DRI found for query: RedirectableInput
617[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:120:8 ---
618[warn] 120 | class JVMRunningProcess[O, E, +Info <: JVMProcessInfo](
619[warn] | ^
620[warn] | No DRI found for query: RunningProcess
621[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:101:8
622[warn] 101 | trait ProcessGroup[O, E]
623[warn] | ^
624[warn] | No DRI found for query: RedirectableInput
625[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:100:17 --
626[warn] 100 | implicit class ProcessStringContextIO(ctx: StringContext) {
627[warn] | ^
628[warn] | No DRI found for query: Process.apply
629[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:157:8 ---
630[warn] 157 | class JVMRunningProcessGroup[O, E, +Info <: JVMProcessInfo](
631[warn] | ^
632[warn] | No DRI found for query: RunningProcessGroup
633[info] Main Scala API documentation successful.
634[info] :: delivering :: io.github.vigoo#prox-zstream-2_3;0.8.0+0-76481730+20241214-2245-SNAPSHOT :: 0.8.0+0-76481730+20241214-2245-SNAPSHOT :: integration :: Sat Dec 14 22:46:50 CET 2024
635[info] delivering ivy file to /build/repo/prox-zstream-2/target/scala-3.4.2/ivy-0.8.0+0-76481730+20241214-2245-SNAPSHOT.xml
636[info] published prox-zstream-2_3 to /root/.ivy2/local/io.github.vigoo/prox-zstream-2_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/poms/prox-zstream-2_3.pom
637[info] published prox-zstream-2_3 to /root/.ivy2/local/io.github.vigoo/prox-zstream-2_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/jars/prox-zstream-2_3.jar
638[info] published prox-zstream-2_3 to /root/.ivy2/local/io.github.vigoo/prox-zstream-2_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/srcs/prox-zstream-2_3-sources.jar
639[info] published prox-zstream-2_3 to /root/.ivy2/local/io.github.vigoo/prox-zstream-2_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/docs/prox-zstream-2_3-javadoc.jar
640[info] published ivy to /root/.ivy2/local/io.github.vigoo/prox-zstream-2_3/0.8.0+0-76481730+20241214-2245-SNAPSHOT/ivys/ivy.xml
641[info] compiling 3 Scala sources to /build/repo/prox-zstream-2/target/scala-3.4.2/test-classes ...
642[info] done compiling
643
644************************
645Build summary:
646[{
647 "module": "prox-core",
648 "compile": {"status": "ok", "tookMs": 9007, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
649 "doc": {"status": "ok", "tookMs": 13706, "files": 431, "totalSizeKb": 11287},
650 "test-compile": {"status": "ok", "tookMs": 142, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
651 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
652 "publish": {"status": "ok", "tookMs": 4264}
653},{
654 "module": "prox-fs2-3",
655 "compile": {"status": "ok", "tookMs": 1020, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
656 "doc": {"status": "ok", "tookMs": 1280, "files": 337, "totalSizeKb": 6395},
657 "test-compile": {"status": "ok", "tookMs": 4061, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
658 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
659 "publish": {"status": "ok", "tookMs": 1108}
660},{
661 "module": "prox-java9",
662 "compile": {"status": "ok", "tookMs": 335, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
663 "doc": {"status": "ok", "tookMs": 368, "files": 338, "totalSizeKb": 6261},
664 "test-compile": {"status": "ok", "tookMs": 108, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
665 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
666 "publish": {"status": "ok", "tookMs": 767}
667},{
668 "module": "prox-zstream-2",
669 "compile": {"status": "ok", "tookMs": 792, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
670 "doc": {"status": "ok", "tookMs": 1458, "files": 339, "totalSizeKb": 6708},
671 "test-compile": {"status": "ok", "tookMs": 3093, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
672 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
673 "publish": {"status": "ok", "tookMs": 1205}
674}]
675************************
676[success] Total time: 56 s, completed Dec 14, 2024, 10:46:53 PM
677Checking patch build.sbt...
678Applied patch build.sbt cleanly.
679Commit migration rewrites
680Switched to a new branch 'opencb/migrate-3.4.2'
681[opencb/migrate-3.4.2 68c8e1a] Apply Scala compiler rewrites for 3.4.2
682 10 files changed, 46 insertions(+), 46 deletions(-)
683----
684Preparing build for 3.6.3-RC1
685Scala binary version found: 3.6
686Implicitly using source version 3.6-migration
687Scala binary version found: 3.6
688Implicitly using source version 3.6-migration
689Would try to apply common scalacOption (best-effort, sbt/mill only):
690Append: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s
691Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
692----
693Starting build for 3.6.3-RC1
694Execute tests: false
695sbt project found:
696Try apply source patch:
697Path: build.sbt
698Pattern: val scala3 = "3.3.1"
699Replacement: val scala3 = "3.6.3-RC1"
700Successfully applied pattern 'val scala3 = "3.3.1"' in repo/build.sbt
701No prepare script found for project vigoo/prox
702##################################
703Scala version: 3.6.3-RC1
704Targets: io.github.vigoo%prox-core io.github.vigoo%prox-fs2-3 io.github.vigoo%prox-java9 io.github.vigoo%prox-zstream-2
705Project projectConfig: { "projects": { "exclude": [], "overrides": {} }, "java": { "version": "11" }, "sbt": { "commands": [], "options": [] }, "mill": { "options": [] }, "tests": "compile-only", "migrationVersions": [ "3.4.2" ], "sourcePatches": [ { "path": "build.sbt", "pattern": "val scala3 = \"3.3.1\"", "replaceWith": "val scala3 = \"<SCALA_VERSION>\"" } ] }
706##################################
707Using extra scalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s
708Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
709[sbt_options] declare -a sbt_options=()
710[process_args] java_version = '11'
711[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_11_0_20/rt.jar'
712# Executing command line:
713java
714-Dfile.encoding=UTF-8
715-Dcommunitybuild.scala=3.6.3-RC1
716-Dcommunitybuild.project.dependencies.add=
717-Xmx7G
718-Xms4G
719-Xss8M
720-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
721-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_11_0_20
722-jar
723/root/.sdkman/candidates/sbt/1.9.6/bin/sbt-launch.jar
724"setCrossScalaVersions 3.6.3-RC1"
725"++3.6.3-RC1 -v"
726"mapScalacOptions ",-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,""
727"set every credentials := Nil"
728
729moduleMappings
730"runBuild 3.6.3-RC1 """{
731 "projects": {
732 "exclude": [],
733 "overrides": {}
734 },
735 "java": {
736 "version": "11"
737 },
738 "sbt": {
739 "commands": [],
740 "options": []
741 },
742 "mill": {
743 "options": []
744 },
745 "tests": "compile-only",
746 "migrationVersions": [
747 "3.4.2"
748 ],
749 "sourcePatches": [
750 {
751 "path": "build.sbt",
752 "pattern": "val scala3 = \"3.3.1\"",
753 "replaceWith": "val scala3 = \"<SCALA_VERSION>\""
754 }
755 ]
756}""" io.github.vigoo%prox-core io.github.vigoo%prox-fs2-3 io.github.vigoo%prox-java9 io.github.vigoo%prox-zstream-2"
757
758[info] welcome to sbt 1.9.8 (Eclipse Adoptium Java 11.0.20)
759[info] loading settings for project repo-build from plugins.sbt ...
760[info] loading project definition from /build/repo/project
761[info] loading settings for project prox from build.sbt ...
762[info] set current project to prox (in build file:/build/repo/)
763[warn] there are 12 keys that are not used by any other settings/tasks:
764[warn]
765[warn] * docs / Compile / compile / coverageEnabled
766[warn] +- /build/repo/build.sbt:35
767[warn] * docs / Test / compile / coverageEnabled
768[warn] +- /build/repo/build.sbt:34
769[warn] * prox / Compile / compile / coverageEnabled
770[warn] +- /build/repo/build.sbt:35
771[warn] * prox / Test / compile / coverageEnabled
772[warn] +- /build/repo/build.sbt:34
773[warn] * prox-core / Compile / compile / coverageEnabled
774[warn] +- /build/repo/build.sbt:35
775[warn] * prox-core / Test / compile / coverageEnabled
776[warn] +- /build/repo/build.sbt:34
777[warn] * prox-fs2-3 / Compile / compile / coverageEnabled
778[warn] +- /build/repo/build.sbt:35
779[warn] * prox-fs2-3 / Test / compile / coverageEnabled
780[warn] +- /build/repo/build.sbt:34
781[warn] * prox-java9 / Compile / compile / coverageEnabled
782[warn] +- /build/repo/build.sbt:35
783[warn] * prox-java9 / Test / compile / coverageEnabled
784[warn] +- /build/repo/build.sbt:34
785[warn] * prox-zstream-2 / Compile / compile / coverageEnabled
786[warn] +- /build/repo/build.sbt:35
787[warn] * prox-zstream-2 / Test / compile / coverageEnabled
788[warn] +- /build/repo/build.sbt:34
789[warn]
790[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
791[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
792Execute setCrossScalaVersions: 3.6.3-RC1
793OpenCB::Changing crossVersion 3.6.3-RC1 -> 3.6.3-RC1 in prox-zstream-2/crossScalaVersions
794OpenCB::Changing crossVersion 3.6.3-RC1 -> 3.6.3-RC1 in prox/crossScalaVersions
795OpenCB::Changing crossVersion 3.6.3-RC1 -> 3.6.3-RC1 in prox-core/crossScalaVersions
796OpenCB::Changing crossVersion 3.6.3-RC1 -> 3.6.3-RC1 in prox-java9/crossScalaVersions
797OpenCB::Changing crossVersion 3.6.3-RC1 -> 3.6.3-RC1 in prox-fs2-3/crossScalaVersions
798OpenCB::Changing crossVersion 3.6.3-RC1 -> 3.6.3-RC1 in docs/crossScalaVersions
799[info] set current project to prox (in build file:/build/repo/)
800[info] Setting Scala version to 3.6.3-RC1 on 6 projects.
801[info] Switching Scala version on:
802[info] prox-fs2-3 (2.12.18, 2.13.12, 3.6.3-RC1)
803[info] prox-java9 (2.12.18, 2.13.12, 3.6.3-RC1)
804[info] docs (2.12.18, 2.13.12, 3.6.3-RC1)
805[info] prox-zstream-2 (2.12.18, 2.13.12, 3.6.3-RC1)
806[info] * prox (2.12.18, 2.13.12, 3.6.3-RC1)
807[info] prox-core (2.12.18, 2.13.12, 3.6.3-RC1)
808[info] Excluding projects:
809[info] Reapplying settings...
810[info] set current project to prox (in build file:/build/repo/)
811Execute mapScalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
812[info] Reapplying settings...
813[info] set current project to prox (in build file:/build/repo/)
814[info] Defining Global / credentials, credentials and 4 others.
815[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 47 others.
816[info] Run `last` for details.
817[info] Reapplying settings...
818[info] set current project to prox (in build file:/build/repo/)
819[success] Total time: 0 s, completed Dec 14, 2024, 10:47:09 PM
820Build config: {
821 "projects": {
822 "exclude": [],
823 "overrides": {}
824 },
825 "java": {
826 "version": "11"
827 },
828 "sbt": {
829 "commands": [],
830 "options": []
831 },
832 "mill": {
833 "options": []
834 },
835 "tests": "compile-only",
836 "migrationVersions": [
837 "3.4.2"
838 ],
839 "sourcePatches": [
840 {
841 "path": "build.sbt",
842 "pattern": "val scala3 = \"3.3.1\"",
843 "replaceWith": "val scala3 = \"<SCALA_VERSION>\""
844 }
845 ]
846}
847Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
848Starting build...
849Projects: Set(prox-core, prox-fs2-3, prox-java9, prox-zstream-2)
850Starting build for ProjectRef(file:/build/repo/,prox-core) (prox-core)...
851OpenCB::Exclude Scala3 specific scalacOption `-source:3.6-migration` in Scala 2.12.18 module Global
852OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
853OpenCB::Would not apply setting `-source:3.6-migration`: Project has predefined source version: Some(-source:3.6-migration)
854Compile scalacOptions: List(-Ykind-projector, -release, 8, -source:3.6-migration, -Wconf:msg=can be rewritten automatically under:s)
855[info] compiling 10 Scala sources to /build/repo/prox-core/target/scala-3.6.3-RC1/classes ...
856[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
857[warn] one warning found
858[info] done compiling
859[info] Main Scala API documentation to /build/repo/prox-core/target/scala-3.6.3-RC1/api...
860[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
861[info] Skipping unused scalacOptions: -Wconf, -Xkind-projector, -source
862[warn] Flag -classpath set repeatedly
863[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:101:8
864[warn] 101 | trait ProcessGroup[O, E]
865[warn] | ^
866[warn] | No DRI found for query: RedirectableInput
867[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:335:19
868[warn] 335 | override def connectErrors[
869[warn] | ^
870[warn] | No DRI found for query: GroupErrorRedirectionType
871[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/redirection.scala:570:8
872[warn] 570 | def errorsToFoldMonoid[O: ProxMonoid](pipe: ProxPipe[Byte, O]): P[O] =
873[warn] | ^
874[warn] |Unable to parse query `!>#`: expected start of identifier at char 3 in query: !>#
875[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:388:19
876[warn] 388 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
877[warn] | ^
878[warn] | No DRI found for query: OutputRedirectionType
879[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/redirection.scala:96:8
880[warn] 96 | def toFoldMonoid[O: ProxMonoid](pipe: ProxPipe[Byte, O]): P[O] =
881[warn] | ^
882[warn] |Unable to parse query `>#`: expected start of identifier at char 2 in query: >#
883[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:461:19
884[warn] 461 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
885[warn] | ^
886[warn] | No DRI found for query: OutputRedirectionType
887[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:472:19
888[warn] 472 | override def connectErrors[
889[warn] | ^
890[warn] | No DRI found for query: GroupErrorRedirectionType
891[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:537:19
892[warn] 537 | override def connectErrors[
893[warn] | ^
894[warn] | No DRI found for query: GroupErrorRedirectionType
895[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:591:19
896[warn] 591 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
897[warn] | ^
898[warn] | No DRI found for query: OutputRedirectionType
899[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:683:19
900[warn] 683 | override def connectErrors[
901[warn] | ^
902[warn] | No DRI found for query: GroupErrorRedirectionType
903[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:711:19
904[warn] 711 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
905[warn] | ^
906[warn] | No DRI found for query: OutputRedirectionType
907[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:109:8 --
908[warn] 109 | trait Process[O, E] extends ProcessLike with ProcessConfiguration {
909[warn] | ^
910[warn] | No DRI found for query: RedirectableInput
911[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:317:19 -
912[warn] 317 | override def connectError[R <: OutputRedirection, RE](target: R)(implicit
913[warn] | ^
914[warn] | No DRI found for query: OutputRedirectionType
915[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/redirection.scala:321:8
916[warn] 321 | def errorToFoldMonoid[O: ProxMonoid](pipe: ProxPipe[Byte, O]): P[O] =
917[warn] | ^
918[warn] |Unable to parse query `!>#`: expected start of identifier at char 3 in query: !>#
919[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:366:19 -
920[warn] 366 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
921[warn] | ^
922[warn] | No DRI found for query: OutputRedirectionType
923[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:479:19 -
924[warn] 479 | override def connectError[R <: OutputRedirection, RE](target: R)(implicit
925[warn] | ^
926[warn] | No DRI found for query: OutputRedirectionType
927[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:543:19 -
928[warn] 543 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
929[warn] | ^
930[warn] | No DRI found for query: OutputRedirectionType
931[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:593:10 -
932[warn] 593 | def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
933[warn] | ^
934[warn] | No DRI found for query: OutputRedirectionType
935[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:609:19 -
936[warn] 609 | override def connectError[R <: OutputRedirection, RE](target: R)(implicit
937[warn] | ^
938[warn] | No DRI found for query: OutputRedirectionType
939[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:660:10 -
940[warn] 660 | def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
941[warn] | ^
942[warn] | No DRI found for query: OutputRedirectionType
943[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:676:19 -
944[warn] 676 | override def connectError[R <: OutputRedirection, RE](target: R)(implicit
945[warn] | ^
946[warn] | No DRI found for query: OutputRedirectionType
947[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:30:8 ----
948[warn] 30 | def startProcess[O, E](
949[warn] | ^
950[warn] | No DRI found for query: RunningProcess
951[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:120:8 ---
952[warn] 120 | class JVMRunningProcess[O, E, +Info <: JVMProcessInfo](
953[warn] | ^
954[warn] | No DRI found for query: RunningProcess
955[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:157:8 ---
956[warn] 157 | class JVMRunningProcessGroup[O, E, +Info <: JVMProcessInfo](
957[warn] | ^
958[warn] | No DRI found for query: RunningProcessGroup
959[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:195:17 --
960[warn] 195 | override def startProcess[O, E](
961[warn] | ^
962[warn] | No DRI found for query: RunningProcess
963[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:22:8 ----
964[warn] 22 | def pipeInto(
965[warn] | ^
966[warn] | No DRI found for query: ProcessGroup
967[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:49:8 ----
968[warn] 49 | def |(other: Process.UnboundProcess): ProcessGroup.ProcessGroupImpl =
969[warn] | ^
970[warn] | No DRI found for query: ProcessGroup
971Problem parsing prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:[0..24..3468], documentation may not be generated.
972[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/package.scala:23:15 --
973[warn] 23 |package object prox {
974[warn] | ^
975[warn] | No DRI found for query: Process
976[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:100:17 --
977[warn] 100 | implicit class ProcessStringContextIO(ctx: StringContext) {
978[warn] | ^
979[warn] | No DRI found for query: Process.apply
980[warn] 31 warnings found
981[info] Main Scala API documentation successful.
982[info] Wrote /build/repo/prox-core/target/scala-3.6.3-RC1/prox-core_3-0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT.pom
983[info] Main Scala API documentation to /build/repo/prox-core/target/scala-3.6.3-RC1/api...
984[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
985[info] Skipping unused scalacOptions: -Wconf, -Xkind-projector, -source
986[warn] Flag -classpath set repeatedly
987[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:101:8
988[warn] 101 | trait ProcessGroup[O, E]
989[warn] | ^
990[warn] | No DRI found for query: RedirectableInput
991[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:335:19
992[warn] 335 | override def connectErrors[
993[warn] | ^
994[warn] | No DRI found for query: GroupErrorRedirectionType
995[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/redirection.scala:570:8
996[warn] 570 | def errorsToFoldMonoid[O: ProxMonoid](pipe: ProxPipe[Byte, O]): P[O] =
997[warn] | ^
998[warn] |Unable to parse query `!>#`: expected start of identifier at char 3 in query: !>#
999[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:388:19
1000[warn] 388 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
1001[warn] | ^
1002[warn] | No DRI found for query: OutputRedirectionType
1003[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/redirection.scala:96:8
1004[warn] 96 | def toFoldMonoid[O: ProxMonoid](pipe: ProxPipe[Byte, O]): P[O] =
1005[warn] | ^
1006[warn] |Unable to parse query `>#`: expected start of identifier at char 2 in query: >#
1007[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:461:19
1008[warn] 461 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
1009[warn] | ^
1010[warn] | No DRI found for query: OutputRedirectionType
1011[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:472:19
1012[warn] 472 | override def connectErrors[
1013[warn] | ^
1014[warn] | No DRI found for query: GroupErrorRedirectionType
1015[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:537:19
1016[warn] 537 | override def connectErrors[
1017[warn] | ^
1018[warn] | No DRI found for query: GroupErrorRedirectionType
1019[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:591:19
1020[warn] 591 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
1021[warn] | ^
1022[warn] | No DRI found for query: OutputRedirectionType
1023[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:683:19
1024[warn] 683 | override def connectErrors[
1025[warn] | ^
1026[warn] | No DRI found for query: GroupErrorRedirectionType
1027[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:711:19
1028[warn] 711 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
1029[warn] | ^
1030[warn] | No DRI found for query: OutputRedirectionType
1031[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:109:8 --
1032[warn] 109 | trait Process[O, E] extends ProcessLike with ProcessConfiguration {
1033[warn] | ^
1034[warn] | No DRI found for query: RedirectableInput
1035[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:317:19 -
1036[warn] 317 | override def connectError[R <: OutputRedirection, RE](target: R)(implicit
1037[warn] | ^
1038[warn] | No DRI found for query: OutputRedirectionType
1039[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/redirection.scala:321:8
1040[warn] 321 | def errorToFoldMonoid[O: ProxMonoid](pipe: ProxPipe[Byte, O]): P[O] =
1041[warn] | ^
1042[warn] |Unable to parse query `!>#`: expected start of identifier at char 3 in query: !>#
1043[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:366:19 -
1044[warn] 366 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
1045[warn] | ^
1046[warn] | No DRI found for query: OutputRedirectionType
1047[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:479:19 -
1048[warn] 479 | override def connectError[R <: OutputRedirection, RE](target: R)(implicit
1049[warn] | ^
1050[warn] | No DRI found for query: OutputRedirectionType
1051[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:543:19 -
1052[warn] 543 | override def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
1053[warn] | ^
1054[warn] | No DRI found for query: OutputRedirectionType
1055[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:593:10 -
1056[warn] 593 | def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
1057[warn] | ^
1058[warn] | No DRI found for query: OutputRedirectionType
1059[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:609:19 -
1060[warn] 609 | override def connectError[R <: OutputRedirection, RE](target: R)(implicit
1061[warn] | ^
1062[warn] | No DRI found for query: OutputRedirectionType
1063[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:660:10 -
1064[warn] 660 | def connectOutput[R <: OutputRedirection, RO](target: R)(implicit
1065[warn] | ^
1066[warn] | No DRI found for query: OutputRedirectionType
1067[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:676:19 -
1068[warn] 676 | override def connectError[R <: OutputRedirection, RE](target: R)(implicit
1069[warn] | ^
1070[warn] | No DRI found for query: OutputRedirectionType
1071[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:30:8 ----
1072[warn] 30 | def startProcess[O, E](
1073[warn] | ^
1074[warn] | No DRI found for query: RunningProcess
1075[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:120:8 ---
1076[warn] 120 | class JVMRunningProcess[O, E, +Info <: JVMProcessInfo](
1077[warn] | ^
1078[warn] | No DRI found for query: RunningProcess
1079[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:157:8 ---
1080[warn] 157 | class JVMRunningProcessGroup[O, E, +Info <: JVMProcessInfo](
1081[warn] | ^
1082[warn] | No DRI found for query: RunningProcessGroup
1083[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:195:17 --
1084[warn] 195 | override def startProcess[O, E](
1085[warn] | ^
1086[warn] | No DRI found for query: RunningProcess
1087[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:22:8 ----
1088[warn] 22 | def pipeInto(
1089[warn] | ^
1090[warn] | No DRI found for query: ProcessGroup
1091[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:49:8 ----
1092[warn] 49 | def |(other: Process.UnboundProcess): ProcessGroup.ProcessGroupImpl =
1093[warn] | ^
1094[warn] | No DRI found for query: ProcessGroup
1095Problem parsing prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:[0..24..3468], documentation may not be generated.
1096[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/package.scala:23:15 --
1097[warn] 23 |package object prox {
1098[warn] | ^
1099[warn] | No DRI found for query: Process
1100[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:100:17 --
1101[warn] 100 | implicit class ProcessStringContextIO(ctx: StringContext) {
1102[warn] | ^
1103[warn] | No DRI found for query: Process.apply
1104[warn] 31 warnings found
1105[info] Main Scala API documentation successful.
1106[info] :: delivering :: io.github.vigoo#prox-core_3;0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT :: 0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT :: integration :: Sat Dec 14 22:47:34 CET 2024
1107[info] delivering ivy file to /build/repo/prox-core/target/scala-3.6.3-RC1/ivy-0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT.xml
1108[info] published prox-core_3 to /root/.ivy2/local/io.github.vigoo/prox-core_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/poms/prox-core_3.pom
1109[info] published prox-core_3 to /root/.ivy2/local/io.github.vigoo/prox-core_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/jars/prox-core_3.jar
1110[info] published prox-core_3 to /root/.ivy2/local/io.github.vigoo/prox-core_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/srcs/prox-core_3-sources.jar
1111[info] published prox-core_3 to /root/.ivy2/local/io.github.vigoo/prox-core_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/docs/prox-core_3-javadoc.jar
1112[info] published ivy to /root/.ivy2/local/io.github.vigoo/prox-core_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/ivys/ivy.xml
1113Starting build for ProjectRef(file:/build/repo/,prox-fs2-3) (prox-fs2-3)...
1114Compile scalacOptions: List(-Ykind-projector, -release, 8, -source:3.6-migration, -Wconf:msg=can be rewritten automatically under:s)
1115[info] compiling 1 Scala source to /build/repo/prox-fs2-3/target/scala-3.6.3-RC1/classes ...
1116[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1117[warn] one warning found
1118[info] done compiling
1119[info] Main Scala API documentation to /build/repo/prox-fs2-3/target/scala-3.6.3-RC1/api...
1120[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1121[info] Skipping unused scalacOptions: -Wconf, -Xkind-projector, -source
1122[warn] Flag -classpath set repeatedly
1123[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:157:8 ---
1124[warn] 157 | class JVMRunningProcessGroup[O, E, +Info <: JVMProcessInfo](
1125[warn] | ^
1126[warn] | No DRI found for query: RunningProcessGroup
1127[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:109:8 --
1128[warn] 109 | trait Process[O, E] extends ProcessLike with ProcessConfiguration {
1129[warn] | ^
1130[warn] | No DRI found for query: RedirectableInput
1131[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:101:8
1132[warn] 101 | trait ProcessGroup[O, E]
1133[warn] | ^
1134[warn] | No DRI found for query: RedirectableInput
1135[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:100:17 --
1136[warn] 100 | implicit class ProcessStringContextIO(ctx: StringContext) {
1137[warn] | ^
1138[warn] | No DRI found for query: Process.apply
1139[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:120:8 ---
1140[warn] 120 | class JVMRunningProcess[O, E, +Info <: JVMProcessInfo](
1141[warn] | ^
1142[warn] | No DRI found for query: RunningProcess
1143[warn] 7 warnings found
1144[info] Main Scala API documentation successful.
1145[info] compiling 4 Scala sources to /build/repo/prox-fs2-3/target/scala-3.6.3-RC1/test-classes ...
1146[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1147[warn] one warning found
1148[info] done compiling
1149[info] Wrote /build/repo/prox-fs2-3/target/scala-3.6.3-RC1/prox-fs2-3_3-0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT.pom
1150[info] Main Scala API documentation to /build/repo/prox-fs2-3/target/scala-3.6.3-RC1/api...
1151[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1152[info] Skipping unused scalacOptions: -Wconf, -Xkind-projector, -source
1153[warn] Flag -classpath set repeatedly
1154[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:157:8 ---
1155[warn] 157 | class JVMRunningProcessGroup[O, E, +Info <: JVMProcessInfo](
1156[warn] | ^
1157[warn] | No DRI found for query: RunningProcessGroup
1158[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:109:8 --
1159[warn] 109 | trait Process[O, E] extends ProcessLike with ProcessConfiguration {
1160[warn] | ^
1161[warn] | No DRI found for query: RedirectableInput
1162[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:101:8
1163[warn] 101 | trait ProcessGroup[O, E]
1164[warn] | ^
1165[warn] | No DRI found for query: RedirectableInput
1166[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:100:17 --
1167[warn] 100 | implicit class ProcessStringContextIO(ctx: StringContext) {
1168[warn] | ^
1169[warn] | No DRI found for query: Process.apply
1170[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:120:8 ---
1171[warn] 120 | class JVMRunningProcess[O, E, +Info <: JVMProcessInfo](
1172[warn] | ^
1173[warn] | No DRI found for query: RunningProcess
1174[warn] 7 warnings found
1175[info] Main Scala API documentation successful.
1176[info] :: delivering :: io.github.vigoo#prox-fs2-3_3;0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT :: 0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT :: integration :: Sat Dec 14 22:47:42 CET 2024
1177[info] delivering ivy file to /build/repo/prox-fs2-3/target/scala-3.6.3-RC1/ivy-0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT.xml
1178[info] published prox-fs2-3_3 to /root/.ivy2/local/io.github.vigoo/prox-fs2-3_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/poms/prox-fs2-3_3.pom
1179[info] published prox-fs2-3_3 to /root/.ivy2/local/io.github.vigoo/prox-fs2-3_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/jars/prox-fs2-3_3.jar
1180[info] published prox-fs2-3_3 to /root/.ivy2/local/io.github.vigoo/prox-fs2-3_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/srcs/prox-fs2-3_3-sources.jar
1181[info] published prox-fs2-3_3 to /root/.ivy2/local/io.github.vigoo/prox-fs2-3_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/docs/prox-fs2-3_3-javadoc.jar
1182[info] published ivy to /root/.ivy2/local/io.github.vigoo/prox-fs2-3_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/ivys/ivy.xml
1183Starting build for ProjectRef(file:/build/repo/,prox-java9) (prox-java9)...
1184Compile scalacOptions: List(-Ykind-projector, -release, 9, -source:3.6-migration, -Wconf:msg=can be rewritten automatically under:s)
1185[info] compiling 1 Scala source to /build/repo/prox-java9/target/scala-3.6.3-RC1/classes ...
1186[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1187[warn] one warning found
1188[info] done compiling
1189[info] Main Scala API documentation to /build/repo/prox-java9/target/scala-3.6.3-RC1/api...
1190[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1191[info] Skipping unused scalacOptions: -Wconf, -Xkind-projector, -source
1192[warn] Flag -classpath set repeatedly
1193[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:195:17 --
1194[warn] 195 | override def startProcess[O, E](
1195[warn] | ^
1196[warn] | No DRI found for query: RunningProcess
1197[warn] three warnings found
1198[info] Main Scala API documentation successful.
1199[info] Wrote /build/repo/prox-java9/target/scala-3.6.3-RC1/prox-java9_3-0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT.pom
1200[info] Main Scala API documentation to /build/repo/prox-java9/target/scala-3.6.3-RC1/api...
1201[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1202[info] Skipping unused scalacOptions: -Wconf, -Xkind-projector, -source
1203[warn] Flag -classpath set repeatedly
1204[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:195:17 --
1205[warn] 195 | override def startProcess[O, E](
1206[warn] | ^
1207[warn] | No DRI found for query: RunningProcess
1208[warn] three warnings found
1209[info] Main Scala API documentation successful.
1210[info] :: delivering :: io.github.vigoo#prox-java9_3;0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT :: 0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT :: integration :: Sat Dec 14 22:47:44 CET 2024
1211[info] delivering ivy file to /build/repo/prox-java9/target/scala-3.6.3-RC1/ivy-0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT.xml
1212[info] published prox-java9_3 to /root/.ivy2/local/io.github.vigoo/prox-java9_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/poms/prox-java9_3.pom
1213[info] published prox-java9_3 to /root/.ivy2/local/io.github.vigoo/prox-java9_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/jars/prox-java9_3.jar
1214[info] published prox-java9_3 to /root/.ivy2/local/io.github.vigoo/prox-java9_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/srcs/prox-java9_3-sources.jar
1215[info] published prox-java9_3 to /root/.ivy2/local/io.github.vigoo/prox-java9_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/docs/prox-java9_3-javadoc.jar
1216[info] published ivy to /root/.ivy2/local/io.github.vigoo/prox-java9_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/ivys/ivy.xml
1217Starting build for ProjectRef(file:/build/repo/,prox-zstream-2) (prox-zstream-2)...
1218Compile scalacOptions: List(-Ykind-projector, -release, 8, -source:3.6-migration, -Wconf:msg=can be rewritten automatically under:s)
1219[info] compiling 1 Scala source to /build/repo/prox-zstream-2/target/scala-3.6.3-RC1/classes ...
1220[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1221[warn] one warning found
1222[info] done compiling
1223[info] Main Scala API documentation to /build/repo/prox-zstream-2/target/scala-3.6.3-RC1/api...
1224[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1225[info] Skipping unused scalacOptions: -Wconf, -Xkind-projector, -source
1226[warn] Flag -classpath set repeatedly
1227[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:157:8 ---
1228[warn] 157 | class JVMRunningProcessGroup[O, E, +Info <: JVMProcessInfo](
1229[warn] | ^
1230[warn] | No DRI found for query: RunningProcessGroup
1231[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:109:8 --
1232[warn] 109 | trait Process[O, E] extends ProcessLike with ProcessConfiguration {
1233[warn] | ^
1234[warn] | No DRI found for query: RedirectableInput
1235[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:101:8
1236[warn] 101 | trait ProcessGroup[O, E]
1237[warn] | ^
1238[warn] | No DRI found for query: RedirectableInput
1239[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:100:17 --
1240[warn] 100 | implicit class ProcessStringContextIO(ctx: StringContext) {
1241[warn] | ^
1242[warn] | No DRI found for query: Process.apply
1243[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:120:8 ---
1244[warn] 120 | class JVMRunningProcess[O, E, +Info <: JVMProcessInfo](
1245[warn] | ^
1246[warn] | No DRI found for query: RunningProcess
1247[warn] 7 warnings found
1248[info] Main Scala API documentation successful.
1249[info] compiling 3 Scala sources to /build/repo/prox-zstream-2/target/scala-3.6.3-RC1/test-classes ...
1250[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1251[warn] one warning found
1252[info] done compiling
1253[info] Wrote /build/repo/prox-zstream-2/target/scala-3.6.3-RC1/prox-zstream-2_3-0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT.pom
1254[info] Main Scala API documentation to /build/repo/prox-zstream-2/target/scala-3.6.3-RC1/api...
1255[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1256[info] Skipping unused scalacOptions: -Wconf, -Xkind-projector, -source
1257[warn] Flag -classpath set repeatedly
1258[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:157:8 ---
1259[warn] 157 | class JVMRunningProcessGroup[O, E, +Info <: JVMProcessInfo](
1260[warn] | ^
1261[warn] | No DRI found for query: RunningProcessGroup
1262[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/process.scala:109:8 --
1263[warn] 109 | trait Process[O, E] extends ProcessLike with ProcessConfiguration {
1264[warn] | ^
1265[warn] | No DRI found for query: RedirectableInput
1266[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/processgroup.scala:101:8
1267[warn] 101 | trait ProcessGroup[O, E]
1268[warn] | ^
1269[warn] | No DRI found for query: RedirectableInput
1270[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/syntax.scala:100:17 --
1271[warn] 100 | implicit class ProcessStringContextIO(ctx: StringContext) {
1272[warn] | ^
1273[warn] | No DRI found for query: Process.apply
1274[warn] -- Warning: prox-core/src/main/scala/io/github/vigoo/prox/runner.scala:120:8 ---
1275[warn] 120 | class JVMRunningProcess[O, E, +Info <: JVMProcessInfo](
1276[warn] | ^
1277[warn] | No DRI found for query: RunningProcess
1278[warn] 7 warnings found
1279[info] Main Scala API documentation successful.
1280[info] :: delivering :: io.github.vigoo#prox-zstream-2_3;0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT :: 0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT :: integration :: Sat Dec 14 22:47:50 CET 2024
1281[info] delivering ivy file to /build/repo/prox-zstream-2/target/scala-3.6.3-RC1/ivy-0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT.xml
1282[info] published prox-zstream-2_3 to /root/.ivy2/local/io.github.vigoo/prox-zstream-2_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/poms/prox-zstream-2_3.pom
1283[info] published prox-zstream-2_3 to /root/.ivy2/local/io.github.vigoo/prox-zstream-2_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/jars/prox-zstream-2_3.jar
1284[info] published prox-zstream-2_3 to /root/.ivy2/local/io.github.vigoo/prox-zstream-2_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/srcs/prox-zstream-2_3-sources.jar
1285[info] published prox-zstream-2_3 to /root/.ivy2/local/io.github.vigoo/prox-zstream-2_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/docs/prox-zstream-2_3-javadoc.jar
1286[info] published ivy to /root/.ivy2/local/io.github.vigoo/prox-zstream-2_3/0.8.0+1-68c8e1a3+20241214-2247-SNAPSHOT/ivys/ivy.xml
1287
1288************************
1289Build summary:
1290[{
1291 "module": "prox-core",
1292 "compile": {"status": "ok", "tookMs": 9504, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1293 "doc": {"status": "ok", "tookMs": 6255, "files": 431, "totalSizeKb": 11345},
1294 "test-compile": {"status": "ok", "tookMs": 105, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1295 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1296 "publish": {"status": "ok", "tookMs": 4070}
1297},{
1298 "module": "prox-fs2-3",
1299 "compile": {"status": "ok", "tookMs": 1290, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1300 "doc": {"status": "ok", "tookMs": 755, "files": 337, "totalSizeKb": 6454},
1301 "test-compile": {"status": "ok", "tookMs": 4210, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1302 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1303 "publish": {"status": "ok", "tookMs": 1155}
1304},{
1305 "module": "prox-java9",
1306 "compile": {"status": "ok", "tookMs": 372, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1307 "doc": {"status": "ok", "tookMs": 372, "files": 338, "totalSizeKb": 6319},
1308 "test-compile": {"status": "ok", "tookMs": 91, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1309 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1310 "publish": {"status": "ok", "tookMs": 786}
1311},{
1312 "module": "prox-zstream-2",
1313 "compile": {"status": "ok", "tookMs": 917, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1314 "doc": {"status": "ok", "tookMs": 906, "files": 339, "totalSizeKb": 6767},
1315 "test-compile": {"status": "ok", "tookMs": 2789, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
1316 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1317 "publish": {"status": "ok", "tookMs": 1270}
1318}]
1319************************
1320[success] Total time: 42 s, completed Dec 14, 2024, 10:47:51 PM
1321Checking patch build.sbt...
1322Applied patch build.sbt cleanly.