Build Logs
snowplow/snowplow-scala-analytics-sdk • 3.8.0-RC4:2025-12-22
Errors
0
Warnings
26
Total Lines
375
1##################################
2Clonning https://github.com/snowplow/snowplow-scala-analytics-sdk.git into /build/repo using revision 3.2.2
3##################################
4Note: switching to '2ba728c6d1dfaca2242baabf515d73717adf5e99'.
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
21Using target Scala version for migration: 3.7.4
22Migrating project for -source:3.7 using Scala 3.7.4
23----
24Preparing build for 3.7.4
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.7-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28----
29Starting build for 3.7.4
30Execute tests: false
31sbt project found:
32Sbt version 1.8.2 is not supported, minimal supported version is 1.11.5
33Enforcing usage of sbt in version 1.11.5
34No prepare script found for project snowplow/snowplow-scala-analytics-sdk
35##################################
36Scala version: 3.7.4
37Targets: com.snowplowanalytics%snowplow-scala-analytics-sdk
38Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[]}
39##################################
40Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
41Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
42[sbt_options] declare -a sbt_options=()
43[process_args] java_version = '17'
44[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
45# Executing command line:
46java
47-Dfile.encoding=UTF-8
48-Dcommunitybuild.scala=3.7.4
49-Dcommunitybuild.project.dependencies.add=
50-Xmx7G
51-Xms4G
52-Xss8M
53-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
54-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
55-jar
56/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
57"setCrossScalaVersions 3.7.4"
58"++3.7.4 -v"
59"mapScalacOptions "-rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
60"set every credentials := Nil"
61"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
62"removeScalacOptionsStartingWith -P:wartremover"
63
64moduleMappings
65"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[]}""" com.snowplowanalytics%snowplow-scala-analytics-sdk"
66
67[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
68[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
69[info] loading project definition from /build/repo/project
70[info] compiling 4 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
71[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
72[info] Compilation completed in 8.702s.
73[info] done compiling
74[info] loading settings for project root from build.sbt...
75/build/repo/benchmark/build.sbt:1: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
76sourceDirectory in Jmh := (sourceDirectory in Test).value
77 ^
78/build/repo/benchmark/build.sbt:1: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
79sourceDirectory in Jmh := (sourceDirectory in Test).value
80 ^
81/build/repo/benchmark/build.sbt:2: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
82classDirectory in Jmh := (classDirectory in Test).value
83 ^
84/build/repo/benchmark/build.sbt:2: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
85classDirectory in Jmh := (classDirectory in Test).value
86 ^
87/build/repo/benchmark/build.sbt:3: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
88dependencyClasspath in Jmh := (dependencyClasspath in Test).value
89 ^
90/build/repo/benchmark/build.sbt:3: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
91dependencyClasspath in Jmh := (dependencyClasspath in Test).value
92 ^
93/build/repo/benchmark/build.sbt:5: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
94compile in Jmh := (compile in Jmh).dependsOn(compile in Test).value
95 ^
96/build/repo/benchmark/build.sbt:5: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
97compile in Jmh := (compile in Jmh).dependsOn(compile in Test).value
98 ^
99/build/repo/benchmark/build.sbt:5: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
100compile in Jmh := (compile in Jmh).dependsOn(compile in Test).value
101 ^
102/build/repo/benchmark/build.sbt:6: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
103run in Jmh := (run in Jmh).dependsOn(Keys.compile in Jmh).evaluated
104 ^
105/build/repo/benchmark/build.sbt:6: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
106run in Jmh := (run in Jmh).dependsOn(Keys.compile in Jmh).evaluated
107 ^
108/build/repo/benchmark/build.sbt:6: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
109run in Jmh := (run in Jmh).dependsOn(Keys.compile in Jmh).evaluated
110 ^
111[info] loading settings for project benchmark from build.sbt...
112[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
113Execute setCrossScalaVersions: 3.7.4
114OpenCB::Changing crossVersion 3.2.1 -> 3.7.4 in root/crossScalaVersions
115[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
116[info] Setting Scala version to 3.7.4 on 1 projects.
117[info] Switching Scala version on:
118[info] * root (2.12.17, 2.13.10, 3.7.4)
119[info] Excluding projects:
120[info] benchmark (2.12.20)
121[info] Reapplying settings...
122[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
123Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
124[info] Reapplying settings...
125[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
126[info] Defining Global / credentials, benchmark / credentials, credentials
127[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 9 others.
128[info] Run `last` for details.
129[info] Reapplying settings...
130[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
131Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
132[info] Reapplying settings...
133OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
134
135 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
136 Did you mean allExcludeDependencies ?
137 , retry without global scopes
138[info] Reapplying settings...
139[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
140Execute removeScalacOptionsStartingWith: -P:wartremover
141[info] Reapplying settings...
142[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
143[success] Total time: 0 s, completed Dec 22, 2025, 5:35:19 PM
144Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[]}
145Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
146Starting build...
147Projects: Set(root)
148Starting build for ProjectRef(file:/build/repo/,root) (snowplow-scala-analytics-sdk)... [0/1]
149OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
150OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
151OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
152OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
153Compile scalacOptions: -encoding, UTF-8, -unchecked, -Xmax-inlines, 150, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
154[info] scalafmt: Formatting 5 Scala sources (/build/repo)...
155[info] scalafmt: Formatting 13 Scala sources (/build/repo)...
156[info] compiling 13 Scala sources to /build/repo/target/scala-3.7.4/classes ...
157[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala-3/com.snowplowanalytics.snowplow.analytics.scalasdk/decode/Parser.scala:67:6
158[warn] 67 | new Parser[A] {
159[warn] | ^
160[warn] | New anonymous class definition will be duplicated at each inline site
161[warn] |
162[warn] | longer explanation available when compiling with `-explain`
163[warn] one warning found
164[info] done compiling
165[info] compiling 5 Scala sources to /build/repo/target/scala-3.7.4/test-classes ...
166[info] [patched file /build/repo/src/test/scala/com.snowplowanalytics.snowplow.analytics.scalasdk/ParsingErrorSpec.scala]
167[info] done compiling
168[info] scalafmt: Formatting 1 Scala sources (/build/repo)...
169[info] compiling 1 Scala source to /build/repo/target/scala-3.7.4/test-classes ...
170[info] done compiling
171
172************************
173Build summary:
174[{
175 "module": "snowplow-scala-analytics-sdk",
176 "compile": {"status": "ok", "tookMs": 29251, "warnings": 1, "errors": 0, "sourceVersion": "3.7-migration"},
177 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
178 "test-compile": {"status": "ok", "tookMs": 6434, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
179 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
180 "publish": {"status": "skipped", "tookMs": 0},
181 "metadata": {
182 "crossScalaVersions": ["2.12.17", "2.13.10", "3.2.1"]
183}
184}]
185************************
186[success] Total time: 49 s, completed Dec 22, 2025, 5:36:08 PM
187[0JChecking patch project/plugins.sbt...
188Checking patch project/build.properties...
189Checking patch build.sbt...
190Applied patch project/plugins.sbt cleanly.
191Applied patch project/build.properties cleanly.
192Applied patch build.sbt cleanly.
193Commit migration rewrites
194Switched to a new branch 'opencb/migrate-source-3.7'
195[opencb/migrate-source-3.7 6236afc] Apply Scala compiler rewrites using -source:3.7-migration using Scala 3.7.4
196 1 file changed, 2 insertions(+), 2 deletions(-)
197----
198Preparing build for 3.8.0-RC4
199Scala binary version found: 3.8
200Implicitly using source version 3.8
201Scala binary version found: 3.8
202Implicitly using source version 3.8
203Would try to apply common scalacOption (best-effort, sbt/mill only):
204Append: ,REQUIRE:-source:3.8
205Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
206----
207Starting build for 3.8.0-RC4
208Execute tests: true
209sbt project found:
210Sbt version 1.8.2 is not supported, minimal supported version is 1.11.5
211Enforcing usage of sbt in version 1.11.5
212No prepare script found for project snowplow/snowplow-scala-analytics-sdk
213##################################
214Scala version: 3.8.0-RC4
215Targets: com.snowplowanalytics%snowplow-scala-analytics-sdk
216Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.7"],"sourcePatches":[]}
217##################################
218Using extra scalacOptions: ,REQUIRE:-source:3.8
219Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
220[sbt_options] declare -a sbt_options=()
221[process_args] java_version = '17'
222[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
223# Executing command line:
224java
225-Dfile.encoding=UTF-8
226-Dcommunitybuild.scala=3.8.0-RC4
227-Dcommunitybuild.project.dependencies.add=
228-Xmx7G
229-Xms4G
230-Xss8M
231-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
232-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
233-jar
234/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
235"setCrossScalaVersions 3.8.0-RC4"
236"++3.8.0-RC4 -v"
237"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
238"set every credentials := Nil"
239"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
240"removeScalacOptionsStartingWith -P:wartremover"
241
242moduleMappings
243"runBuild 3.8.0-RC4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.7"],"sourcePatches":[]}""" com.snowplowanalytics%snowplow-scala-analytics-sdk"
244
245[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
246[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
247[info] loading project definition from /build/repo/project
248[info] loading settings for project root from build.sbt...
249[info] loading settings for project benchmark from build.sbt...
250[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
251Execute setCrossScalaVersions: 3.8.0-RC4
252OpenCB::Changing crossVersion 3.2.1 -> 3.8.0-RC4 in root/crossScalaVersions
253[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
254[info] Setting Scala version to 3.8.0-RC4 on 1 projects.
255[info] Switching Scala version on:
256[info] * root (2.12.17, 2.13.10, 3.8.0-RC4)
257[info] Excluding projects:
258[info] benchmark (2.12.20)
259[info] Reapplying settings...
260[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
261Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
262[info] Reapplying settings...
263[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
264[info] Defining Global / credentials, benchmark / credentials, credentials
265[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 9 others.
266[info] Run `last` for details.
267[info] Reapplying settings...
268[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
269Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
270[info] Reapplying settings...
271OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
272
273 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
274 Did you mean allExcludeDependencies ?
275 , retry without global scopes
276[info] Reapplying settings...
277[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
278Execute removeScalacOptionsStartingWith: -P:wartremover
279[info] Reapplying settings...
280[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
281[success] Total time: 0 s, completed Dec 22, 2025, 5:36:18 PM
282Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.7"],"sourcePatches":[]}
283Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
284Starting build...
285Projects: Set(root)
286Starting build for ProjectRef(file:/build/repo/,root) (snowplow-scala-analytics-sdk)... [0/1]
287OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
288OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
289OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
290Compile scalacOptions: -encoding, UTF-8, -unchecked, -Xmax-inlines, 150, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
291[info] compiling 13 Scala sources to /build/repo/target/scala-3.8.0-RC4/classes ...
292[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala-3/com.snowplowanalytics.snowplow.analytics.scalasdk/decode/Parser.scala:67:6
293[warn] 67 | new Parser[A] {
294[warn] | ^
295[warn] | New anonymous class definition will be duplicated at each inline site
296[warn] |
297[warn] | longer explanation available when compiling with `-explain`
298[warn] one warning found
299[info] done compiling
300[info] compiling 5 Scala sources to /build/repo/target/scala-3.8.0-RC4/test-classes ...
301[info] done compiling
302[info] ParsingErrorSpec
303[info] ParsingError encoder-decoder
304[info] + works correctly with NotTSV error
305[info] + works correctly with FieldNumberMismatch error
306[info] + works correctly with RowDecodingError
307[info] + works correctly with JSON oversized columns
308[info] Total for specification ParsingErrorSpec
309[info] Finished in 136 ms
310[info] 4 examples, 0 failure, 0 error
311[info] SnowplowEventSpec
312[info] Contexts toShreddedJson should
313[info] + return a map of JSON entities, keyed by column name
314[info] + return a map of JSON entities for all types of JSON value (object, array, string, number, boolean, null)
315[info] Total for specification SnowplowEventSpec
316[info] Finished in 152 ms
317[info] 2 examples, 0 failure, 0 error
318[info] ValueDecoderSpec
319[info] The ValueDecoder class should
320[info] + parse String and Option[String] values
321[info] + parse Option[Int] values
322[info] + parse UUID values
323[info] + parse Option[Boolean] values
324[info] + parse Option[Double] values
325[info] + parse Instant and Option[Instant] values
326[info] + parse Contexts values
327[info] + parse UnstructEvent values
328[info] Total for specification ValueDecoderSpec
329[info] Finished in 207 ms
330[info] 8 examples, 0 failure, 0 error
331[info] EventSpec
332[info] The Event parser should
333[info] + successfully convert a tab-separated pageview event string to an Event instance and JSON
334[info] + successfully convert a tab-separated pageview event string to an Event instance and JSON, omitting unstruct_event and contexts nullary fields
335[info] + successfully merge two matching contexts into 2-elements array
336[info] + return correct results from helper methods
337[info] + fail (and combine errors) if values are invalid
338[info] + fail if payload is not TSV
339[info] + fail if there are more fields than expected
340[info] + fail if there are fewer fields than expected
341[info] + successfully decode encoded event which has no contexts or unstruct_event
342[info] + successfully decode encoded event which has contexts but has no unstruct_event
343[info] + permissively decode an oversized event
344[info] + successfully decode encoded event which has unstruct_event but has no contexts
345[info] + successfully decode encoded event which has both contexts and unstruct_event
346[info] + successfully decode object with event which has no contexts or unstruct_event
347[info] + optionally truncate events with oversized fields
348[info] The transformSchema method should
349[info] + successfully convert schemas into snake_case
350[info] + Parsing the result of toTSV should produce the same event
351[info] Total for specification EventSpec
352[info] Finished in 1 second, 618 ms
353[info] 17 examples, 116 expectations, 0 failure, 0 error
354
355************************
356Build summary:
357[{
358 "module": "snowplow-scala-analytics-sdk",
359 "compile": {"status": "ok", "tookMs": 17283, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
360 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
361 "test-compile": {"status": "ok", "tookMs": 6077, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
362 "test": {"status": "ok", "tookMs": 2782, "passed": 31, "failed": 0, "ignored": 0, "skipped": 0, "total": 31, "byFramework": [{"framework": "specs2", "stats": {"passed": 31, "failed": 0, "ignored": 0, "skipped": 0, "total": 31}}]},
363 "publish": {"status": "skipped", "tookMs": 0},
364 "metadata": {
365 "crossScalaVersions": ["2.12.17", "2.13.10", "3.2.1"]
366}
367}]
368************************
369[success] Total time: 34 s, completed Dec 22, 2025, 5:36:52 PM
370[0JChecking patch project/plugins.sbt...
371Checking patch project/build.properties...
372Checking patch build.sbt...
373Applied patch project/plugins.sbt cleanly.
374Applied patch project/build.properties cleanly.
375Applied patch build.sbt cleanly.