Build Logs

laserdisc-io/tamer • 3.8.1-RC1:2026-01-13

Errors

6

Warnings

0

Total Lines

888

1##################################
2Clonning https://github.com/laserdisc-io/tamer.git into /build/repo using revision v0.25.1
3##################################
4Note: switching to '9b989f7e5dab5f38a3575709c519c04d4b847cea'.
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.6
22Using target Scala version for migration: 3.7.4
23Migrating project for -source:3.5 using Scala 3.7.4
24----
25Preparing build for 3.7.4
26Would try to apply common scalacOption (best-effort, sbt/mill only):
27Append: -rewrite,REQUIRE:-source:3.5-migration
28Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
29
30Try apply source patch:
31Path: build.sbt
32Pattern: val scala_3 = "3.3.6"
33Replacement: val scala_3 = "3.7.4"
34Starting compilation server
35Compiling project (Scala 3.7.3, JVM (21))
36Compiled project (Scala 3.7.3, JVM (21))
37Successfully applied pattern 'val scala_3 = "3.3.6"' in build.sbt
38----
39Starting build for 3.7.4
40Execute tests: false
41sbt project found:
42No prepare script found for project laserdisc-io/tamer
43##################################
44Scala version: 3.7.4
45Targets: io.laserdisc%tamer-core io.laserdisc%tamer-db io.laserdisc%tamer-oci-objectstorage io.laserdisc%tamer-rest io.laserdisc%tamer-s3
46Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.5"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala_3 = \"3.3.6\"","replaceWith":"val scala_3 = \"<SCALA_VERSION>\""}]}
47##################################
48Using extra scalacOptions: -rewrite,REQUIRE:-source:3.5-migration
49Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
50[sbt_options] declare -a sbt_options=()
51[process_args] java_version = '21'
52[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21/rt.jar'
53# Executing command line:
54java
55-Dfile.encoding=UTF-8
56-Dcommunitybuild.scala=3.7.4
57-Dcommunitybuild.project.dependencies.add=
58-Xmx7G
59-Xms4G
60-Xss8M
61-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
62-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21
63-jar
64/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
65"setCrossScalaVersions 3.7.4"
66"++3.7.4 -v"
67"mapScalacOptions "-rewrite,REQUIRE:-source:3.5-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
68"set every credentials := Nil"
69"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
70"removeScalacOptionsStartingWith -P:wartremover"
71
72moduleMappings
73"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.5"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala_3 = \"3.3.6\"","replaceWith":"val scala_3 = \"<SCALA_VERSION>\""}]}""" io.laserdisc%tamer-core io.laserdisc%tamer-db io.laserdisc%tamer-oci-objectstorage io.laserdisc%tamer-rest io.laserdisc%tamer-s3"
74
75[info] [launcher] getting org.scala-sbt sbt 1.11.6 (this may take some time)...
76[info] welcome to sbt 1.11.6 (Eclipse Adoptium Java 21)
77[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
78[info] loading project definition from /build/repo/project
79[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
80[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
81[info] Compilation completed in 8.855s.
82[info] done compiling
83[info] loading settings for project tamer from build.sbt...
84[info] resolving key references (10199 settings) ...
85[info] set scmInfo to https://github.com/laserdisc-io/tamer
86[info] set current project to tamer (in build file:/build/repo/)
87Execute setCrossScalaVersions: 3.7.4
88OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in tamerNative/crossScalaVersions
89OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in oci-objectstorage/crossScalaVersions
90OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in core/crossScalaVersions
91OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in tamerJS/crossScalaVersions
92OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in rest/crossScalaVersions
93OpenCB::Limitting incorrect crossVersions List() -> List(2.13.16) in tamer/crossScalaVersions
94[info] set scmInfo to https://github.com/laserdisc-io/tamer
95OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in s3/crossScalaVersions
96OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in tamerJVM/crossScalaVersions
97OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in db/crossScalaVersions
98OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in example/crossScalaVersions
99[info] set current project to tamer (in build file:/build/repo/)
100[info] Setting Scala version to 3.7.4 on 9 projects.
101[info] Switching Scala version on:
102[info] s3 (2.13.16, 3.7.4)
103[info] tamerNative (2.13.16, 3.7.4)
104[info] oci-objectstorage (2.13.16, 3.7.4)
105[info] rest (2.13.16, 3.7.4)
106[info] tamerJS (2.13.16, 3.7.4)
107[info] db (2.13.16, 3.7.4)
108[info] tamerJVM (2.13.16, 3.7.4)
109[info] core (2.13.16, 3.7.4)
110[info] example (2.13.16, 3.7.4)
111[info] Excluding projects:
112[info] * tamer (2.13.16)
113[info] Reapplying settings...
114[info] set scmInfo to https://github.com/laserdisc-io/tamer
115[info] set current project to tamer (in build file:/build/repo/)
116Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.5-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
117[info] Reapplying settings...
118[info] set scmInfo to https://github.com/laserdisc-io/tamer
119[info] set current project to tamer (in build file:/build/repo/)
120[info] Defining Global / credentials, core / credentials and 8 others.
121[info] The new values will be used by Compile / scalafmtOnly, IntegrationTest / scalafmtOnly and 87 others.
122[info] Run `last` for details.
123[info] Reapplying settings...
124[info] set scmInfo to https://github.com/laserdisc-io/tamer
125[info] set current project to tamer (in build file:/build/repo/)
126Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
127[info] Reapplying settings...
128OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
129
130 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
131 Did you mean s3 / allExcludeDependencies ?
132 , retry without global scopes
133[info] Reapplying settings...
134[info] set scmInfo to https://github.com/laserdisc-io/tamer
135[info] set current project to tamer (in build file:/build/repo/)
136Execute removeScalacOptionsStartingWith: -P:wartremover
137[info] Reapplying settings...
138[info] set scmInfo to https://github.com/laserdisc-io/tamer
139[info] set current project to tamer (in build file:/build/repo/)
140[success] Total time: 0 s, completed Jan 13, 2026, 8:23:44 PM
141Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.5"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala_3 = \"3.3.6\"","replaceWith":"val scala_3 = \"<SCALA_VERSION>\""}]}
142Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
143Starting build...
144Projects: Set(s3, oci-objectstorage, rest, db, core)
145Starting build for ProjectRef(file:/build/repo/,db) (tamer-db)... [0/5]
146OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
147OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.5-migration` in Scala 2.12.20 module Global
148OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
149OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
150Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, -java-output-version, 11, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
151[info] compiling 13 Scala sources to /build/repo/core/target/scala-3.7.4/classes ...
152[info] [patched file /build/repo/core/src/main/scala/tamer/Codec.scala]
153[info] [patched file /build/repo/core/src/main/scala/tamer/Tamer.scala]
154[info] [patched file /build/repo/core/src/main/scala/tamer/Setup.scala]
155[info] [patched file /build/repo/core/src/main/scala/tamer/config.scala]
156[info] [patched file /build/repo/core/src/main/scala/tamer/Registry.scala]
157[info] done compiling
158[info] compiling 4 Scala sources to /build/repo/db/target/scala-3.7.4/classes ...
159[info] [patched file /build/repo/db/src/main/scala/tamer/db/DbSetup.scala]
160[info] [patched file /build/repo/db/src/main/scala/tamer/db/package.scala]
161[info] [patched file /build/repo/db/src/main/scala/tamer/db/config.scala]
162[info] done compiling
163[info] compiling 5 Scala sources to /build/repo/core/target/scala-3.7.4/classes ...
164[info] done compiling
165[info] compiling 4 Scala sources to /build/repo/db/target/scala-3.7.4/classes ...
166[info] done compiling
167Starting build for ProjectRef(file:/build/repo/,rest) (tamer-rest)... [1/5]
168Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, -java-output-version, 11, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
169[info] compiling 3 Scala sources to /build/repo/rest/target/scala-3.7.4/classes ...
170[info] [patched file /build/repo/rest/src/main/scala/tamer/rest/package.scala]
171[info] [patched file /build/repo/rest/src/main/scala/tamer/rest/RESTSetup.scala]
172[info] done compiling
173[info] compiling 3 Scala sources to /build/repo/core/target/scala-3.7.4/test-classes ...
174[info] compiling 3 Scala sources to /build/repo/rest/target/scala-3.7.4/classes ...
175[info] done compiling
176[info] [patched file /build/repo/core/src/test/scala/tamer/TamerSpec.scala]
177[info] [patched file /build/repo/core/src/test/scala/tamer/FakeKafka.scala]
178[info] done compiling
179[info] compiling 3 Scala sources to /build/repo/rest/target/scala-3.7.4/test-classes ...
180[info] [patched file /build/repo/rest/src/test/scala/tamer/rest/RESTSetupSpec.scala]
181[info] [patched file /build/repo/rest/src/test/scala/tamer/rest/HttpServerSupport.scala]
182[info] done compiling
183[info] compiling 3 Scala sources to /build/repo/core/target/scala-3.7.4/test-classes ...
184[info] done compiling
185[info] compiling 3 Scala sources to /build/repo/rest/target/scala-3.7.4/test-classes ...
186[info] done compiling
187Starting build for ProjectRef(file:/build/repo/,core) (tamer-core)... [2/5]
188Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, -java-output-version, 11, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
189Starting build for ProjectRef(file:/build/repo/,s3) (tamer-s3)... [3/5]
190Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, -java-output-version, 11, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
191[info] compiling 3 Scala sources to /build/repo/s3/target/scala-3.7.4/classes ...
192[info] [patched file /build/repo/s3/src/main/scala/tamer/s3/S3Setup.scala]
193[info] done compiling
194[info] compiling 1 Scala source to /build/repo/s3/target/scala-3.7.4/classes ...
195[info] done compiling
196[info] compiling 2 Scala sources to /build/repo/s3/target/scala-3.7.4/test-classes ...
197[info] [patched file /build/repo/s3/src/test/scala/tamer/s3/S3Spec.scala]
198[info] [patched file /build/repo/s3/src/test/scala/tamer/s3/DateParsingSpec.scala]
199[info] done compiling
200[info] compiling 2 Scala sources to /build/repo/s3/target/scala-3.7.4/test-classes ...
201[info] done compiling
202Starting build for ProjectRef(file:/build/repo/,oci-objectstorage) (tamer-oci-objectstorage)... [4/5]
203Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, -java-output-version, 11, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
204[info] compiling 2 Scala sources to /build/repo/oci-objectstorage/target/scala-3.7.4/classes ...
205[info] [patched file /build/repo/oci-objectstorage/src/main/scala/tamer/oci/objectstorage/ObjectStorageSetup.scala]
206[info] done compiling
207[info] compiling 1 Scala source to /build/repo/oci-objectstorage/target/scala-3.7.4/classes ...
208[info] done compiling
209
210************************
211Build summary:
212[{
213 "module": "tamer-db",
214 "compile": {"status": "ok", "tookMs": 15578, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
215 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
216 "test-compile": {"status": "ok", "tookMs": 6165, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
217 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
218 "publish": {"status": "skipped", "tookMs": 0},
219 "metadata": {
220 "crossScalaVersions": ["2.13.16", "3.3.6"]
221}
222},{
223 "module": "tamer-rest",
224 "compile": {"status": "ok", "tookMs": 1612, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
225 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
226 "test-compile": {"status": "ok", "tookMs": 5777, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
227 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
228 "publish": {"status": "skipped", "tookMs": 0},
229 "metadata": {
230 "crossScalaVersions": ["2.13.16", "3.3.6"]
231}
232},{
233 "module": "tamer-core",
234 "compile": {"status": "ok", "tookMs": 51, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
235 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
236 "test-compile": {"status": "ok", "tookMs": 117, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
237 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
238 "publish": {"status": "skipped", "tookMs": 0},
239 "metadata": {
240 "crossScalaVersions": ["2.13.16", "3.3.6"]
241}
242},{
243 "module": "tamer-s3",
244 "compile": {"status": "ok", "tookMs": 1038, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
245 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
246 "test-compile": {"status": "ok", "tookMs": 1498, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
247 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
248 "publish": {"status": "skipped", "tookMs": 0},
249 "metadata": {
250 "crossScalaVersions": ["2.13.16", "3.3.6"]
251}
252},{
253 "module": "tamer-oci-objectstorage",
254 "compile": {"status": "ok", "tookMs": 752, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
255 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
256 "test-compile": {"status": "ok", "tookMs": 626, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
257 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
258 "publish": {"status": "skipped", "tookMs": 0},
259 "metadata": {
260 "crossScalaVersions": ["2.13.16", "3.3.6"]
261}
262}]
263************************
264[success] Total time: 66 s (0:01:06.0), completed Jan 13, 2026, 8:24:51 PM
265[0JChecking patch project/plugins.sbt...
266Checking patch build.sbt...
267Applied patch project/plugins.sbt cleanly.
268Applied patch build.sbt cleanly.
269Commit migration rewrites
270Switched to a new branch 'opencb/migrate-source-3.5'
271[opencb/migrate-source-3.5 a47eef9] Apply Scala compiler rewrites using -source:3.5-migration using Scala 3.7.4
272 18 files changed, 81 insertions(+), 81 deletions(-)
273----
274Preparing build for 3.8.1-RC1
275Scala binary version found: 3.8
276Implicitly using source version 3.8
277Scala binary version found: 3.8
278Implicitly using source version 3.8
279Would try to apply common scalacOption (best-effort, sbt/mill only):
280Append: ,REQUIRE:-source:3.8
281Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
282
283Try apply source patch:
284Path: build.sbt
285Pattern: val scala_3 = "3.3.6"
286Replacement: val scala_3 = "3.8.1-RC1"
287Successfully applied pattern 'val scala_3 = "3.3.6"' in build.sbt
288----
289Starting build for 3.8.1-RC1
290Execute tests: true
291sbt project found:
292No prepare script found for project laserdisc-io/tamer
293##################################
294Scala version: 3.8.1-RC1
295Targets: io.laserdisc%tamer-core io.laserdisc%tamer-db io.laserdisc%tamer-oci-objectstorage io.laserdisc%tamer-rest io.laserdisc%tamer-s3
296Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.5"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala_3 = \"3.3.6\"","replaceWith":"val scala_3 = \"<SCALA_VERSION>\""}]}
297##################################
298Using extra scalacOptions: ,REQUIRE:-source:3.8
299Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
300[sbt_options] declare -a sbt_options=()
301[process_args] java_version = '21'
302[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21/rt.jar'
303# Executing command line:
304java
305-Dfile.encoding=UTF-8
306-Dcommunitybuild.scala=3.8.1-RC1
307-Dcommunitybuild.project.dependencies.add=
308-Xmx7G
309-Xms4G
310-Xss8M
311-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
312-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21
313-jar
314/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
315"setCrossScalaVersions 3.8.1-RC1"
316"++3.8.1-RC1 -v"
317"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
318"set every credentials := Nil"
319"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
320"removeScalacOptionsStartingWith -P:wartremover"
321
322moduleMappings
323"runBuild 3.8.1-RC1 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.5"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala_3 = \"3.3.6\"","replaceWith":"val scala_3 = \"<SCALA_VERSION>\""}]}""" io.laserdisc%tamer-core io.laserdisc%tamer-db io.laserdisc%tamer-oci-objectstorage io.laserdisc%tamer-rest io.laserdisc%tamer-s3"
324
325[info] welcome to sbt 1.11.6 (Eclipse Adoptium Java 21)
326[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
327[info] loading project definition from /build/repo/project
328[info] loading settings for project tamer from build.sbt...
329[info] resolving key references (10199 settings) ...
330[info] set scmInfo to https://github.com/laserdisc-io/tamer
331[info] set current project to tamer (in build file:/build/repo/)
332Execute setCrossScalaVersions: 3.8.1-RC1
333OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in tamerNative/crossScalaVersions
334OpenCB::Limitting incorrect crossVersions List() -> List(2.13.16) in tamer/crossScalaVersions
335[info] set scmInfo to https://github.com/laserdisc-io/tamer
336OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in tamerJS/crossScalaVersions
337OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in oci-objectstorage/crossScalaVersions
338OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in core/crossScalaVersions
339OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in rest/crossScalaVersions
340OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in s3/crossScalaVersions
341OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in tamerJVM/crossScalaVersions
342OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in db/crossScalaVersions
343OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in example/crossScalaVersions
344[info] set current project to tamer (in build file:/build/repo/)
345[info] Setting Scala version to 3.8.1-RC1 on 9 projects.
346[info] Switching Scala version on:
347[info] s3 (2.13.16, 3.8.1-RC1)
348[info] tamerNative (2.13.16, 3.8.1-RC1)
349[info] oci-objectstorage (2.13.16, 3.8.1-RC1)
350[info] rest (2.13.16, 3.8.1-RC1)
351[info] tamerJS (2.13.16, 3.8.1-RC1)
352[info] db (2.13.16, 3.8.1-RC1)
353[info] tamerJVM (2.13.16, 3.8.1-RC1)
354[info] core (2.13.16, 3.8.1-RC1)
355[info] example (2.13.16, 3.8.1-RC1)
356[info] Excluding projects:
357[info] * tamer (2.13.16)
358[info] Reapplying settings...
359[info] set scmInfo to https://github.com/laserdisc-io/tamer
360[info] set current project to tamer (in build file:/build/repo/)
361Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
362[info] Reapplying settings...
363[info] set scmInfo to https://github.com/laserdisc-io/tamer
364[info] set current project to tamer (in build file:/build/repo/)
365[info] Defining Global / credentials, core / credentials and 8 others.
366[info] The new values will be used by Compile / scalafmtOnly, IntegrationTest / scalafmtOnly and 87 others.
367[info] Run `last` for details.
368[info] Reapplying settings...
369[info] set scmInfo to https://github.com/laserdisc-io/tamer
370[info] set current project to tamer (in build file:/build/repo/)
371Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
372[info] Reapplying settings...
373OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
374
375 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
376 Did you mean s3 / allExcludeDependencies ?
377 , retry without global scopes
378[info] Reapplying settings...
379[info] set scmInfo to https://github.com/laserdisc-io/tamer
380[info] set current project to tamer (in build file:/build/repo/)
381Execute removeScalacOptionsStartingWith: -P:wartremover
382[info] Reapplying settings...
383[info] set scmInfo to https://github.com/laserdisc-io/tamer
384[info] set current project to tamer (in build file:/build/repo/)
385[success] Total time: 0 s, completed Jan 13, 2026, 8:25:09 PM
386Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.5"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala_3 = \"3.3.6\"","replaceWith":"val scala_3 = \"<SCALA_VERSION>\""}]}
387Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
388Starting build...
389Projects: Set(s3, oci-objectstorage, rest, db, core)
390Starting build for ProjectRef(file:/build/repo/,db) (tamer-db)... [0/5]
391OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
392OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
393OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
394Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, --java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
395[info] compiling 13 Scala sources to /build/repo/core/target/scala-3.8.1-RC1/classes ...
396[info] done compiling
397[info] compiling 4 Scala sources to /build/repo/db/target/scala-3.8.1-RC1/classes ...
398[info] done compiling
399Starting build for ProjectRef(file:/build/repo/,rest) (tamer-rest)... [1/5]
400Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, --java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
401[info] compiling 3 Scala sources to /build/repo/rest/target/scala-3.8.1-RC1/classes ...
402[info] done compiling
403[info] compiling 3 Scala sources to /build/repo/core/target/scala-3.8.1-RC1/test-classes ...
404[info] done compiling
405[info] compiling 3 Scala sources to /build/repo/rest/target/scala-3.8.1-RC1/test-classes ...
406[info] done compiling
407+ RESTSetupSpec
408[2026-01-13 20:25:42,120][WARN ][ZScheduler-Worker-3][o.a.z.server.ServerCnxnFactory] maxCnxns is not configured, using default value 0.
409[2026-01-13 20:25:42,532][WARN ][ZScheduler-Worker-3-SendThread(localhost:6000)][org.apache.zookeeper.ClientCnxn] Session 0x0 for server localhost/[0:0:0:0:0:0:0:1]:6000, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
410java.net.ConnectException: Connection refused
411 at java.base/sun.nio.ch.Net.pollConnect(Native Method)
412 at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682)
413 at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973)
414 at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
415 at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1289)
416[2026-01-13 20:25:43,637][WARN ][ZScheduler-Worker-3-SendThread(localhost:6000)][org.apache.zookeeper.ClientCnxn] Session 0x0 for server localhost/[0:0:0:0:0:0:0:1]:6000, Closing socket connection. Attempting reconnect except it is a SessionExpiredException.
417java.net.ConnectException: Connection refused
418 at java.base/sun.nio.ch.Net.pollConnect(Native Method)
419 at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:682)
420 at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:973)
421 at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:344)
422 at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1289)
423[2026-01-13 20:25:45,439][WARN ][Controller-0-to-broker-0-send-thread][o.apache.kafka.clients.NetworkClient] [Controller id=0, targetBrokerId=0] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
424[2026-01-13 20:25:45,439][WARN ][Controller-0-to-broker-0-send-thread][kafka.controller.RequestSendThread] [RequestSendThread controllerId=0] Controller 0's connection to broker localhost:6001 (id: 0 rack: null) was unsuccessful
425java.io.IOException: Connection to localhost:6001 (id: 0 rack: null) failed.
426 at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71)
427 at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:299)
428 at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:252)
429 at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:136)
430 + Should run a test with provisioned http4s
431[2026-01-13 20:25:47,395][INFO ][ZScheduler-Worker-1][tamer.SttpRegistry] SttpRegistry client created successfully
432[2026-01-13 20:25:47,901][INFO ][ZScheduler-Worker-0][tamer.LiveTamer] initializing Tamer with setup:
433query: GET http://localhost:11434/random, response as: either(as string, as string)
434query hash: -2107979772
435initial state: State(0)
436initial state hash: 0
437state key: -2107979772
438
439[2026-01-13 20:25:47,912][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] describing Set(state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8)
440[2026-01-13 20:25:47,944][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] result of describing Set(state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8): Some(Map(state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 -> TopicDescription(state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8,false,List(TopicPartitionInfo(0,Some(Node(0,Some(localhost),Some(6001),None)),List(Node(0,Some(localhost),Some(6001),None)),List(Node(0,Some(localhost),Some(6001),None)))),Some(HashSet(Read, AlterConfigs, DescribeConfigs, Delete, Write, Alter, Create, Describe))), sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 -> TopicDescription(sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8,false,List(TopicPartitionInfo(0,Some(Node(0,Some(localhost),Some(6001),None)),List(Node(0,Some(localhost),Some(6001),None)),List(Node(0,Some(localhost),Some(6001),None)))),Some(HashSet(Read, AlterConfigs, DescribeConfigs, Delete, Write, Alter, Create, Describe)))))
441[2026-01-13 20:25:47,951][INFO ][ZScheduler-Worker-1][tamer.LiveTamer] verified topic sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 successfully. Kafka informs us that it has 1 partitions and 1 replicas, but it satisfies all expected ACLs (Write), proceeding
442[2026-01-13 20:25:47,952][INFO ][ZScheduler-Worker-1][tamer.LiveTamer] verified topic state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 successfully. Kafka informs us that it has 1 partitions and 1 replicas, but it satisfies all expected ACLs (Read, Write), proceeding
443[2026-01-13 20:25:47,974][INFO ][ZScheduler-Worker-1][tamer.LiveTamer] running sink on topic sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 perpetually
444[2026-01-13 20:25:47,977][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] obtaining information on topic state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
445[2026-01-13 20:25:47,999][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] received the following information on topic state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8: FlatMap(tamer.Tamer.sourceStream.partitionSet(Tamer.scala:106),DynamicNoBox(zio.kafka.consumer.internal.ConsumerAccess.withConsumerZIO(ConsumerAccess.scala:21),1,zio.ZIO$$$Lambda/0x00007f35703426e8@3285e7d6),zio.ZIO$$Lambda/0x00007f3570340a48@47f8dd12)
446[2026-01-13 20:25:48,022][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] received the following commited state information on topic state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 for the group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8: Map(state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0 -> None)
447[2026-01-13 20:25:48,034][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] received the following end offsets information on the topic state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8: Map(state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0 -> 0)
448[2026-01-13 20:25:48,036][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] decided to Initialize
449[2026-01-13 20:25:48,037][INFO ][ZScheduler-Worker-1][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 never consumed from topic state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
450[2026-01-13 20:25:48,413][INFO ][ZScheduler-Worker-0][tamer.SttpRegistry] registered with id 1 new subject state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-key writer schema {"type":"record","name":"StateKey","namespace":"tamer.Tamer","fields":[{"name":"stateKey","type":"string"},{"name":"groupId","type":"string"}]}
451[2026-01-13 20:25:48,446][INFO ][ZScheduler-Worker-0][tamer.SttpRegistry] registered with id 2 new subject state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-value writer schema {"type":"record","name":"State","namespace":"tamer.rest","fields":[{"name":"count","type":"int"}]}
452[2026-01-13 20:25:48,476][INFO ][ZScheduler-Worker-2][tamer.LiveTamer] pushed initial state State(0) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@0
453[2026-01-13 20:25:48,711][DEBUG][ZScheduler-Worker-2][tamer.SttpRegistry] retrieved writer schema id: 1
454[2026-01-13 20:25:48,744][DEBUG][ZScheduler-Worker-1][tamer.SttpRegistry] retrieved writer schema id: 2
455[2026-01-13 20:25:48,752][DEBUG][zio-default-blocking-3][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 consumed state State(0) from state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@0
456[2026-01-13 20:25:48,753][DEBUG][zio-default-blocking-3][tamer.LiveTamer] invoking the iteration function under groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
457[2026-01-13 20:25:48,801][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] pushing 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
458[2026-01-13 20:25:48,836][INFO ][ZScheduler-Worker-1][tamer.SttpRegistry] registered with id 3 new subject sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-key writer schema {"type":"record","name":"Key","namespace":"tamer.rest","fields":[{"name":"time","type":"long"}]}
459[2026-01-13 20:25:48,867][INFO ][ZScheduler-Worker-3][tamer.SttpRegistry] registered with id 4 new subject sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-value writer schema {"type":"record","name":"Value","namespace":"tamer.rest","fields":[{"name":"time","type":"long"},{"name":"uuid","type":{"type":"string","logicalType":"uuid"}}]}
460[2026-01-13 20:25:48,882][INFO ][ZScheduler-Worker-2][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
461[2026-01-13 20:25:48,884][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] user implicitly signalled end of data production
462[2026-01-13 20:25:48,884][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 will commit offset state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@0
463[2026-01-13 20:25:48,894][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] pushed state State(1) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@2 for groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
464[2026-01-13 20:25:49,036][DEBUG][zio-default-blocking-3][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 consumed state State(1) from state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@2
465[2026-01-13 20:25:49,036][DEBUG][zio-default-blocking-3][tamer.LiveTamer] invoking the iteration function under groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
466[2026-01-13 20:25:49,063][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushing 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
467[2026-01-13 20:25:49,073][INFO ][ZScheduler-Worker-0][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
468[2026-01-13 20:25:49,075][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] user implicitly signalled end of data production
469[2026-01-13 20:25:49,075][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 will commit offset state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@2
470[2026-01-13 20:25:49,083][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushed state State(2) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@4 for groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
471[2026-01-13 20:25:49,099][DEBUG][zio-default-blocking-3][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 consumed state State(2) from state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@4
472[2026-01-13 20:25:49,099][DEBUG][zio-default-blocking-3][tamer.LiveTamer] invoking the iteration function under groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
473[2026-01-13 20:25:49,121][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] pushing 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
474[2026-01-13 20:25:49,131][INFO ][ZScheduler-Worker-0][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
475[2026-01-13 20:25:49,131][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] user implicitly signalled end of data production
476[2026-01-13 20:25:49,132][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 will commit offset state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@4
477[2026-01-13 20:25:49,139][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushed state State(3) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@6 for groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
478[2026-01-13 20:25:49,158][DEBUG][zio-default-blocking-3][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 consumed state State(3) from state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@6
479[2026-01-13 20:25:49,158][DEBUG][zio-default-blocking-3][tamer.LiveTamer] invoking the iteration function under groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
480[2026-01-13 20:25:49,178][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] pushing 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
481[2026-01-13 20:25:49,187][INFO ][ZScheduler-Worker-3][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
482[2026-01-13 20:25:49,188][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] user implicitly signalled end of data production
483[2026-01-13 20:25:49,188][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 will commit offset state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@6
484[2026-01-13 20:25:49,195][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushed state State(4) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@8 for groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
485[2026-01-13 20:25:49,211][DEBUG][zio-default-blocking-3][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 consumed state State(4) from state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@8
486[2026-01-13 20:25:49,211][DEBUG][zio-default-blocking-3][tamer.LiveTamer] invoking the iteration function under groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
487[2026-01-13 20:25:49,230][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] pushing 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
488[2026-01-13 20:25:49,240][INFO ][ZScheduler-Worker-1][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
489[2026-01-13 20:25:49,241][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] user implicitly signalled end of data production
490[2026-01-13 20:25:49,242][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 will commit offset state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@8
491[2026-01-13 20:25:49,249][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] pushed state State(5) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@10 for groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
492[2026-01-13 20:25:49,264][DEBUG][zio-default-blocking-3][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 consumed state State(5) from state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@10
493[2026-01-13 20:25:49,265][DEBUG][zio-default-blocking-3][tamer.LiveTamer] invoking the iteration function under groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
494[2026-01-13 20:25:49,280][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushing 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
495[2026-01-13 20:25:49,288][INFO ][ZScheduler-Worker-3][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
496[2026-01-13 20:25:49,289][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] user implicitly signalled end of data production
497[2026-01-13 20:25:49,289][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 will commit offset state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@10
498[2026-01-13 20:25:49,295][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] pushed state State(6) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@12 for groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
499[2026-01-13 20:25:49,310][DEBUG][zio-default-blocking-3][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 consumed state State(6) from state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@12
500[2026-01-13 20:25:49,311][DEBUG][zio-default-blocking-3][tamer.LiveTamer] invoking the iteration function under groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
501[2026-01-13 20:25:49,327][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] pushing 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
502[2026-01-13 20:25:49,335][INFO ][ZScheduler-Worker-0][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
503[2026-01-13 20:25:49,335][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] user implicitly signalled end of data production
504[2026-01-13 20:25:49,335][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 will commit offset state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@12
505[2026-01-13 20:25:49,343][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushed state State(7) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@14 for groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
506[2026-01-13 20:25:49,358][DEBUG][zio-default-blocking-1][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 consumed state State(7) from state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@14
507[2026-01-13 20:25:49,358][DEBUG][zio-default-blocking-1][tamer.LiveTamer] invoking the iteration function under groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
508[2026-01-13 20:25:49,379][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] pushing 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
509[2026-01-13 20:25:49,386][INFO ][ZScheduler-Worker-2][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
510[2026-01-13 20:25:49,386][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] user implicitly signalled end of data production
511[2026-01-13 20:25:49,386][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 will commit offset state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@14
512[2026-01-13 20:25:49,392][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] pushed state State(8) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@16 for groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
513[2026-01-13 20:25:49,404][DEBUG][zio-default-blocking-1][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 consumed state State(8) from state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@16
514[2026-01-13 20:25:49,405][DEBUG][zio-default-blocking-1][tamer.LiveTamer] invoking the iteration function under groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
515[2026-01-13 20:25:49,419][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] pushing 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
516[2026-01-13 20:25:49,426][INFO ][ZScheduler-Worker-3][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
517[2026-01-13 20:25:49,426][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] user implicitly signalled end of data production
518[2026-01-13 20:25:49,426][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 will commit offset state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@16
519[2026-01-13 20:25:49,432][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushed state State(9) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@18 for groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
520[2026-01-13 20:25:49,445][DEBUG][zio-default-blocking-1][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 consumed state State(9) from state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@18
521[2026-01-13 20:25:49,445][DEBUG][zio-default-blocking-1][tamer.LiveTamer] invoking the iteration function under groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
522[2026-01-13 20:25:49,459][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] pushing 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
523[2026-01-13 20:25:49,467][INFO ][ZScheduler-Worker-2][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
524[2026-01-13 20:25:49,468][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] user implicitly signalled end of data production
525[2026-01-13 20:25:49,468][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 will commit offset state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@18
526[2026-01-13 20:25:49,474][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] pushed state State(10) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@20 for groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
527[2026-01-13 20:25:49,487][DEBUG][zio-default-blocking-1][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 consumed state State(10) from state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@20
528[2026-01-13 20:25:49,487][DEBUG][zio-default-blocking-1][tamer.LiveTamer] invoking the iteration function under groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
529[2026-01-13 20:25:49,501][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushing 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
530[2026-01-13 20:25:49,508][INFO ][ZScheduler-Worker-0][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
531[2026-01-13 20:25:49,508][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] user implicitly signalled end of data production
532[2026-01-13 20:25:49,508][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 will commit offset state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@20
533[2026-01-13 20:25:49,515][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] pushed state State(11) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@22 for groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
534[2026-01-13 20:25:49,530][DEBUG][zio-default-blocking-1][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 consumed state State(11) from state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@22
535[2026-01-13 20:25:49,530][DEBUG][zio-default-blocking-1][tamer.LiveTamer] invoking the iteration function under groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
536[2026-01-13 20:25:49,545][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushing 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
537[2026-01-13 20:25:49,552][INFO ][ZScheduler-Worker-3][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
538[2026-01-13 20:25:49,552][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] user implicitly signalled end of data production
539[2026-01-13 20:25:49,552][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 will commit offset state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@22
540[2026-01-13 20:25:49,558][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushed state State(12) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@24 for groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
541[2026-01-13 20:25:49,570][DEBUG][zio-default-blocking-1][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 consumed state State(12) from state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@24
542[2026-01-13 20:25:49,570][DEBUG][zio-default-blocking-1][tamer.LiveTamer] invoking the iteration function under groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
543[2026-01-13 20:25:49,583][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] pushing 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
544[2026-01-13 20:25:49,590][INFO ][ZScheduler-Worker-0][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
545[2026-01-13 20:25:49,590][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] user implicitly signalled end of data production
546[2026-01-13 20:25:49,591][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 will commit offset state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@24
547[2026-01-13 20:25:49,597][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] pushed state State(13) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@26 for groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
548[2026-01-13 20:25:49,610][DEBUG][zio-default-blocking-1][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 consumed state State(13) from state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@26
549[2026-01-13 20:25:49,610][DEBUG][zio-default-blocking-1][tamer.LiveTamer] invoking the iteration function under groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
550[2026-01-13 20:25:49,624][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushing 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
551[2026-01-13 20:25:49,630][INFO ][ZScheduler-Worker-1][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
552[2026-01-13 20:25:49,630][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] user implicitly signalled end of data production
553[2026-01-13 20:25:49,630][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 will commit offset state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@26
554[2026-01-13 20:25:49,636][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushed state State(14) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@28 for groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
555[2026-01-13 20:25:49,648][DEBUG][zio-default-blocking-1][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 consumed state State(14) from state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@28
556[2026-01-13 20:25:49,649][DEBUG][zio-default-blocking-1][tamer.LiveTamer] invoking the iteration function under groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
557[2026-01-13 20:25:49,662][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushing 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
558[2026-01-13 20:25:49,668][INFO ][ZScheduler-Worker-0][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
559[2026-01-13 20:25:49,669][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 will commit offset state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@28
560[2026-01-13 20:25:49,669][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] user implicitly signalled end of data production
561[2026-01-13 20:25:49,674][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] pushed state State(15) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@30 for groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
562[2026-01-13 20:25:49,687][DEBUG][zio-default-blocking-1][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 consumed state State(15) from state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@30
563[2026-01-13 20:25:49,687][DEBUG][zio-default-blocking-1][tamer.LiveTamer] invoking the iteration function under groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
564[2026-01-13 20:25:49,702][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] pushing 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
565[2026-01-13 20:25:49,712][INFO ][ZScheduler-Worker-2][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
566[2026-01-13 20:25:49,712][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] user implicitly signalled end of data production
567[2026-01-13 20:25:49,712][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 will commit offset state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@30
568[2026-01-13 20:25:49,722][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] pushed state State(16) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@32 for groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
569[2026-01-13 20:25:49,739][DEBUG][zio-default-blocking-1][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 consumed state State(16) from state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@32
570[2026-01-13 20:25:49,739][DEBUG][zio-default-blocking-1][tamer.LiveTamer] invoking the iteration function under groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
571[2026-01-13 20:25:49,758][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] pushing 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
572[2026-01-13 20:25:49,766][INFO ][ZScheduler-Worker-3][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
573[2026-01-13 20:25:49,766][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] user implicitly signalled end of data production
574[2026-01-13 20:25:49,766][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 will commit offset state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@32
575[2026-01-13 20:25:49,773][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] pushed state State(17) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@34 for groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
576[2026-01-13 20:25:49,789][DEBUG][zio-default-blocking-1][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 consumed state State(17) from state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@34
577[2026-01-13 20:25:49,789][DEBUG][zio-default-blocking-1][tamer.LiveTamer] invoking the iteration function under groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
578[2026-01-13 20:25:49,809][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushing 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
579[2026-01-13 20:25:49,817][INFO ][ZScheduler-Worker-0][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
580[2026-01-13 20:25:49,817][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] user implicitly signalled end of data production
581[2026-01-13 20:25:49,818][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 will commit offset state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@34
582[2026-01-13 20:25:49,824][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushed state State(18) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@36 for groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
583[2026-01-13 20:25:49,841][DEBUG][zio-default-blocking-1][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 consumed state State(18) from state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@36
584[2026-01-13 20:25:49,841][DEBUG][zio-default-blocking-1][tamer.LiveTamer] invoking the iteration function under groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
585[2026-01-13 20:25:49,859][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] pushing 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
586[2026-01-13 20:25:49,872][INFO ][ZScheduler-Worker-0][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
587[2026-01-13 20:25:49,885][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] user implicitly signalled end of data production
588[2026-01-13 20:25:49,886][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] consumer group groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8 will commit offset state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@36
589[2026-01-13 20:25:49,903][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] pushed state State(19) to state.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8-0@38 for groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
590[2026-01-13 20:25:49,995][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
591[2026-01-13 20:25:50,012][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
592[2026-01-13 20:25:50,021][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
593[2026-01-13 20:25:50,100][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
594[2026-01-13 20:25:50,113][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
595[2026-01-13 20:25:50,222][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
596[2026-01-13 20:25:50,309][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
597[2026-01-13 20:25:50,346][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
598[2026-01-13 20:25:50,523][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
599[2026-01-13 20:25:50,673][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
600[2026-01-13 20:25:50,705][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
601[2026-01-13 20:25:51,025][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
602[2026-01-13 20:25:51,443][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
603[2026-01-13 20:25:51,508][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
604[2026-01-13 20:25:51,827][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
605[2026-01-13 20:25:52,471][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
606[2026-01-13 20:25:52,515][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
607[2026-01-13 20:25:52,830][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
608[2026-01-13 20:25:53,395][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
609[2026-01-13 20:25:53,491][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
610[2026-01-13 20:25:53,833][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
611[2026-01-13 20:25:54,317][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
612[2026-01-13 20:25:54,541][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
613[2026-01-13 20:25:54,835][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
614[2026-01-13 20:25:55,341][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
615[2026-01-13 20:25:55,443][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
616[2026-01-13 20:25:55,838][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
617[2026-01-13 20:25:56,367][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
618[2026-01-13 20:25:56,447][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
619[2026-01-13 20:25:56,841][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
620[2026-01-13 20:25:57,389][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
621[2026-01-13 20:25:57,448][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
622[2026-01-13 20:25:57,744][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
623[2026-01-13 20:25:58,362][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
624[2026-01-13 20:25:58,448][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
625[2026-01-13 20:25:58,747][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
626[2026-01-13 20:25:59,385][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
627[2026-01-13 20:25:59,401][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
628[2026-01-13 20:25:59,749][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
629[2026-01-13 20:26:00,402][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
630[2026-01-13 20:26:00,407][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
631[2026-01-13 20:26:00,652][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
632[2026-01-13 20:26:01,327][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
633[2026-01-13 20:26:01,402][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
634[2026-01-13 20:26:01,655][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
635[2026-01-13 20:26:02,305][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
636[2026-01-13 20:26:02,349][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
637[2026-01-13 20:26:02,557][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
638[2026-01-13 20:26:03,306][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
639[2026-01-13 20:26:03,370][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
640[2026-01-13 20:26:03,460][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
641[2026-01-13 20:26:04,189][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
642[2026-01-13 20:26:04,305][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
643[2026-01-13 20:26:04,463][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
644[2026-01-13 20:26:05,057][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
645[2026-01-13 20:26:05,306][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
646[2026-01-13 20:26:05,466][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
647[2026-01-13 20:26:06,077][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
648[2026-01-13 20:26:06,209][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
649[2026-01-13 20:26:06,469][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
650[2026-01-13 20:26:07,098][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
651[2026-01-13 20:26:07,212][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
652[2026-01-13 20:26:07,371][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
653[2026-01-13 20:26:07,966][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
654[2026-01-13 20:26:08,213][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
655[2026-01-13 20:26:08,274][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
656[2026-01-13 20:26:08,986][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
657[2026-01-13 20:26:09,177][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
658[2026-01-13 20:26:09,214][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
659[2026-01-13 20:26:10,003][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
660[2026-01-13 20:26:10,079][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
661[2026-01-13 20:26:10,214][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
662[2026-01-13 20:26:11,022][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
663[2026-01-13 20:26:11,082][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
664[2026-01-13 20:26:11,215][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
665[2026-01-13 20:26:11,985][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
666[2026-01-13 20:26:12,043][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
667[2026-01-13 20:26:12,118][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
668[2026-01-13 20:26:12,888][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
669[2026-01-13 20:26:12,910][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
670[2026-01-13 20:26:13,119][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
671[2026-01-13 20:26:13,791][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
672[2026-01-13 20:26:13,927][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
673[2026-01-13 20:26:14,119][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
674[2026-01-13 20:26:14,794][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
675[2026-01-13 20:26:14,796][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
676[2026-01-13 20:26:15,120][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
677[2026-01-13 20:26:15,663][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
678[2026-01-13 20:26:15,796][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
679[2026-01-13 20:26:16,120][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
680[2026-01-13 20:26:16,579][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
681[2026-01-13 20:26:16,799][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
682[2026-01-13 20:26:17,125][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
683[2026-01-13 20:26:17,599][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
684[2026-01-13 20:26:17,702][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
685[2026-01-13 20:26:18,027][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
686[2026-01-13 20:26:18,612][WARN ][zio-kafka-runloop-thread-0][o.apache.kafka.clients.NetworkClient] [Consumer clientId=clientid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, groupId=groupid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
687[2026-01-13 20:26:18,704][WARN ][kafka-admin-client-thread | adminclient-3][o.apache.kafka.clients.NetworkClient] [AdminClient clientId=adminclient-3] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
688[2026-01-13 20:26:18,980][WARN ][kafka-producer-network-thread | producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8][o.apache.kafka.clients.NetworkClient] [Producer clientId=producer-transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8, transactionalId=transactionalid.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
689[2026-01-13 20:26:19,009][INFO ][ZScheduler-Worker-3][tamer.LiveTamer] stopping producing to sink.topic.test-e8bc8104-98d1-4d76-aae0-4101ffaf58e8
690 + Should support e2e rest flow
6912 tests passed. 0 tests failed. 0 tests ignored.
692
693Executed in 38 s 40 ms
694
695Starting build for ProjectRef(file:/build/repo/,core) (tamer-core)... [2/5]
696Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, --java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
697[2026-01-13 20:26:21,916][WARN ][ZScheduler-Worker-1][o.a.z.server.ServerCnxnFactory] maxCnxns is not configured, using default value 0.
698[2026-01-13 20:26:22,966][WARN ][Controller-0-to-broker-0-send-thread][o.apache.kafka.clients.NetworkClient] [Controller id=0, targetBrokerId=0] Connection to node 0 (localhost/127.0.0.1:6001) could not be established. Node may not be available.
699[2026-01-13 20:26:22,967][WARN ][Controller-0-to-broker-0-send-thread][kafka.controller.RequestSendThread] [RequestSendThread controllerId=0] Controller 0's connection to broker localhost:6001 (id: 0 rack: null) was unsuccessful
700java.io.IOException: Connection to localhost:6001 (id: 0 rack: null) failed.
701 at org.apache.kafka.clients.NetworkClientUtils.awaitReady(NetworkClientUtils.java:71)
702 at kafka.controller.RequestSendThread.brokerReady(ControllerChannelManager.scala:299)
703 at kafka.controller.RequestSendThread.doWork(ControllerChannelManager.scala:252)
704 at org.apache.kafka.server.util.ShutdownableThread.run(ShutdownableThread.java:136)
705[2026-01-13 20:26:25,004][INFO ][ZScheduler-Worker-3][tamer.SttpRegistry] SttpRegistry client created successfully
706+ TamerSpec
707[2026-01-13 20:26:25,621][INFO ][ZScheduler-Worker-3][tamer.LiveTamer] initializing Tamer with setup:
708no repr string implemented, if you want a neat description of the source configuration please implement it
709[2026-01-13 20:26:25,635][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] describing Set(state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf, sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf)
710[2026-01-13 20:26:25,658][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] result of describing Set(state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf, sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf): Some(Map(sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf -> TopicDescription(sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf,false,List(TopicPartitionInfo(0,Some(Node(0,Some(localhost),Some(6001),None)),List(Node(0,Some(localhost),Some(6001),None)),List(Node(0,Some(localhost),Some(6001),None)))),Some(HashSet(Read, AlterConfigs, DescribeConfigs, Delete, Write, Alter, Create, Describe))), state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf -> TopicDescription(state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf,false,List(TopicPartitionInfo(0,Some(Node(0,Some(localhost),Some(6001),None)),List(Node(0,Some(localhost),Some(6001),None)),List(Node(0,Some(localhost),Some(6001),None)))),Some(HashSet(Read, AlterConfigs, DescribeConfigs, Delete, Write, Alter, Create, Describe)))))
711[2026-01-13 20:26:25,664][INFO ][ZScheduler-Worker-2][tamer.LiveTamer] verified topic sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf successfully. Kafka informs us that it has 1 partitions and 1 replicas, but it satisfies all expected ACLs (Write), proceeding
712[2026-01-13 20:26:25,664][INFO ][ZScheduler-Worker-2][tamer.LiveTamer] verified topic state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf successfully. Kafka informs us that it has 1 partitions and 1 replicas, but it satisfies all expected ACLs (Read, Write), proceeding
713[2026-01-13 20:26:25,684][INFO ][ZScheduler-Worker-1][tamer.LiveTamer] running sink on topic sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf perpetually
714[2026-01-13 20:26:25,685][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] obtaining information on topic state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
715[2026-01-13 20:26:25,692][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] received the following information on topic state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf: FlatMap(tamer.Tamer.sourceStream.partitionSet(Tamer.scala:106),DynamicNoBox(zio.kafka.consumer.internal.ConsumerAccess.withConsumerZIO(ConsumerAccess.scala:21),1,zio.ZIO$$$Lambda/0x00007f39dc2fcce8@37490b4d),zio.ZIO$$Lambda/0x00007f39dc145a30@5b977f6)
716[2026-01-13 20:26:25,707][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] received the following commited state information on topic state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf for the group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf: Map(state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0 -> None)
717[2026-01-13 20:26:25,712][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] received the following end offsets information on the topic state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf: Map(state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0 -> 0)
718[2026-01-13 20:26:25,714][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] decided to Initialize
719[2026-01-13 20:26:25,715][INFO ][ZScheduler-Worker-2][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf never consumed from topic state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
720[2026-01-13 20:26:26,201][INFO ][ZScheduler-Worker-3][tamer.SttpRegistry] registered with id 1 new subject state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-key writer schema {"type":"record","name":"StateKey","namespace":"tamer.Tamer","fields":[{"name":"stateKey","type":"string"},{"name":"groupId","type":"string"}]}
721[2026-01-13 20:26:26,278][INFO ][ZScheduler-Worker-3][tamer.SttpRegistry] registered with id 2 new subject state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-value writer schema {"type":"record","name":"State","namespace":"tamer","fields":[{"name":"state","type":"int"}]}
722[2026-01-13 20:26:26,325][INFO ][ZScheduler-Worker-1][tamer.LiveTamer] pushed initial state State(0) to state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@0
723[2026-01-13 20:26:26,607][DEBUG][ZScheduler-Worker-2][tamer.SttpRegistry] retrieved writer schema id: 1
724[2026-01-13 20:26:26,648][DEBUG][ZScheduler-Worker-2][tamer.SttpRegistry] retrieved writer schema id: 2
725[2026-01-13 20:26:26,658][DEBUG][zio-default-blocking-3][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf consumed state State(0) from state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@0
726[2026-01-13 20:26:26,658][DEBUG][zio-default-blocking-3][tamer.LiveTamer] invoking the iteration function under groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
727[2026-01-13 20:26:26,666][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] pushing 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
728[2026-01-13 20:26:26,703][INFO ][ZScheduler-Worker-3][tamer.SttpRegistry] registered with id 3 new subject sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-key writer schema {"type":"record","name":"Key","namespace":"tamer","fields":[{"name":"key","type":"int"}]}
729[2026-01-13 20:26:26,740][INFO ][ZScheduler-Worker-0][tamer.SttpRegistry] registered with id 4 new subject sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-value writer schema {"type":"record","name":"Value","namespace":"tamer","fields":[{"name":"value","type":"int"}]}
730[2026-01-13 20:26:26,758][INFO ][ZScheduler-Worker-2][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
731[2026-01-13 20:26:26,759][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf will commit offset state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@0
732[2026-01-13 20:26:26,761][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] user implicitly signalled end of data production
733[2026-01-13 20:26:26,770][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] pushed state State(1) to state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@2 for groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
734[2026-01-13 20:26:26,910][DEBUG][zio-default-blocking-3][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf consumed state State(1) from state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@2
735[2026-01-13 20:26:26,911][DEBUG][zio-default-blocking-3][tamer.LiveTamer] invoking the iteration function under groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
736[2026-01-13 20:26:26,911][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] pushing 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
737[2026-01-13 20:26:26,920][INFO ][ZScheduler-Worker-2][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
738[2026-01-13 20:26:26,920][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf will commit offset state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@2
739[2026-01-13 20:26:26,921][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] user implicitly signalled end of data production
740[2026-01-13 20:26:26,927][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] pushed state State(2) to state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@4 for groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
741[2026-01-13 20:26:26,944][DEBUG][zio-default-blocking-3][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf consumed state State(2) from state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@4
742[2026-01-13 20:26:26,944][DEBUG][zio-default-blocking-3][tamer.LiveTamer] invoking the iteration function under groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
743[2026-01-13 20:26:26,945][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushing 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
744[2026-01-13 20:26:26,953][INFO ][ZScheduler-Worker-3][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
745[2026-01-13 20:26:26,953][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf will commit offset state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@4
746[2026-01-13 20:26:26,953][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] user implicitly signalled end of data production
747[2026-01-13 20:26:26,960][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushed state State(3) to state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@6 for groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
748[2026-01-13 20:26:26,981][DEBUG][zio-default-blocking-3][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf consumed state State(3) from state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@6
749[2026-01-13 20:26:26,981][DEBUG][zio-default-blocking-3][tamer.LiveTamer] invoking the iteration function under groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
750[2026-01-13 20:26:26,982][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] pushing 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
751[2026-01-13 20:26:26,989][INFO ][ZScheduler-Worker-2][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
752[2026-01-13 20:26:26,990][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] user implicitly signalled end of data production
753[2026-01-13 20:26:26,990][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf will commit offset state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@6
754[2026-01-13 20:26:26,997][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] pushed state State(4) to state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@8 for groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
755[2026-01-13 20:26:27,013][DEBUG][zio-default-blocking-3][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf consumed state State(4) from state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@8
756[2026-01-13 20:26:27,014][DEBUG][zio-default-blocking-3][tamer.LiveTamer] invoking the iteration function under groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
757[2026-01-13 20:26:27,014][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] pushing 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
758[2026-01-13 20:26:27,022][INFO ][ZScheduler-Worker-0][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
759[2026-01-13 20:26:27,023][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] user implicitly signalled end of data production
760[2026-01-13 20:26:27,023][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf will commit offset state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@8
761[2026-01-13 20:26:27,036][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] pushed state State(5) to state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@10 for groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
762[2026-01-13 20:26:27,050][DEBUG][zio-default-blocking-3][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf consumed state State(5) from state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@10
763[2026-01-13 20:26:27,050][DEBUG][zio-default-blocking-3][tamer.LiveTamer] invoking the iteration function under groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
764[2026-01-13 20:26:27,051][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushing 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
765[2026-01-13 20:26:27,058][INFO ][ZScheduler-Worker-1][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
766[2026-01-13 20:26:27,059][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] user implicitly signalled end of data production
767[2026-01-13 20:26:27,059][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf will commit offset state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@10
768[2026-01-13 20:26:27,067][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] pushed state State(6) to state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@12 for groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
769[2026-01-13 20:26:27,084][DEBUG][zio-default-blocking-3][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf consumed state State(6) from state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@12
770[2026-01-13 20:26:27,084][DEBUG][zio-default-blocking-3][tamer.LiveTamer] invoking the iteration function under groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
771[2026-01-13 20:26:27,085][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] pushing 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
772[2026-01-13 20:26:27,091][INFO ][ZScheduler-Worker-2][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
773[2026-01-13 20:26:27,092][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf will commit offset state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@12
774[2026-01-13 20:26:27,092][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] user implicitly signalled end of data production
775[2026-01-13 20:26:27,097][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] pushed state State(7) to state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@14 for groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
776[2026-01-13 20:26:27,109][DEBUG][zio-default-blocking-3][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf consumed state State(7) from state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@14
777[2026-01-13 20:26:27,109][DEBUG][zio-default-blocking-3][tamer.LiveTamer] invoking the iteration function under groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
778[2026-01-13 20:26:27,109][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] pushing 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
779[2026-01-13 20:26:27,115][INFO ][ZScheduler-Worker-0][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
780[2026-01-13 20:26:27,115][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] user implicitly signalled end of data production
781[2026-01-13 20:26:27,116][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf will commit offset state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@14
782[2026-01-13 20:26:27,121][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushed state State(8) to state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@16 for groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
783[2026-01-13 20:26:27,136][DEBUG][zio-default-blocking-3][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf consumed state State(8) from state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@16
784[2026-01-13 20:26:27,136][DEBUG][zio-default-blocking-3][tamer.LiveTamer] invoking the iteration function under groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
785[2026-01-13 20:26:27,137][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushing 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
786[2026-01-13 20:26:27,143][INFO ][ZScheduler-Worker-3][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
787[2026-01-13 20:26:27,143][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] user implicitly signalled end of data production
788[2026-01-13 20:26:27,143][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf will commit offset state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@16
789[2026-01-13 20:26:27,149][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushed state State(9) to state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@18 for groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
790[2026-01-13 20:26:27,163][DEBUG][zio-default-blocking-3][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf consumed state State(9) from state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@18
791[2026-01-13 20:26:27,163][DEBUG][zio-default-blocking-3][tamer.LiveTamer] invoking the iteration function under groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
792[2026-01-13 20:26:27,163][DEBUG][ZScheduler-Worker-2][tamer.LiveTamer] pushing 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
793[2026-01-13 20:26:27,169][INFO ][ZScheduler-Worker-1][tamer.LiveTamer] successfully pushed 1 messages to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
794[2026-01-13 20:26:27,169][DEBUG][ZScheduler-Worker-1][tamer.LiveTamer] user implicitly signalled end of data production
795[2026-01-13 20:26:27,169][DEBUG][ZScheduler-Worker-0][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf will commit offset state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@18
796[2026-01-13 20:26:27,174][DEBUG][ZScheduler-Worker-3][tamer.LiveTamer] pushed state State(10) to state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@20 for groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
797[2026-01-13 20:26:27,186][DEBUG][zio-default-blocking-3][tamer.LiveTamer] consumer group groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf consumed state State(10) from state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf-0@20
798[2026-01-13 20:26:27,186][DEBUG][zio-default-blocking-3][tamer.LiveTamer] invoking the iteration function under groupid.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
799[2026-01-13 20:26:32,627][INFO ][ZScheduler-Worker-3][tamer.LiveTamer] stopping producing to sink.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
800[2026-01-13 20:26:32,639][INFO ][ZScheduler-Worker-0][tamer.LiveTamer] stopping consuming of topic state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf
801[2026-01-13 20:26:32,641][INFO ][ZScheduler-Worker-0][tamer.LiveTamer] consumer of topic state.topic.test-b2c8ccb8-191a-4233-9b34-3e3111a4adaf stopped
802[2026-01-13 20:26:32,641][INFO ][ZScheduler-Worker-0][tamer.LiveTamer] running final drain on sink queue
803[2026-01-13 20:26:32,643][INFO ][ZScheduler-Worker-0][tamer.LiveTamer] sink queue drained
804 + should successfully run the iteration function 10 times
8051 tests passed. 0 tests failed. 0 tests ignored.
806
807Executed in 11 s 200 ms
808
809Starting build for ProjectRef(file:/build/repo/,s3) (tamer-s3)... [3/5]
810Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, --java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
811[info] compiling 3 Scala sources to /build/repo/s3/target/scala-3.8.1-RC1/classes ...
812[info] done compiling
813[info] compiling 2 Scala sources to /build/repo/s3/target/scala-3.8.1-RC1/test-classes ...
814[info] done compiling
815+ S3Spec
816 + Should be able to compute next state
817+ DateParsingSpec
818 + Should parse date in simple case
819 + Should compute suffix
820 + Should compute suffix even if complex
8214 tests passed. 0 tests failed. 0 tests ignored.
822
823Executed in 427 ms
824
825Starting build for ProjectRef(file:/build/repo/,oci-objectstorage) (tamer-oci-objectstorage)... [4/5]
826Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, --java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
827[info] compiling 2 Scala sources to /build/repo/oci-objectstorage/target/scala-3.8.1-RC1/classes ...
828[info] done compiling
829
830************************
831Build summary:
832[{
833 "module": "tamer-db",
834 "compile": {"status": "ok", "tookMs": 14913, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
835 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
836 "test-compile": {"status": "ok", "tookMs": 217, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
837 "test": {"status": "ok", "tookMs": 201, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
838 "publish": {"status": "skipped", "tookMs": 0},
839 "metadata": {
840 "crossScalaVersions": ["2.13.16", "3.3.6"]
841}
842},{
843 "module": "tamer-rest",
844 "compile": {"status": "ok", "tookMs": 1723, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
845 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
846 "test-compile": {"status": "ok", "tookMs": 5444, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
847 "test": {"status": "ok", "tookMs": 40297, "passed": 2, "failed": 0, "ignored": 0, "skipped": 0, "total": 2, "byFramework": [{"framework": "unknown", "stats": {"passed": 2, "failed": 0, "ignored": 0, "skipped": 0, "total": 2}}]},
848 "publish": {"status": "skipped", "tookMs": 0},
849 "metadata": {
850 "crossScalaVersions": ["2.13.16", "3.3.6"]
851}
852},{
853 "module": "tamer-core",
854 "compile": {"status": "ok", "tookMs": 134, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
855 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
856 "test-compile": {"status": "ok", "tookMs": 132, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
857 "test": {"status": "ok", "tookMs": 13072, "passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1, "byFramework": [{"framework": "unknown", "stats": {"passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1}}]},
858 "publish": {"status": "skipped", "tookMs": 0},
859 "metadata": {
860 "crossScalaVersions": ["2.13.16", "3.3.6"]
861}
862},{
863 "module": "tamer-s3",
864 "compile": {"status": "ok", "tookMs": 1202, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
865 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
866 "test-compile": {"status": "ok", "tookMs": 754, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
867 "test": {"status": "ok", "tookMs": 1600, "passed": 4, "failed": 0, "ignored": 0, "skipped": 0, "total": 4, "byFramework": [{"framework": "unknown", "stats": {"passed": 4, "failed": 0, "ignored": 0, "skipped": 0, "total": 4}}]},
868 "publish": {"status": "skipped", "tookMs": 0},
869 "metadata": {
870 "crossScalaVersions": ["2.13.16", "3.3.6"]
871}
872},{
873 "module": "tamer-oci-objectstorage",
874 "compile": {"status": "ok", "tookMs": 679, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
875 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
876 "test-compile": {"status": "ok", "tookMs": 124, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
877 "test": {"status": "ok", "tookMs": 125, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
878 "publish": {"status": "skipped", "tookMs": 0},
879 "metadata": {
880 "crossScalaVersions": ["2.13.16", "3.3.6"]
881}
882}]
883************************
884[success] Total time: 90 s (0:01:30.0), completed Jan 13, 2026, 8:26:39 PM
885[0JChecking patch project/plugins.sbt...
886Checking patch build.sbt...
887Applied patch project/plugins.sbt cleanly.
888Applied patch build.sbt cleanly.