Build Logs

durban/choam • scheduled_3.8.1-RC1-bin-20260102-32e416e-NIGHTLY

Errors

0

Warnings

77

Total Lines

486

1##################################
2Clonning https://github.com/durban/choam.git into /build/repo using revision v0.5.0-RC6
3##################################
4Note: switching to '1d22512a2e1f2c321e34b2a081d741d67ea6f7b2'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21Would override fixed Scala version: 3.3.7
22----
23Preparing build for 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: build.sbt
34Pattern: val scala3 = "3.3.7"
35Replacement: val scala3 = "3.8.1-RC1-bin-20260102-32e416e-NIGHTLY"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (25))
38Compiled project (Scala 3.7.3, JVM (25))
39WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
40WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
41WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
42WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
43Successfully applied pattern 'val scala3 = "3.3.7"' in build.sbt
44----
45Starting build for 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
46Execute tests: false
47sbt project found:
48No prepare script found for project durban/choam
49##################################
50Scala version: 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
51Targets: dev.tauri%choam-async dev.tauri%choam-ce dev.tauri%choam-data dev.tauri%choam-docs dev.tauri%choam-internal dev.tauri%choam-mcas dev.tauri%choam-profiler dev.tauri%choam-stream dev.tauri%choam-zi
52Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.7\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
53##################################
54Using extra scalacOptions: ,REQUIRE:-source:3.8
55Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
56[sbt_options] declare -a sbt_options=()
57[process_args] java_version = '25'
58[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25/rt.jar'
59# Executing command line:
60java
61-Xms512M
62-Xmx6G
63-Xss2M
64-XX:+UseG1GC
65-Ddev.tauri.choam.stats=true
66-Djdk.graal.Dump=
67-Djdk.graal.PrintBackendCFG=true
68-Djdk.graal.MethodFilter=AbstractHamt.*
69-Dcommunitybuild.scala=3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
70-Dcommunitybuild.project.dependencies.add=
71-Xmx7G
72-Xms4G
73-Xss8M
74-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
75-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25
76-jar
77/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
78"setCrossScalaVersions 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY"
79"++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -v"
80"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
81"set every credentials := Nil"
82"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
83"removeScalacOptionsStartingWith -P:wartremover"
84
85moduleMappings
86"runBuild 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.7\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" dev.tauri%choam-async dev.tauri%choam-ce dev.tauri%choam-data dev.tauri%choam-docs dev.tauri%choam-internal dev.tauri%choam-mcas dev.tauri%choam-profiler dev.tauri%choam-stream dev.tauri%choam-zi"
87
88[info] [launcher] getting org.scala-sbt sbt 1.11.7 (this may take some time)...
89WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
90WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by net.openhft.hashing.UnsafeAccess (file:/root/.sbt/boot/scala-2.12.20/org.scala-sbt/sbt/1.11.7/zero-allocation-hashing-0.16.jar)
91WARNING: Please consider reporting this to the maintainers of class net.openhft.hashing.UnsafeAccess
92WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
93WARNING: A restricted method in java.lang.System has been called
94WARNING: java.lang.System::load has been called by com.sun.jna.Native in an unnamed module (file:/root/.sbt/boot/scala-2.12.20/org.scala-sbt/sbt/1.11.7/jna-5.12.0.jar)
95WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
96WARNING: Restricted methods will be blocked in a future release unless native access is enabled
97
98[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 25)
99[info] loading settings for project repo-build-build from metals.sbt...
100[info] loading project definition from /build/repo/project/project
101[info] loading settings for project repo-build from akka.sbt, build.sbt, metals.sbt, plugins.sbt...
102[info] loading project definition from /build/repo/project
103[info] compiling 4 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
104[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
105[info] Compilation completed in 8.099s.
106[info] done compiling
107[info] loading settings for project choam from build.sbt...
108[info] resolving key references (67721 settings) ...
109[info] set scmInfo to https://github.com/durban/choam
110[info] set current project to choam (in build file:/build/repo/)
111Execute setCrossScalaVersions: 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
112OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in internalNative/crossScalaVersions
113OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in unidocs/crossScalaVersions
114[info] set scmInfo to https://github.com/durban/choam
115OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in testExtJS/crossScalaVersions
116OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in stressRngNative/crossScalaVersions
117OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in core/crossScalaVersions
118OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in profiler/crossScalaVersions
119OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in lawsJS/crossScalaVersions
120OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in choamJS/crossScalaVersions
121OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in stressDataSlow/crossScalaVersions
122OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in zi/crossScalaVersions
123OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in stressAsync/crossScalaVersions
124OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in stressCore/crossScalaVersions
125OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in ceJS/crossScalaVersions
126OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in testExt/crossScalaVersions
127OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in internal/crossScalaVersions
128OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in stressLinchk/crossScalaVersions
129OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in stressMcasSlow/crossScalaVersions
130OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in choam/crossScalaVersions
131OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in ceNative/crossScalaVersions
132OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in streamNative/crossScalaVersions
133OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in asyncJS/crossScalaVersions
134OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in choamJVM/crossScalaVersions
135OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in ce/crossScalaVersions
136OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in data/crossScalaVersions
137OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in coreJS/crossScalaVersions
138OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in ziJS/crossScalaVersions
139OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in lawsNative/crossScalaVersions
140OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in bench/crossScalaVersions
141OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in choamNative/crossScalaVersions
142OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in stressData/crossScalaVersions
143OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in mcasNative/crossScalaVersions
144OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in testAssert/crossScalaVersions
145OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in async/crossScalaVersions
146OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in streamJS/crossScalaVersions
147OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in layout/crossScalaVersions
148OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in testAssertJS/crossScalaVersions
149OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in coreNative/crossScalaVersions
150OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in mcas/crossScalaVersions
151OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in graalNiExample/crossScalaVersions
152OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in stressExperiments/crossScalaVersions
153OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in mcasJS/crossScalaVersions
154OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in testExtNative/crossScalaVersions
155OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in dataJS/crossScalaVersions
156OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in stream/crossScalaVersions
157OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in dataNative/crossScalaVersions
158OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in stressMcas/crossScalaVersions
159OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in laws/crossScalaVersions
160OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in stressRngJS/crossScalaVersions
161OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in asyncNative/crossScalaVersions
162OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in internalJS/crossScalaVersions
163OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in testAssertNative/crossScalaVersions
164OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in stressRng/crossScalaVersions
165[info] set current project to choam (in build file:/build/repo/)
166[info] Setting Scala version to 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY on 52 projects.
167[info] Switching Scala version on:
168[info] stressDataSlow (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
169[info] stressRngJS (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
170[info] stressRngNative (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
171[info] profiler (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
172[info] internal (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
173[info] * choam (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
174[info] testAssert (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
175[info] graalNiExample (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
176[info] choamJS (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
177[info] zi (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
178[info] unidocs (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
179[info] data (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
180[info] coreNative (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
181[info] testExtNative (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
182[info] mcasJS (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
183[info] laws (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
184[info] stressMcasSlow (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
185[info] lawsNative (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
186[info] streamNative (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
187[info] ceJS (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
188[info] coreJS (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
189[info] stressExperiments (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
190[info] lawsJS (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
191[info] ziJS (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
192[info] asyncNative (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
193[info] async (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
194[info] ce (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
195[info] ceNative (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
196[info] internalJS (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
197[info] mcasNative (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
198[info] stressLinchk (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
199[info] choamJVM (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
200[info] stressMcas (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
201[info] testExt (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
202[info] stream (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
203[info] streamJS (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
204[info] dataJS (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
205[info] asyncJS (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
206[info] testExtJS (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
207[info] testAssertNative (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
208[info] layout (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
209[info] internalNative (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
210[info] stressCore (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
211[info] core (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
212[info] mcas (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
213[info] stressData (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
214[info] testAssertJS (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
215[info] stressAsync (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
216[info] dataNative (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
217[info] stressRng (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
218[info] choamNative (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
219[info] bench (2.13.18, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
220[info] Excluding projects:
221[info] Reapplying settings...
222[info] set scmInfo to https://github.com/durban/choam
223[info] set current project to choam (in build file:/build/repo/)
224Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
225[info] Reapplying settings...
226[info] set scmInfo to https://github.com/durban/choam
227[info] set current project to choam (in build file:/build/repo/)
228[info] Defining Global / credentials, async / credentials and 50 others.
229[info] The new values will be used by Compile / scalafmtOnly, IntegrationTest / scalafmtOnly and 466 others.
230[info] Run `last` for details.
231[info] Reapplying settings...
232[info] set scmInfo to https://github.com/durban/choam
233[info] set current project to choam (in build file:/build/repo/)
234Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
235[info] Reapplying settings...
236OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
237
238 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
239 Did you mean stressAsync / allExcludeDependencies ?
240 , retry without global scopes
241[info] Reapplying settings...
242[info] set scmInfo to https://github.com/durban/choam
243[info] set current project to choam (in build file:/build/repo/)
244Execute removeScalacOptionsStartingWith: -P:wartremover
245[info] Reapplying settings...
246[info] set scmInfo to https://github.com/durban/choam
247[info] set current project to choam (in build file:/build/repo/)
248[success] Total time: 0 s, completed Jan 3, 2026, 1:22:34 AM
249Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.7\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
250Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
251Starting build...
252Projects: Set(profiler, internal, zi, unidocs, data, async, ce, stream, core, mcas)
253Starting build for ProjectRef(file:/build/repo/,core) (choam-core)... [0/10]
254OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
255OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
256OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
257Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -Xkind-projector, --java-output-version:17, 11, -language:higherKinds, -no-indent, -Xverify-signatures, -Wconf:any:v,cat=deprecation:s,id=E147:s,id=E175:s, -Wunused:all, -Ycheck-all-patmat, -Xcheck-macros, -Xsemanticdb, -semanticdb-target, /build/repo/core/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
258[info] compiling 8 Scala sources and 1 Java source to /build/repo/internal/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
259[warn] Unexpected javac output: WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
260[warn] WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by com.sourcegraph.shaded.com.google.protobuf.UnsafeUtil$MemoryAccessor (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/com/sourcegraph/semanticdb-javac/0.11.1/semanticdb-javac-0.11.1.jar)
261[warn] WARNING: Please consider reporting this to the maintainers of class com.sourcegraph.shaded.com.google.protobuf.UnsafeUtil$MemoryAccessor
262[warn] WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release.
263[info] done compiling
264[info] compiling 40 Scala sources and 14 Java sources to /build/repo/mcas/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
265[warn] -- Warning: /build/repo/mcas/jvm-native/src/main/scala/dev/tauri/choam/internal/mcas/emcas/GlobalContext.scala:159:14
266[warn] 159 | @nowarn("cat=lint-performance")
267[warn] | ^^^^^^^^^^^^^^^^^^^^^^
268[warn] | Invalid message filter
269[warn] | unknown category: lint-performance
270[warn] one warning found
271[warn] Unexpected javac output: WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
272[warn] WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by com.sourcegraph.shaded.com.google.protobuf.UnsafeUtil$MemoryAccessor (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/com/sourcegraph/semanticdb-javac/0.11.1/semanticdb-javac-0.11.1.jar)
273[warn] WARNING: Please consider reporting this to the maintainers of class com.sourcegraph.shaded.com.google.protobuf.UnsafeUtil$MemoryAccessor
274[warn] WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release.
275[info] done compiling
276[info] compiling 65 Scala sources and 24 Java sources to /build/repo/core/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
277[warn] -- [E198] Unused Symbol Warning: /build/repo/core/jvm-native/src/main/scala/dev/tauri/choam/core/ExchangerImplJvm.scala:31:33
278[warn] 31 | import ExchangerImplJvm.{ size => _, _ }
279[warn] | ^^^^^^^^^
280[warn] | unused import
281[warn] |Matching filters for @nowarn or -Wconf:
282[warn] | - id=E198
283[warn] | - name=UnusedSymbol
284[warn] one warning found
285[warn] Unexpected javac output: WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
286[warn] WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by com.sourcegraph.shaded.com.google.protobuf.UnsafeUtil$MemoryAccessor (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/com/sourcegraph/semanticdb-javac/0.11.1/semanticdb-javac-0.11.1.jar)
287[warn] WARNING: Please consider reporting this to the maintainers of class com.sourcegraph.shaded.com.google.protobuf.UnsafeUtil$MemoryAccessor
288[warn] WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release.
289[info] done compiling
290[info] compiling 5 Scala sources and 1 Java source to /build/repo/internal/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
291[warn] Unexpected javac output: WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
292[warn] WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by com.sourcegraph.shaded.com.google.protobuf.UnsafeUtil$MemoryAccessor (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/com/sourcegraph/semanticdb-javac/0.11.1/semanticdb-javac-0.11.1.jar)
293[warn] WARNING: Please consider reporting this to the maintainers of class com.sourcegraph.shaded.com.google.protobuf.UnsafeUtil$MemoryAccessor
294[warn] WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release.
295[info] done compiling
296[info] compiling 27 Scala sources and 1 Java source to /build/repo/mcas/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
297[warn] -- Warning: /build/repo/mcas/shared/src/test/scala/dev/tauri/choam/internal/mcas/ConstsSpec.scala:24:8
298[warn] 24 |@nowarn("cat=lint-constant") // yes, we have overflows
299[warn] | ^^^^^^^^^^^^^^^^^^^
300[warn] | Invalid message filter
301[warn] | unknown category: lint-constant
302[warn] -- Warning: /build/repo/mcas/shared/src/test/scala/dev/tauri/choam/internal/mcas/RefIdGenSpec.scala:27:8
303[warn] 27 |@nowarn("cat=lint-constant") // yes, we have overflows
304[warn] | ^^^^^^^^^^^^^^^^^^^
305[warn] | Invalid message filter
306[warn] | unknown category: lint-constant
307[warn] -- [E198] Unused Symbol Warning: /build/repo/mcas/jvm-native/src/test/scala/dev/tauri/choam/internal/mcas/McasSpecJvm.scala:206:8
308[warn] 206 | var newVer: Long = Version.None
309[warn] | ^^^^^^
310[warn] | local variable was mutated but not read
311[warn] |Matching filters for @nowarn or -Wconf:
312[warn] | - id=E198
313[warn] | - name=UnusedSymbol
314[warn] -- [E198] Unused Symbol Warning: /build/repo/mcas/jvm-native/src/test/scala/dev/tauri/choam/internal/mcas/emcas/EmcasSpec.scala:208:8
315[warn] 208 | var ok = false
316[warn] | ^^
317[warn] | local variable was mutated but not read
318[warn] |Matching filters for @nowarn or -Wconf:
319[warn] | - id=E198
320[warn] | - name=UnusedSymbol
321[warn] four warnings found
322[warn] Unexpected javac output: WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
323[warn] WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by com.sourcegraph.shaded.com.google.protobuf.UnsafeUtil$MemoryAccessor (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/com/sourcegraph/semanticdb-javac/0.11.1/semanticdb-javac-0.11.1.jar)
324[warn] WARNING: Please consider reporting this to the maintainers of class com.sourcegraph.shaded.com.google.protobuf.UnsafeUtil$MemoryAccessor
325[warn] WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release.
326[info] done compiling
327[info] compiling 63 Scala sources to /build/repo/core/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
328[warn] -- Warning: /build/repo/core/shared/src/test/scala/dev/tauri/choam/unsafe/CommonImperativeApiSpec.scala:190:10
329[warn] 190 | @nowarn("cat=w-flag-dead-code")
330[warn] | ^^^^^^^^^^^^^^^^^^^^^^
331[warn] | Invalid message filter
332[warn] | unknown category: w-flag-dead-code
333[warn] one warning found
334[info] done compiling
335Starting build for ProjectRef(file:/build/repo/,unidocs) (choam-docs)... [1/10]
336Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -Xkind-projector, --java-output-version:17, 11, -language:higherKinds, -no-indent, -Xverify-signatures, -Wconf:any:v,cat=deprecation:s,id=E147:s,id=E175:s, -Wunused:all, -Ycheck-all-patmat, -Xcheck-macros, -Xsemanticdb, -semanticdb-target, /build/repo/unidocs/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
337Starting build for ProjectRef(file:/build/repo/,mcas) (choam-mcas)... [2/10]
338Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -Xkind-projector, --java-output-version:17, 11, -language:higherKinds, -no-indent, -Xverify-signatures, -Wconf:any:v,cat=deprecation:s,id=E147:s,id=E175:s, -Wunused:all, -Ycheck-all-patmat, -Xcheck-macros, -Xsemanticdb, -semanticdb-target, /build/repo/mcas/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
339Starting build for ProjectRef(file:/build/repo/,stream) (choam-stream)... [3/10]
340Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -Xkind-projector, --java-output-version:17, 11, -language:higherKinds, -no-indent, -Xverify-signatures, -Wconf:any:v,cat=deprecation:s,id=E147:s,id=E175:s, -Wunused:all, -Ycheck-all-patmat, -Xcheck-macros, -Xsemanticdb, -semanticdb-target, /build/repo/stream/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
341[info] compiling 20 Scala sources to /build/repo/data/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
342[info] done compiling
343[info] compiling 8 Scala sources to /build/repo/async/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
344[info] done compiling
345[info] compiling 4 Scala sources to /build/repo/stream/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
346[info] done compiling
347[info] compiling 34 Scala sources to /build/repo/data/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
348[info] done compiling
349[info] compiling 22 Scala sources to /build/repo/async/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
350[info] done compiling
351[info] compiling 12 Scala sources to /build/repo/stream/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
352[info] done compiling
353Starting build for ProjectRef(file:/build/repo/,data) (choam-data)... [4/10]
354Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -Xkind-projector, --java-output-version:17, 11, -language:higherKinds, -no-indent, -Xverify-signatures, -Wconf:any:v,cat=deprecation:s,id=E147:s,id=E175:s, -Wunused:all, -Ycheck-all-patmat, -Xcheck-macros, -Xsemanticdb, -semanticdb-target, /build/repo/data/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
355Starting build for ProjectRef(file:/build/repo/,zi) (choam-zi)... [5/10]
356Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -Xkind-projector, --java-output-version:17, 11, -language:higherKinds, -no-indent, -Xverify-signatures, -Wconf:any:v,cat=deprecation:s,id=E147:s,id=E175:s, -Wunused:all, -Ycheck-all-patmat, -Xcheck-macros, -Xsemanticdb, -semanticdb-target, /build/repo/zi/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
357[info] compiling 3 Scala sources to /build/repo/zi/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
358[info] done compiling
359[info] compiling 1 Scala source to /build/repo/zi/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
360[info] done compiling
361Starting build for ProjectRef(file:/build/repo/,profiler) (choam-profiler)... [6/10]
362Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -Xkind-projector, --java-output-version:17, 11, -language:higherKinds, -no-indent, -Xverify-signatures, -Wconf:any:v,cat=deprecation:s,id=E147:s,id=E175:s, -Wunused:all, -Ycheck-all-patmat, -Xcheck-macros, -Xsemanticdb, -semanticdb-target, /build/repo/profiler/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
363[info] compiling 1 Scala source to /build/repo/profiler/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
364[info] done compiling
365[info] compiling 1 Scala source to /build/repo/profiler/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
366[info] done compiling
367Starting build for ProjectRef(file:/build/repo/,internal) (choam-internal)... [7/10]
368Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -Xkind-projector, --java-output-version:17, 11, -language:higherKinds, -no-indent, -Xverify-signatures, -Wconf:any:v,cat=deprecation:s,id=E147:s,id=E175:s, -Wunused:all, -Ycheck-all-patmat, -Xcheck-macros, -Xsemanticdb, -semanticdb-target, /build/repo/internal/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
369Starting build for ProjectRef(file:/build/repo/,async) (choam-async)... [8/10]
370Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -Xkind-projector, --java-output-version:17, 11, -language:higherKinds, -no-indent, -Xverify-signatures, -Wconf:any:v,cat=deprecation:s,id=E147:s,id=E175:s, -Wunused:all, -Ycheck-all-patmat, -Xcheck-macros, -Xsemanticdb, -semanticdb-target, /build/repo/async/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
371Starting build for ProjectRef(file:/build/repo/,ce) (choam-ce)... [9/10]
372Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -Xkind-projector, --java-output-version:17, 11, -language:higherKinds, -no-indent, -Xverify-signatures, -Wconf:any:v,cat=deprecation:s,id=E147:s,id=E175:s, -Wunused:all, -Ycheck-all-patmat, -Xcheck-macros, -Xsemanticdb, -semanticdb-target, /build/repo/ce/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
373[info] compiling 3 Scala sources to /build/repo/ce/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
374[info] done compiling
375[info] compiling 1 Scala source to /build/repo/ce/jvm/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
376[info] done compiling
377
378************************
379Build summary:
380[{
381 "module": "choam-core",
382 "compile": {"status": "ok", "tookMs": 27142, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
383 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
384 "test-compile": {"status": "ok", "tookMs": 27053, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
385 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
386 "publish": {"status": "skipped", "tookMs": 0},
387 "metadata": {
388 "crossScalaVersions": ["2.13.18", "3.3.7"]
389}
390},{
391 "module": "choam-docs",
392 "compile": {"status": "ok", "tookMs": 75, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
393 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
394 "test-compile": {"status": "ok", "tookMs": 102, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
395 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
396 "publish": {"status": "skipped", "tookMs": 0},
397 "metadata": {
398 "crossScalaVersions": ["2.13.18", "3.3.7"]
399}
400},{
401 "module": "choam-mcas",
402 "compile": {"status": "ok", "tookMs": 105, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
403 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
404 "test-compile": {"status": "ok", "tookMs": 169, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
405 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
406 "publish": {"status": "skipped", "tookMs": 0},
407 "metadata": {
408 "crossScalaVersions": ["2.13.18", "3.3.7"]
409}
410},{
411 "module": "choam-stream",
412 "compile": {"status": "ok", "tookMs": 4956, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
413 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
414 "test-compile": {"status": "ok", "tookMs": 13316, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
415 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
416 "publish": {"status": "skipped", "tookMs": 0},
417 "metadata": {
418 "crossScalaVersions": ["2.13.18", "3.3.7"]
419}
420},{
421 "module": "choam-data",
422 "compile": {"status": "ok", "tookMs": 165, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
423 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
424 "test-compile": {"status": "ok", "tookMs": 277, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
425 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
426 "publish": {"status": "skipped", "tookMs": 0},
427 "metadata": {
428 "crossScalaVersions": ["2.13.18", "3.3.7"]
429}
430},{
431 "module": "choam-zi",
432 "compile": {"status": "ok", "tookMs": 640, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
433 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
434 "test-compile": {"status": "ok", "tookMs": 1222, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
435 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
436 "publish": {"status": "skipped", "tookMs": 0},
437 "metadata": {
438 "crossScalaVersions": ["2.13.18", "3.3.7"]
439}
440},{
441 "module": "choam-profiler",
442 "compile": {"status": "ok", "tookMs": 786, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
443 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
444 "test-compile": {"status": "ok", "tookMs": 1071, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
445 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
446 "publish": {"status": "skipped", "tookMs": 0},
447 "metadata": {
448 "crossScalaVersions": ["2.13.18", "3.3.7"]
449}
450},{
451 "module": "choam-internal",
452 "compile": {"status": "ok", "tookMs": 40, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
453 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
454 "test-compile": {"status": "ok", "tookMs": 63, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
455 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
456 "publish": {"status": "skipped", "tookMs": 0},
457 "metadata": {
458 "crossScalaVersions": ["2.13.18", "3.3.7"]
459}
460},{
461 "module": "choam-async",
462 "compile": {"status": "ok", "tookMs": 213, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
463 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
464 "test-compile": {"status": "ok", "tookMs": 340, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
465 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
466 "publish": {"status": "skipped", "tookMs": 0},
467 "metadata": {
468 "crossScalaVersions": ["2.13.18", "3.3.7"]
469}
470},{
471 "module": "choam-ce",
472 "compile": {"status": "ok", "tookMs": 597, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
473 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
474 "test-compile": {"status": "ok", "tookMs": 1242, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
475 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
476 "publish": {"status": "skipped", "tookMs": 0},
477 "metadata": {
478 "crossScalaVersions": ["2.13.18", "3.3.7"]
479}
480}]
481************************
482[success] Total time: 96 s (0:01:36.0), completed Jan 3, 2026, 1:24:10 AM
483[0JChecking patch project/plugins.sbt...
484Checking patch build.sbt...
485Applied patch project/plugins.sbt cleanly.
486Applied patch build.sbt cleanly.