Build Logs
takapi327/ldbc • 3.8.2-RC2:2026-02-10
Errors
384
Warnings
35
Total Lines
866
1##################################
2Clonning https://github.com/takapi327/ldbc.git into /build/repo using revision v0.5.3
3##################################
4Note: switching to 'aaebf7b76193eabaad9de0fb0747a9a6ab922e07'.
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.7
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: ThisBuild / tlFatalWarnings := true
33Replacement:
34Starting compilation server
35Compiling project (Scala 3.7.3, JVM (25))
36Compiled project (Scala 3.7.3, JVM (25))
37WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
38WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
39WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
40WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
41Successfully applied pattern 'ThisBuild / tlFatalWarnings := true' in build.sbt
42
43Try apply source patch:
44Path: project/Versions.scala
45Pattern: val scala3 = "3.3.7"
46Replacement: val scala3 = "3.7.4"
47WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
48WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
49WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
50WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
51Successfully applied pattern 'val scala3 = "3.3.7"' in project/Versions.scala
52----
53Starting build for 3.7.4
54Execute tests: false
55sbt project found:
56No prepare script found for project takapi327/ldbc
57##################################
58Scala version: 3.7.4
59Targets: io.github.takapi327%jdbc-connector io.github.takapi327%ldbc-authentication-plugin io.github.takapi327%ldbc-aws-authentication-plugin io.github.takapi327%ldbc-codegen io.github.takapi327%ldbc-connector io.github.takapi327%ldbc-core io.github.takapi327%ldbc-dsl io.github.takapi327%ldbc-query-builder io.github.takapi327%ldbc-schema io.github.takapi327%ldbc-sql io.github.takapi327%ldbc-statement io.github.takapi327%ldbc-zio-interop
60Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"ThisBuild / tlFatalWarnings := true","replaceWith":""},{"path":"project/Versions.scala","pattern":"val scala3 = \"3.3.7\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
61##################################
62Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
63Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
64[sbt_options] declare -a sbt_options=()
65[process_args] java_version = '25'
66[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25/rt.jar'
67# Executing command line:
68java
69-Xms1G
70-Xmx4G
71-XX:+UseG1GC
72-Xss10m
73-Dcommunitybuild.scala=3.7.4
74-Dcommunitybuild.project.dependencies.add=
75-Xmx7G
76-Xms4G
77-Xss8M
78-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
79-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25
80-jar
81/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
82"setCrossScalaVersions 3.7.4"
83"++3.7.4 -v"
84"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""
85"set every credentials := Nil"
86"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
87"removeScalacOptionsStartingWith -P:wartremover"
88
89moduleMappings
90"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"ThisBuild / tlFatalWarnings := true","replaceWith":""},{"path":"project/Versions.scala","pattern":"val scala3 = \"3.3.7\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" io.github.takapi327%jdbc-connector io.github.takapi327%ldbc-authentication-plugin io.github.takapi327%ldbc-aws-authentication-plugin io.github.takapi327%ldbc-codegen io.github.takapi327%ldbc-connector io.github.takapi327%ldbc-core io.github.takapi327%ldbc-dsl io.github.takapi327%ldbc-query-builder io.github.takapi327%ldbc-schema io.github.takapi327%ldbc-sql io.github.takapi327%ldbc-statement io.github.takapi327%ldbc-zio-interop"
91
92[info] [launcher] getting org.scala-sbt sbt 1.12.1 (this may take some time)...
93[info] [launcher] getting Scala 2.12.21 (for sbt)...
94WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
95WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by net.openhft.hashing.UnsafeAccess (file:/root/.sbt/boot/scala-2.12.21/org.scala-sbt/sbt/1.12.1/zero-allocation-hashing-0.16.jar)
96WARNING: Please consider reporting this to the maintainers of class net.openhft.hashing.UnsafeAccess
97WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
98WARNING: A restricted method in java.lang.System has been called
99WARNING: java.lang.System::load has been called by com.sun.jna.Native in an unnamed module (file:/root/.sbt/boot/scala-2.12.21/org.scala-sbt/sbt/1.12.1/jna-5.12.0.jar)
100WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
101WARNING: Restricted methods will be blocked in a future release unless native access is enabled
102
103[info] welcome to sbt 1.12.1 (Eclipse Adoptium Java 25)
104[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
105[info] loading project definition from /build/repo/project
106[info] compiling 9 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
107[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.21. Compiling...
108[info] Compilation completed in 8.374s.
109[info] done compiling
110[info] loading settings for project ldbc from build.sbt...
111[info] resolving key references (50043 settings) ...
112[info] set scmInfo to https://github.com/takapi327/ldbc
113[info] set current project to ldbc (in build file:/build/repo/)
114Execute setCrossScalaVersions: 3.7.4
115OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in benchmark/crossScalaVersions
116OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testsJVM/crossScalaVersions
117OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in ldbc/crossScalaVersions
118OpenCB::Limitting incorrect crossVersions List() -> List(3.7.4) in ldbc/crossScalaVersions
119[info] set scmInfo to https://github.com/takapi327/ldbc
120OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testsNative/crossScalaVersions
121OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testsJS/crossScalaVersions
122OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in ldbcJS/crossScalaVersions
123OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in docs/crossScalaVersions
124OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in statementNative/crossScalaVersions
125OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in authenticationPluginJS/crossScalaVersions
126OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in hikariCPExample/crossScalaVersions
127OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreJVM/crossScalaVersions
128OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in mcpDocumentServer/crossScalaVersions
129OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in ldbcNative/crossScalaVersions
130OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in connectorNative/crossScalaVersions
131OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zioExample/crossScalaVersions
132OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in codegenJVM/crossScalaVersions
133OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in ldbcJVM/crossScalaVersions
134OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in authenticationPluginJVM/crossScalaVersions
135OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in codegenNative/crossScalaVersions
136OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in dslJS/crossScalaVersions
137OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in dslJVM/crossScalaVersions
138OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in queryBuilderNative/crossScalaVersions
139OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in authenticationPluginNative/crossScalaVersions
140OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in awsAuthenticationPluginJS/crossScalaVersions
141OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in schemaJVM/crossScalaVersions
142OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in statementJVM/crossScalaVersions
143OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http4sExample/crossScalaVersions
144OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in otelExample/crossScalaVersions
145OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in awsIamAuthExample/crossScalaVersions
146OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in sqlJS/crossScalaVersions
147OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in schemaNative/crossScalaVersions
148OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zioInteropJVM/crossScalaVersions
149OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in schemaJS/crossScalaVersions
150OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in sqlNative/crossScalaVersions
151OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in awsAuthenticationPluginNative/crossScalaVersions
152OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in statementJS/crossScalaVersions
153OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in sqlJVM/crossScalaVersions
154OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in awsAuthenticationPluginJVM/crossScalaVersions
155OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreJS/crossScalaVersions
156OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in connectorJVM/crossScalaVersions
157OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in queryBuilderJVM/crossScalaVersions
158OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in queryBuilderJS/crossScalaVersions
159OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in jdbcConnector/crossScalaVersions
160OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zioInteropJS/crossScalaVersions
161OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreNative/crossScalaVersions
162OpenCB::Limitting incorrect crossVersions List(3.7.4, 3.7.4) -> List(2.12.19) in ldbc-plugin/crossScalaVersions
163OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in codegenJS/crossScalaVersions
164OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in dslNative/crossScalaVersions
165OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in connectorJS/crossScalaVersions
166[info] set current project to ldbc (in build file:/build/repo/)
167[info] Setting Scala version to 3.7.4 on 48 projects.
168[info] Switching Scala version on:
169[info] ldbcJS (3.7.4)
170[info] queryBuilderJS (3.7.4)
171[info] codegenNative (3.7.4)
172[info] jdbcConnector (3.7.4)
173[info] authenticationPluginNative (3.7.4)
174[info] queryBuilderNative (3.7.4)
175[info] codegenJVM (3.7.4)
176[info] otelExample (3.7.4)
177[info] queryBuilderJVM (3.7.4)
178[info] dslNative (3.7.4)
179[info] connectorJS (3.7.4)
180[info] codegenJS (3.7.4)
181[info] mcpDocumentServer (3.7.4)
182[info] zioInteropJVM (3.7.4)
183[info] coreNative (3.7.4)
184[info] docs (3.7.4)
185[info] sqlJS (3.7.4)
186[info] authenticationPluginJS (3.7.4)
187[info] zioExample (3.7.4)
188[info] * ldbc (3.7.4)
189[info] ldbcNative (3.7.4)
190[info] awsAuthenticationPluginJVM (3.7.4)
191[info] statementNative (3.7.4)
192[info] coreJS (3.7.4)
193[info] schemaJS (3.7.4)
194[info] ldbcJVM (3.7.4)
195[info] sqlNative (3.7.4)
196[info] hikariCPExample (3.7.4)
197[info] zioInteropJS (3.7.4)
198[info] schemaNative (3.7.4)
199[info] statementJVM (3.7.4)
200[info] coreJVM (3.7.4)
201[info] testsJS (3.7.4)
202[info] http4sExample (3.7.4)
203[info] dslJS (3.7.4)
204[info] sqlJVM (3.7.4)
205[info] authenticationPluginJVM (3.7.4)
206[info] statementJS (3.7.4)
207[info] awsIamAuthExample (3.7.4)
208[info] connectorNative (3.7.4)
209[info] connectorJVM (3.7.4)
210[info] schemaJVM (3.7.4)
211[info] testsJVM (3.7.4)
212[info] awsAuthenticationPluginNative (3.7.4)
213[info] dslJVM (3.7.4)
214[info] awsAuthenticationPluginJS (3.7.4)
215[info] benchmark (3.7.4)
216[info] testsNative (3.7.4)
217[info] Excluding projects:
218[info] ldbc-plugin (2.12.19)
219[info] Reapplying settings...
220[info] set scmInfo to https://github.com/takapi327/ldbc
221[info] set current project to ldbc (in build file:/build/repo/)
222Execute 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
223[info] Reapplying settings...
224[info] set scmInfo to https://github.com/takapi327/ldbc
225[info] set current project to ldbc (in build file:/build/repo/)
226[info] Defining Global / credentials, authenticationPluginJS / credentials and 47 others.
227[info] The new values will be used by Compile / scalafmtOnly, IntegrationTest / scalafmtOnly and 438 others.
228[info] Run `last` for details.
229[info] Reapplying settings...
230[info] set scmInfo to https://github.com/takapi327/ldbc
231[info] set current project to ldbc (in build file:/build/repo/)
232Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
233[info] Reapplying settings...
234OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
235
236 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
237 Did you mean connectorJVM / allExcludeDependencies ?
238 , retry without global scopes
239[info] Reapplying settings...
240[info] set scmInfo to https://github.com/takapi327/ldbc
241[info] set current project to ldbc (in build file:/build/repo/)
242Execute removeScalacOptionsStartingWith: -P:wartremover
243[info] Reapplying settings...
244[info] set scmInfo to https://github.com/takapi327/ldbc
245[info] set current project to ldbc (in build file:/build/repo/)
246[success] Total time: 0 s, completed Feb 10, 2026, 11:19:09 PM
247Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"ThisBuild / tlFatalWarnings := true","replaceWith":""},{"path":"project/Versions.scala","pattern":"val scala3 = \"3.3.7\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
248Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
249Starting build...
250Projects: Set(jdbcConnector, codegenJVM, queryBuilderJVM, zioInteropJVM, awsAuthenticationPluginJVM, statementJVM, coreJVM, sqlJVM, authenticationPluginJVM, connectorJVM, schemaJVM, dslJVM)
251Starting build for ProjectRef(file:/build/repo/,dslJVM) (ldbc-dsl)... [0/12]
252OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.21 module Global
253OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.21 module Global
254OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
255OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
256Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Xkind-projector:underscores, -java-output-version, 8, -language:implicitConversions, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
257[info] compiling 12 Scala sources to /build/repo/module/ldbc-sql/.jvm/target/scala-3.7.4/classes ...
258[info] done compiling
259[info] compiling 12 Scala sources to /build/repo/module/ldbc-core/.jvm/target/scala-3.7.4/classes ...
260[info] done compiling
261[info] compiling 18 Scala sources to /build/repo/module/ldbc-dsl/.jvm/target/scala-3.7.4/classes ...
262[info] [patched file /build/repo/module/ldbc-dsl/src/main/scala/ldbc/dsl/codec/Encoder.scala]
263[info] [patched file /build/repo/module/ldbc-dsl/src/main/scala/ldbc/dsl/codec/Decoder.scala]
264[info] [patched file /build/repo/module/ldbc-dsl/src/main/scala/ldbc/dsl/codec/Codec.scala]
265[info] done compiling
266[info] compiling 3 Scala sources to /build/repo/module/ldbc-dsl/.jvm/target/scala-3.7.4/classes ...
267[info] done compiling
268[info] compiling 5 Scala sources to /build/repo/module/ldbc-dsl/.jvm/target/scala-3.7.4/test-classes ...
269[error] -- [E141] Type Error: /build/repo/module/ldbc-dsl/src/test/scala/ldbc/dsl/syntax/HelperFunctionsSyntaxTest.scala:251:28
270[error] 251 | assert(ops.isInstanceOf[DBIO.Ops[_]])
271[error] | ^^^^^^^^^^^
272[error] | Missing type parameter for ldbc.dsl.DBIO.Ops
273[error] |
274[error] | longer explanation available when compiling with `-explain`
275[error] -- [E141] Type Error: /build/repo/module/ldbc-dsl/src/test/scala/ldbc/dsl/syntax/HelperFunctionsSyntaxTest.scala:263:33
276[error] 263 | assert(pureDBIO.isInstanceOf[DBIO[_]])
277[error] | ^^^^^^^
278[error] | Missing type parameter for [_] =>> ldbc.DBIO[_]
279[error] |
280[error] | longer explanation available when compiling with `-explain`
281[error] -- [E141] Type Error: /build/repo/module/ldbc-dsl/src/test/scala/ldbc/dsl/syntax/HelperFunctionsSyntaxTest.scala:264:35
282[error] 264 | assert(mappedDBIO.isInstanceOf[DBIO[_]])
283[error] | ^^^^^^^
284[error] | Missing type parameter for [_] =>> ldbc.DBIO[_]
285[error] |
286[error] | longer explanation available when compiling with `-explain`
287[error] -- [E141] Type Error: /build/repo/module/ldbc-dsl/src/test/scala/ldbc/dsl/syntax/HelperFunctionsSyntaxTest.scala:265:39
288[error] 265 | assert(flatMappedDBIO.isInstanceOf[DBIO[_]])
289[error] | ^^^^^^^
290[error] | Missing type parameter for [_] =>> ldbc.DBIO[_]
291[error] |
292[error] | longer explanation available when compiling with `-explain`
293[error] four errors found
294[error] (dslJVM / Test / compileIncremental) Compilation failed
295[info] compiling 5 Scala sources to /build/repo/module/ldbc-dsl/.jvm/target/scala-3.7.4/test-classes ...
296[error] -- [E141] Type Error: /build/repo/module/ldbc-dsl/src/test/scala/ldbc/dsl/syntax/HelperFunctionsSyntaxTest.scala:251:28
297[error] 251 | assert(ops.isInstanceOf[DBIO.Ops[_]])
298[error] | ^^^^^^^^^^^
299[error] | Missing type parameter for ldbc.dsl.DBIO.Ops
300[error] |
301[error] | longer explanation available when compiling with `-explain`
302[error] -- [E141] Type Error: /build/repo/module/ldbc-dsl/src/test/scala/ldbc/dsl/syntax/HelperFunctionsSyntaxTest.scala:263:33
303[error] 263 | assert(pureDBIO.isInstanceOf[DBIO[_]])
304[error] | ^^^^^^^
305[error] | Missing type parameter for [_] =>> ldbc.DBIO[_]
306[error] |
307[error] | longer explanation available when compiling with `-explain`
308[error] -- [E141] Type Error: /build/repo/module/ldbc-dsl/src/test/scala/ldbc/dsl/syntax/HelperFunctionsSyntaxTest.scala:264:35
309[error] 264 | assert(mappedDBIO.isInstanceOf[DBIO[_]])
310[error] | ^^^^^^^
311[error] | Missing type parameter for [_] =>> ldbc.DBIO[_]
312[error] |
313[error] | longer explanation available when compiling with `-explain`
314[error] -- [E141] Type Error: /build/repo/module/ldbc-dsl/src/test/scala/ldbc/dsl/syntax/HelperFunctionsSyntaxTest.scala:265:39
315[error] 265 | assert(flatMappedDBIO.isInstanceOf[DBIO[_]])
316[error] | ^^^^^^^
317[error] | Missing type parameter for [_] =>> ldbc.DBIO[_]
318[error] |
319[error] | longer explanation available when compiling with `-explain`
320[error] four errors found
321[error] (dslJVM / Test / compileIncremental) Compilation failed
322[info] compiling 5 Scala sources to /build/repo/module/ldbc-dsl/.jvm/target/scala-3.7.4/test-classes ...
323[error] -- [E141] Type Error: /build/repo/module/ldbc-dsl/src/test/scala/ldbc/dsl/syntax/HelperFunctionsSyntaxTest.scala:251:28
324[error] 251 | assert(ops.isInstanceOf[DBIO.Ops[_]])
325[error] | ^^^^^^^^^^^
326[error] | Missing type parameter for ldbc.dsl.DBIO.Ops
327[error] |
328[error] | longer explanation available when compiling with `-explain`
329[error] -- [E141] Type Error: /build/repo/module/ldbc-dsl/src/test/scala/ldbc/dsl/syntax/HelperFunctionsSyntaxTest.scala:263:33
330[error] 263 | assert(pureDBIO.isInstanceOf[DBIO[_]])
331[error] | ^^^^^^^
332[error] | Missing type parameter for [_] =>> ldbc.DBIO[_]
333[error] |
334[error] | longer explanation available when compiling with `-explain`
335[error] -- [E141] Type Error: /build/repo/module/ldbc-dsl/src/test/scala/ldbc/dsl/syntax/HelperFunctionsSyntaxTest.scala:264:35
336[error] 264 | assert(mappedDBIO.isInstanceOf[DBIO[_]])
337[error] | ^^^^^^^
338[error] | Missing type parameter for [_] =>> ldbc.DBIO[_]
339[error] |
340[error] | longer explanation available when compiling with `-explain`
341[error] -- [E141] Type Error: /build/repo/module/ldbc-dsl/src/test/scala/ldbc/dsl/syntax/HelperFunctionsSyntaxTest.scala:265:39
342[error] 265 | assert(flatMappedDBIO.isInstanceOf[DBIO[_]])
343[error] | ^^^^^^^
344[error] | Missing type parameter for [_] =>> ldbc.DBIO[_]
345[error] |
346[error] | longer explanation available when compiling with `-explain`
347[error] four errors found
348[error] (dslJVM / Test / compileIncremental) Compilation failed
349Starting build for ProjectRef(file:/build/repo/,jdbcConnector) (jdbc-connector)... [1/12]
350Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Xkind-projector:underscores, -java-output-version, 8, -language:implicitConversions, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
351[info] compiling 13 Scala sources to /build/repo/module/jdbc-connector/.jvm/target/scala-3.7.4/classes ...
352[info] done compiling
353Starting build for ProjectRef(file:/build/repo/,statementJVM) (ldbc-statement)... [2/12]
354Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Xkind-projector:underscores, -java-output-version, 8, -language:implicitConversions, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
355[info] Generating 'TupleOps.scala'
356[info] compiling 22 Scala sources to /build/repo/module/ldbc-statement/.jvm/target/scala-3.7.4/classes ...
357[info] [patched file /build/repo/module/ldbc-statement/src/main/scala/ldbc/statement/Column.scala]
358[info] done compiling
359[info] compiling 1 Scala source to /build/repo/module/ldbc-statement/.jvm/target/scala-3.7.4/classes ...
360[info] done compiling
361[info] compiling 9 Scala sources to /build/repo/module/ldbc-statement/.jvm/target/scala-3.7.4/test-classes ...
362[info] [patched file /build/repo/module/ldbc-statement/src/test/scala/ldbc/statement/ExpressionTest.scala]
363[info] [patched file /build/repo/module/ldbc-statement/src/test/scala/ldbc/statement/ColumnTest.scala]
364[info] done compiling
365[info] compiling 2 Scala sources to /build/repo/module/ldbc-statement/.jvm/target/scala-3.7.4/test-classes ...
366[info] done compiling
367Starting build for ProjectRef(file:/build/repo/,schemaJVM) (ldbc-schema)... [3/12]
368Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Xkind-projector:underscores, -java-output-version, 8, -language:implicitConversions, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
369[info] compiling 17 Scala sources to /build/repo/module/ldbc-schema/.jvm/target/scala-3.7.4/classes ...
370[error] -- [E057] Type Mismatch Error: /build/repo/module/ldbc-schema/src/main/scala/ldbc/schema/TableQuery.scala:92:25
371[error] 92 | '{ apply[Extract[T], T]($table) }
372[error] | ^
373[error] |Type argument T does not conform to upper bound ldbc.schema.Table[ldbc.schema.TableQuery.Extract[T]]
374[error] |
375[error] |Note: a match type could not be fully reduced:
376[error] |
377[error] | trying to reduce ldbc.schema.TableQuery.Extract[T]
378[error] | failed since selector T
379[error] | does not uniquely determine parameter t in
380[error] | case ldbc.schema.Table[t] => t
381[error] | The computed bounds for the parameter are:
382[error] | t
383[error] |
384[error] | longer explanation available when compiling with `-explain`
385[error] one error found
386[error] (schemaJVM / Compile / compileIncremental) Compilation failed
387[info] compiling 17 Scala sources to /build/repo/module/ldbc-schema/.jvm/target/scala-3.7.4/classes ...
388[error] -- [E057] Type Mismatch Error: /build/repo/module/ldbc-schema/src/main/scala/ldbc/schema/TableQuery.scala:92:25
389[error] 92 | '{ apply[Extract[T], T]($table) }
390[error] | ^
391[error] |Type argument T does not conform to upper bound ldbc.schema.Table[ldbc.schema.TableQuery.Extract[T]]
392[error] |
393[error] |Note: a match type could not be fully reduced:
394[error] |
395[error] | trying to reduce ldbc.schema.TableQuery.Extract[T]
396[error] | failed since selector T
397[error] | does not uniquely determine parameter t in
398[error] | case ldbc.schema.Table[t] => t
399[error] | The computed bounds for the parameter are:
400[error] | t
401[error] |
402[error] | longer explanation available when compiling with `-explain`
403[error] one error found
404[error] (schemaJVM / Compile / compileIncremental) Compilation failed
405[info] compiling 17 Scala sources to /build/repo/module/ldbc-schema/.jvm/target/scala-3.7.4/classes ...
406[error] -- [E057] Type Mismatch Error: /build/repo/module/ldbc-schema/src/main/scala/ldbc/schema/TableQuery.scala:92:25
407[error] 92 | '{ apply[Extract[T], T]($table) }
408[error] | ^
409[error] |Type argument T does not conform to upper bound ldbc.schema.Table[ldbc.schema.TableQuery.Extract[T]]
410[error] |
411[error] |Note: a match type could not be fully reduced:
412[error] |
413[error] | trying to reduce ldbc.schema.TableQuery.Extract[T]
414[error] | failed since selector T
415[error] | does not uniquely determine parameter t in
416[error] | case ldbc.schema.Table[t] => t
417[error] | The computed bounds for the parameter are:
418[error] | t
419[error] |
420[error] | longer explanation available when compiling with `-explain`
421[error] one error found
422[error] (schemaJVM / Compile / compileIncremental) Compilation failed
423Starting build for ProjectRef(file:/build/repo/,authenticationPluginJVM) (ldbc-authentication-plugin)... [4/12]
424Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Xkind-projector:underscores, -java-output-version, 8, -language:implicitConversions, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
425[info] compiling 4 Scala sources to /build/repo/module/ldbc-authentication-plugin/jvm/target/scala-3.7.4/classes ...
426[info] done compiling
427Starting build for ProjectRef(file:/build/repo/,coreJVM) (ldbc-core)... [5/12]
428Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Xkind-projector:underscores, -java-output-version, 8, -language:implicitConversions, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
429Starting build for ProjectRef(file:/build/repo/,sqlJVM) (ldbc-sql)... [6/12]
430Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Xkind-projector:underscores, -java-output-version, 8, -language:implicitConversions, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
431Starting build for ProjectRef(file:/build/repo/,queryBuilderJVM) (ldbc-query-builder)... [7/12]
432Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Xkind-projector:underscores, -java-output-version, 8, -language:implicitConversions, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
433[info] compiling 6 Scala sources to /build/repo/module/ldbc-query-builder/.jvm/target/scala-3.7.4/classes ...
434[info] done compiling
435[info] compiling 2 Scala sources to /build/repo/module/ldbc-query-builder/.jvm/target/scala-3.7.4/test-classes ...
436[info] [patched file /build/repo/module/ldbc-query-builder/src/test/scala/ldbc/query/builder/TableQueryTest.scala]
437[info] done compiling
438[info] compiling 1 Scala source to /build/repo/module/ldbc-query-builder/.jvm/target/scala-3.7.4/test-classes ...
439[info] done compiling
440Starting build for ProjectRef(file:/build/repo/,awsAuthenticationPluginJVM) (ldbc-aws-authentication-plugin)... [8/12]
441Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Xkind-projector:underscores, -java-output-version, 8, -language:implicitConversions, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
442[info] compiling 35 Scala sources to /build/repo/module/ldbc-aws-authentication-plugin/jvm/target/scala-3.7.4/classes ...
443[info] done compiling
444[info] compiling 13 Scala sources to /build/repo/module/ldbc-aws-authentication-plugin/jvm/target/scala-3.7.4/test-classes ...
445[info] done compiling
446Starting build for ProjectRef(file:/build/repo/,codegenJVM) (ldbc-codegen)... [9/12]
447Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Xkind-projector:underscores, -java-output-version, 8, -language:implicitConversions, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
448[info] compiling 17 Scala sources to /build/repo/module/ldbc-schema/.jvm/target/scala-3.7.4/classes ...
449[error] -- [E057] Type Mismatch Error: /build/repo/module/ldbc-schema/src/main/scala/ldbc/schema/TableQuery.scala:92:25
450[error] 92 | '{ apply[Extract[T], T]($table) }
451[error] | ^
452[error] |Type argument T does not conform to upper bound ldbc.schema.Table[ldbc.schema.TableQuery.Extract[T]]
453[error] |
454[error] |Note: a match type could not be fully reduced:
455[error] |
456[error] | trying to reduce ldbc.schema.TableQuery.Extract[T]
457[error] | failed since selector T
458[error] | does not uniquely determine parameter t in
459[error] | case ldbc.schema.Table[t] => t
460[error] | The computed bounds for the parameter are:
461[error] | t
462[error] |
463[error] | longer explanation available when compiling with `-explain`
464[error] one error found
465[error] (schemaJVM / Compile / compileIncremental) Compilation failed
466[info] compiling 17 Scala sources to /build/repo/module/ldbc-schema/.jvm/target/scala-3.7.4/classes ...
467[error] -- [E057] Type Mismatch Error: /build/repo/module/ldbc-schema/src/main/scala/ldbc/schema/TableQuery.scala:92:25
468[error] 92 | '{ apply[Extract[T], T]($table) }
469[error] | ^
470[error] |Type argument T does not conform to upper bound ldbc.schema.Table[ldbc.schema.TableQuery.Extract[T]]
471[error] |
472[error] |Note: a match type could not be fully reduced:
473[error] |
474[error] | trying to reduce ldbc.schema.TableQuery.Extract[T]
475[error] | failed since selector T
476[error] | does not uniquely determine parameter t in
477[error] | case ldbc.schema.Table[t] => t
478[error] | The computed bounds for the parameter are:
479[error] | t
480[error] |
481[error] | longer explanation available when compiling with `-explain`
482[error] one error found
483[error] (schemaJVM / Compile / compileIncremental) Compilation failed
484[info] compiling 17 Scala sources to /build/repo/module/ldbc-schema/.jvm/target/scala-3.7.4/classes ...
485[error] -- [E057] Type Mismatch Error: /build/repo/module/ldbc-schema/src/main/scala/ldbc/schema/TableQuery.scala:92:25
486[error] 92 | '{ apply[Extract[T], T]($table) }
487[error] | ^
488[error] |Type argument T does not conform to upper bound ldbc.schema.Table[ldbc.schema.TableQuery.Extract[T]]
489[error] |
490[error] |Note: a match type could not be fully reduced:
491[error] |
492[error] | trying to reduce ldbc.schema.TableQuery.Extract[T]
493[error] | failed since selector T
494[error] | does not uniquely determine parameter t in
495[error] | case ldbc.schema.Table[t] => t
496[error] | The computed bounds for the parameter are:
497[error] | t
498[error] |
499[error] | longer explanation available when compiling with `-explain`
500[error] one error found
501[error] (schemaJVM / Compile / compileIncremental) Compilation failed
502Starting build for ProjectRef(file:/build/repo/,zioInteropJVM) (ldbc-zio-interop)... [10/12]
503Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Xkind-projector:underscores, -java-output-version, 8, -language:implicitConversions, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
504[info] compiling 1 Scala source to /build/repo/module/ldbc-zio-interop/.jvm/target/scala-3.7.4/classes ...
505[info] done compiling
506[info] compiling 129 Scala sources to /build/repo/module/ldbc-connector/jvm/target/scala-3.7.4/classes ...
507[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
508[warn] Flag -Xkind-projector set repeatedly
509[warn] -- [E198] Unused Symbol Warning: /build/repo/module/ldbc-connector/shared/src/main/scala/ldbc/connector/net/protocol/CallableStatementImpl.scala:19:28
510[warn] 19 |import org.typelevel.otel4s.Attribute
511[warn] | ^^^^^^^^^
512[warn] | unused import
513[info] [patched file /build/repo/module/ldbc-connector/shared/src/main/scala/ldbc/connector/net/protocol/CallableStatementImpl.scala]
514[warn] three warnings found
515[info] done compiling
516[info] compiling 2 Scala sources to /build/repo/module/ldbc-zio-interop/.jvm/target/scala-3.7.4/test-classes ...
517[info] done compiling
518[info] compiling 1 Scala source to /build/repo/module/ldbc-connector/jvm/target/scala-3.7.4/classes ...
519[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
520[warn] Flag -Xkind-projector set repeatedly
521[warn] two warnings found
522[info] done compiling
523Starting build for ProjectRef(file:/build/repo/,connectorJVM) (ldbc-connector)... [11/12]
524Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Xkind-projector:underscores, -java-output-version, 8, -language:implicitConversions, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
525[info] compiling 77 Scala sources to /build/repo/module/ldbc-connector/jvm/target/scala-3.7.4/test-classes ...
526[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
527[warn] Flag -Xkind-projector set repeatedly
528[error] -- [E050] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:23:17
529[error] 23 | val result = SSL.Trusted.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
530[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
531[error] | method tlsContext in object Trusted does not take more parameters
532[error] |
533[error] | longer explanation available when compiling with `-explain`
534[error] -- [E172] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:23:67
535[error] 23 | val result = SSL.Trusted.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
536[error] | ^
537[error] |No implicit search was attempted for parameter e of method implicitly in object Predef
538[error] |since the expected type T is not specific enough
539[error] |
540[error] |where: T is a type variable
541[error] -- [E050] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:30:21
542[error] 30 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
543[error] | ^^^^^^^^^^^^^^^^^^
544[error] | method tlsContext in trait SSL does not take more parameters
545[error] |
546[error] | longer explanation available when compiling with `-explain`
547[error] -- [E172] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:30:63
548[error] 30 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
549[error] | ^
550[error] |No implicit search was attempted for parameter e of method implicitly in object Predef
551[error] |since the expected type T is not specific enough
552[error] |
553[error] |where: T is a type variable
554[error] -- [E050] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:42:17
555[error] 42 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
556[error] | ^^^^^^^^^^^^^^^^^^
557[error] | method tlsContext in trait SSL does not take more parameters
558[error] |
559[error] | longer explanation available when compiling with `-explain`
560[error] -- [E172] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:42:59
561[error] 42 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
562[error] | ^
563[error] |No implicit search was attempted for parameter e of method implicitly in object Predef
564[error] |since the expected type T is not specific enough
565[error] |
566[error] |where: T is a type variable
567[error] -- [E050] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:52:17
568[error] 52 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
569[error] | ^^^^^^^^^^^^^^^^^^
570[error] | method tlsContext in trait SSL does not take more parameters
571[error] |
572[error] | longer explanation available when compiling with `-explain`
573[error] -- [E172] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:52:59
574[error] 52 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
575[error] | ^
576[error] |No implicit search was attempted for parameter e of method implicitly in object Predef
577[error] |since the expected type T is not specific enough
578[error] |
579[error] |where: T is a type variable
580[error] -- [E050] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:72:17
581[error] 72 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
582[error] | ^^^^^^^^^^^^^^^^^^
583[error] | method tlsContext in trait SSL does not take more parameters
584[error] |
585[error] | longer explanation available when compiling with `-explain`
586[error] -- [E172] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:72:59
587[error] 72 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
588[error] | ^
589[error] |No implicit search was attempted for parameter e of method implicitly in object Predef
590[error] |since the expected type T is not specific enough
591[error] |
592[error] |where: T is a type variable
593[warn] two warnings found
594[error] 10 errors found
595[error] (connectorJVM / Test / compileIncremental) Compilation failed
596[info] compiling 77 Scala sources to /build/repo/module/ldbc-connector/jvm/target/scala-3.7.4/test-classes ...
597[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
598[warn] Flag -Xkind-projector set repeatedly
599[error] -- [E050] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:23:17
600[error] 23 | val result = SSL.Trusted.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
601[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
602[error] | method tlsContext in object Trusted does not take more parameters
603[error] |
604[error] | longer explanation available when compiling with `-explain`
605[error] -- [E172] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:23:67
606[error] 23 | val result = SSL.Trusted.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
607[error] | ^
608[error] |No implicit search was attempted for parameter e of method implicitly in object Predef
609[error] |since the expected type T is not specific enough
610[error] |
611[error] |where: T is a type variable
612[error] -- [E050] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:30:21
613[error] 30 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
614[error] | ^^^^^^^^^^^^^^^^^^
615[error] | method tlsContext in trait SSL does not take more parameters
616[error] |
617[error] | longer explanation available when compiling with `-explain`
618[error] -- [E172] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:30:63
619[error] 30 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
620[error] | ^
621[error] |No implicit search was attempted for parameter e of method implicitly in object Predef
622[error] |since the expected type T is not specific enough
623[error] |
624[error] |where: T is a type variable
625[error] -- [E050] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:42:17
626[error] 42 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
627[error] | ^^^^^^^^^^^^^^^^^^
628[error] | method tlsContext in trait SSL does not take more parameters
629[error] |
630[error] | longer explanation available when compiling with `-explain`
631[error] -- [E172] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:42:59
632[error] 42 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
633[error] | ^
634[error] |No implicit search was attempted for parameter e of method implicitly in object Predef
635[error] |since the expected type T is not specific enough
636[error] |
637[error] |where: T is a type variable
638[error] -- [E050] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:52:17
639[error] 52 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
640[error] | ^^^^^^^^^^^^^^^^^^
641[error] | method tlsContext in trait SSL does not take more parameters
642[error] |
643[error] | longer explanation available when compiling with `-explain`
644[error] -- [E172] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:52:59
645[error] 52 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
646[error] | ^
647[error] |No implicit search was attempted for parameter e of method implicitly in object Predef
648[error] |since the expected type T is not specific enough
649[error] |
650[error] |where: T is a type variable
651[error] -- [E050] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:72:17
652[error] 72 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
653[error] | ^^^^^^^^^^^^^^^^^^
654[error] | method tlsContext in trait SSL does not take more parameters
655[error] |
656[error] | longer explanation available when compiling with `-explain`
657[error] -- [E172] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:72:59
658[error] 72 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
659[error] | ^
660[error] |No implicit search was attempted for parameter e of method implicitly in object Predef
661[error] |since the expected type T is not specific enough
662[error] |
663[error] |where: T is a type variable
664[warn] two warnings found
665[error] 10 errors found
666[error] (connectorJVM / Test / compileIncremental) Compilation failed
667[info] compiling 77 Scala sources to /build/repo/module/ldbc-connector/jvm/target/scala-3.7.4/test-classes ...
668[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
669[warn] Flag -Xkind-projector set repeatedly
670[error] -- [E050] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:23:17
671[error] 23 | val result = SSL.Trusted.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
672[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
673[error] | method tlsContext in object Trusted does not take more parameters
674[error] |
675[error] | longer explanation available when compiling with `-explain`
676[error] -- [E172] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:23:67
677[error] 23 | val result = SSL.Trusted.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
678[error] | ^
679[error] |No implicit search was attempted for parameter e of method implicitly in object Predef
680[error] |since the expected type T is not specific enough
681[error] |
682[error] |where: T is a type variable
683[error] -- [E050] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:30:21
684[error] 30 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
685[error] | ^^^^^^^^^^^^^^^^^^
686[error] | method tlsContext in trait SSL does not take more parameters
687[error] |
688[error] | longer explanation available when compiling with `-explain`
689[error] -- [E172] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:30:63
690[error] 30 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
691[error] | ^
692[error] |No implicit search was attempted for parameter e of method implicitly in object Predef
693[error] |since the expected type T is not specific enough
694[error] |
695[error] |where: T is a type variable
696[error] -- [E050] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:42:17
697[error] 42 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
698[error] | ^^^^^^^^^^^^^^^^^^
699[error] | method tlsContext in trait SSL does not take more parameters
700[error] |
701[error] | longer explanation available when compiling with `-explain`
702[error] -- [E172] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:42:59
703[error] 42 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
704[error] | ^
705[error] |No implicit search was attempted for parameter e of method implicitly in object Predef
706[error] |since the expected type T is not specific enough
707[error] |
708[error] |where: T is a type variable
709[error] -- [E050] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:52:17
710[error] 52 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
711[error] | ^^^^^^^^^^^^^^^^^^
712[error] | method tlsContext in trait SSL does not take more parameters
713[error] |
714[error] | longer explanation available when compiling with `-explain`
715[error] -- [E172] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:52:59
716[error] 52 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
717[error] | ^
718[error] |No implicit search was attempted for parameter e of method implicitly in object Predef
719[error] |since the expected type T is not specific enough
720[error] |
721[error] |where: T is a type variable
722[error] -- [E050] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:72:17
723[error] 72 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
724[error] | ^^^^^^^^^^^^^^^^^^
725[error] | method tlsContext in trait SSL does not take more parameters
726[error] |
727[error] | longer explanation available when compiling with `-explain`
728[error] -- [E172] Type Error: /build/repo/module/ldbc-connector/jvm/src/test/scala/ldbc/connector/SSLPlatformTest.scala:72:59
729[error] 72 | val result = ssl.tlsContext[IO](Network[IO], implicitly).use(_ => IO.pure(true))
730[error] | ^
731[error] |No implicit search was attempted for parameter e of method implicitly in object Predef
732[error] |since the expected type T is not specific enough
733[error] |
734[error] |where: T is a type variable
735[warn] two warnings found
736[error] 10 errors found
737[error] (connectorJVM / Test / compileIncremental) Compilation failed
738
739************************
740Build summary:
741[{
742 "module": "ldbc-dsl",
743 "compile": {"status": "ok", "tookMs": 17939, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
744 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
745 "test-compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 3705, "warnings": 0, "errors": 4, "sourceVersion": "3.4-migration"},
746 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
747 "publish": {"status": "skipped", "tookMs": 0},
748 "metadata": {
749 "crossScalaVersions": ["3.7.4", "3.3.7"]
750}
751},{
752 "module": "jdbc-connector",
753 "compile": {"status": "ok", "tookMs": 1883, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
754 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
755 "test-compile": {"status": "ok", "tookMs": 216, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
756 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
757 "publish": {"status": "skipped", "tookMs": 0},
758 "metadata": {
759 "crossScalaVersions": ["3.7.4", "3.3.7"]
760}
761},{
762 "module": "ldbc-statement",
763 "compile": {"status": "ok", "tookMs": 3811, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
764 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
765 "test-compile": {"status": "ok", "tookMs": 8228, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
766 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
767 "publish": {"status": "skipped", "tookMs": 0},
768 "metadata": {
769 "crossScalaVersions": ["3.7.4", "3.3.7"]
770}
771},{
772 "module": "ldbc-schema",
773 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 1990, "warnings": 0, "errors": 1, "sourceVersion": "3.4-migration"},
774 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
775 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
776 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
777 "publish": {"status": "skipped", "tookMs": 0},
778 "metadata": {
779 "crossScalaVersions": ["3.7.4", "3.3.7"]
780}
781},{
782 "module": "ldbc-authentication-plugin",
783 "compile": {"status": "ok", "tookMs": 341, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
784 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
785 "test-compile": {"status": "ok", "tookMs": 94, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
786 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
787 "publish": {"status": "skipped", "tookMs": 0},
788 "metadata": {
789 "crossScalaVersions": ["3.7.4", "3.3.7"]
790}
791},{
792 "module": "ldbc-core",
793 "compile": {"status": "ok", "tookMs": 114, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
794 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
795 "test-compile": {"status": "ok", "tookMs": 137, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
796 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
797 "publish": {"status": "skipped", "tookMs": 0},
798 "metadata": {
799 "crossScalaVersions": ["3.7.4", "3.3.7"]
800}
801},{
802 "module": "ldbc-sql",
803 "compile": {"status": "ok", "tookMs": 45, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
804 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
805 "test-compile": {"status": "ok", "tookMs": 86, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
806 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
807 "publish": {"status": "skipped", "tookMs": 0},
808 "metadata": {
809 "crossScalaVersions": ["3.7.4", "3.3.7"]
810}
811},{
812 "module": "ldbc-query-builder",
813 "compile": {"status": "ok", "tookMs": 1096, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
814 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
815 "test-compile": {"status": "ok", "tookMs": 4286, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
816 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
817 "publish": {"status": "skipped", "tookMs": 0},
818 "metadata": {
819 "crossScalaVersions": ["3.7.4", "3.3.7"]
820}
821},{
822 "module": "ldbc-aws-authentication-plugin",
823 "compile": {"status": "ok", "tookMs": 2297, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
824 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
825 "test-compile": {"status": "ok", "tookMs": 2387, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
826 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
827 "publish": {"status": "skipped", "tookMs": 0},
828 "metadata": {
829 "crossScalaVersions": ["3.7.4", "3.3.7"]
830}
831},{
832 "module": "ldbc-codegen",
833 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 1207, "warnings": 0, "errors": 1, "sourceVersion": "3.4-migration"},
834 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
835 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
836 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
837 "publish": {"status": "skipped", "tookMs": 0},
838 "metadata": {
839 "crossScalaVersions": ["3.7.4", "3.3.7"]
840}
841},{
842 "module": "ldbc-zio-interop",
843 "compile": {"status": "ok", "tookMs": 700, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
844 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
845 "test-compile": {"status": "ok", "tookMs": 10214, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
846 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
847 "publish": {"status": "skipped", "tookMs": 0},
848 "metadata": {
849 "crossScalaVersions": ["3.7.4", "3.3.7"]
850}
851},{
852 "module": "ldbc-connector",
853 "compile": {"status": "ok", "tookMs": 176, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
854 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
855 "test-compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 3339, "warnings": 2, "errors": 10, "sourceVersion": "3.4-migration"},
856 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
857 "publish": {"status": "skipped", "tookMs": 0},
858 "metadata": {
859 "crossScalaVersions": ["3.7.4", "3.3.7"]
860}
861}]
862************************
863[error] Scala3CommunityBuild$ProjectBuildFailureException: 4 module(s) finished with failures: ldbc-dsl, ldbc-schema, ldbc-codegen, ldbc-connector
864[error] (Global / runBuild) Scala3CommunityBuild$ProjectBuildFailureException: 4 module(s) finished with failures: ldbc-dsl, ldbc-schema, ldbc-codegen, ldbc-connector
865[error] Total time: 95 s (0:01:35.0), completed Feb 10, 2026, 11:20:44 PM
866[0JBuild failed, not retrying.