Build Logs
akka/akka-persistence-cassandra • 3.8.0:2026-01-13
Errors
0
Warnings
26
Total Lines
226
1##################################
2Clonning https://github.com/akka/akka-persistence-cassandra.git into /build/repo using revision v1.1.1
3##################################
4Note: switching to '1c81cf82876a42914e9b90a3b7f0dba2662c449d'.
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.2.2
22----
23Preparing build for 3.8.0
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: project/Dependencies.scala
34Pattern: val Scala3 = "3.2.2"
35Replacement: val Scala3 = "3.8.0"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val Scala3 = "3.2.2"' in project/Dependencies.scala
40----
41Starting build for 3.8.0
42Execute tests: true
43sbt project found:
44Sbt version 1.7.2 is not supported, minimal supported version is 1.11.5
45Enforcing usage of sbt in version 1.11.5
46No prepare script found for project akka/akka-persistence-cassandra
47##################################
48Scala version: 3.8.0
49Targets: com.typesafe.akka%akka-persistence-cassandra com.typesafe.akka%akka-persistence-cassandra-launcher
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val Scala3 = \"3.2.2\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
51##################################
52Using extra scalacOptions: ,REQUIRE:-source:3.8
53Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
54[sbt_options] declare -a sbt_options=()
55[process_args] java_version = '17'
56[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
57# Executing command line:
58java
59-Dfile.encoding=UTF-8
60-Dcommunitybuild.scala=3.8.0
61-Dcommunitybuild.project.dependencies.add=
62-Xmx7G
63-Xms4G
64-Xss8M
65-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
66-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
67-jar
68/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
69"setCrossScalaVersions 3.8.0"
70"++3.8.0 -v"
71"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
72"set every credentials := Nil"
73"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
74"removeScalacOptionsStartingWith -P:wartremover"
75
76moduleMappings
77"runBuild 3.8.0 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val Scala3 = \"3.2.2\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" com.typesafe.akka%akka-persistence-cassandra com.typesafe.akka%akka-persistence-cassandra-launcher"
78
79[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
80[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
81[info] loading project definition from /build/repo/project
82[info] compiling 5 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
83[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
84[info] Compilation completed in 9.339s.
85[info] done compiling
86[info] loading settings for project root from build.sbt...
87[info] resolving key references (10332 settings) ...
88[info] set current project to akka-persistence-cassandra-root (in build file:/build/repo/)
89[warn] there's a key that's not used by any other settings/tasks:
90[warn]
91[warn] * Global / scmInfo
92[warn] +- /build/repo/project/Common.scala:24
93[warn]
94[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
95[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
96Execute setCrossScalaVersions: 3.8.0
97OpenCB::Changing crossVersion 3.8.0 -> 3.8.0 in core/crossScalaVersions
98OpenCB::Changing crossVersion 3.8.0 -> 3.8.0 in cassandraLauncher/crossScalaVersions
99[info] set current project to akka-persistence-cassandra-root (in build file:/build/repo/)
100[info] Setting Scala version to 3.8.0 on 2 projects.
101[info] Switching Scala version on:
102[info] cassandraLauncher (2.13.10, 2.12.17, 3.8.0)
103[info] core (2.13.10, 2.12.17, 3.8.0)
104[info] Excluding projects:
105[info] cassandraBundle (2.13.10, 2.12.17)
106[info] endToEndExample (2.13.10, 2.12.17)
107[info] dseTest (2.13.10, 2.12.17)
108[info] * root (2.13.10, 2.12.17)
109[info] docs (2.13.10, 2.12.17)
110[info] Reapplying settings...
111[info] set current project to akka-persistence-cassandra-root (in build file:/build/repo/)
112Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
113[info] Reapplying settings...
114[info] set current project to akka-persistence-cassandra-root (in build file:/build/repo/)
115[info] Defining Global / credentials, cassandraBundle / credentials and 5 others.
116[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 34 others.
117[info] Run `last` for details.
118[info] Reapplying settings...
119[info] set current project to akka-persistence-cassandra-root (in build file:/build/repo/)
120Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
121[info] Reapplying settings...
122OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
123
124 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
125 Did you mean allExcludeDependencies ?
126 , retry without global scopes
127[info] Reapplying settings...
128[info] set current project to akka-persistence-cassandra-root (in build file:/build/repo/)
129Execute removeScalacOptionsStartingWith: -P:wartremover
130[info] Reapplying settings...
131[info] set current project to akka-persistence-cassandra-root (in build file:/build/repo/)
132[success] Total time: 0 s, completed Jan 13, 2026, 3:47:02 PM
133Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val Scala3 = \"3.2.2\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
134Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
135Starting build...
136Projects: Set(core, cassandraLauncher)
137Starting build for ProjectRef(file:/build/repo/,core) (akka-persistence-cassandra)... [0/2]
138OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
139OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
140OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
141Compile scalacOptions: -encoding, UTF-8, -unchecked, -Xlint, -Ywarn-dead-code, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
142[info] Formatting 51 Scala sources...
143[info] compiling 51 Scala sources to /build/repo/core/target/scala-3.8.0/classes ...
144[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
145[warn] bad option '-Ywarn-dead-code' was ignored
146[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/core/src/main/scala/akka/persistence/cassandra/snapshot/CassandraSnapshotStore.scala:127:10
147[warn] 127 | case DeserializedSnapshot(payload, OptionVal.Some(snapshotMeta)) =>
148[warn] | ^
149[warn] |match may not be exhaustive.
150[warn] |
151[warn] |It would fail on pattern case: akka.persistence.cassandra.snapshot.CassandraSnapshotStore.DeserializedSnapshot(_, _)
152[warn] |
153[warn] | longer explanation available when compiling with `-explain`
154[warn] three warnings found
155[info] done compiling
156[info] Formatting 66 Scala sources...
157[info] Formatting 1 Scala sources...
158OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.10 module Scope(Select(ProjectRef(file:/build/repo/,cassandraBundle)), Zero, Zero, Zero)
159OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.10 module Scope(Select(ProjectRef(file:/build/repo/,cassandraBundle)), Select(ConfigKey(compile)), Zero, Zero)
160OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.10 module Scope(Select(ProjectRef(file:/build/repo/,cassandraBundle)), Select(ConfigKey(test)), Zero, Zero)
161[info] compiling 1 Scala source to /build/repo/cassandra-launcher/target/scala-3.8.0/classes ...
162[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
163[warn] bad option '-Ywarn-dead-code' was ignored
164[warn] two warnings found
165[info] done compiling
166[info] Strategy 'deduplicate' was applied to a file (Run the task at debug level to see details)
167[info] Strategy 'discard' was applied to 76 files (Run the task at debug level to see details)
168[info] Strategy 'rename' was applied to 6 files (Run the task at debug level to see details)
169[warn] Ignored unknown package option FixedTimestamp(Some(1262304000000))
170[info] compiling 66 Scala sources to /build/repo/core/target/scala-3.8.0/test-classes ...
171[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
172[warn] bad option '-Ywarn-dead-code' was ignored
173[warn] there were 153 deprecation warnings; re-run with -deprecation for details
174[warn] three warnings found
175[info] done compiling
176[info] Strategy 'deduplicate' was applied to a file (Run the task at debug level to see details)
177[info] Strategy 'discard' was applied to 76 files (Run the task at debug level to see details)
178[info] Assembly up to date: /build/repo/cassandra-bundle/target/bundle/akka/persistence/cassandra/launcher/cassandra-bundle.jar
179[info] Strategy 'deduplicate' was applied to a file (Run the task at debug level to see details)
180[info] Strategy 'discard' was applied to 76 files (Run the task at debug level to see details)
181[info] Assembly up to date: /build/repo/cassandra-bundle/target/bundle/akka/persistence/cassandra/launcher/cassandra-bundle.jar
182Starting build for ProjectRef(file:/build/repo/,cassandraLauncher) (akka-persistence-cassandra-launcher)... [1/2]
183Compile scalacOptions: -encoding, UTF-8, -unchecked, -Xlint, -Ywarn-dead-code, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
184[info] Strategy 'deduplicate' was applied to a file (Run the task at debug level to see details)
185[info] Strategy 'discard' was applied to 76 files (Run the task at debug level to see details)
186[info] Assembly up to date: /build/repo/cassandra-bundle/target/bundle/akka/persistence/cassandra/launcher/cassandra-bundle.jar
187[info] Strategy 'deduplicate' was applied to a file (Run the task at debug level to see details)
188[info] Strategy 'discard' was applied to 76 files (Run the task at debug level to see details)
189[info] Assembly up to date: /build/repo/cassandra-bundle/target/bundle/akka/persistence/cassandra/launcher/cassandra-bundle.jar
190[info] Strategy 'deduplicate' was applied to a file (Run the task at debug level to see details)
191[info] Strategy 'discard' was applied to 76 files (Run the task at debug level to see details)
192[info] Assembly up to date: /build/repo/cassandra-bundle/target/bundle/akka/persistence/cassandra/launcher/cassandra-bundle.jar
193
194************************
195Build summary:
196[{
197 "module": "akka-persistence-cassandra",
198 "compile": {"status": "ok", "tookMs": 32035, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
199 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
200 "test-compile": {"status": "ok", "tookMs": 33855, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
201 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
202 "publish": {"status": "skipped", "tookMs": 0},
203 "metadata": {
204 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
205}
206},{
207 "module": "akka-persistence-cassandra-launcher",
208 "compile": {"status": "ok", "tookMs": 52, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
209 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
210 "test-compile": {"status": "ok", "tookMs": 2318, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
211 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
212 "publish": {"status": "skipped", "tookMs": 0},
213 "metadata": {
214 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
215}
216}]
217************************
218[success] Total time: 82 s (0:01:22.0), completed Jan 13, 2026, 3:48:24 PM
219[0JChecking patch project/plugins.sbt...
220Checking patch project/build.properties...
221Checking patch project/Dependencies.scala...
222Checking patch build.sbt...
223Applied patch project/plugins.sbt cleanly.
224Applied patch project/build.properties cleanly.
225Applied patch project/Dependencies.scala cleanly.
226Applied patch build.sbt cleanly.