Build Logs
seratch/awscala • 3.8.0-RC1:2025-11-14
Errors
0
Warnings
46
Total Lines
425
1##################################
2Clonning https://github.com/seratch/awscala.git into /build/repo using revision 0.9.2
3##################################
4Note: switching to '99a665d54abc7aabdcec0faad1d39c49af184aaa'.
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.0.0
22----
23Preparing build for 3.8.0-RC1
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.0.0"
35Replacement: val scala3 = "3.8.0-RC1"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scala3 = "3.0.0"' in build.sbt
40----
41Starting build for 3.8.0-RC1
42Execute tests: false
43sbt project found:
44Sbt version 1.5.4 is not supported, minimal supported version is 1.11.5
45Enforcing usage of sbt in version 1.11.5
46No prepare script found for project seratch/awscala
47/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
48##################################
49Scala version: 3.8.0-RC1
50Targets: com.github.seratch%awscala com.github.seratch%awscala-core com.github.seratch%awscala-dynamodb com.github.seratch%awscala-ec2 com.github.seratch%awscala-emr com.github.seratch%awscala-iam com.github.seratch%awscala-redshift com.github.seratch%awscala-s3 com.github.seratch%awscala-simpledb com.github.seratch%awscala-sqs com.github.seratch%awscala-stepfunctions com.github.seratch%awscala-sts
51Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.0.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
52##################################
53Using extra scalacOptions: ,REQUIRE:-source:3.8
54Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
55[sbt_options] declare -a sbt_options=()
56[process_args] java_version = '17'
57[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
58# Executing command line:
59java
60-Dfile.encoding=UTF-8
61-Dcommunitybuild.scala=3.8.0-RC1
62-Dcommunitybuild.project.dependencies.add=
63-Xmx7G
64-Xms4G
65-Xss8M
66-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
67-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
68-jar
69/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
70"setCrossScalaVersions 3.8.0-RC1"
71"++3.8.0-RC1 -v"
72"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
73"set every credentials := Nil"
74"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
75"removeScalacOptionsStartingWith -P:wartremover"
76
77moduleMappings
78"runBuild 3.8.0-RC1 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.0.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" com.github.seratch%awscala com.github.seratch%awscala-core com.github.seratch%awscala-dynamodb com.github.seratch%awscala-ec2 com.github.seratch%awscala-emr com.github.seratch%awscala-iam com.github.seratch%awscala-redshift com.github.seratch%awscala-s3 com.github.seratch%awscala-simpledb com.github.seratch%awscala-sqs com.github.seratch%awscala-stepfunctions com.github.seratch%awscala-sts"
79
80[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
81[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
82[info] loading project definition from /build/repo/project
83[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
84[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
85[info] Compilation completed in 9.108s.
86[info] done compiling
87/build/repo/build.sbt:17: 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
88 publishArtifact in Test := false,
89 ^
90/build/repo/build.sbt:121: 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
91 startDynamoDBLocal := startDynamoDBLocal.dependsOn(compile in Test).value,
92 ^
93/build/repo/build.sbt:122: 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
94 test in Test := (test in Test).dependsOn(startDynamoDBLocal).value,
95 ^
96/build/repo/build.sbt:122: 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
97 test in Test := (test in Test).dependsOn(startDynamoDBLocal).value,
98 ^
99/build/repo/build.sbt:123: 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
100 testOptions in Test += dynamoDBLocalTestCleanup.value,
101 ^
102/build/repo/build.sbt:124: 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
103 parallelExecution in Test := false
104 ^
105[info] loading settings for project all from build.sbt...
106[info] resolving key references (10918 settings) ...
107[info] set current project to awscala (in build file:/build/repo/)
108Execute setCrossScalaVersions: 3.8.0-RC1
109OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in iam/crossScalaVersions
110OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in emr/crossScalaVersions
111OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in all/crossScalaVersions
112OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in ec2/crossScalaVersions
113OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in sqs/crossScalaVersions
114OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in sts/crossScalaVersions
115OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in stepfunctions/crossScalaVersions
116OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in core/crossScalaVersions
117OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in simpledb/crossScalaVersions
118OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in redshift/crossScalaVersions
119OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in dynamodb/crossScalaVersions
120OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in s3/crossScalaVersions
121[info] set current project to awscala (in build file:/build/repo/)
122[info] Setting Scala version to 3.8.0-RC1 on 12 projects.
123[info] Switching Scala version on:
124[info] s3 (2.13.4, 3.8.0-RC1)
125[info] ec2 (2.13.4, 3.8.0-RC1)
126[info] * all (2.13.4, 3.8.0-RC1)
127[info] dynamodb (2.13.4, 3.8.0-RC1)
128[info] stepfunctions (2.13.4, 3.8.0-RC1)
129[info] emr (2.13.4, 3.8.0-RC1)
130[info] sts (2.13.4, 3.8.0-RC1)
131[info] sqs (2.13.4, 3.8.0-RC1)
132[info] iam (2.13.4, 3.8.0-RC1)
133[info] simpledb (2.13.4, 3.8.0-RC1)
134[info] core (2.13.4, 3.8.0-RC1)
135[info] redshift (2.13.4, 3.8.0-RC1)
136[info] Excluding projects:
137[info] Reapplying settings...
138[info] set current project to awscala (in build file:/build/repo/)
139Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
140[info] Reapplying settings...
141[info] set current project to awscala (in build file:/build/repo/)
142[info] Defining Global / credentials, core / credentials and 10 others.
143[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 71 others.
144[info] Run `last` for details.
145[info] Reapplying settings...
146[info] set current project to awscala (in build file:/build/repo/)
147Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
148[info] Reapplying settings...
149OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
150
151 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
152 Did you mean s3 / allExcludeDependencies ?
153 , retry without global scopes
154[info] Reapplying settings...
155[info] set current project to awscala (in build file:/build/repo/)
156Execute removeScalacOptionsStartingWith: -P:wartremover
157[info] Reapplying settings...
158[info] set current project to awscala (in build file:/build/repo/)
159[success] Total time: 0 s, completed Nov 14, 2025, 9:27:51 PM
160Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.0.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
161Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
162Starting build...
163Projects: Set(s3, ec2, all, dynamodb, stepfunctions, emr, sts, sqs, iam, simpledb, core, redshift)
164Starting build for ProjectRef(file:/build/repo/,redshift) (awscala-redshift)... [0/12]
165OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
166OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
167OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
168Compile scalacOptions: -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
169[info] Formatting 24 Scala sources ProjectRef(uri("file:/build/repo/"), "redshift")(compile) ...
170[info] Formatting 16 Scala sources ProjectRef(uri("file:/build/repo/"), "core")(compile) ...
171[info] compiling 16 Scala sources to /build/repo/core/target/scala-3.8.0-RC1/classes ...
172[warn] there were 3 deprecation warnings; re-run with -deprecation for details
173[warn] one warning found
174[info] done compiling
175[info] compiling 24 Scala sources to /build/repo/redshift/target/scala-3.8.0-RC1/classes ...
176[warn] there were 2 deprecation warnings; re-run with -deprecation for details
177[warn] one warning found
178[info] done compiling
179Starting build for ProjectRef(file:/build/repo/,core) (awscala-core)... [1/12]
180Compile scalacOptions: -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
181[info] Formatting 1 Scala source ProjectRef(uri("file:/build/repo/"), "core")(test) ...
182[info] compiling 1 Scala source to /build/repo/core/target/scala-3.8.0-RC1/test-classes ...
183[info] done compiling
184Starting build for ProjectRef(file:/build/repo/,emr) (awscala-emr)... [2/12]
185Compile scalacOptions: -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
186[info] Formatting 2 Scala sources ProjectRef(uri("file:/build/repo/"), "emr")(compile) ...
187[info] compiling 2 Scala sources to /build/repo/emr/target/scala-3.8.0-RC1/classes ...
188[warn] there were 2 deprecation warnings; re-run with -deprecation for details
189[warn] one warning found
190[info] done compiling
191[info] Formatting 1 Scala source ProjectRef(uri("file:/build/repo/"), "emr")(test) ...
192[info] Formatting 7 Scala sources ProjectRef(uri("file:/build/repo/"), "ec2")(compile) ...
193[info] compiling 7 Scala sources to /build/repo/ec2/target/scala-3.8.0-RC1/classes ...
194[warn] there were 2 deprecation warnings; re-run with -deprecation for details
195[warn] one warning found
196[info] done compiling
197[info] compiling 1 Scala source to /build/repo/emr/target/scala-3.8.0-RC1/test-classes ...
198[warn] there was 1 deprecation warning; re-run with -deprecation for details
199[warn] one warning found
200[info] done compiling
201Starting build for ProjectRef(file:/build/repo/,all) (awscala)... [3/12]
202Compile scalacOptions: -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
203[info] Formatting 5 Scala sources ProjectRef(uri("file:/build/repo/"), "simpledb")(compile) ...
204[info] Formatting 5 Scala sources ProjectRef(uri("file:/build/repo/"), "sts")(compile) ...
205[info] Formatting 10 Scala sources ProjectRef(uri("file:/build/repo/"), "s3")(compile) ...
206[info] Formatting 6 Scala sources ProjectRef(uri("file:/build/repo/"), "sqs")(compile) ...
207[info] Formatting 12 Scala sources ProjectRef(uri("file:/build/repo/"), "iam")(compile) ...
208[info] Formatting 24 Scala sources ProjectRef(uri("file:/build/repo/"), "dynamodb")(compile) ...
209[info] Formatting 9 Scala sources ProjectRef(uri("file:/build/repo/"), "stepfunctions")(compile) ...
210[info] compiling 5 Scala sources to /build/repo/sts/target/scala-3.8.0-RC1/classes ...
211[info] compiling 12 Scala sources to /build/repo/iam/target/scala-3.8.0-RC1/classes ...
212[info] compiling 10 Scala sources to /build/repo/s3/target/scala-3.8.0-RC1/classes ...
213[info] compiling 5 Scala sources to /build/repo/simpledb/target/scala-3.8.0-RC1/classes ...
214[warn] there was 1 deprecation warning; re-run with -deprecation for details
215[warn] one warning found
216[info] done compiling
217[info] compiling 9 Scala sources to /build/repo/stepfunctions/target/scala-3.8.0-RC1/classes ...
218[warn] there were 2 deprecation warnings; re-run with -deprecation for details
219[warn] one warning found
220[info] done compiling
221[info] compiling 6 Scala sources to /build/repo/sqs/target/scala-3.8.0-RC1/classes ...
222[warn] there was 1 deprecation warning; re-run with -deprecation for details
223[warn] one warning found
224[info] done compiling
225[info] compiling 24 Scala sources to /build/repo/dynamodb/target/scala-3.8.0-RC1/classes ...
226[warn] there were 19 deprecation warnings; re-run with -deprecation for details
227[warn] one warning found
228[info] done compiling
229[warn] there were 5 deprecation warnings; re-run with -deprecation for details
230[warn] one warning found
231[info] done compiling
232[warn] there were 2 deprecation warnings; re-run with -deprecation for details
233[warn] one warning found
234[info] done compiling
235[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/dynamodb/src/main/scala/awscala/dynamodbv2/AttributeValue.scala:11:4
236[warn] 11 | case (key, xs: Seq[_]) => key -> toJavaValue(xs)
237[warn] | ^
238[warn] | match may not be exhaustive.
239[warn] |
240[warn] | It would fail on pattern case: (_, _)
241[warn] |
242[warn] | longer explanation available when compiling with `-explain`
243[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/dynamodb/src/main/scala/awscala/dynamodbv2/DynamoDB.scala:175:6
244[warn] 175 | state match {
245[warn] | ^^^^^
246[warn] | match may not be exhaustive.
247[warn] |
248[warn] | It would fail on pattern case: State(Nil, _)
249[warn] |
250[warn] | longer explanation available when compiling with `-explain`
251[warn] there were 11 deprecation warnings; re-run with -deprecation for details
252[warn] three warnings found
253[info] done compiling
254Starting build for ProjectRef(file:/build/repo/,s3) (awscala-s3)... [4/12]
255Compile scalacOptions: -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
256[info] Formatting 1 Scala source ProjectRef(uri("file:/build/repo/"), "s3")(test) ...
257[info] compiling 1 Scala source to /build/repo/s3/target/scala-3.8.0-RC1/test-classes ...
258[info] done compiling
259Starting build for ProjectRef(file:/build/repo/,simpledb) (awscala-simpledb)... [5/12]
260Compile scalacOptions: -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
261[info] Formatting 1 Scala source ProjectRef(uri("file:/build/repo/"), "simpledb")(test) ...
262[info] compiling 1 Scala source to /build/repo/simpledb/target/scala-3.8.0-RC1/test-classes ...
263[info] done compiling
264Starting build for ProjectRef(file:/build/repo/,stepfunctions) (awscala-stepfunctions)... [6/12]
265Compile scalacOptions: -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
266[info] Formatting 1 Scala source ProjectRef(uri("file:/build/repo/"), "stepfunctions")(test) ...
267[info] compiling 1 Scala source to /build/repo/stepfunctions/target/scala-3.8.0-RC1/test-classes ...
268[info] done compiling
269Starting build for ProjectRef(file:/build/repo/,iam) (awscala-iam)... [7/12]
270Compile scalacOptions: -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
271[info] Formatting 1 Scala source ProjectRef(uri("file:/build/repo/"), "iam")(test) ...
272[info] compiling 1 Scala source to /build/repo/iam/target/scala-3.8.0-RC1/test-classes ...
273[info] done compiling
274Starting build for ProjectRef(file:/build/repo/,dynamodb) (awscala-dynamodb)... [8/12]
275Compile scalacOptions: -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
276[info] Formatting 1 Scala source ProjectRef(uri("file:/build/repo/"), "dynamodb")(test) ...
277[info] compiling 1 Scala source to /build/repo/dynamodb/target/scala-3.8.0-RC1/test-classes ...
278[info] done compiling
279Starting build for ProjectRef(file:/build/repo/,sqs) (awscala-sqs)... [9/12]
280Compile scalacOptions: -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
281[info] Formatting 1 Scala source ProjectRef(uri("file:/build/repo/"), "sqs")(test) ...
282[info] compiling 1 Scala source to /build/repo/sqs/target/scala-3.8.0-RC1/test-classes ...
283[info] done compiling
284Starting build for ProjectRef(file:/build/repo/,sts) (awscala-sts)... [10/12]
285Compile scalacOptions: -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
286[info] Formatting 1 Scala source ProjectRef(uri("file:/build/repo/"), "sts")(test) ...
287[info] compiling 1 Scala source to /build/repo/sts/target/scala-3.8.0-RC1/test-classes ...
288[info] done compiling
289Starting build for ProjectRef(file:/build/repo/,ec2) (awscala-ec2)... [11/12]
290Compile scalacOptions: -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
291[info] Formatting 2 Scala sources ProjectRef(uri("file:/build/repo/"), "ec2")(test) ...
292[info] compiling 2 Scala sources to /build/repo/ec2/target/scala-3.8.0-RC1/test-classes ...
293[info] done compiling
294
295************************
296Build summary:
297[{
298 "module": "awscala-redshift",
299 "compile": {"status": "ok", "tookMs": 11824, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
300 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
301 "test-compile": {"status": "ok", "tookMs": 297, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
302 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
303 "publish": {"status": "skipped", "tookMs": 0},
304 "metadata": {
305 "crossScalaVersions": ["2.13.4", "3.0.0"]
306}
307},{
308 "module": "awscala-core",
309 "compile": {"status": "ok", "tookMs": 71, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
310 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
311 "test-compile": {"status": "ok", "tookMs": 2031, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
312 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
313 "publish": {"status": "skipped", "tookMs": 0},
314 "metadata": {
315 "crossScalaVersions": ["2.13.4", "3.0.0"]
316}
317},{
318 "module": "awscala-emr",
319 "compile": {"status": "ok", "tookMs": 1464, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
320 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
321 "test-compile": {"status": "ok", "tookMs": 3938, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
322 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
323 "publish": {"status": "skipped", "tookMs": 0},
324 "metadata": {
325 "crossScalaVersions": ["2.13.4", "3.0.0"]
326}
327},{
328 "module": "awscala",
329 "compile": {"status": "ok", "tookMs": 6704, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
330 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
331 "test-compile": {"status": "ok", "tookMs": 624, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
332 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
333 "publish": {"status": "skipped", "tookMs": 0},
334 "metadata": {
335 "crossScalaVersions": ["2.13.4", "3.0.0"]
336}
337},{
338 "module": "awscala-s3",
339 "compile": {"status": "ok", "tookMs": 132, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
340 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
341 "test-compile": {"status": "ok", "tookMs": 964, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
342 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
343 "publish": {"status": "skipped", "tookMs": 0},
344 "metadata": {
345 "crossScalaVersions": ["2.13.4", "3.0.0"]
346}
347},{
348 "module": "awscala-simpledb",
349 "compile": {"status": "ok", "tookMs": 108, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
350 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
351 "test-compile": {"status": "ok", "tookMs": 773, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
352 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
353 "publish": {"status": "skipped", "tookMs": 0},
354 "metadata": {
355 "crossScalaVersions": ["2.13.4", "3.0.0"]
356}
357},{
358 "module": "awscala-stepfunctions",
359 "compile": {"status": "ok", "tookMs": 120, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
360 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
361 "test-compile": {"status": "ok", "tookMs": 1311, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
362 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
363 "publish": {"status": "skipped", "tookMs": 0},
364 "metadata": {
365 "crossScalaVersions": ["2.13.4", "3.0.0"]
366}
367},{
368 "module": "awscala-iam",
369 "compile": {"status": "ok", "tookMs": 116, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
370 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
371 "test-compile": {"status": "ok", "tookMs": 820, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
372 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
373 "publish": {"status": "skipped", "tookMs": 0},
374 "metadata": {
375 "crossScalaVersions": ["2.13.4", "3.0.0"]
376}
377},{
378 "module": "awscala-dynamodb",
379 "compile": {"status": "ok", "tookMs": 120, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
380 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
381 "test-compile": {"status": "ok", "tookMs": 2916, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
382 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
383 "publish": {"status": "skipped", "tookMs": 0},
384 "metadata": {
385 "crossScalaVersions": ["2.13.4", "3.0.0"]
386}
387},{
388 "module": "awscala-sqs",
389 "compile": {"status": "ok", "tookMs": 110, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
390 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
391 "test-compile": {"status": "ok", "tookMs": 846, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
392 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
393 "publish": {"status": "skipped", "tookMs": 0},
394 "metadata": {
395 "crossScalaVersions": ["2.13.4", "3.0.0"]
396}
397},{
398 "module": "awscala-sts",
399 "compile": {"status": "ok", "tookMs": 122, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
400 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
401 "test-compile": {"status": "ok", "tookMs": 740, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
402 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
403 "publish": {"status": "skipped", "tookMs": 0},
404 "metadata": {
405 "crossScalaVersions": ["2.13.4", "3.0.0"]
406}
407},{
408 "module": "awscala-ec2",
409 "compile": {"status": "ok", "tookMs": 112, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
410 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
411 "test-compile": {"status": "ok", "tookMs": 1022, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
412 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
413 "publish": {"status": "skipped", "tookMs": 0},
414 "metadata": {
415 "crossScalaVersions": ["2.13.4", "3.0.0"]
416}
417}]
418************************
419[success] Total time: 94 s (0:01:34.0), completed Nov 14, 2025, 9:29:25 PM
420[0JChecking patch project/plugins.sbt...
421Checking patch project/build.properties...
422Checking patch build.sbt...
423Applied patch project/plugins.sbt cleanly.
424Applied patch project/build.properties cleanly.
425Applied patch build.sbt cleanly.