Build Logs

apache/pekko-persistence-jdbc • scheduled_3.8.1-RC1-bin-20251128-fe49539-NIGHTLY

Errors

0

Warnings

40

Total Lines

212

1##################################
2Clonning https://github.com/apache/pekko-persistence-jdbc.git into /build/repo using revision v1.1.1
3##################################
4Note: switching to '85d6f0a5413ce8adea8a000beac56dc06b8c1b27'.
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.5
22----
23Preparing build for 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY
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.3.5"
35Replacement: val Scala3 = "3.8.1-RC1-bin-20251128-fe49539-NIGHTLY"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val Scala3 = "3.3.5"' in project/Dependencies.scala
40----
41Starting build for 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY
42Execute tests: false
43sbt project found:
44Sbt version 1.10.11 is not supported, minimal supported version is 1.11.5
45Enforcing usage of sbt in version 1.11.5
46No prepare script found for project apache/pekko-persistence-jdbc
47##################################
48Scala version: 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY
49Targets: org.apache.pekko%pekko-persistence-jdbc
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.3.5\"","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-Xms512M
61-Xmx4096M
62-XX:MaxGCPauseMillis=200
63-Dcommunitybuild.scala=3.8.1-RC1-bin-20251128-fe49539-NIGHTLY
64-Dcommunitybuild.project.dependencies.add=
65-Xmx7G
66-Xms4G
67-Xss8M
68-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
69-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
70-jar
71/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
72"setCrossScalaVersions 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY"
73"++3.8.1-RC1-bin-20251128-fe49539-NIGHTLY -v"
74"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
75"set every credentials := Nil"
76"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
77"removeScalacOptionsStartingWith -P:wartremover"
78
79moduleMappings
80"runBuild 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val Scala3 = \"3.3.5\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" org.apache.pekko%pekko-persistence-jdbc"
81
82[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
83[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
84[info] loading project definition from /build/repo/project
85[info] compiling 7 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
86[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
87[info] Compilation completed in 8.52s.
88[warn] /build/repo/project/CopyrightHeader.scala:26:24: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
89[warn] Seq(Compile, Test, IntegrationTest).flatMap { config =>
90[warn] ^
91[warn] /build/repo/project/CopyrightHeader.scala:38:65: lazy value itSettings in object Defaults is deprecated (since 1.9.0): Create a separate subproject instead of using IntegrationTest and in addition avoid using itSettings
92[warn] Def.settings(headerMappingSettings, additional) ++ Defaults.itSettings ++
93[warn] ^
94[warn] /build/repo/project/CopyrightHeader.scala:39:20: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
95[warn] headerSettings(IntegrationTest)
96[warn] ^
97[warn] three warnings found
98[info] done compiling
99[info] loading settings for project pekko-persistence-jdbc from build.sbt...
100[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
101[info] set current project to pekko-persistence-jdbc-root (in build file:/build/repo/)
102[warn] there's a key that's not used by any other settings/tasks:
103[warn]
104[warn] * docs / previewSite / previewPath
105[warn] +- /build/repo/build.sbt:89
106[warn]
107[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
108[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
109Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY
110[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
111OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY -> 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY in core/crossScalaVersions
112OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY -> 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY in pekko-persistence-jdbc/crossScalaVersions
113OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY -> 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY in migratorIntegration/crossScalaVersions
114OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY -> 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY in migrator/crossScalaVersions
115OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY -> 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY in docs/crossScalaVersions
116OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY -> 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY in integration/crossScalaVersions
117[info] set current project to pekko-persistence-jdbc-root (in build file:/build/repo/)
118[info] Setting Scala version to 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY on 6 projects.
119[info] Switching Scala version on:
120[info] integration (2.12.20, 2.13.16, 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY)
121[info] docs (2.12.20, 2.13.16, 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY)
122[info] migrator (2.12.20, 2.13.16, 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY)
123[info] * pekko-persistence-jdbc (2.12.20, 2.13.16, 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY)
124[info] core (2.12.20, 2.13.16, 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY)
125[info] migratorIntegration (2.12.20, 2.13.16, 3.8.1-RC1-bin-20251128-fe49539-NIGHTLY)
126[info] Excluding projects:
127[info] Reapplying settings...
128[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
129[info] set current project to pekko-persistence-jdbc-root (in build file:/build/repo/)
130Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
131[info] Reapplying settings...
132[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
133[info] set current project to pekko-persistence-jdbc-root (in build file:/build/repo/)
134[info] Defining Global / credentials, ThisBuild / credentials and 5 others.
135[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 48 others.
136[info] Run `last` for details.
137[info] Reapplying settings...
138[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
139[info] set current project to pekko-persistence-jdbc-root (in build file:/build/repo/)
140Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
141[info] Reapplying settings...
142OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
143
144 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
145 Did you mean migratorIntegration / allExcludeDependencies ?
146 , retry without global scopes
147[info] Reapplying settings...
148[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
149[info] set current project to pekko-persistence-jdbc-root (in build file:/build/repo/)
150Execute removeScalacOptionsStartingWith: -P:wartremover
151[info] Reapplying settings...
152[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
153[info] set current project to pekko-persistence-jdbc-root (in build file:/build/repo/)
154[success] Total time: 0 s, completed Nov 29, 2025, 12:37:40 AM
155Build 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.3.5\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
156Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
157Starting build...
158Projects: Set(core)
159Starting build for ProjectRef(file:/build/repo/,core) (pekko-persistence-jdbc)... [0/1]
160OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
161Compile scalacOptions: -encoding, UTF-8, -unchecked, -Xlog-reflective-calls, -language:higherKinds, -language:implicitConversions, --java-output-version:17, -Ydelambdafy:method, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
162[info] compiling 63 Scala sources to /build/repo/core/target/scala-3.8.1-RC1-bin-20251128-fe49539-NIGHTLY/classes ...
163[warn] bad option '-Xlog-reflective-calls' was ignored
164[warn] bad option '-Ydelambdafy:method' was ignored
165[warn] -- Warning: /build/repo/core/src/main/scala/org/apache/pekko/persistence/jdbc/state/DurableStateQueries.scala:43:81
166[warn] 43 | implicit val uuidSetter: SetParameter[Array[Byte]] = SetParameter[Array[Byte]] { case (bytes, params) =>
167[warn] | ^
168[warn] |Implicit parameters should be provided with a `using` clause.
169[warn] |To disable the warning, please use the following option:
170[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
171[warn] 44 | params.setBytes(bytes)
172[warn] 45 | }
173[warn] -- [E121] Pattern Match Warning: /build/repo/core/src/main/scala/org/apache/pekko/persistence/jdbc/snapshot/JdbcSnapshotStore.scala:77:11
174[warn] 77 | case _ => Future.successful(None)
175[warn] | ^
176[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
177[warn] -- [E121] Pattern Match Warning: /build/repo/core/src/main/scala/org/apache/pekko/persistence/jdbc/snapshot/JdbcSnapshotStore.scala:101:11
178[warn] 101 | case _ => Future.successful(())
179[warn] | ^
180[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
181[warn] there were 5 deprecation warnings; re-run with -deprecation for details
182[warn] 6 warnings found
183[info] done compiling
184[info] compiling 45 Scala sources and 2 Java sources to /build/repo/core/target/scala-3.8.1-RC1-bin-20251128-fe49539-NIGHTLY/test-classes ...
185[warn] bad option '-Xlog-reflective-calls' was ignored
186[warn] bad option '-Ydelambdafy:method' was ignored
187[warn] two warnings found
188[info] done compiling
189
190************************
191Build summary:
192[{
193 "module": "pekko-persistence-jdbc",
194 "compile": {"status": "ok", "tookMs": 19930, "warnings": 3, "errors": 0, "sourceVersion": "3.8"},
195 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
196 "test-compile": {"status": "ok", "tookMs": 14561, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
197 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
198 "publish": {"status": "skipped", "tookMs": 0},
199 "metadata": {
200 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.5"]
201}
202}]
203************************
204[success] Total time: 61 s (0:01:01.0), completed Nov 29, 2025, 12:38:42 AM
205[0JChecking patch project/plugins.sbt...
206Checking patch project/build.properties...
207Checking patch project/Dependencies.scala...
208Checking patch build.sbt...
209Applied patch project/plugins.sbt cleanly.
210Applied patch project/build.properties cleanly.
211Applied patch project/Dependencies.scala cleanly.
212Applied patch build.sbt cleanly.