Build Logs
krrrr38/protoquill-finagle-mysql • 3.8.0-RC2:2025-11-28
Errors
0
Warnings
0
Total Lines
304
1##################################
2Clonning https://github.com/krrrr38/protoquill-finagle-mysql.git into /build/repo using revision v0.3.0
3##################################
4Note: switching to '754b32990b69b890aca1b2822d533004249ec5b7'.
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.1
22----
23Preparing build for 3.8.0-RC2
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: build.sbt
34Pattern: val scala3Version = "3.4.1"
35Replacement: val scala3Version = "3.8.0-RC2"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scala3Version = "3.4.1"' in build.sbt
40----
41Starting build for 3.8.0-RC2
42Execute tests: true
43sbt project found:
44Sbt version 1.9.9 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 krrrr38/protoquill-finagle-mysql
47##################################
48Scala version: 3.8.0-RC2
49Targets: com.krrrr38%protoquill-finagle-mysql
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.4.1\"","replaceWith":"val scala3Version = \"<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-RC2
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-RC2"
70"++3.8.0-RC2 -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-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.4.1\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}""" com.krrrr38%protoquill-finagle-mysql"
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 2 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 8.511s.
85[info] done compiling
86[info] loading settings for project root from build.sbt...
87[info] set current project to protoquill-finagle-mysql (in build file:/build/repo/)
88Execute setCrossScalaVersions: 3.8.0-RC2
89OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in root/crossScalaVersions
90OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in root/crossScalaVersions
91[info] set current project to protoquill-finagle-mysql (in build file:/build/repo/)
92[info] Setting Scala version to 3.8.0-RC2 on 1 projects.
93[info] Switching Scala version on:
94[info] * root (3.8.0-RC2)
95[info] Excluding projects:
96[info] Reapplying settings...
97[info] set current project to protoquill-finagle-mysql (in build file:/build/repo/)
98Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
99[info] Reapplying settings...
100[info] set current project to protoquill-finagle-mysql (in build file:/build/repo/)
101[info] Defining Global / credentials, credentials
102[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 7 others.
103[info] Run `last` for details.
104[info] Reapplying settings...
105[info] set current project to protoquill-finagle-mysql (in build file:/build/repo/)
106Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
107[info] Reapplying settings...
108OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
109
110 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
111 Did you mean allExcludeDependencies ?
112 , retry without global scopes
113[info] Reapplying settings...
114[info] set current project to protoquill-finagle-mysql (in build file:/build/repo/)
115Execute removeScalacOptionsStartingWith: -P:wartremover
116[info] Reapplying settings...
117[info] set current project to protoquill-finagle-mysql (in build file:/build/repo/)
118[success] Total time: 0 s, completed Nov 28, 2025, 3:08:48 PM
119Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.4.1\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
120Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
121Starting build...
122Projects: Set(root)
123Starting build for ProjectRef(file:/build/repo/,root) (protoquill-finagle-mysql)... [0/1]
124OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
125Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
126[info] compiling 5 Scala sources to /build/repo/target/scala-3.8.0-RC2/classes ...
127[info] done compiling
128[info] compiling 8 Scala sources to /build/repo/target/scala-3.8.0-RC2/test-classes ...
129[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextEncoderDecoderSuite.scala:22:11
130[info] 22 | ctx.run(query[EncoderDecoder].delete).value
131[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
132[info] | Quill Query (compiled in 96ms): DELETE FROM encoder_decoder
133[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextEncoderDecoderSuite.scala:66:15
134[info] 66 | ctx.run(query[EncoderDecoder].insertValue(lift(value))).value
135[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
136[info] |Quill Query (compiled in 43ms): INSERT INTO encoder_decoder (id,string_varchar,big_decimal_decimal,boolean_tinyint,boolean_bigint,boolean_bit,int_int,long_bigint,float_float,double_double,date_timestamp,local_date_timestamp,local_date_date,local_date_time_timestamp,local_date_time_datetime,uuid_varchar) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
137[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextEncoderDecoderSuite.scala:69:15
138[info] 69 | ctx.run(query[EncoderDecoder].filter(_.id == lift(value.id))).value
139[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
140[info] |Quill Query (compiled in 57ms): SELECT x4.id, x4.string_varchar AS stringVarchar, x4.big_decimal_decimal AS bigDecimalDecimal, x4.boolean_tinyint AS booleanTinyint, x4.boolean_bigint AS booleanBigint, x4.boolean_bit AS booleanBit, x4.int_int AS intInt, x4.long_bigint AS longBigint, x4.float_float AS floatFloat, x4.double_double AS doubleDouble, x4.date_timestamp AS dateTimestamp, x4.local_date_timestamp AS localDateTimestamp, x4.local_date_date AS localDateDate, x4.local_date_time_timestamp AS localDateTimeTimestamp, x4.local_date_time_datetime AS localDateTimeDatetime, x4.uuid_varchar AS uuidVarchar FROM encoder_decoder x4 WHERE x4.id = ?
141[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextSpecDeleteSuite.scala:22:11
142[info] 22 | ctx.run(query[Book].delete).value
143[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
144[info] | Quill Query (compiled in 3ms): DELETE FROM book
145[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextSpecDeleteSuite.scala:23:21
146[info] 23 | val ret = ctx.run(query[Book]).value
147[info] | ^^^^^^^^^^^^^^^^^^^^
148[info] |Quill Query (compiled in 4ms): SELECT x.id, x.title, x.description, x.owned_at AS ownedAt FROM book x
149[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextSpecDeleteSuite.scala:30:11
150[info] 30 | ctx.run(query[Book].filter(_.id == lift(book1.id)).delete).value
151[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
152[info] | Quill Query (compiled in 8ms): DELETE FROM book x1 WHERE x1.id = ?
153[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextSpecDeleteSuite.scala:31:21
154[info] 31 | val ret = ctx.run(query[Book]).value
155[info] | ^^^^^^^^^^^^^^^^^^^^
156[info] |Quill Query (compiled in 4ms): SELECT x.id, x.title, x.description, x.owned_at AS ownedAt FROM book x
157[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextSpecInsertSuite.scala:23:21
158[info] 23 | val ret = ctx.run(quote(query[Book].insertValue(lift(book)))).value
159[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
160[info] |Quill Query (compiled in 7ms): INSERT INTO book (id,title,description,owned_at) VALUES (?, ?, ?, ?)
161[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextSpecInsertSuite.scala:35:12
162[info] 34 | ctx
163[info] 35 | .run(ctx.liftQuery(books).foreach { d =>
164[info] | ^
165[info] |Quill Query (compiled in 7ms): INSERT INTO book (id,title,description,owned_at) VALUES (?, ?, ?, ?)
166[info] 36 | query[Book].insertValue(d)
167[info] 37 | })
168[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextSpecSelectSuite.scala:25:26
169[info] 25 | val allBooks = ctx.run(quote(query[Book])).value
170[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
171[info] |Quill Query (compiled in 2ms): SELECT x.id, x.title, x.description, x.owned_at AS ownedAt FROM book x
172[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextSpecSelectSuite.scala:35:10
173[info] 34 | val allBooks = ctx
174[info] 35 | .run(quote {
175[info] | ^
176[info] |Quill Query (compiled in 6ms): SELECT x1.id, x1.title, x1.description, x1.owned_at AS ownedAt FROM book x1 WHERE x1.title = ?
177[info] 36 | query[Book].filter(_.title == lift(book2.title))
178[info] 37 | })
179[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextSpecSelectSuite.scala:52:10
180[info] 51 | val allBooks = ctx
181[info] 52 | .run(quote {
182[info] | ^
183[info] |Quill Query (compiled in 11ms): SELECT x2.id, x2.title, x2.description, x2.owned_at AS ownedAt FROM book x2 ORDER BY x2.id ASC LIMIT 2 OFFSET 1
184[info] 53 | query[Book].sortBy(_.id).drop(1).take(2)
185[info] 54 | })
186[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextSpecSelectSuite.scala:71:12
187[info] 70 | val books = ctx
188[info] 71 | .run(quote {
189[info] | ^
190[info] |Quill Query (compiled in 32ms): SELECT b.id, b.title, b.description, b.owned_at AS ownedAt FROM book b, category c, book_category bc WHERE b.id = bc.book_id AND c.id = bc.category_id AND c.name = ?
191[info] 72 | for {
192[info] 73 | b <- query[Book]
193[info] 74 | c <- query[Category]
194[info] 75 | bc <- query[BookCategory]
195[info] 76 | if b.id == bc.bookId
196[info] 77 | if c.id == bc.categoryId
197[info] 78 | if c.name == lift(categoryName)
198[info] 79 | } yield b
199[info] 80 | })
200[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextSpecSelectSuite.scala:101:12
201[info] 100 | val bookIds = ctx
202[info] 101 | .run(quote {
203[info] | ^
204[info] |Quill Query (compiled in 54ms): SELECT b.id FROM book b INNER JOIN book_category bc ON b.id = bc.book_id INNER JOIN category c ON bc.category_id = c.id WHERE c.name = ?
205[info] 102 | query[Book]
206[info] 103 | .join(query[BookCategory])
207[info] 104 | .on((b, bc) => b.id == bc.bookId)
208[info] 105 | .join(query[Category])
209[info] 106 | .on((r, c) => r._2.categoryId == c.id)
210[info] 107 | .filter((_, c) => c.name == lift(categoryName))
211[info] 108 | .map(_._1._1.id)
212[info] 109 | })
213[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextSpecUpdateSuite.scala:22:11
214[info] 22 | ctx.run(query[Book].update(_.title -> "updated")).value
215[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
216[info] | Quill Query (compiled in 6ms): UPDATE book SET title = 'updated'
217[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextSpecUpdateSuite.scala:24:10
218[info] 23 | val ret = ctx
219[info] 24 | .run(quote(query[Book].filter(_.id == lift(book.id)).map(_.title)))
220[info] | ^
221[info] |Quill Query (compiled in 7ms): SELECT x2.title FROM book x2 WHERE x2.id = ?
222[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextSpecUpdateSuite.scala:33:10
223[info] 32 | ctx
224[info] 33 | .run(
225[info] | ^
226[info] |Quill Query (compiled in 5ms): UPDATE book x4 SET title = 'updated' WHERE x4.id = ?
227[info] 34 | query[Book].filter(_.id == lift(book1.id)).update(_.title -> "updated")
228[info] 35 | )
229[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextSpecUpdateSuite.scala:37:21
230[info] 37 | val ret = ctx.run(quote(query[Book].map(b => (b.id, b.title)))).value.toMap
231[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
232[info] |Quill Query (compiled in 6ms): SELECT b.id AS _1, b.title AS _2 FROM book b
233[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextSpecUpdateSuite.scala:53:10
234[info] 52 | ctx
235[info] 53 | .run(ctx.liftQuery(updateBooks).foreach { book =>
236[info] | ^
237[info] |Quill Query (compiled in 7ms): UPDATE book x6 SET title = 'updated' WHERE x6.id = ?
238[info] 54 | query[Book]
239[info] 55 | .filter(_.id == book.id)
240[info] 56 | .update(_.title -> "updated")
241[info] 57 | })
242[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextSpecUpdateSuite.scala:59:21
243[info] 59 | val ret = ctx.run(quote(query[Book].map(b => (b.id, b.title)))).value.toMap
244[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
245[info] |Quill Query (compiled in 4ms): SELECT b.id AS _1, b.title AS _2 FROM book b
246[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextSuite.scala:34:15
247[info] 34 | ctx.run(query[Book])
248[info] | ^^^^^^^^^^^^^^^^^^^^
249[info] |Quill Query (compiled in 2ms): SELECT x.id, x.title, x.description, x.owned_at AS ownedAt FROM book x
250[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/FinagleMysqlContextSuite.scala:67:21
251[info] 67 | val ret = ctx.run(query[Book]).value
252[info] | ^^^^^^^^^^^^^^^^^^^^
253[info] |Quill Query (compiled in 2ms): SELECT x.id, x.title, x.description, x.owned_at AS ownedAt FROM book x
254[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/TestContext.scala:50:11
255[info] 50 | ctx.run(query[BookCategory].delete).value
256[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
257[info] | Quill Query (compiled in 3ms): DELETE FROM book_category
258[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/TestContext.scala:51:11
259[info] 51 | ctx.run(query[Category].delete).value
260[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
261[info] | Quill Query (compiled in 2ms): DELETE FROM category
262[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/TestContext.scala:52:11
263[info] 52 | ctx.run(query[Book].delete).value
264[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
265[info] | Quill Query (compiled in 2ms): DELETE FROM book
266[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/TestContext.scala:73:13
267[info] 73 | ctx.run(quote(query[Book].insertValue(lift(book)))).map(_ => book)
268[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
269[info] |Quill Query (compiled in 5ms): INSERT INTO book (id,title,description,owned_at) VALUES (?, ?, ?, ?)
270[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/TestContext.scala:83:12
271[info] 82 | ctx
272[info] 83 | .run(quote(query[Category].insertValue(lift(category))))
273[info] | ^
274[info] |Quill Query (compiled in 4ms): INSERT INTO category (id,name) VALUES (?, ?)
275[info] -- Info: /build/repo/src/test/scala/com/krrrr38/getquill/TestContext.scala:93:12
276[info] 92 | ctx
277[info] 93 | .run(ctx.liftQuery(data).foreach { d =>
278[info] | ^
279[info] |Quill Query (compiled in 3ms): INSERT INTO book_category (book_id,category_id) VALUES (?, ?)
280[info] 94 | query[BookCategory].insertValue(d)
281[info] 95 | })
282[info] done compiling
283
284************************
285Build summary:
286[{
287 "module": "protoquill-finagle-mysql",
288 "compile": {"status": "ok", "tookMs": 11264, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
289 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
290 "test-compile": {"status": "ok", "tookMs": 13933, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
291 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
292 "publish": {"status": "skipped", "tookMs": 0},
293 "metadata": {
294 "crossScalaVersions": ["2.12.20", "3.4.1"]
295}
296}]
297************************
298[success] Total time: 67 s (0:01:07.0), completed Nov 28, 2025, 3:09:55 PM
299[0JChecking patch project/plugins.sbt...
300Checking patch project/build.properties...
301Checking patch build.sbt...
302Applied patch project/plugins.sbt cleanly.
303Applied patch project/build.properties cleanly.
304Applied patch build.sbt cleanly.