Build Logs
yurikpanic/zio-postgres • scheduled_3.8.1-RC1-bin-20251212-ba45875-NIGHTLY
Errors
0
Warnings
24
Total Lines
315
1##################################
2Clonning https://github.com/yurikpanic/zio-postgres.git into /build/repo using revision v0.1.1
3##################################
4Note: switching to 'c294ca6ba4a10d4f91e1a6faaebd20a1fbe0ed2c'.
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.1.3
22Using target Scala version for migration: 3.7.4
23Migrating project for -source:3.4 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.4-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 scala3Version = "3.1.3"
33Replacement: val scala3Version = "3.7.4"
34Starting compilation server
35Compiling project (Scala 3.7.3, JVM (17))
36Compiled project (Scala 3.7.3, JVM (17))
37Successfully applied pattern 'val scala3Version = "3.1.3"' in build.sbt
38----
39Starting build for 3.7.4
40Execute tests: false
41sbt project found:
42Sbt version 1.6.2 is not supported, minimal supported version is 1.11.5
43Enforcing usage of sbt in version 1.11.5
44No prepare script found for project yurikpanic/zio-postgres
45##################################
46Scala version: 3.7.4
47Targets: io.github.yurikpanic%zio-postgres
48Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.1.3\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
49##################################
50Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
51Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
52[sbt_options] declare -a sbt_options=()
53[process_args] java_version = '17'
54[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
55# Executing command line:
56java
57-Dfile.encoding=UTF-8
58-Dcommunitybuild.scala=3.7.4
59-Dcommunitybuild.project.dependencies.add=
60-Xmx7G
61-Xms4G
62-Xss8M
63-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
64-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
65-jar
66/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
67"setCrossScalaVersions 3.7.4"
68"++3.7.4 -v"
69"mapScalacOptions "-rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
70"set every credentials := Nil"
71"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
72"removeScalacOptionsStartingWith -P:wartremover"
73
74moduleMappings
75"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.1.3\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}""" io.github.yurikpanic%zio-postgres"
76
77[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
78[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
79[info] loading project definition from /build/repo/project
80[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
81[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
82[info] Compilation completed in 8.789s.
83[info] done compiling
84[info] loading settings for project root from build.sbt, version.sbt...
85[info] set current project to zio-postgres (in build file:/build/repo/)
86Execute setCrossScalaVersions: 3.7.4
87OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in root/crossScalaVersions
88OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.7.4) in root/crossScalaVersions
89[info] set current project to zio-postgres (in build file:/build/repo/)
90[info] Setting Scala version to 3.7.4 on 1 projects.
91[info] Switching Scala version on:
92[info] * root (3.7.4)
93[info] Excluding projects:
94[info] Reapplying settings...
95[info] set current project to zio-postgres (in build file:/build/repo/)
96Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
97[info] Reapplying settings...
98[info] set current project to zio-postgres (in build file:/build/repo/)
99[info] Defining Global / credentials, credentials
100[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 5 others.
101[info] Run `last` for details.
102[info] Reapplying settings...
103[info] set current project to zio-postgres (in build file:/build/repo/)
104Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
105[info] Reapplying settings...
106OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
107
108 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
109 Did you mean allExcludeDependencies ?
110 , retry without global scopes
111[info] Reapplying settings...
112[info] set current project to zio-postgres (in build file:/build/repo/)
113Execute removeScalacOptionsStartingWith: -P:wartremover
114[info] Reapplying settings...
115[info] set current project to zio-postgres (in build file:/build/repo/)
116[success] Total time: 0 s, completed Dec 13, 2025, 12:02:51 AM
117Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.1.3\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
118Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
119Starting build...
120Projects: Set(root)
121Starting build for ProjectRef(file:/build/repo/,root) (zio-postgres)... [0/1]
122OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
123OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Global
124OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
125OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
126Compile scalacOptions: -encoding, UTF-8, -Yscala-release:3.0, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
127[info] compiling 16 Scala sources to /build/repo/target/scala-3.7.4/classes ...
128[warn] bad option '-Yscala-release:3.0' was ignored
129[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/src/main/scala/zio/postgres/protocol/Protocol.scala:100:35
130[warn] 100 | case Kind.SimpleQuery(_, reply: Reply[S, A]) => Some(reply)
131[warn] | ^
132[warn] |the type test for zio.postgres.protocol.Protocol.CmdResp.Cmd.Reply[S, A] cannot be checked at runtime because its type arguments can't be determined from zio.postgres.protocol.Protocol.CmdResp.Cmd.Reply[S$1, A$1]
133[warn] |
134[warn] | longer explanation available when compiling with `-explain`
135[info] [patched file /build/repo/src/main/scala/zio/postgres/decode/Field.scala]
136[info] [patched file /build/repo/src/main/scala/zio/postgres/example/Main.scala]
137[info] [patched file /build/repo/src/main/scala/zio/postgres/replication/Wal.scala]
138[info] [patched file /build/repo/src/main/scala/zio/postgres/replication/Decoder.scala]
139[warn] two warnings found
140[info] [patched file /build/repo/src/main/scala/zio/postgres/decode/Field.scala]
141[info] [patched file /build/repo/src/main/scala/zio/postgres/example/Main.scala]
142[info] [patched file /build/repo/src/main/scala/zio/postgres/replication/Wal.scala]
143[info] [patched file /build/repo/src/main/scala/zio/postgres/replication/Decoder.scala]
144[warn] two warnings found
145[info] done compiling
146[info] compiling 4 Scala sources to /build/repo/target/scala-3.7.4/classes ...
147[warn] bad option '-Yscala-release:3.0' was ignored
148[warn] one warning found
149[info] done compiling
150[info] compiling 1 Scala source to /build/repo/target/scala-3.7.4/test-classes ...
151[warn] bad option '-Yscala-release:3.0' was ignored
152[warn] one warning found
153[info] done compiling
154
155************************
156Build summary:
157[{
158 "module": "zio-postgres",
159 "compile": {"status": "ok", "tookMs": 15525, "warnings": 1, "errors": 0, "sourceVersion": "3.4-migration"},
160 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
161 "test-compile": {"status": "ok", "tookMs": 3445, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
162 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
163 "publish": {"status": "skipped", "tookMs": 0},
164 "metadata": {
165 "crossScalaVersions": ["2.12.20", "3.1.3"]
166}
167}]
168************************
169[success] Total time: 35 s, completed Dec 13, 2025, 12:03:26 AM
170[0JChecking patch project/plugins.sbt...
171Checking patch project/build.properties...
172Checking patch build.sbt...
173Applied patch project/plugins.sbt cleanly.
174Applied patch project/build.properties cleanly.
175Applied patch build.sbt cleanly.
176Commit migration rewrites
177Switched to a new branch 'opencb/migrate-source-3.4'
178[opencb/migrate-source-3.4 f01e612] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4
179 4 files changed, 6 insertions(+), 6 deletions(-)
180----
181Preparing build for 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY
182Scala binary version found: 3.8
183Implicitly using source version 3.8
184Scala binary version found: 3.8
185Implicitly using source version 3.8
186Would try to apply common scalacOption (best-effort, sbt/mill only):
187Append: ,REQUIRE:-source:3.8
188Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
189
190Try apply source patch:
191Path: build.sbt
192Pattern: val scala3Version = "3.1.3"
193Replacement: val scala3Version = "3.8.1-RC1-bin-20251212-ba45875-NIGHTLY"
194Successfully applied pattern 'val scala3Version = "3.1.3"' in build.sbt
195----
196Starting build for 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY
197Execute tests: false
198sbt project found:
199Sbt version 1.6.2 is not supported, minimal supported version is 1.11.5
200Enforcing usage of sbt in version 1.11.5
201No prepare script found for project yurikpanic/zio-postgres
202##################################
203Scala version: 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY
204Targets: io.github.yurikpanic%zio-postgres
205Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.1.3\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
206##################################
207Using extra scalacOptions: ,REQUIRE:-source:3.8
208Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
209[sbt_options] declare -a sbt_options=()
210[process_args] java_version = '17'
211[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
212# Executing command line:
213java
214-Dfile.encoding=UTF-8
215-Dcommunitybuild.scala=3.8.1-RC1-bin-20251212-ba45875-NIGHTLY
216-Dcommunitybuild.project.dependencies.add=
217-Xmx7G
218-Xms4G
219-Xss8M
220-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
221-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
222-jar
223/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
224"setCrossScalaVersions 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY"
225"++3.8.1-RC1-bin-20251212-ba45875-NIGHTLY -v"
226"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
227"set every credentials := Nil"
228"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
229"removeScalacOptionsStartingWith -P:wartremover"
230
231moduleMappings
232"runBuild 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.1.3\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}""" io.github.yurikpanic%zio-postgres"
233
234[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
235[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
236[info] loading project definition from /build/repo/project
237[info] loading settings for project root from build.sbt, version.sbt...
238[info] set current project to zio-postgres (in build file:/build/repo/)
239Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY
240OpenCB::Changing crossVersion 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY -> 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY in root/crossScalaVersions
241OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.1-RC1-bin-20251212-ba45875-NIGHTLY) in root/crossScalaVersions
242[info] set current project to zio-postgres (in build file:/build/repo/)
243[info] Setting Scala version to 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY on 1 projects.
244[info] Switching Scala version on:
245[info] * root (3.8.1-RC1-bin-20251212-ba45875-NIGHTLY)
246[info] Excluding projects:
247[info] Reapplying settings...
248[info] set current project to zio-postgres (in build file:/build/repo/)
249Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
250[info] Reapplying settings...
251[info] set current project to zio-postgres (in build file:/build/repo/)
252[info] Defining Global / credentials, credentials
253[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 5 others.
254[info] Run `last` for details.
255[info] Reapplying settings...
256[info] set current project to zio-postgres (in build file:/build/repo/)
257Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
258[info] Reapplying settings...
259OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
260
261 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
262 Did you mean allExcludeDependencies ?
263 , retry without global scopes
264[info] Reapplying settings...
265[info] set current project to zio-postgres (in build file:/build/repo/)
266Execute removeScalacOptionsStartingWith: -P:wartremover
267[info] Reapplying settings...
268[info] set current project to zio-postgres (in build file:/build/repo/)
269[success] Total time: 0 s, completed Dec 13, 2025, 12:03:37 AM
270Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.1.3\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
271Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
272Starting build...
273Projects: Set(root)
274Starting build for ProjectRef(file:/build/repo/,root) (zio-postgres)... [0/1]
275OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
276OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
277OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
278Compile scalacOptions: -encoding, UTF-8, -Yscala-release:3.0, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
279[info] compiling 16 Scala sources to /build/repo/target/scala-3.8.1-RC1-bin-20251212-ba45875-NIGHTLY/classes ...
280[warn] bad option '-Yscala-release:3.0' was ignored
281[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/src/main/scala/zio/postgres/protocol/Protocol.scala:100:35
282[warn] 100 | case Kind.SimpleQuery(_, reply: Reply[S, A]) => Some(reply)
283[warn] | ^
284[warn] |the type test for zio.postgres.protocol.Protocol.CmdResp.Cmd.Reply[S, A] cannot be checked at runtime because its type arguments can't be determined from zio.postgres.protocol.Protocol.CmdResp.Cmd.Reply[S$1, A$1]
285[warn] |
286[warn] | longer explanation available when compiling with `-explain`
287[warn] two warnings found
288[warn] two warnings found
289[info] done compiling
290[info] compiling 1 Scala source to /build/repo/target/scala-3.8.1-RC1-bin-20251212-ba45875-NIGHTLY/test-classes ...
291[warn] bad option '-Yscala-release:3.0' was ignored
292[warn] one warning found
293[info] done compiling
294
295************************
296Build summary:
297[{
298 "module": "zio-postgres",
299 "compile": {"status": "ok", "tookMs": 17335, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
300 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
301 "test-compile": {"status": "ok", "tookMs": 659, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
302 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
303 "publish": {"status": "skipped", "tookMs": 0},
304 "metadata": {
305 "crossScalaVersions": ["2.12.20", "3.1.3"]
306}
307}]
308************************
309[success] Total time: 26 s, completed Dec 13, 2025, 12:04:03 AM
310[0JChecking patch project/plugins.sbt...
311Checking patch project/build.properties...
312Checking patch build.sbt...
313Applied patch project/plugins.sbt cleanly.
314Applied patch project/build.properties cleanly.
315Applied patch build.sbt cleanly.