Build Logs
jchapuis/fs2-kafka-mock • 3.8.0-RC6:2026-01-08
Errors
1
Warnings
0
Total Lines
174
1##################################
2Clonning https://github.com/jchapuis/fs2-kafka-mock.git into /build/repo using revision v0.4.0
3##################################
4Note: switching to '4cb2a9fa60b03ca7bd0c26302cfa483da5d1d5d1'.
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.4.2
22----
23Preparing build for 3.8.0-RC6
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: src/test/scala/io/github/jchapuis/fs2/kafka/mock/MockKafkaProducerSuite.scala
34Pattern: implicit val patience = MockKafkaProducer.Patience
35Replacement: implicit val patience: MockKafkaProducer.Patience = MockKafkaProducer.Patience
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'implicit val patience = MockKafkaProducer.Patience' in src/test/scala/io/github/jchapuis/fs2/kafka/mock/MockKafkaProducerSuite.scala
40
41Try apply source patch:
42Path: build.sbt
43Pattern: val scala3 = "3.4.2"
44Replacement: val scala3 = "3.8.0-RC6"
45Successfully applied pattern 'val scala3 = "3.4.2"' in build.sbt
46----
47Starting build for 3.8.0-RC6
48Execute tests: true
49sbt project found:
50Sbt version 1.9.9 is not supported, minimal supported version is 1.11.5
51Enforcing usage of sbt in version 1.11.5
52No prepare script found for project jchapuis/fs2-kafka-mock
53##################################
54Scala version: 3.8.0-RC6
55Targets: io.github.jchapuis%fs2-kafka-mock
56Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"src/test/scala/io/github/jchapuis/fs2/kafka/mock/MockKafkaProducerSuite.scala","pattern":"implicit val patience = MockKafkaProducer.Patience","replaceWith":"implicit val patience: MockKafkaProducer.Patience = MockKafkaProducer.Patience"},{"path":"build.sbt","pattern":"val scala3 = \"3.4.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
57##################################
58Using extra scalacOptions: ,REQUIRE:-source:3.8
59Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
60[sbt_options] declare -a sbt_options=()
61[process_args] java_version = '17'
62[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
63# Executing command line:
64java
65-Dfile.encoding=UTF-8
66-Dcommunitybuild.scala=3.8.0-RC6
67-Dcommunitybuild.project.dependencies.add=
68-Xmx7G
69-Xms4G
70-Xss8M
71-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
72-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
73-jar
74/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
75"setCrossScalaVersions 3.8.0-RC6"
76"++3.8.0-RC6 -v"
77"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
78"set every credentials := Nil"
79"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
80"removeScalacOptionsStartingWith -P:wartremover"
81
82moduleMappings
83"runBuild 3.8.0-RC6 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"src/test/scala/io/github/jchapuis/fs2/kafka/mock/MockKafkaProducerSuite.scala","pattern":"implicit val patience = MockKafkaProducer.Patience","replaceWith":"implicit val patience: MockKafkaProducer.Patience = MockKafkaProducer.Patience"},{"path":"build.sbt","pattern":"val scala3 = \"3.4.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" io.github.jchapuis%fs2-kafka-mock"
84
85[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
86[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
87[info] loading project definition from /build/repo/project
88[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
89[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
90[info] Compilation completed in 9.032s.
91[info] done compiling
92[info] loading settings for project repo from build.sbt...
93[info] set current project to fs2-kafka-mock (in build file:/build/repo/)
94Execute setCrossScalaVersions: 3.8.0-RC6
95OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in repo/crossScalaVersions
96[info] set current project to fs2-kafka-mock (in build file:/build/repo/)
97[info] Setting Scala version to 3.8.0-RC6 on 1 projects.
98[info] Switching Scala version on:
99[info] * repo (2.13.12, 3.8.0-RC6)
100[info] Excluding projects:
101[info] Reapplying settings...
102[info] set current project to fs2-kafka-mock (in build file:/build/repo/)
103Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
104[info] Reapplying settings...
105[info] set current project to fs2-kafka-mock (in build file:/build/repo/)
106[info] Defining Global / credentials, credentials
107[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 7 others.
108[info] Run `last` for details.
109[info] Reapplying settings...
110[info] set current project to fs2-kafka-mock (in build file:/build/repo/)
111Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
112[info] Reapplying settings...
113OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
114
115 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
116 Did you mean allExcludeDependencies ?
117 , retry without global scopes
118[info] Reapplying settings...
119[info] set current project to fs2-kafka-mock (in build file:/build/repo/)
120Execute removeScalacOptionsStartingWith: -P:wartremover
121[info] Reapplying settings...
122[info] set current project to fs2-kafka-mock (in build file:/build/repo/)
123[success] Total time: 0 s, completed Jan 8, 2026, 1:53:06 AM
124Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"src/test/scala/io/github/jchapuis/fs2/kafka/mock/MockKafkaProducerSuite.scala","pattern":"implicit val patience = MockKafkaProducer.Patience","replaceWith":"implicit val patience: MockKafkaProducer.Patience = MockKafkaProducer.Patience"},{"path":"build.sbt","pattern":"val scala3 = \"3.4.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
125Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
126Starting build...
127Projects: Set(repo)
128Starting build for ProjectRef(file:/build/repo/,repo) (fs2-kafka-mock)... [0/1]
129OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
130Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
131[info] compiling 4 Scala sources to /build/repo/target/scala-3.8.0-RC6/classes ...
132[info] done compiling
133[info] compiling 2 Scala sources to /build/repo/target/scala-3.8.0-RC6/test-classes ...
134[info] done compiling
135SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
136SLF4J: Defaulting to no-operation (NOP) logger implementation
137SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
138io.github.jchapuis.fs2.kafka.mock.MockKafkaProducerSuite:
139 + mock kafka producer returns the history of published messages 0.355s
140 + mock kafka producer returns next messages iteratively 0.017s
141 + mock kafka producer supports detecting redaction 0.014s
142 + mock kafka producer returns eventual message 0.046s
143 + mock kafka producer raises exception when no eventual message 0.012s
144 + mock kafka producer returns next message and allows for checking full history 0.006s
145io.github.jchapuis.fs2.kafka.mock.MockKafkaConsumerSuite:
146 + mock kafka consumer publishes messages that can be read 0.698s
147 + mock kafka consumer supports specifying record timestamp 0.227s
148 + mock kafka consumer supports redacting entries 0.22s
149 + mock kafka consumer handles Option values correctly 0.215s
150 + mock kafka consumer can read a published message 0.214s
151
152************************
153Build summary:
154[{
155 "module": "fs2-kafka-mock",
156 "compile": {"status": "ok", "tookMs": 7296, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
157 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
158 "test-compile": {"status": "ok", "tookMs": 3038, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
159 "test": {"status": "ok", "tookMs": 2169, "passed": 11, "failed": 0, "ignored": 0, "skipped": 0, "total": 11, "byFramework": [{"framework": "munit", "stats": {"passed": 11, "failed": 0, "ignored": 0, "skipped": 0, "total": 11}}]},
160 "publish": {"status": "skipped", "tookMs": 0},
161 "metadata": {
162 "crossScalaVersions": ["2.13.12", "3.4.2"]
163}
164}]
165************************
166[success] Total time: 15 s, completed Jan 8, 2026, 1:53:21 AM
167[0JChecking patch src/test/scala/io/github/jchapuis/fs2/kafka/mock/MockKafkaProducerSuite.scala...
168Checking patch project/plugins.sbt...
169Checking patch project/build.properties...
170Checking patch build.sbt...
171Applied patch src/test/scala/io/github/jchapuis/fs2/kafka/mock/MockKafkaProducerSuite.scala cleanly.
172Applied patch project/plugins.sbt cleanly.
173Applied patch project/build.properties cleanly.
174Applied patch build.sbt cleanly.