Build Logs

carlos-verdes/zio-arangodb • 3.8.0-RC2:2025-11-25

Errors

447

Warnings

162

Total Lines

826

1##################################
2Clonning https://github.com/carlos-verdes/zio-arangodb.git into /build/repo using revision v0.3.6
3##################################
4Note: switching to '8088efcdf7c6d7661c9f6cd317e6710c4a8e32a4'.
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
21Using target Scala version for migration: 3.7.4-RC2
22Migrating project for -source:3.7 using Scala 3.7.4-RC2
23----
24Preparing build for 3.7.4-RC2
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.7-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28----
29Starting build for 3.7.4-RC2
30Execute tests: false
31sbt project found:
32Sbt version 1.9.6 is not supported, minimal supported version is 1.11.5
33Enforcing usage of sbt in version 1.11.5
34No prepare script found for project carlos-verdes/zio-arangodb
35/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
36##################################
37Scala version: 3.7.4-RC2
38Targets: io.funkode%arangodb-docker io.funkode%zio-arangodb io.funkode%zio-arangodb-http io.funkode%zio-velocypack
39Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.4-migration","migrationVersions":["3.7"],"sourcePatches":[]}
40##################################
41Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
42Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
43[sbt_options] declare -a sbt_options=()
44[process_args] java_version = '17'
45[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
46# Executing command line:
47java
48-Dfile.encoding=UTF-8
49-Dcommunitybuild.scala=3.7.4-RC2
50-Dcommunitybuild.project.dependencies.add=
51-Xmx7G
52-Xms4G
53-Xss8M
54-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
55-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
56-jar
57/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
58"setCrossScalaVersions 3.7.4-RC2"
59"++3.7.4-RC2 -v"
60"mapScalacOptions "-rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
61"set every credentials := Nil"
62"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
63"removeScalacOptionsStartingWith -P:wartremover"
64
65moduleMappings
66"runBuild 3.7.4-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.4-migration","migrationVersions":["3.7"],"sourcePatches":[]}""" io.funkode%arangodb-docker io.funkode%zio-arangodb io.funkode%zio-arangodb-http io.funkode%zio-velocypack"
67
68[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
69[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
70[info] loading project definition from /build/repo/project
71[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
72[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
73[info] Compilation completed in 8.07s.
74[info] done compiling
75/build/repo/build.sbt:59: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
76 .configs(IntegrationTest)
77 ^
78/build/repo/build.sbt:60: warning: lazy value itSettings in object Defaults is deprecated (since 1.9.0): Create a separate subproject instead of using IntegrationTest and in addition avoid using itSettings
79 .settings(Defaults.itSettings)
80 ^
81/build/repo/build.sbt:61: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
82 .settings(headerSettings(Test, IntegrationTest))
83 ^
84/build/repo/build.sbt:74: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
85 .configs(IntegrationTest)
86 ^
87/build/repo/build.sbt:75: warning: lazy value itSettings in object Defaults is deprecated (since 1.9.0): Create a separate subproject instead of using IntegrationTest and in addition avoid using itSettings
88 .settings(Defaults.itSettings)
89 ^
90/build/repo/build.sbt:76: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
91 .settings(headerSettings(Test, IntegrationTest))
92 ^
93/build/repo/build.sbt:90: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
94 .configs(IntegrationTest)
95 ^
96/build/repo/build.sbt:91: warning: lazy value itSettings in object Defaults is deprecated (since 1.9.0): Create a separate subproject instead of using IntegrationTest and in addition avoid using itSettings
97 .settings(Defaults.itSettings)
98 ^
99/build/repo/build.sbt:92: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
100 .settings(headerSettings(Test, IntegrationTest))
101 ^
102/build/repo/build.sbt:106: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
103 .configs(IntegrationTest)
104 ^
105/build/repo/build.sbt:107: warning: lazy value itSettings in object Defaults is deprecated (since 1.9.0): Create a separate subproject instead of using IntegrationTest and in addition avoid using itSettings
106 .settings(Defaults.itSettings)
107 ^
108/build/repo/build.sbt:108: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
109 .settings(headerSettings(Test, IntegrationTest))
110 ^
111/build/repo/build.sbt:10: warning: method sonatypeOssRepos in class ResolverFunctions is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
112 resolvers += Resolver.sonatypeCentralSnapshots
113ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("releases")
114 ^
115/build/repo/build.sbt:20: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
116IntegrationTest / fork := true
117^
118[info] loading settings for project root from build.sbt, sonatype.sbt, version.sbt...
119[info] set current project to root (in build file:/build/repo/)
120[warn] there are 6 keys that are not used by any other settings/tasks:
121[warn]
122[warn] * ThisBuild / publishMavenStyle
123[warn] +- /build/repo/build.sbt:136
124[warn] * arango / headerLicenseStyle
125[warn] +- /build/repo/build.sbt:83
126[warn] * docker / headerLicenseStyle
127[warn] +- /build/repo/build.sbt:99
128[warn] * http / headerLicenseStyle
129[warn] +- /build/repo/build.sbt:116
130[warn] * root / IntegrationTest / fork
131[warn] +- /build/repo/build.sbt:20
132[warn] * velocypack / headerLicenseStyle
133[warn] +- /build/repo/build.sbt:68
134[warn]
135[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
136[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
137Execute setCrossScalaVersions: 3.7.4-RC2
138OpenCB::Changing crossVersion 3.3.1 -> 3.7.4-RC2 in velocypack/crossScalaVersions
139OpenCB::Changing crossVersion 3.3.1 -> 3.7.4-RC2 in docker/crossScalaVersions
140OpenCB::Changing crossVersion 3.3.1 -> 3.7.4-RC2 in arango/crossScalaVersions
141OpenCB::Changing crossVersion 3.3.1 -> 3.7.4-RC2 in root/crossScalaVersions
142OpenCB::Changing crossVersion 3.3.1 -> 3.7.4-RC2 in http/crossScalaVersions
143[info] set current project to root (in build file:/build/repo/)
144[info] Setting Scala version to 3.7.4-RC2 on 5 projects.
145[info] Switching Scala version on:
146[info] velocypack (3.7.4-RC2)
147[info] arango (3.7.4-RC2)
148[info] * root (3.7.4-RC2)
149[info] docker (3.7.4-RC2)
150[info] http (3.7.4-RC2)
151[info] Excluding projects:
152[info] Reapplying settings...
153[info] set current project to root (in build file:/build/repo/)
154Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
155[info] Reapplying settings...
156[info] set current project to root (in build file:/build/repo/)
157[info] Defining Global / credentials, arango / credentials and 3 others.
158[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 45 others.
159[info] Run `last` for details.
160[info] Reapplying settings...
161[info] set current project to root (in build file:/build/repo/)
162Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
163[info] Reapplying settings...
164OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
165
166 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
167 Did you mean allExcludeDependencies ?
168 , retry without global scopes
169[info] Reapplying settings...
170[info] set current project to root (in build file:/build/repo/)
171Execute removeScalacOptionsStartingWith: -P:wartremover
172[info] Reapplying settings...
173[info] set current project to root (in build file:/build/repo/)
174[success] Total time: 0 s, completed Nov 25, 2025, 3:29:39 PM
175Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.4-migration","migrationVersions":["3.7"],"sourcePatches":[]}
176Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
177Starting build...
178Projects: Set(docker, arango, http, velocypack)
179Starting build for ProjectRef(file:/build/repo/,docker) (arangodb-docker)... [0/4]
180OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
181OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
182OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
183OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
184OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
185OpenCB::Filter out '-indent', matches setting pattern '^-?-indent'
186OpenCB::Filter out '-source', matches setting pattern '^-?-source(:.*)?'
187Compile scalacOptions: -language:implicitConversions, -unchecked, -Ykind-projector, -Yretain-trees, future-migration, -Xsemanticdb, -semanticdb-target, /build/repo/arangodb-docker/target/scala-3.7.4-RC2/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
188[info] compiling 3 Scala sources to /build/repo/velocypack/target/scala-3.7.4-RC2/classes ...
189[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
190[warn] -- [E194] Potential Issue Warning: /build/repo/velocypack/src/main/scala/io/funkode/velocypack/VPack.scala:38:50
191[warn] 38 | extension (n: ScalaNumericAnyConversions) def isValidByte: Boolean = n.isValidByte && isValid(n.toByte)
192[warn] | ^
193[warn] |Extension method isValidByte will never be selected from type ScalaNumericAnyConversions
194[warn] |because ScalaNumericAnyConversions already has a member with the same name and compatible parameter types.
195[warn] |
196[warn] | longer explanation available when compiling with `-explain`
197[info] done compiling
198[warn] two warnings found
199[info] compiling 63 Scala sources to /build/repo/arangodb/target/scala-3.7.4-RC2/classes ...
200[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
201[info] done compiling
202[warn] one warning found
203[info] compiling 1 Scala source to /build/repo/arangodb-docker/target/scala-3.7.4-RC2/classes ...
204[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
205[info] done compiling
206[warn] one warning found
207[warn] -- [E194] Potential Issue Warning: /build/repo/velocypack/src/main/scala/io/funkode/velocypack/VPack.scala:38:50
208[warn] 38 | extension (n: ScalaNumericAnyConversions) def isValidByte: Boolean = n.isValidByte && isValid(n.toByte)
209[warn] | ^
210[warn] |Extension method isValidByte will never be selected from type ScalaNumericAnyConversions
211[warn] |because ScalaNumericAnyConversions already has a member with the same name and compatible parameter types.
212[warn] |
213[warn] | longer explanation available when compiling with `-explain`
214[warn] one warning found
215[warn] -- [E194] Potential Issue Warning: /build/repo/velocypack/src/main/scala/io/funkode/velocypack/VPack.scala:38:50
216[warn] 38 | extension (n: ScalaNumericAnyConversions) def isValidByte: Boolean = n.isValidByte && isValid(n.toByte)
217[warn] | ^
218[warn] |Extension method isValidByte will never be selected from type ScalaNumericAnyConversions
219[warn] |because ScalaNumericAnyConversions already has a member with the same name and compatible parameter types.
220[warn] |
221[warn] | longer explanation available when compiling with `-explain`
222[warn] one warning found
223[warn] -- [E194] Potential Issue Warning: /build/repo/velocypack/src/main/scala/io/funkode/velocypack/VPack.scala:38:50
224[warn] 38 | extension (n: ScalaNumericAnyConversions) def isValidByte: Boolean = n.isValidByte && isValid(n.toByte)
225[warn] | ^
226[warn] |Extension method isValidByte will never be selected from type ScalaNumericAnyConversions
227[warn] |because ScalaNumericAnyConversions already has a member with the same name and compatible parameter types.
228[warn] |
229[warn] | longer explanation available when compiling with `-explain`
230[warn] one warning found
231Starting build for ProjectRef(file:/build/repo/,arango) (zio-arangodb)... [1/4]
232Compile scalacOptions: -language:implicitConversions, -unchecked, -Ykind-projector, -Yretain-trees, future-migration, -Xsemanticdb, -semanticdb-target, /build/repo/arangodb/target/scala-3.7.4-RC2/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
233[warn] -- [E194] Potential Issue Warning: /build/repo/velocypack/src/main/scala/io/funkode/velocypack/VPack.scala:38:50
234[warn] 38 | extension (n: ScalaNumericAnyConversions) def isValidByte: Boolean = n.isValidByte && isValid(n.toByte)
235[warn] | ^
236[warn] |Extension method isValidByte will never be selected from type ScalaNumericAnyConversions
237[warn] |because ScalaNumericAnyConversions already has a member with the same name and compatible parameter types.
238[warn] |
239[warn] | longer explanation available when compiling with `-explain`
240[warn] one warning found
241[warn] -- [E194] Potential Issue Warning: /build/repo/velocypack/src/main/scala/io/funkode/velocypack/VPack.scala:38:50
242[warn] 38 | extension (n: ScalaNumericAnyConversions) def isValidByte: Boolean = n.isValidByte && isValid(n.toByte)
243[warn] | ^
244[warn] |Extension method isValidByte will never be selected from type ScalaNumericAnyConversions
245[warn] |because ScalaNumericAnyConversions already has a member with the same name and compatible parameter types.
246[warn] |
247[warn] | longer explanation available when compiling with `-explain`
248[warn] one warning found
249[warn] -- [E194] Potential Issue Warning: /build/repo/velocypack/src/main/scala/io/funkode/velocypack/VPack.scala:38:50
250[warn] 38 | extension (n: ScalaNumericAnyConversions) def isValidByte: Boolean = n.isValidByte && isValid(n.toByte)
251[warn] | ^
252[warn] |Extension method isValidByte will never be selected from type ScalaNumericAnyConversions
253[warn] |because ScalaNumericAnyConversions already has a member with the same name and compatible parameter types.
254[warn] |
255[warn] | longer explanation available when compiling with `-explain`
256[warn] one warning found
257[warn] -- [E194] Potential Issue Warning: /build/repo/velocypack/src/main/scala/io/funkode/velocypack/VPack.scala:38:50
258[warn] 38 | extension (n: ScalaNumericAnyConversions) def isValidByte: Boolean = n.isValidByte && isValid(n.toByte)
259[warn] | ^
260[warn] |Extension method isValidByte will never be selected from type ScalaNumericAnyConversions
261[warn] |because ScalaNumericAnyConversions already has a member with the same name and compatible parameter types.
262[warn] |
263[warn] | longer explanation available when compiling with `-explain`
264[warn] one warning found
265Starting build for ProjectRef(file:/build/repo/,http) (zio-arangodb-http)... [2/4]
266Compile scalacOptions: -language:implicitConversions, -unchecked, -Ykind-projector, -Yretain-trees, future-migration, -Xsemanticdb, -semanticdb-target, /build/repo/arangodb-http/target/scala-3.7.4-RC2/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
267[warn] -- [E194] Potential Issue Warning: /build/repo/velocypack/src/main/scala/io/funkode/velocypack/VPack.scala:38:50
268[warn] 38 | extension (n: ScalaNumericAnyConversions) def isValidByte: Boolean = n.isValidByte && isValid(n.toByte)
269[warn] | ^
270[warn] |Extension method isValidByte will never be selected from type ScalaNumericAnyConversions
271[warn] |because ScalaNumericAnyConversions already has a member with the same name and compatible parameter types.
272[warn] |
273[warn] | longer explanation available when compiling with `-explain`
274[warn] one warning found
275[info] compiling 8 Scala sources to /build/repo/arangodb-http/target/scala-3.7.4-RC2/classes ...
276[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
277[error] -- [E172] Type Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/JsonCodecs.scala:116:78
278[error] 116 | given vobjectEncoder: JsonEncoder[VObject] = JsonEncoder[Map[String, VPack]].contramap(_.values)
279[error] | ^
280[error] |No given instance of type zio.json.JsonEncoder[Map[String, io.funkode.velocypack.VPack]] was found for parameter a of method apply in object JsonEncoder.
281[error] |I found:
282[error] |
283[error] | zio.json.JsonEncoder.fromCodec[Map[String, io.funkode.velocypack.VPack]](
284[error] | zio.json.JsonCodec.map[String, io.funkode.velocypack.VPack](
285[error] | zio.json.JsonFieldEncoder.string, zio.json.JsonFieldDecoder.string²,
286[error] | zio.json.JsonEncoder.fromCodec[io.funkode.velocypack.VPack](
287[error] | /* missing */summon[zio.json.JsonCodec[io.funkode.velocypack.VPack]]),
288[error] | ???)
289[error] | )
290[error] |
291[error] |But no implicit values were found that match type zio.json.JsonCodec[io.funkode.velocypack.VPack]
292[error] |
293[error] |where: string is a value in object JsonFieldEncoder
294[error] | string² is a value in object JsonFieldDecoder
295[error] |.
296[error] -- [E172] Type Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/JsonCodecs.scala:130:64
297[error] 130 | case VArray(values) => JsonEncoder[Array[VPack]].unsafeEncode(values.toArray, indent, out)
298[error] | ^
299[error] |No given instance of type zio.json.JsonEncoder[Array[io.funkode.velocypack.VPack]] was found for parameter a of method apply in object JsonEncoder.
300[error] |I found:
301[error] |
302[error] | zio.json.JsonEncoder.array[io.funkode.velocypack.VPack](
303[error] | zio.json.JsonEncoder.fromCodec[io.funkode.velocypack.VPack](
304[error] | /* missing */summon[zio.json.JsonCodec[io.funkode.velocypack.VPack]]),
305[error] | ???)
306[error] |
307[error] |But no implicit values were found that match type zio.json.JsonCodec[io.funkode.velocypack.VPack].
308[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:22:53
309[error] 22 | given Schema[CollectionChecksum] = DeriveSchema.gen[CollectionChecksum]
310[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
311[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.CollectionName is not supported
312[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:25:51
313[error] 25 | given Schema[CollectionCreate] = DeriveSchema.gen[CollectionCreate]
314[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
315[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.CollectionName is not supported
316[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:26:49
317[error] 26 | given Schema[CollectionInfo] = DeriveSchema.gen[CollectionInfo]
318[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
319[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.CollectionName is not supported
320[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:30:49
321[error] 30 | given Schema[DatabaseCreate] = DeriveSchema.gen[DatabaseCreate]
322[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
323[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.DatabaseName is not supported
324[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:33:51
325[error] 33 | given Schema[GraphCollections] = DeriveSchema.gen[GraphCollections]
326[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
327[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.CollectionName is not supported
328[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:34:46
329[error] 34 | given Schema[GraphCreate] = DeriveSchema.gen[GraphCreate]
330[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
331[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.GraphName is not supported
332[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:35:54
333[error] 35 | given Schema[GraphEdgeDefinition] = DeriveSchema.gen[GraphEdgeDefinition]
334[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
335[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.CollectionName is not supported
336[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:36:44
337[error] 36 | given Schema[GraphInfo] = DeriveSchema.gen[GraphInfo]
338[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
339[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.GraphName is not supported
340[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:59:70
341[error] 59 | Schema.Field("cached", Schema[Boolean], get0 = _.cached, (r, v) => r.copy(cached = v)),
342[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
343[error] | positional after named argument
344[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:60:73
345[error] 60 | Schema.Field("count", Schema[Option[Long]], get0 = _.count, (r, v) => r.copy(count = v)),
346[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
347[error] | positional after named argument
348[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:61:87
349[error] 61 | Schema.Field("extra", Schema[Option[QueryResults.Extra]], get0 = _.extra, (r, v) => r.copy(extra = v)),
350[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
351[error] | positional after named argument
352[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:62:72
353[error] 62 | Schema.Field("hasMore", Schema[Boolean], get0 = _.hasMore, (r, v) => r.copy(hasMore = v)),
354[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
355[error] | positional after named argument
356[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:63:69
357[error] 63 | Schema.Field("id", Schema[Option[String]], get0 = _.id, (r, v) => r.copy(id = v)),
358[error] | ^^^^^^^^^^^^^^^^^^^^^^^^
359[error] | positional after named argument
360[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:64:70
361[error] 64 | Schema.Field("result", Schema[List[O]], get0 = _.result, (r, v) => r.copy(result = v)),
362[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
363[error] | positional after named argument
364[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:78:52
365[error] 78 | Schema.Field("edge", S, get0 = _.edge, (r, v) => r.copy(edge = v)),
366[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
367[error] | positional after named argument
368[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:85:56
369[error] 85 | Schema.Field("vertex", S, get0 = _.vertex, (r, v) => r.copy(vertex = v)),
370[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
371[error] | positional after named argument
372[error] -- [E172] Type Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:94:48
373[error] 94 | Schema.Field("_id", Schema[DocumentHandle], get0 = _._id, set0 = (r, v) => r.copy(_id = v)),
374[error] | ^
375[error] |No given instance of type zio.schema.Schema[io.funkode.arangodb.model.DocumentHandle] was found for parameter schema of method apply in object Schema.
376[error] |I found:
377[error] |
378[error] | zio.schema.Schema.primitive[io.funkode.arangodb.model.DocumentHandle](
379[error] | /* missing */
380[error] | summon[zio.schema.StandardType[io.funkode.arangodb.model.DocumentHandle]]
381[error] | )
382[error] |
383[error] |But no implicit values were found that match type zio.schema.StandardType[io.funkode.arangodb.model.DocumentHandle].
384[error] -- [E172] Type Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:95:46
385[error] 95 | Schema.Field("_key", Schema[DocumentKey], get0 = _._key, set0 = (r, v) => r.copy(_key = v)),
386[error] | ^
387[error] |No given instance of type zio.schema.Schema[io.funkode.arangodb.model.DocumentKey] was found for parameter schema of method apply in object Schema.
388[error] |I found:
389[error] |
390[error] | zio.schema.Schema.primitive[io.funkode.arangodb.model.DocumentKey](
391[error] | /* missing */
392[error] | summon[zio.schema.StandardType[io.funkode.arangodb.model.DocumentKey]]
393[error] | )
394[error] |
395[error] |But no implicit values were found that match type zio.schema.StandardType[io.funkode.arangodb.model.DocumentKey].
396[error] -- [E172] Type Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:96:51
397[error] 96 | Schema.Field("_rev", Schema[DocumentRevision], get0 = _._rev, set0 = (r, v) => r.copy(_rev = v)),
398[error] | ^
399[error] |No given instance of type zio.schema.Schema[io.funkode.arangodb.model.DocumentRevision] was found for parameter schema of method apply in object Schema.
400[error] |I found:
401[error] |
402[error] | zio.schema.Schema.primitive[io.funkode.arangodb.model.DocumentRevision](
403[error] | /* missing */
404[error] | summon[zio.schema.StandardType[io.funkode.arangodb.model.DocumentRevision]]
405[error] | )
406[error] |
407[error] |But no implicit values were found that match type zio.schema.StandardType[io.funkode.arangodb.model.DocumentRevision].
408[error] -- [E172] Type Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:101:40
409[error] 101 | Schema[Option[DocumentRevision]],
410[error] | ^
411[error] |No given instance of type zio.schema.Schema[Option[io.funkode.arangodb.model.DocumentRevision]] was found for parameter schema of method apply in object Schema.
412[error] |I found:
413[error] |
414[error] | zio.schema.Schema.option[io.funkode.arangodb.model.DocumentRevision](
415[error] | zio.schema.Schema.primitive[io.funkode.arangodb.model.DocumentRevision](
416[error] | /* missing */
417[error] | summon[zio.schema.StandardType[io.funkode.arangodb.model.DocumentRevision]
418[error] | ]
419[error] | )
420[error] | )
421[error] |
422[error] |But no implicit values were found that match type zio.schema.StandardType[io.funkode.arangodb.model.DocumentRevision].
423[warn] one warning found
424[error] 22 errors found
425[error] (http / Compile / compileIncremental) Compilation failed
426[warn] -- [E194] Potential Issue Warning: /build/repo/velocypack/src/main/scala/io/funkode/velocypack/VPack.scala:38:50
427[warn] 38 | extension (n: ScalaNumericAnyConversions) def isValidByte: Boolean = n.isValidByte && isValid(n.toByte)
428[warn] | ^
429[warn] |Extension method isValidByte will never be selected from type ScalaNumericAnyConversions
430[warn] |because ScalaNumericAnyConversions already has a member with the same name and compatible parameter types.
431[warn] |
432[warn] | longer explanation available when compiling with `-explain`
433[warn] one warning found
434[info] compiling 8 Scala sources to /build/repo/arangodb-http/target/scala-3.7.4-RC2/classes ...
435[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
436[error] -- [E172] Type Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/JsonCodecs.scala:116:78
437[error] 116 | given vobjectEncoder: JsonEncoder[VObject] = JsonEncoder[Map[String, VPack]].contramap(_.values)
438[error] | ^
439[error] |No given instance of type zio.json.JsonEncoder[Map[String, io.funkode.velocypack.VPack]] was found for parameter a of method apply in object JsonEncoder.
440[error] |I found:
441[error] |
442[error] | zio.json.JsonEncoder.fromCodec[Map[String, io.funkode.velocypack.VPack]](
443[error] | zio.json.JsonCodec.map[String, io.funkode.velocypack.VPack](
444[error] | zio.json.JsonFieldEncoder.string, zio.json.JsonFieldDecoder.string²,
445[error] | zio.json.JsonEncoder.fromCodec[io.funkode.velocypack.VPack](
446[error] | /* missing */summon[zio.json.JsonCodec[io.funkode.velocypack.VPack]]),
447[error] | ???)
448[error] | )
449[error] |
450[error] |But no implicit values were found that match type zio.json.JsonCodec[io.funkode.velocypack.VPack]
451[error] |
452[error] |where: string is a value in object JsonFieldEncoder
453[error] | string² is a value in object JsonFieldDecoder
454[error] |.
455[error] -- [E172] Type Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/JsonCodecs.scala:130:64
456[error] 130 | case VArray(values) => JsonEncoder[Array[VPack]].unsafeEncode(values.toArray, indent, out)
457[error] | ^
458[error] |No given instance of type zio.json.JsonEncoder[Array[io.funkode.velocypack.VPack]] was found for parameter a of method apply in object JsonEncoder.
459[error] |I found:
460[error] |
461[error] | zio.json.JsonEncoder.array[io.funkode.velocypack.VPack](
462[error] | zio.json.JsonEncoder.fromCodec[io.funkode.velocypack.VPack](
463[error] | /* missing */summon[zio.json.JsonCodec[io.funkode.velocypack.VPack]]),
464[error] | ???)
465[error] |
466[error] |But no implicit values were found that match type zio.json.JsonCodec[io.funkode.velocypack.VPack].
467[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:22:53
468[error] 22 | given Schema[CollectionChecksum] = DeriveSchema.gen[CollectionChecksum]
469[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
470[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.CollectionName is not supported
471[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:25:51
472[error] 25 | given Schema[CollectionCreate] = DeriveSchema.gen[CollectionCreate]
473[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
474[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.CollectionName is not supported
475[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:26:49
476[error] 26 | given Schema[CollectionInfo] = DeriveSchema.gen[CollectionInfo]
477[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
478[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.CollectionName is not supported
479[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:30:49
480[error] 30 | given Schema[DatabaseCreate] = DeriveSchema.gen[DatabaseCreate]
481[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
482[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.DatabaseName is not supported
483[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:33:51
484[error] 33 | given Schema[GraphCollections] = DeriveSchema.gen[GraphCollections]
485[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
486[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.CollectionName is not supported
487[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:34:46
488[error] 34 | given Schema[GraphCreate] = DeriveSchema.gen[GraphCreate]
489[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
490[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.GraphName is not supported
491[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:35:54
492[error] 35 | given Schema[GraphEdgeDefinition] = DeriveSchema.gen[GraphEdgeDefinition]
493[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
494[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.CollectionName is not supported
495[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:36:44
496[error] 36 | given Schema[GraphInfo] = DeriveSchema.gen[GraphInfo]
497[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
498[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.GraphName is not supported
499[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:59:70
500[error] 59 | Schema.Field("cached", Schema[Boolean], get0 = _.cached, (r, v) => r.copy(cached = v)),
501[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
502[error] | positional after named argument
503[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:60:73
504[error] 60 | Schema.Field("count", Schema[Option[Long]], get0 = _.count, (r, v) => r.copy(count = v)),
505[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
506[error] | positional after named argument
507[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:61:87
508[error] 61 | Schema.Field("extra", Schema[Option[QueryResults.Extra]], get0 = _.extra, (r, v) => r.copy(extra = v)),
509[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
510[error] | positional after named argument
511[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:62:72
512[error] 62 | Schema.Field("hasMore", Schema[Boolean], get0 = _.hasMore, (r, v) => r.copy(hasMore = v)),
513[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
514[error] | positional after named argument
515[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:63:69
516[error] 63 | Schema.Field("id", Schema[Option[String]], get0 = _.id, (r, v) => r.copy(id = v)),
517[error] | ^^^^^^^^^^^^^^^^^^^^^^^^
518[error] | positional after named argument
519[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:64:70
520[error] 64 | Schema.Field("result", Schema[List[O]], get0 = _.result, (r, v) => r.copy(result = v)),
521[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
522[error] | positional after named argument
523[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:78:52
524[error] 78 | Schema.Field("edge", S, get0 = _.edge, (r, v) => r.copy(edge = v)),
525[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
526[error] | positional after named argument
527[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:85:56
528[error] 85 | Schema.Field("vertex", S, get0 = _.vertex, (r, v) => r.copy(vertex = v)),
529[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
530[error] | positional after named argument
531[error] -- [E172] Type Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:94:48
532[error] 94 | Schema.Field("_id", Schema[DocumentHandle], get0 = _._id, set0 = (r, v) => r.copy(_id = v)),
533[error] | ^
534[error] |No given instance of type zio.schema.Schema[io.funkode.arangodb.model.DocumentHandle] was found for parameter schema of method apply in object Schema.
535[error] |I found:
536[error] |
537[error] | zio.schema.Schema.primitive[io.funkode.arangodb.model.DocumentHandle](
538[error] | /* missing */
539[error] | summon[zio.schema.StandardType[io.funkode.arangodb.model.DocumentHandle]]
540[error] | )
541[error] |
542[error] |But no implicit values were found that match type zio.schema.StandardType[io.funkode.arangodb.model.DocumentHandle].
543[error] -- [E172] Type Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:95:46
544[error] 95 | Schema.Field("_key", Schema[DocumentKey], get0 = _._key, set0 = (r, v) => r.copy(_key = v)),
545[error] | ^
546[error] |No given instance of type zio.schema.Schema[io.funkode.arangodb.model.DocumentKey] was found for parameter schema of method apply in object Schema.
547[error] |I found:
548[error] |
549[error] | zio.schema.Schema.primitive[io.funkode.arangodb.model.DocumentKey](
550[error] | /* missing */
551[error] | summon[zio.schema.StandardType[io.funkode.arangodb.model.DocumentKey]]
552[error] | )
553[error] |
554[error] |But no implicit values were found that match type zio.schema.StandardType[io.funkode.arangodb.model.DocumentKey].
555[error] -- [E172] Type Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:96:51
556[error] 96 | Schema.Field("_rev", Schema[DocumentRevision], get0 = _._rev, set0 = (r, v) => r.copy(_rev = v)),
557[error] | ^
558[error] |No given instance of type zio.schema.Schema[io.funkode.arangodb.model.DocumentRevision] was found for parameter schema of method apply in object Schema.
559[error] |I found:
560[error] |
561[error] | zio.schema.Schema.primitive[io.funkode.arangodb.model.DocumentRevision](
562[error] | /* missing */
563[error] | summon[zio.schema.StandardType[io.funkode.arangodb.model.DocumentRevision]]
564[error] | )
565[error] |
566[error] |But no implicit values were found that match type zio.schema.StandardType[io.funkode.arangodb.model.DocumentRevision].
567[error] -- [E172] Type Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:101:40
568[error] 101 | Schema[Option[DocumentRevision]],
569[error] | ^
570[error] |No given instance of type zio.schema.Schema[Option[io.funkode.arangodb.model.DocumentRevision]] was found for parameter schema of method apply in object Schema.
571[error] |I found:
572[error] |
573[error] | zio.schema.Schema.option[io.funkode.arangodb.model.DocumentRevision](
574[error] | zio.schema.Schema.primitive[io.funkode.arangodb.model.DocumentRevision](
575[error] | /* missing */
576[error] | summon[zio.schema.StandardType[io.funkode.arangodb.model.DocumentRevision]
577[error] | ]
578[error] | )
579[error] | )
580[error] |
581[error] |But no implicit values were found that match type zio.schema.StandardType[io.funkode.arangodb.model.DocumentRevision].
582[warn] one warning found
583[error] 22 errors found
584[error] (http / Compile / compileIncremental) Compilation failed
585[warn] -- [E194] Potential Issue Warning: /build/repo/velocypack/src/main/scala/io/funkode/velocypack/VPack.scala:38:50
586[warn] 38 | extension (n: ScalaNumericAnyConversions) def isValidByte: Boolean = n.isValidByte && isValid(n.toByte)
587[warn] | ^
588[warn] |Extension method isValidByte will never be selected from type ScalaNumericAnyConversions
589[warn] |because ScalaNumericAnyConversions already has a member with the same name and compatible parameter types.
590[warn] |
591[warn] | longer explanation available when compiling with `-explain`
592[warn] one warning found
593[info] compiling 8 Scala sources to /build/repo/arangodb-http/target/scala-3.7.4-RC2/classes ...
594[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
595[error] -- [E172] Type Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/JsonCodecs.scala:116:78
596[error] 116 | given vobjectEncoder: JsonEncoder[VObject] = JsonEncoder[Map[String, VPack]].contramap(_.values)
597[error] | ^
598[error] |No given instance of type zio.json.JsonEncoder[Map[String, io.funkode.velocypack.VPack]] was found for parameter a of method apply in object JsonEncoder.
599[error] |I found:
600[error] |
601[error] | zio.json.JsonEncoder.fromCodec[Map[String, io.funkode.velocypack.VPack]](
602[error] | zio.json.JsonCodec.map[String, io.funkode.velocypack.VPack](
603[error] | zio.json.JsonFieldEncoder.string, zio.json.JsonFieldDecoder.string²,
604[error] | zio.json.JsonEncoder.fromCodec[io.funkode.velocypack.VPack](
605[error] | /* missing */summon[zio.json.JsonCodec[io.funkode.velocypack.VPack]]),
606[error] | ???)
607[error] | )
608[error] |
609[error] |But no implicit values were found that match type zio.json.JsonCodec[io.funkode.velocypack.VPack]
610[error] |
611[error] |where: string is a value in object JsonFieldEncoder
612[error] | string² is a value in object JsonFieldDecoder
613[error] |.
614[error] -- [E172] Type Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/JsonCodecs.scala:130:64
615[error] 130 | case VArray(values) => JsonEncoder[Array[VPack]].unsafeEncode(values.toArray, indent, out)
616[error] | ^
617[error] |No given instance of type zio.json.JsonEncoder[Array[io.funkode.velocypack.VPack]] was found for parameter a of method apply in object JsonEncoder.
618[error] |I found:
619[error] |
620[error] | zio.json.JsonEncoder.array[io.funkode.velocypack.VPack](
621[error] | zio.json.JsonEncoder.fromCodec[io.funkode.velocypack.VPack](
622[error] | /* missing */summon[zio.json.JsonCodec[io.funkode.velocypack.VPack]]),
623[error] | ???)
624[error] |
625[error] |But no implicit values were found that match type zio.json.JsonCodec[io.funkode.velocypack.VPack].
626[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:22:53
627[error] 22 | given Schema[CollectionChecksum] = DeriveSchema.gen[CollectionChecksum]
628[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
629[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.CollectionName is not supported
630[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:25:51
631[error] 25 | given Schema[CollectionCreate] = DeriveSchema.gen[CollectionCreate]
632[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
633[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.CollectionName is not supported
634[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:26:49
635[error] 26 | given Schema[CollectionInfo] = DeriveSchema.gen[CollectionInfo]
636[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
637[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.CollectionName is not supported
638[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:30:49
639[error] 30 | given Schema[DatabaseCreate] = DeriveSchema.gen[DatabaseCreate]
640[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
641[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.DatabaseName is not supported
642[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:33:51
643[error] 33 | given Schema[GraphCollections] = DeriveSchema.gen[GraphCollections]
644[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
645[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.CollectionName is not supported
646[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:34:46
647[error] 34 | given Schema[GraphCreate] = DeriveSchema.gen[GraphCreate]
648[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
649[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.GraphName is not supported
650[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:35:54
651[error] 35 | given Schema[GraphEdgeDefinition] = DeriveSchema.gen[GraphEdgeDefinition]
652[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
653[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.CollectionName is not supported
654[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:36:44
655[error] 36 | given Schema[GraphInfo] = DeriveSchema.gen[GraphInfo]
656[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
657[error] |Deriving schema for io.funkode.arangodb.model.OpaqueTypes$package.GraphName is not supported
658[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:59:70
659[error] 59 | Schema.Field("cached", Schema[Boolean], get0 = _.cached, (r, v) => r.copy(cached = v)),
660[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
661[error] | positional after named argument
662[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:60:73
663[error] 60 | Schema.Field("count", Schema[Option[Long]], get0 = _.count, (r, v) => r.copy(count = v)),
664[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
665[error] | positional after named argument
666[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:61:87
667[error] 61 | Schema.Field("extra", Schema[Option[QueryResults.Extra]], get0 = _.extra, (r, v) => r.copy(extra = v)),
668[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
669[error] | positional after named argument
670[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:62:72
671[error] 62 | Schema.Field("hasMore", Schema[Boolean], get0 = _.hasMore, (r, v) => r.copy(hasMore = v)),
672[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
673[error] | positional after named argument
674[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:63:69
675[error] 63 | Schema.Field("id", Schema[Option[String]], get0 = _.id, (r, v) => r.copy(id = v)),
676[error] | ^^^^^^^^^^^^^^^^^^^^^^^^
677[error] | positional after named argument
678[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:64:70
679[error] 64 | Schema.Field("result", Schema[List[O]], get0 = _.result, (r, v) => r.copy(result = v)),
680[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
681[error] | positional after named argument
682[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:78:52
683[error] 78 | Schema.Field("edge", S, get0 = _.edge, (r, v) => r.copy(edge = v)),
684[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
685[error] | positional after named argument
686[error] -- Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:85:56
687[error] 85 | Schema.Field("vertex", S, get0 = _.vertex, (r, v) => r.copy(vertex = v)),
688[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
689[error] | positional after named argument
690[error] -- [E172] Type Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:94:48
691[error] 94 | Schema.Field("_id", Schema[DocumentHandle], get0 = _._id, set0 = (r, v) => r.copy(_id = v)),
692[error] | ^
693[error] |No given instance of type zio.schema.Schema[io.funkode.arangodb.model.DocumentHandle] was found for parameter schema of method apply in object Schema.
694[error] |I found:
695[error] |
696[error] | zio.schema.Schema.primitive[io.funkode.arangodb.model.DocumentHandle](
697[error] | /* missing */
698[error] | summon[zio.schema.StandardType[io.funkode.arangodb.model.DocumentHandle]]
699[error] | )
700[error] |
701[error] |But no implicit values were found that match type zio.schema.StandardType[io.funkode.arangodb.model.DocumentHandle].
702[error] -- [E172] Type Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:95:46
703[error] 95 | Schema.Field("_key", Schema[DocumentKey], get0 = _._key, set0 = (r, v) => r.copy(_key = v)),
704[error] | ^
705[error] |No given instance of type zio.schema.Schema[io.funkode.arangodb.model.DocumentKey] was found for parameter schema of method apply in object Schema.
706[error] |I found:
707[error] |
708[error] | zio.schema.Schema.primitive[io.funkode.arangodb.model.DocumentKey](
709[error] | /* missing */
710[error] | summon[zio.schema.StandardType[io.funkode.arangodb.model.DocumentKey]]
711[error] | )
712[error] |
713[error] |But no implicit values were found that match type zio.schema.StandardType[io.funkode.arangodb.model.DocumentKey].
714[error] -- [E172] Type Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:96:51
715[error] 96 | Schema.Field("_rev", Schema[DocumentRevision], get0 = _._rev, set0 = (r, v) => r.copy(_rev = v)),
716[error] | ^
717[error] |No given instance of type zio.schema.Schema[io.funkode.arangodb.model.DocumentRevision] was found for parameter schema of method apply in object Schema.
718[error] |I found:
719[error] |
720[error] | zio.schema.Schema.primitive[io.funkode.arangodb.model.DocumentRevision](
721[error] | /* missing */
722[error] | summon[zio.schema.StandardType[io.funkode.arangodb.model.DocumentRevision]]
723[error] | )
724[error] |
725[error] |But no implicit values were found that match type zio.schema.StandardType[io.funkode.arangodb.model.DocumentRevision].
726[error] -- [E172] Type Error: /build/repo/arangodb-http/src/main/scala/io/funkode/arangodb/http/SchemaCodecs.scala:101:40
727[error] 101 | Schema[Option[DocumentRevision]],
728[error] | ^
729[error] |No given instance of type zio.schema.Schema[Option[io.funkode.arangodb.model.DocumentRevision]] was found for parameter schema of method apply in object Schema.
730[error] |I found:
731[error] |
732[error] | zio.schema.Schema.option[io.funkode.arangodb.model.DocumentRevision](
733[error] | zio.schema.Schema.primitive[io.funkode.arangodb.model.DocumentRevision](
734[error] | /* missing */
735[error] | summon[zio.schema.StandardType[io.funkode.arangodb.model.DocumentRevision]
736[error] | ]
737[error] | )
738[error] | )
739[error] |
740[error] |But no implicit values were found that match type zio.schema.StandardType[io.funkode.arangodb.model.DocumentRevision].
741[warn] one warning found
742[error] 22 errors found
743[error] (http / Compile / compileIncremental) Compilation failed
744Starting build for ProjectRef(file:/build/repo/,velocypack) (zio-velocypack)... [3/4]
745Compile scalacOptions: -language:implicitConversions, -unchecked, -Ykind-projector, -Yretain-trees, future-migration, -Xsemanticdb, -semanticdb-target, /build/repo/velocypack/target/scala-3.7.4-RC2/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
746[warn] -- [E194] Potential Issue Warning: /build/repo/velocypack/src/main/scala/io/funkode/velocypack/VPack.scala:38:50
747[warn] 38 | extension (n: ScalaNumericAnyConversions) def isValidByte: Boolean = n.isValidByte && isValid(n.toByte)
748[warn] | ^
749[warn] |Extension method isValidByte will never be selected from type ScalaNumericAnyConversions
750[warn] |because ScalaNumericAnyConversions already has a member with the same name and compatible parameter types.
751[warn] |
752[warn] | longer explanation available when compiling with `-explain`
753[warn] one warning found
754[warn] -- [E194] Potential Issue Warning: /build/repo/velocypack/src/main/scala/io/funkode/velocypack/VPack.scala:38:50
755[warn] 38 | extension (n: ScalaNumericAnyConversions) def isValidByte: Boolean = n.isValidByte && isValid(n.toByte)
756[warn] | ^
757[warn] |Extension method isValidByte will never be selected from type ScalaNumericAnyConversions
758[warn] |because ScalaNumericAnyConversions already has a member with the same name and compatible parameter types.
759[warn] |
760[warn] | longer explanation available when compiling with `-explain`
761[warn] one warning found
762[warn] -- [E194] Potential Issue Warning: /build/repo/velocypack/src/main/scala/io/funkode/velocypack/VPack.scala:38:50
763[warn] 38 | extension (n: ScalaNumericAnyConversions) def isValidByte: Boolean = n.isValidByte && isValid(n.toByte)
764[warn] | ^
765[warn] |Extension method isValidByte will never be selected from type ScalaNumericAnyConversions
766[warn] |because ScalaNumericAnyConversions already has a member with the same name and compatible parameter types.
767[warn] |
768[warn] | longer explanation available when compiling with `-explain`
769[warn] one warning found
770[warn] -- [E194] Potential Issue Warning: /build/repo/velocypack/src/main/scala/io/funkode/velocypack/VPack.scala:38:50
771[warn] 38 | extension (n: ScalaNumericAnyConversions) def isValidByte: Boolean = n.isValidByte && isValid(n.toByte)
772[warn] | ^
773[warn] |Extension method isValidByte will never be selected from type ScalaNumericAnyConversions
774[warn] |because ScalaNumericAnyConversions already has a member with the same name and compatible parameter types.
775[warn] |
776[warn] | longer explanation available when compiling with `-explain`
777[warn] one warning found
778
779************************
780Build summary:
781[{
782 "module": "arangodb-docker",
783 "compile": {"status": "ok", "tookMs": 15826, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
784 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
785 "test-compile": {"status": "ok", "tookMs": 258, "warnings": 0, "errors": 0, "sourceVersion": "3.7-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.3.1"]
790}
791},{
792 "module": "zio-arangodb",
793 "compile": {"status": "ok", "tookMs": 113, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
794 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
795 "test-compile": {"status": "ok", "tookMs": 153, "warnings": 0, "errors": 0, "sourceVersion": "3.7-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.3.1"]
800}
801},{
802 "module": "zio-arangodb-http",
803 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 7056, "warnings": 1, "errors": 22, "sourceVersion": "3.7-migration"},
804 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
805 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
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.3.1"]
810}
811},{
812 "module": "zio-velocypack",
813 "compile": {"status": "ok", "tookMs": 43, "warnings": 1, "errors": 0, "sourceVersion": "3.7-migration"},
814 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
815 "test-compile": {"status": "ok", "tookMs": 87, "warnings": 0, "errors": 0, "sourceVersion": "3.7-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.3.1"]
820}
821}]
822************************
823[error] Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: zio-arangodb-http
824[error] (Global / runBuild) Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: zio-arangodb-http
825[error] Total time: 69 s (0:01:09.0), completed Nov 25, 2025, 3:30:48 PM
826[0JBuild failed, not retrying.