Build Logs
snowplow/snowplow-scala-analytics-sdk • 3.8.0-RC2:2025-11-28
Errors
0
Warnings
19
Total Lines
366
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.717s.
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 Nov 28, 2025, 11:59:21 AM
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": 27794, "warnings": 1, "errors": 0, "sourceVersion": "3.7-migration"},
177 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
178 "test-compile": {"status": "ok", "tookMs": 6350, "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: 45 s, completed Nov 28, 2025, 12:00:06 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 49309fd] 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-RC2
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-RC2
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-RC2
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-RC2
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-RC2"
236"++3.8.0-RC2 -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-RC2 """{"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-RC2
252OpenCB::Changing crossVersion 3.2.1 -> 3.8.0-RC2 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-RC2 on 1 projects.
255[info] Switching Scala version on:
256[info] * root (2.12.17, 2.13.10, 3.8.0-RC2)
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 Nov 28, 2025, 12:00:16 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-RC2/classes ...
292Build timeouts: 1, would retry
293Retrying build, retry 1/2, force Scala version:false, enable migration:
294[sbt_options] declare -a sbt_options=()
295[process_args] java_version = '17'
296[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
297# Executing command line:
298java
299-Dfile.encoding=UTF-8
300-Dcommunitybuild.scala=3.8.0-RC2
301-Dcommunitybuild.project.dependencies.add=
302-Xmx7G
303-Xms4G
304-Xss8M
305-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
306-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
307-jar
308/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
309"setCrossScalaVersions 3.8.0-RC2"
310"++3.8.0-RC2 -v"
311"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
312"set every credentials := Nil"
313"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
314"removeScalacOptionsStartingWith -P:wartremover"
315
316moduleMappings
317"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.7"],"sourcePatches":[]}""" com.snowplowanalytics%snowplow-scala-analytics-sdk"
318
319[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
320[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
321[info] loading project definition from /build/repo/project
322[info] loading settings for project root from build.sbt...
323[info] loading settings for project benchmark from build.sbt...
324[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
325Execute setCrossScalaVersions: 3.8.0-RC2
326OpenCB::Changing crossVersion 3.2.1 -> 3.8.0-RC2 in root/crossScalaVersions
327[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
328[info] Setting Scala version to 3.8.0-RC2 on 1 projects.
329[info] Switching Scala version on:
330[info] * root (2.12.17, 2.13.10, 3.8.0-RC2)
331[info] Excluding projects:
332[info] benchmark (2.12.20)
333[info] Reapplying settings...
334[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
335Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
336[info] Reapplying settings...
337[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
338[info] Defining Global / credentials, benchmark / credentials, credentials
339[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 9 others.
340[info] Run `last` for details.
341[info] Reapplying settings...
342[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
343Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
344[info] Reapplying settings...
345OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
346
347 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
348 Did you mean allExcludeDependencies ?
349 , retry without global scopes
350[info] Reapplying settings...
351[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
352Execute removeScalacOptionsStartingWith: -P:wartremover
353[info] Reapplying settings...
354[info] set current project to snowplow-scala-analytics-sdk (in build file:/build/repo/)
355[success] Total time: 0 s, completed Nov 28, 2025, 1:50:16 PM
356Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.7"],"sourcePatches":[]}
357Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
358Starting build...
359Projects: Set(root)
360Starting build for ProjectRef(file:/build/repo/,root) (snowplow-scala-analytics-sdk)... [0/1]
361OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
362OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
363OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
364Compile scalacOptions: -encoding, UTF-8, -unchecked, -Xmax-inlines, 150, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
365[info] compiling 13 Scala sources to /build/repo/target/scala-3.8.0-RC2/classes ...
366Build timeout after 2 hours