Build Logs
apache/pekko-connectors-kafka • 3.8.0-RC2:2025-11-25
Errors
0
Warnings
61
Total Lines
535
1##################################
2Clonning https://github.com/apache/pekko-connectors-kafka.git into /build/repo using revision v1.1.0
3##################################
4Note: switching to '0c0121edd9bac57b4a288be44fa9a87e442b693b'.
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.3
22----
23Preparing build for 3.8.0-RC2
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: project/Versions.scala
34Pattern: val Scala3 = "3.3.3"
35Replacement: val Scala3 = "3.8.0-RC2"
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.3.3"' in project/Versions.scala
40----
41Starting build for 3.8.0-RC2
42Execute tests: false
43sbt project found:
44Sbt version 1.10.1 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 apache/pekko-connectors-kafka
47/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
48##################################
49Scala version: 3.8.0-RC2
50Targets: org.apache.pekko%pekko-connectors-kafka org.apache.pekko%pekko-connectors-kafka-cluster-sharding org.apache.pekko%pekko-connectors-kafka-testkit
51Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/Versions.scala","pattern":"val Scala3 = \"3.3.3\"","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-RC2
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-RC2"
71"++3.8.0-RC2 -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-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/Versions.scala","pattern":"val Scala3 = \"3.3.3\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" org.apache.pekko%pekko-connectors-kafka org.apache.pekko%pekko-connectors-kafka-cluster-sharding org.apache.pekko%pekko-connectors-kafka-testkit"
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 15 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 8.782s.
86[warn] /build/repo/project/CopyrightHeader.scala:27:24: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
87[warn] Seq(Compile, Test, IntegrationTest, Default).flatMap { config =>
88[warn] ^
89[warn] /build/repo/project/Dependencies.scala:19:62: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
90[warn] "org.testcontainers" % "kafka" % testcontainersVersion % IntegrationTest,
91[warn] ^
92[warn] /build/repo/project/Dependencies.scala:20:58: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
93[warn] "org.apache.pekko" %% "pekko-slf4j" % pekkoVersion % IntegrationTest,
94[warn] ^
95[warn] /build/repo/project/Dependencies.scala:21:67: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
96[warn] "org.apache.pekko" %% "pekko-stream-testkit" % pekkoVersion % IntegrationTest,
97[warn] ^
98[warn] /build/repo/project/Dependencies.scala:22:57: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
99[warn] "org.scalatest" %% "scalatest" % scalaTestVersion % IntegrationTest))
100[warn] ^
101[warn] 5 warnings found
102[info] done compiling
103/build/repo/build.sbt:86: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
104 .configs(IntegrationTest.extend(Test))
105 ^
106/build/repo/build.sbt:87: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
107 .settings(inConfig(IntegrationTest)(JavaFormatterPlugin.toBeScopedSettings))
108 ^
109/build/repo/build.sbt:89: warning: lazy value itSettings in object Defaults is deprecated (since 1.9.0): Create a separate subproject instead of using IntegrationTest and in addition avoid using itSettings
110 .settings(Defaults.itSettings)
111 ^
112/build/repo/build.sbt:90: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
113 .settings(headerSettings(IntegrationTest))
114 ^
115/build/repo/build.sbt:98: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
116 IntegrationTest / parallelExecution := false)
117 ^
118/build/repo/build.sbt:115: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
119 IntegrationTest / parallelExecution := false)
120 ^
121/build/repo/build.sbt:145: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
122 .configs(IntegrationTest)
123 ^
124/build/repo/build.sbt:146: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
125 .settings(inConfig(IntegrationTest)(JavaFormatterPlugin.toBeScopedSettings))
126 ^
127/build/repo/build.sbt:148: warning: lazy value itSettings in object Defaults is deprecated (since 1.9.0): Create a separate subproject instead of using IntegrationTest and in addition avoid using itSettings
128 .settings(Defaults.itSettings)
129 ^
130/build/repo/build.sbt:149: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
131 .settings(headerSettings(IntegrationTest))
132 ^
133/build/repo/build.sbt:153: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
134 IntegrationTest / parallelExecution := false,
135 ^
136[info] loading settings for project pekko-connectors-kafka from build.sbt...
137[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
138[info]
139[info] ** Welcome to the Apache Pekko Kafka Connector! **
140[info]
141[info] The build has three main modules:
142[info] core - the Kafka connector sources
143[info] cluster-sharding - Apache Pekko Cluster External Sharding with the Apache Pekko Kafka Connector
144[info] tests - tests, Docker based integration tests, code for the documentation
145[info] testkit - framework for testing the connector
146[info]
147[info] Other modules:
148[info] docs - the sources for generating https://pekko.apache.org/docs/pekko-connectors-kafka/current/
149[info] benchmarks - compare direct Kafka API usage with Apache Pekko Kafka Connector
150[info]
151[info] Useful sbt tasks:
152[info]
153[info] docs/previewSite
154[info] builds Paradox and Scaladoc documentation, starts a webserver and
155[info] opens a new browser window
156[info]
157[info] verifyCodeFormat
158[info] checks if all of the code is formatted according to the configuration
159[info]
160[info] verifyDocs
161[info] builds all of the docs
162[info]
163[info] test
164[info] runs all the tests
165[info]
166[info] tests/IntegrationTest/test
167[info] run integration tests backed by Docker containers
168[info]
169[info] tests/testOnly -- -t "A consume-transform-produce cycle must complete in happy-path scenario"
170[info] run a single test with an exact name (use -z for partial match)
171[info]
172[info] benchmarks/IntegrationTest/testOnly *.PekkoConnectorsKafkaPlainConsumer
173[info] run a single benchmark backed by Docker containers
174[info]
175[warn] there are 10 keys that are not used by any other settings/tasks:
176[warn]
177[warn] * ThisBuild / mimaReportSignatureProblems
178[warn] +- /build/repo/project/ProjectSettings.scala:123
179[warn] * benchmarks / projectInfoVersion
180[warn] +- /build/repo/project/ProjectSettings.scala:124
181[warn] * cluster-sharding / projectInfoVersion
182[warn] +- /build/repo/project/ProjectSettings.scala:124
183[warn] * core / projectInfoVersion
184[warn] +- /build/repo/project/ProjectSettings.scala:124
185[warn] * docs / previewSite / previewPath
186[warn] +- /build/repo/build.sbt:126
187[warn] * java-tests / IntegrationTest / parallelExecution
188[warn] +- /build/repo/build.sbt:115
189[warn] * java-tests / projectInfoVersion
190[warn] +- /build/repo/project/ProjectSettings.scala:124
191[warn] * pekko-connectors-kafka / projectInfoVersion
192[warn] +- /build/repo/project/ProjectSettings.scala:124
193[warn] * testkit / projectInfoVersion
194[warn] +- /build/repo/project/ProjectSettings.scala:124
195[warn] * tests / projectInfoVersion
196[warn] +- /build/repo/project/ProjectSettings.scala:124
197[warn]
198[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
199[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
200Execute setCrossScalaVersions: 3.8.0-RC2
201[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
202OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in benchmarks/crossScalaVersions
203OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in java-tests/crossScalaVersions
204OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in core/crossScalaVersions
205OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in pekko-connectors-kafka/crossScalaVersions
206OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in tests/crossScalaVersions
207OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in docs/crossScalaVersions
208OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in cluster-sharding/crossScalaVersions
209OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in testkit/crossScalaVersions
210[info]
211[info] ** Welcome to the Apache Pekko Kafka Connector! **
212[info]
213[info] The build has three main modules:
214[info] core - the Kafka connector sources
215[info] cluster-sharding - Apache Pekko Cluster External Sharding with the Apache Pekko Kafka Connector
216[info] tests - tests, Docker based integration tests, code for the documentation
217[info] testkit - framework for testing the connector
218[info]
219[info] Other modules:
220[info] docs - the sources for generating https://pekko.apache.org/docs/pekko-connectors-kafka/current/
221[info] benchmarks - compare direct Kafka API usage with Apache Pekko Kafka Connector
222[info]
223[info] Useful sbt tasks:
224[info]
225[info] docs/previewSite
226[info] builds Paradox and Scaladoc documentation, starts a webserver and
227[info] opens a new browser window
228[info]
229[info] verifyCodeFormat
230[info] checks if all of the code is formatted according to the configuration
231[info]
232[info] verifyDocs
233[info] builds all of the docs
234[info]
235[info] test
236[info] runs all the tests
237[info]
238[info] tests/IntegrationTest/test
239[info] run integration tests backed by Docker containers
240[info]
241[info] tests/testOnly -- -t "A consume-transform-produce cycle must complete in happy-path scenario"
242[info] run a single test with an exact name (use -z for partial match)
243[info]
244[info] benchmarks/IntegrationTest/testOnly *.PekkoConnectorsKafkaPlainConsumer
245[info] run a single benchmark backed by Docker containers
246[info]
247[info] Setting Scala version to 3.8.0-RC2 on 8 projects.
248[info] Switching Scala version on:
249[info] java-tests (2.12.20, 2.13.14, 3.8.0-RC2)
250[info] benchmarks (2.12.20, 2.13.14, 3.8.0-RC2)
251[info] docs (2.12.20, 2.13.14, 3.8.0-RC2)
252[info] tests (2.12.20, 2.13.14, 3.8.0-RC2)
253[info] * pekko-connectors-kafka (2.12.20, 2.13.14, 3.8.0-RC2)
254[info] cluster-sharding (2.12.20, 2.13.14, 3.8.0-RC2)
255[info] core (2.12.20, 2.13.14, 3.8.0-RC2)
256[info] testkit (2.12.20, 2.13.14, 3.8.0-RC2)
257[info] Excluding projects:
258[info] Reapplying settings...
259[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
260[info]
261[info] ** Welcome to the Apache Pekko Kafka Connector! **
262[info]
263[info] The build has three main modules:
264[info] core - the Kafka connector sources
265[info] cluster-sharding - Apache Pekko Cluster External Sharding with the Apache Pekko Kafka Connector
266[info] tests - tests, Docker based integration tests, code for the documentation
267[info] testkit - framework for testing the connector
268[info]
269[info] Other modules:
270[info] docs - the sources for generating https://pekko.apache.org/docs/pekko-connectors-kafka/current/
271[info] benchmarks - compare direct Kafka API usage with Apache Pekko Kafka Connector
272[info]
273[info] Useful sbt tasks:
274[info]
275[info] docs/previewSite
276[info] builds Paradox and Scaladoc documentation, starts a webserver and
277[info] opens a new browser window
278[info]
279[info] verifyCodeFormat
280[info] checks if all of the code is formatted according to the configuration
281[info]
282[info] verifyDocs
283[info] builds all of the docs
284[info]
285[info] test
286[info] runs all the tests
287[info]
288[info] tests/IntegrationTest/test
289[info] run integration tests backed by Docker containers
290[info]
291[info] tests/testOnly -- -t "A consume-transform-produce cycle must complete in happy-path scenario"
292[info] run a single test with an exact name (use -z for partial match)
293[info]
294[info] benchmarks/IntegrationTest/testOnly *.PekkoConnectorsKafkaPlainConsumer
295[info] run a single benchmark backed by Docker containers
296[info]
297Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
298[info] Reapplying settings...
299[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
300[info]
301[info] ** Welcome to the Apache Pekko Kafka Connector! **
302[info]
303[info] The build has three main modules:
304[info] core - the Kafka connector sources
305[info] cluster-sharding - Apache Pekko Cluster External Sharding with the Apache Pekko Kafka Connector
306[info] tests - tests, Docker based integration tests, code for the documentation
307[info] testkit - framework for testing the connector
308[info]
309[info] Other modules:
310[info] docs - the sources for generating https://pekko.apache.org/docs/pekko-connectors-kafka/current/
311[info] benchmarks - compare direct Kafka API usage with Apache Pekko Kafka Connector
312[info]
313[info] Useful sbt tasks:
314[info]
315[info] docs/previewSite
316[info] builds Paradox and Scaladoc documentation, starts a webserver and
317[info] opens a new browser window
318[info]
319[info] verifyCodeFormat
320[info] checks if all of the code is formatted according to the configuration
321[info]
322[info] verifyDocs
323[info] builds all of the docs
324[info]
325[info] test
326[info] runs all the tests
327[info]
328[info] tests/IntegrationTest/test
329[info] run integration tests backed by Docker containers
330[info]
331[info] tests/testOnly -- -t "A consume-transform-produce cycle must complete in happy-path scenario"
332[info] run a single test with an exact name (use -z for partial match)
333[info]
334[info] benchmarks/IntegrationTest/testOnly *.PekkoConnectorsKafkaPlainConsumer
335[info] run a single benchmark backed by Docker containers
336[info]
337[info] Defining Global / credentials, ThisBuild / credentials and 7 others.
338[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 64 others.
339[info] Run `last` for details.
340[info] Reapplying settings...
341[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
342[info]
343[info] ** Welcome to the Apache Pekko Kafka Connector! **
344[info]
345[info] The build has three main modules:
346[info] core - the Kafka connector sources
347[info] cluster-sharding - Apache Pekko Cluster External Sharding with the Apache Pekko Kafka Connector
348[info] tests - tests, Docker based integration tests, code for the documentation
349[info] testkit - framework for testing the connector
350[info]
351[info] Other modules:
352[info] docs - the sources for generating https://pekko.apache.org/docs/pekko-connectors-kafka/current/
353[info] benchmarks - compare direct Kafka API usage with Apache Pekko Kafka Connector
354[info]
355[info] Useful sbt tasks:
356[info]
357[info] docs/previewSite
358[info] builds Paradox and Scaladoc documentation, starts a webserver and
359[info] opens a new browser window
360[info]
361[info] verifyCodeFormat
362[info] checks if all of the code is formatted according to the configuration
363[info]
364[info] verifyDocs
365[info] builds all of the docs
366[info]
367[info] test
368[info] runs all the tests
369[info]
370[info] tests/IntegrationTest/test
371[info] run integration tests backed by Docker containers
372[info]
373[info] tests/testOnly -- -t "A consume-transform-produce cycle must complete in happy-path scenario"
374[info] run a single test with an exact name (use -z for partial match)
375[info]
376[info] benchmarks/IntegrationTest/testOnly *.PekkoConnectorsKafkaPlainConsumer
377[info] run a single benchmark backed by Docker containers
378[info]
379Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
380[info] Reapplying settings...
381OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
382
383 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
384 Did you mean java-tests / allExcludeDependencies ?
385 , retry without global scopes
386[info] Reapplying settings...
387[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
388[info]
389[info] ** Welcome to the Apache Pekko Kafka Connector! **
390[info]
391[info] The build has three main modules:
392[info] core - the Kafka connector sources
393[info] cluster-sharding - Apache Pekko Cluster External Sharding with the Apache Pekko Kafka Connector
394[info] tests - tests, Docker based integration tests, code for the documentation
395[info] testkit - framework for testing the connector
396[info]
397[info] Other modules:
398[info] docs - the sources for generating https://pekko.apache.org/docs/pekko-connectors-kafka/current/
399[info] benchmarks - compare direct Kafka API usage with Apache Pekko Kafka Connector
400[info]
401[info] Useful sbt tasks:
402[info]
403[info] docs/previewSite
404[info] builds Paradox and Scaladoc documentation, starts a webserver and
405[info] opens a new browser window
406[info]
407[info] verifyCodeFormat
408[info] checks if all of the code is formatted according to the configuration
409[info]
410[info] verifyDocs
411[info] builds all of the docs
412[info]
413[info] test
414[info] runs all the tests
415[info]
416[info] tests/IntegrationTest/test
417[info] run integration tests backed by Docker containers
418[info]
419[info] tests/testOnly -- -t "A consume-transform-produce cycle must complete in happy-path scenario"
420[info] run a single test with an exact name (use -z for partial match)
421[info]
422[info] benchmarks/IntegrationTest/testOnly *.PekkoConnectorsKafkaPlainConsumer
423[info] run a single benchmark backed by Docker containers
424[info]
425Execute removeScalacOptionsStartingWith: -P:wartremover
426[info] Reapplying settings...
427[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
428[info]
429[info] ** Welcome to the Apache Pekko Kafka Connector! **
430[info]
431[info] The build has three main modules:
432[info] core - the Kafka connector sources
433[info] cluster-sharding - Apache Pekko Cluster External Sharding with the Apache Pekko Kafka Connector
434[info] tests - tests, Docker based integration tests, code for the documentation
435[info] testkit - framework for testing the connector
436[info]
437[info] Other modules:
438[info] docs - the sources for generating https://pekko.apache.org/docs/pekko-connectors-kafka/current/
439[info] benchmarks - compare direct Kafka API usage with Apache Pekko Kafka Connector
440[info]
441[info] Useful sbt tasks:
442[info]
443[info] docs/previewSite
444[info] builds Paradox and Scaladoc documentation, starts a webserver and
445[info] opens a new browser window
446[info]
447[info] verifyCodeFormat
448[info] checks if all of the code is formatted according to the configuration
449[info]
450[info] verifyDocs
451[info] builds all of the docs
452[info]
453[info] test
454[info] runs all the tests
455[info]
456[info] tests/IntegrationTest/test
457[info] run integration tests backed by Docker containers
458[info]
459[info] tests/testOnly -- -t "A consume-transform-produce cycle must complete in happy-path scenario"
460[info] run a single test with an exact name (use -z for partial match)
461[info]
462[info] benchmarks/IntegrationTest/testOnly *.PekkoConnectorsKafkaPlainConsumer
463[info] run a single benchmark backed by Docker containers
464[info]
465[success] Total time: 0 s, completed Nov 25, 2025, 3:39:58 PM
466Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/Versions.scala","pattern":"val Scala3 = \"3.3.3\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
467Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
468Starting build...
469Projects: Set(core, cluster-sharding, testkit)
470Starting build for ProjectRef(file:/build/repo/,core) (pekko-connectors-kafka)... [0/3]
471OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
472Compile scalacOptions: -encoding, UTF-8, -Wconf:cat=feature:w, -Wconf:cat=deprecation:w, -Wconf:cat=unchecked:w, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
473[info] compiling 58 Scala sources to /build/repo/core/target/scala-3.8.0-RC2/classes ...
474[info] done compiling
475Starting build for ProjectRef(file:/build/repo/,cluster-sharding) (pekko-connectors-kafka-cluster-sharding)... [1/3]
476Compile scalacOptions: -encoding, UTF-8, -Wconf:cat=feature:w, -Wconf:cat=deprecation:w, -Wconf:cat=unchecked:w, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
477[info] compiling 1 Scala source to /build/repo/cluster-sharding/target/scala-3.8.0-RC2/classes ...
478[info] done compiling
479Starting build for ProjectRef(file:/build/repo/,testkit) (pekko-connectors-kafka-testkit)... [2/3]
480Compile scalacOptions: -encoding, UTF-8, -Wconf:cat=feature:w, -Wconf:cat=deprecation:w, -Wconf:cat=unchecked:w, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
481[info] compiling 14 Scala sources and 8 Java sources to /build/repo/testkit/target/scala-3.8.0-RC2/classes ...
482[warn] /build/repo/testkit/src/main/java/org/apache/pekko/kafka/testkit/internal/PekkoConnectorsKafkaContainer.java:168:47: getContainerIpAddress() in org.testcontainers.containers.ContainerState has been deprecated
483[warn] getContainerIpAddress
484[warn] ^
485[warn] /build/repo/testkit/src/main/java/org/apache/pekko/kafka/testkit/internal/PekkoConnectorsKafkaContainer.java:177:55: getContainerIpAddress() in org.testcontainers.containers.ContainerState has been deprecated
486[warn] getContainerIpAddress
487[warn] ^
488[warn] /build/repo/testkit/src/main/java/org/apache/pekko/kafka/testkit/internal/SchemaRegistryContainer.java:52:25: getContainerIpAddress() in org.testcontainers.containers.ContainerState has been deprecated
489[warn] getContainerIpAddress
490[warn] ^
491[info] done compiling
492
493************************
494Build summary:
495[{
496 "module": "pekko-connectors-kafka",
497 "compile": {"status": "ok", "tookMs": 18978, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
498 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
499 "test-compile": {"status": "ok", "tookMs": 166, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
500 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
501 "publish": {"status": "skipped", "tookMs": 0},
502 "metadata": {
503 "crossScalaVersions": ["2.12.20", "2.13.14", "3.3.3"]
504}
505},{
506 "module": "pekko-connectors-kafka-cluster-sharding",
507 "compile": {"status": "ok", "tookMs": 1249, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
508 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
509 "test-compile": {"status": "ok", "tookMs": 170, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
510 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
511 "publish": {"status": "skipped", "tookMs": 0},
512 "metadata": {
513 "crossScalaVersions": ["2.12.20", "2.13.14", "3.3.3"]
514}
515},{
516 "module": "pekko-connectors-kafka-testkit",
517 "compile": {"status": "ok", "tookMs": 3690, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
518 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
519 "test-compile": {"status": "ok", "tookMs": 253, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
520 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
521 "publish": {"status": "skipped", "tookMs": 0},
522 "metadata": {
523 "crossScalaVersions": ["2.12.20", "2.13.14", "3.3.3"]
524}
525}]
526************************
527[success] Total time: 61 s (0:01:01.0), completed Nov 25, 2025, 3:41:00 PM
528[0JChecking patch project/plugins.sbt...
529Checking patch project/build.properties...
530Checking patch project/Versions.scala...
531Checking patch build.sbt...
532Applied patch project/plugins.sbt cleanly.
533Applied patch project/build.properties cleanly.
534Applied patch project/Versions.scala cleanly.
535Applied patch build.sbt cleanly.