Build Logs

cb372/scalacache • 12068122591

Errors

0

Warnings

89

Total Lines

422

1##################################
2Clonning https://github.com/cb372/scalacache.git into repo using revision v1.0.0-M6
3##################################
4Note: switching to '2f590bb294b55639a8fe352f4639753d7b62ddf2'.
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
21----
22Preparing build for 3.6.2-RC2-20241128-1298d1f-SNAPSHOT
23Scala binary version found: 3.6
24Implicitly using source version 3.6-migration
25Scala binary version found: 3.6
26Implicitly using source version 3.6-migration
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
30----
31Starting build for 3.6.2-RC2-20241128-1298d1f-SNAPSHOT
32Execute tests: false
33sbt project found:
34Sbt version 1.5.5 is not supported, minimal supported version is 1.6.2
35Enforcing usage of sbt in version 1.6.2
36No prepare script found for project cb372/scalacache
37##################################
38Scala version: 3.6.2-RC2-20241128-1298d1f-SNAPSHOT
39Targets: com.github.cb372%scalacache-caffeine com.github.cb372%scalacache-circe com.github.cb372%scalacache-core com.github.cb372%scalacache-memcached com.github.cb372%scalacache-redis
40Project projectConfig: { "projects": { "exclude": [], "overrides": {} }, "java": { "version": "11" }, "sbt": { "commands": [], "options": [] }, "mill": { "options": [] }, "tests": "compile-only", "migrationVersions": [], "sourcePatches": [] }
41##################################
42Using extra scalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s
43Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
44[sbt_options] declare -a sbt_options=()
45[process_args] java_version = '11'
46[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_11_0_20/rt.jar'
47# Executing command line:
48java
49-Xms4G
50-Xmx4G
51-Dcommunitybuild.scala=3.6.2-RC2-20241128-1298d1f-SNAPSHOT
52-Dcommunitybuild.project.dependencies.add=
53-Xmx7G
54-Xms4G
55-Xss8M
56-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
57-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_11_0_20
58-jar
59/root/.sdkman/candidates/sbt/1.9.6/bin/sbt-launch.jar
60"setCrossScalaVersions 3.6.2-RC2-20241128-1298d1f-SNAPSHOT"
61"++3.6.2-RC2-20241128-1298d1f-SNAPSHOT -v"
62"mapScalacOptions ",-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,""
63"set every credentials := Nil"
64
65moduleMappings
66"runBuild 3.6.2-RC2-20241128-1298d1f-SNAPSHOT """{
67 "projects": {
68 "exclude": [],
69 "overrides": {}
70 },
71 "java": {
72 "version": "11"
73 },
74 "sbt": {
75 "commands": [],
76 "options": []
77 },
78 "mill": {
79 "options": []
80 },
81 "tests": "compile-only",
82 "migrationVersions": [],
83 "sourcePatches": []
84}""" com.github.cb372%scalacache-caffeine com.github.cb372%scalacache-circe com.github.cb372%scalacache-core com.github.cb372%scalacache-memcached com.github.cb372%scalacache-redis"
85
86[info] [launcher] getting org.scala-sbt sbt 1.6.2 (this may take some time)...
87[info] [launcher] getting Scala 2.12.15 (for sbt)...
88[info] welcome to sbt 1.6.2 (Eclipse Adoptium Java 11.0.20)
89[info] loading settings for project repo-build from build.sbt,plugins.sbt ...
90[info] loading project definition from /build/repo/project
91[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
92[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.15. Compiling...
93[info] Compilation completed in 8.15s.
94[info] done compiling
95/build/repo/build.sbt:47: warning: lazy value coverageMinimum in object ScoverageKeys is deprecated (since v1.8.0): Use coverageMinimumStmtTotal instead
96 coverageMinimum := 60,
97 ^
98/build/repo/build.sbt:72: warning: lazy value coverageMinimum in object ScoverageKeys is deprecated (since v1.8.0): Use coverageMinimumStmtTotal instead
99 coverageMinimum := 56,
100 ^
101/build/repo/build.sbt:83: warning: lazy value coverageMinimum in object ScoverageKeys is deprecated (since v1.8.0): Use coverageMinimumStmtTotal instead
102 coverageMinimum := 80,
103 ^
104/build/repo/build.sbt:96: warning: lazy value coverageMinimum in object ScoverageKeys is deprecated (since v1.8.0): Use coverageMinimumStmtTotal instead
105 coverageMinimum := 80,
106 ^
107/build/repo/build.sbt:119: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
108 mdocIn := (sourceDirectory in Compile).value / "mdoc"
109 ^
110/build/repo/build.sbt:133: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
111 fork in (Compile, run) := true,
112 ^
113/build/repo/build.sbt:134: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
114 javaOptions in Jmh ++= Seq("-server", "-Xms2G", "-Xmx2G", "-XX:+UseG1GC", "-XX:-UseBiasedLocking"),
115 ^
116/build/repo/build.sbt:135: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
117 javaOptions in (Test, run) ++= Seq(
118 ^
119/build/repo/build.sbt:159: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
120 parallelExecution in Test := false
121 ^
122/build/repo/build.sbt:163: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
123 publishArtifact in Test := false,
124 ^
125/build/repo/build.sbt:19: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
126scalafmtOnCompile in ThisBuild := true
127 ^
128[info] loading settings for project scalacache from build.sbt ...
129[info] set current project to scalacache (in build file:/build/repo/)
130[warn] there's a key that's not used by any other settings/tasks:
131[warn]
132[warn] * ThisBuild / organization
133[warn] +- /build/repo/build.sbt:1
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.6.2-RC2-20241128-1298d1f-SNAPSHOT
138OpenCB::Changing crossVersion 3.1.0 -> 3.6.2-RC2-20241128-1298d1f-SNAPSHOT in caffeine/crossScalaVersions
139OpenCB::Changing crossVersion 3.1.0 -> 3.6.2-RC2-20241128-1298d1f-SNAPSHOT in benchmarks/crossScalaVersions
140OpenCB::Changing crossVersion 3.1.0 -> 3.6.2-RC2-20241128-1298d1f-SNAPSHOT in core/crossScalaVersions
141OpenCB::Changing crossVersion 3.1.0 -> 3.6.2-RC2-20241128-1298d1f-SNAPSHOT in scalacache/crossScalaVersions
142OpenCB::Changing crossVersion 3.1.0 -> 3.6.2-RC2-20241128-1298d1f-SNAPSHOT in memcached/crossScalaVersions
143OpenCB::Changing crossVersion 3.1.0 -> 3.6.2-RC2-20241128-1298d1f-SNAPSHOT in tests/crossScalaVersions
144OpenCB::Changing crossVersion 3.1.0 -> 3.6.2-RC2-20241128-1298d1f-SNAPSHOT in docs/crossScalaVersions
145OpenCB::Changing crossVersion 3.1.0 -> 3.6.2-RC2-20241128-1298d1f-SNAPSHOT in redis/crossScalaVersions
146OpenCB::Changing crossVersion 3.1.0 -> 3.6.2-RC2-20241128-1298d1f-SNAPSHOT in circe/crossScalaVersions
147[info] set current project to scalacache (in build file:/build/repo/)
148[info] Setting Scala version to 3.6.2-RC2-20241128-1298d1f-SNAPSHOT on 9 projects.
149[info] Switching Scala version on:
150[info] benchmarks (2.13.7, 2.12.15, 3.6.2-RC2-20241128-1298d1f-SNAPSHOT)
151[info] * scalacache (2.13.7, 2.12.15, 3.6.2-RC2-20241128-1298d1f-SNAPSHOT)
152[info] docs (2.13.7, 2.12.15, 3.6.2-RC2-20241128-1298d1f-SNAPSHOT)
153[info] tests (2.13.7, 2.12.15, 3.6.2-RC2-20241128-1298d1f-SNAPSHOT)
154[info] caffeine (2.13.7, 2.12.15, 3.6.2-RC2-20241128-1298d1f-SNAPSHOT)
155[info] memcached (2.13.7, 2.12.15, 3.6.2-RC2-20241128-1298d1f-SNAPSHOT)
156[info] circe (2.13.7, 2.12.15, 3.6.2-RC2-20241128-1298d1f-SNAPSHOT)
157[info] redis (2.13.7, 2.12.15, 3.6.2-RC2-20241128-1298d1f-SNAPSHOT)
158[info] core (2.13.7, 2.12.15, 3.6.2-RC2-20241128-1298d1f-SNAPSHOT)
159[info] Excluding projects:
160[info] Reapplying settings...
161[info] set current project to scalacache (in build file:/build/repo/)
162Execute mapScalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
163[info] Reapplying settings...
164[info] set current project to scalacache (in build file:/build/repo/)
165[info] Defining Global / credentials, benchmarks / credentials and 7 others.
166[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 44 others.
167[info] Run `last` for details.
168[info] Reapplying settings...
169[info] set current project to scalacache (in build file:/build/repo/)
170[success] Total time: 0 s, completed Nov 28, 2024, 12:57:28 PM
171Build config: {
172 "projects": {
173 "exclude": [],
174 "overrides": {}
175 },
176 "java": {
177 "version": "11"
178 },
179 "sbt": {
180 "commands": [],
181 "options": []
182 },
183 "mill": {
184 "options": []
185 },
186 "tests": "compile-only",
187 "migrationVersions": [],
188 "sourcePatches": []
189}
190Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly))
191Starting build...
192Projects: Set(caffeine, memcached, circe, redis, core)
193Starting build for ProjectRef(file:/build/repo/,circe) (scalacache-circe)...
194OpenCB::Exclude Scala3 specific scalacOption `-source:3.6-migration` in Scala 2.12.15 module Global
195OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
196OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
197OpenCB::Would not apply setting `-source:3.6-migration`: Project has predefined source version: Some(-source:3.6-migration)
198Compile scalacOptions: List(-unchecked, -language:higherKinds, -source:3.6-migration, -Wconf:msg=can be rewritten automatically under:s)
199[info] Formatting 1 Scala sources...
200[info] Formatting 11 Scala sources...
201[info] Formatting 1 Scala sources...
202[info] Formatting 24 Scala sources...
203[info] compiling 24 Scala sources to /build/repo/modules/core/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/classes ...
204[warn] there were 3 deprecation warnings; re-run with -deprecation for details
205[warn] one warning found
206[info] done compiling
207[info] compiling 1 Scala source to /build/repo/modules/circe/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/classes ...
208[warn] -- Warning: /build/repo/modules/circe/src/main/scala/scalacache/serialization/Circe.scala:17:65
209[warn] 17 | parser.decodeByteBuffer(ByteBuffer.wrap(bytes)).left.map(FailedToDecode)
210[warn] | ^^^^^^^^^^^^^^
211[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `scalacache.serialization.FailedToDecode.apply` explicitly.
212[warn] one warning found
213[info] done compiling
214[info] Main Scala API documentation to /build/repo/modules/circe/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/api...
215[info] Skipping unused scalacOptions: -Wconf, -source
216[info] Main Scala API documentation successful.
217[info] compiling 1 Scala source to /build/repo/modules/circe/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/test-classes ...
218[warn] there were 4 deprecation warnings; re-run with -deprecation for details
219[warn] one warning found
220[info] done compiling
221[info] Wrote /build/repo/modules/circe/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/scalacache-circe_3-1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT.pom
222[info] Main Scala API documentation to /build/repo/modules/circe/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/api...
223[info] Skipping unused scalacOptions: -Wconf, -source
224[info] Main Scala API documentation successful.
225[info] :: delivering :: com.github.cb372#scalacache-circe_3;1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT :: 1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT :: integration :: Thu Nov 28 12:57:55 CET 2024
226[info] delivering ivy file to /build/repo/modules/circe/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/ivy-1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT.xml
227[info] published scalacache-circe_3 to /root/.ivy2/local/com.github.cb372/scalacache-circe_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/poms/scalacache-circe_3.pom
228[info] published scalacache-circe_3 to /root/.ivy2/local/com.github.cb372/scalacache-circe_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/jars/scalacache-circe_3.jar
229[info] published scalacache-circe_3 to /root/.ivy2/local/com.github.cb372/scalacache-circe_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/srcs/scalacache-circe_3-sources.jar
230[info] published scalacache-circe_3 to /root/.ivy2/local/com.github.cb372/scalacache-circe_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/docs/scalacache-circe_3-javadoc.jar
231[info] published ivy to /root/.ivy2/local/com.github.cb372/scalacache-circe_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/ivys/ivy.xml
232Starting build for ProjectRef(file:/build/repo/,caffeine) (scalacache-caffeine)...
233Compile scalacOptions: List(-unchecked, -language:higherKinds, -source:3.6-migration, -Wconf:msg=can be rewritten automatically under:s)
234[info] Formatting 1 Scala sources...
235[info] Formatting 1 Scala sources...
236[info] compiling 1 Scala source to /build/repo/modules/caffeine/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/classes ...
237[info] done compiling
238[info] Main Scala API documentation to /build/repo/modules/caffeine/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/api...
239[info] Skipping unused scalacOptions: -Wconf, -source
240[info] Main Scala API documentation successful.
241[info] compiling 1 Scala source to /build/repo/modules/caffeine/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/test-classes ...
242[info] done compiling
243[info] Wrote /build/repo/modules/caffeine/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/scalacache-caffeine_3-1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT.pom
244[info] Main Scala API documentation to /build/repo/modules/caffeine/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/api...
245[info] Skipping unused scalacOptions: -Wconf, -source
246[info] Main Scala API documentation successful.
247[info] :: delivering :: com.github.cb372#scalacache-caffeine_3;1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT :: 1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT :: integration :: Thu Nov 28 12:58:03 CET 2024
248[info] delivering ivy file to /build/repo/modules/caffeine/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/ivy-1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT.xml
249[info] published scalacache-caffeine_3 to /root/.ivy2/local/com.github.cb372/scalacache-caffeine_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/poms/scalacache-caffeine_3.pom
250[info] published scalacache-caffeine_3 to /root/.ivy2/local/com.github.cb372/scalacache-caffeine_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/jars/scalacache-caffeine_3.jar
251[info] published scalacache-caffeine_3 to /root/.ivy2/local/com.github.cb372/scalacache-caffeine_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/srcs/scalacache-caffeine_3-sources.jar
252[info] published scalacache-caffeine_3 to /root/.ivy2/local/com.github.cb372/scalacache-caffeine_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/docs/scalacache-caffeine_3-javadoc.jar
253[info] published ivy to /root/.ivy2/local/com.github.cb372/scalacache-caffeine_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/ivys/ivy.xml
254Starting build for ProjectRef(file:/build/repo/,redis) (scalacache-redis)...
255Compile scalacOptions: List(-unchecked, -language:higherKinds, -source:3.6-migration, -Wconf:msg=can be rewritten automatically under:s)
256[info] Formatting 10 Scala sources...
257[info] Formatting 6 Scala sources...
258[info] compiling 6 Scala sources to /build/repo/modules/redis/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/classes ...
259[warn] there were 6 deprecation warnings; re-run with -deprecation for details
260[warn] one warning found
261[info] done compiling
262[info] Main Scala API documentation to /build/repo/modules/redis/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/api...
263[info] Skipping unused scalacOptions: -Wconf, -source
264[info] Main Scala API documentation successful.
265[info] compiling 10 Scala sources to /build/repo/modules/redis/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/test-classes ...
266[warn] there were 6 deprecation warnings; re-run with -deprecation for details
267[warn] one warning found
268[info] done compiling
269[info] Wrote /build/repo/modules/redis/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/scalacache-redis_3-1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT.pom
270[info] Main Scala API documentation to /build/repo/modules/redis/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/api...
271[info] Skipping unused scalacOptions: -Wconf, -source
272[info] Main Scala API documentation successful.
273[info] :: delivering :: com.github.cb372#scalacache-redis_3;1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT :: 1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT :: integration :: Thu Nov 28 12:58:12 CET 2024
274[info] delivering ivy file to /build/repo/modules/redis/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/ivy-1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT.xml
275[info] published scalacache-redis_3 to /root/.ivy2/local/com.github.cb372/scalacache-redis_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/poms/scalacache-redis_3.pom
276[info] published scalacache-redis_3 to /root/.ivy2/local/com.github.cb372/scalacache-redis_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/jars/scalacache-redis_3.jar
277[info] published scalacache-redis_3 to /root/.ivy2/local/com.github.cb372/scalacache-redis_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/srcs/scalacache-redis_3-sources.jar
278[info] published scalacache-redis_3 to /root/.ivy2/local/com.github.cb372/scalacache-redis_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/docs/scalacache-redis_3-javadoc.jar
279[info] published ivy to /root/.ivy2/local/com.github.cb372/scalacache-redis_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/ivys/ivy.xml
280Starting build for ProjectRef(file:/build/repo/,core) (scalacache-core)...
281Compile scalacOptions: List(-unchecked, -language:higherKinds, -source:3.6-migration, -Wconf:msg=can be rewritten automatically under:s)
282[info] Main Scala API documentation to /build/repo/modules/core/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/api...
283[info] Skipping unused scalacOptions: -Wconf, -source
284[warn] -- Warning: modules/core/src/main/scala/scalacache/CacheAlg.scala:47:6 ---------
285[warn] 47 | def remove(keyParts: Any*): F[Unit]
286[warn] | ^
287[warn] | No DRI found for query: CacheKeyBuilder
288[warn] -- Warning: modules/core/src/main/scala/scalacache/HashingAlgorithm.scala:31:12
289[warn] 31 | final def messageDigest: MessageDigest = tLocalMessageDigest.get()
290[warn] | ^
291[warn] | No DRI found for query: MessageDigest
292[warn] -- Warning: modules/core/src/main/scala-3/scalacache/memoization/package.scala:65:13
293[warn] 65 | inline def memoizeF[F[_], V](ttl: Option[Duration])(
294[warn] | ^
295[warn] | No DRI found for query: F
296[warn] -- Warning: modules/core/src/main/scala/scalacache/package.scala:46:6 ----------
297[warn] 46 | def put[F[_], K, V](
298[warn] | ^
299[warn] | No DRI found for query: CacheKeyBuilder
300[warn] -- Warning: modules/core/src/main/scala/scalacache/package.scala:68:6 ----------
301[warn] 68 | def remove[F[_], K, V](key: K)(implicit cache: Cache[F, K, V]): F[Unit] =
302[warn] | ^
303[warn] | No DRI found for query: CacheKeyBuilder
304[warn] -- Warning: modules/core/src/main/scala/scalacache/package.scala:108:6 ---------
305[warn] 108 | def caching[F[_], K, V](
306[warn] | ^
307[warn] | No DRI found for query: CacheKeyBuilder
308[warn] -- Warning: modules/core/src/main/scala/scalacache/package.scala:139:6 ---------
309[warn] 139 | def cachingF[F[_], K, V](
310[warn] | ^
311[warn] | No DRI found for query: CacheKeyBuilder
312[info] Main Scala API documentation successful.
313[info] compiling 11 Scala sources to /build/repo/modules/core/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/test-classes ...
314[info] done compiling
315[info] Wrote /build/repo/modules/core/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/scalacache-core_3-1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT.pom
316[info] Main Scala API documentation to /build/repo/modules/core/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/api...
317[info] Skipping unused scalacOptions: -Wconf, -source
318[warn] -- Warning: modules/core/src/main/scala/scalacache/CacheAlg.scala:47:6 ---------
319[warn] 47 | def remove(keyParts: Any*): F[Unit]
320[warn] | ^
321[warn] | No DRI found for query: CacheKeyBuilder
322[warn] -- Warning: modules/core/src/main/scala/scalacache/HashingAlgorithm.scala:31:12
323[warn] 31 | final def messageDigest: MessageDigest = tLocalMessageDigest.get()
324[warn] | ^
325[warn] | No DRI found for query: MessageDigest
326[warn] -- Warning: modules/core/src/main/scala-3/scalacache/memoization/package.scala:65:13
327[warn] 65 | inline def memoizeF[F[_], V](ttl: Option[Duration])(
328[warn] | ^
329[warn] | No DRI found for query: F
330[warn] -- Warning: modules/core/src/main/scala/scalacache/package.scala:46:6 ----------
331[warn] 46 | def put[F[_], K, V](
332[warn] | ^
333[warn] | No DRI found for query: CacheKeyBuilder
334[warn] -- Warning: modules/core/src/main/scala/scalacache/package.scala:68:6 ----------
335[warn] 68 | def remove[F[_], K, V](key: K)(implicit cache: Cache[F, K, V]): F[Unit] =
336[warn] | ^
337[warn] | No DRI found for query: CacheKeyBuilder
338[warn] -- Warning: modules/core/src/main/scala/scalacache/package.scala:108:6 ---------
339[warn] 108 | def caching[F[_], K, V](
340[warn] | ^
341[warn] | No DRI found for query: CacheKeyBuilder
342[warn] -- Warning: modules/core/src/main/scala/scalacache/package.scala:139:6 ---------
343[warn] 139 | def cachingF[F[_], K, V](
344[warn] | ^
345[warn] | No DRI found for query: CacheKeyBuilder
346[info] Main Scala API documentation successful.
347[info] :: delivering :: com.github.cb372#scalacache-core_3;1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT :: 1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT :: integration :: Thu Nov 28 12:58:21 CET 2024
348[info] delivering ivy file to /build/repo/modules/core/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/ivy-1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT.xml
349[info] published scalacache-core_3 to /root/.ivy2/local/com.github.cb372/scalacache-core_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/poms/scalacache-core_3.pom
350[info] published scalacache-core_3 to /root/.ivy2/local/com.github.cb372/scalacache-core_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/jars/scalacache-core_3.jar
351[info] published scalacache-core_3 to /root/.ivy2/local/com.github.cb372/scalacache-core_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/srcs/scalacache-core_3-sources.jar
352[info] published scalacache-core_3 to /root/.ivy2/local/com.github.cb372/scalacache-core_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/docs/scalacache-core_3-javadoc.jar
353[info] published ivy to /root/.ivy2/local/com.github.cb372/scalacache-core_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/ivys/ivy.xml
354Starting build for ProjectRef(file:/build/repo/,memcached) (scalacache-memcached)...
355Compile scalacOptions: List(-unchecked, -language:higherKinds, -source:3.6-migration, -Wconf:msg=can be rewritten automatically under:s)
356[info] Formatting 3 Scala sources...
357[info] Formatting 3 Scala sources...
358[info] compiling 3 Scala sources to /build/repo/modules/memcached/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/classes ...
359[warn] there was 1 deprecation warning; re-run with -deprecation for details
360[warn] one warning found
361[info] done compiling
362[info] Main Scala API documentation to /build/repo/modules/memcached/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/api...
363[info] Skipping unused scalacOptions: -Wconf, -source
364[info] Main Scala API documentation successful.
365[info] compiling 3 Scala sources to /build/repo/modules/memcached/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/test-classes ...
366[info] done compiling
367[info] Wrote /build/repo/modules/memcached/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/scalacache-memcached_3-1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT.pom
368[info] Main Scala API documentation to /build/repo/modules/memcached/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/api...
369[info] Skipping unused scalacOptions: -Wconf, -source
370[info] Main Scala API documentation successful.
371[info] :: delivering :: com.github.cb372#scalacache-memcached_3;1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT :: 1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT :: integration :: Thu Nov 28 12:58:26 CET 2024
372[info] delivering ivy file to /build/repo/modules/memcached/target/scala-3.6.2-RC2-20241128-1298d1f-SNAPSHOT/ivy-1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT.xml
373[info] published scalacache-memcached_3 to /root/.ivy2/local/com.github.cb372/scalacache-memcached_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/poms/scalacache-memcached_3.pom
374[info] published scalacache-memcached_3 to /root/.ivy2/local/com.github.cb372/scalacache-memcached_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/jars/scalacache-memcached_3.jar
375[info] published scalacache-memcached_3 to /root/.ivy2/local/com.github.cb372/scalacache-memcached_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/srcs/scalacache-memcached_3-sources.jar
376[info] published scalacache-memcached_3 to /root/.ivy2/local/com.github.cb372/scalacache-memcached_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/docs/scalacache-memcached_3-javadoc.jar
377[info] published ivy to /root/.ivy2/local/com.github.cb372/scalacache-memcached_3/1.0.0-M6+0-2f590bb2+20241128-1257-SNAPSHOT/ivys/ivy.xml
378
379************************
380Build summary:
381[{
382 "module": "scalacache-circe",
383 "compile": {"status": "ok", "tookMs": 15598, "warnings": 1, "errors": 0, "sourceVersion": "3.6-migration"},
384 "doc": {"status": "ok", "tookMs": 1299, "files": 335, "totalSizeKb": 6263},
385 "test-compile": {"status": "ok", "tookMs": 2768, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
386 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
387 "publish": {"status": "ok", "tookMs": 1117}
388},{
389 "module": "scalacache-caffeine",
390 "compile": {"status": "ok", "tookMs": 1227, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
391 "doc": {"status": "ok", "tookMs": 975, "files": 337, "totalSizeKb": 6324},
392 "test-compile": {"status": "ok", "tookMs": 1855, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
393 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
394 "publish": {"status": "ok", "tookMs": 1135}
395},{
396 "module": "scalacache-redis",
397 "compile": {"status": "ok", "tookMs": 1741, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
398 "doc": {"status": "ok", "tookMs": 1178, "files": 344, "totalSizeKb": 6614},
399 "test-compile": {"status": "ok", "tookMs": 3117, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
400 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
401 "publish": {"status": "ok", "tookMs": 1611}
402},{
403 "module": "scalacache-core",
404 "compile": {"status": "ok", "tookMs": 54, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
405 "doc": {"status": "ok", "tookMs": 2091, "files": 388, "totalSizeKb": 7781},
406 "test-compile": {"status": "ok", "tookMs": 4582, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
407 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
408 "publish": {"status": "ok", "tookMs": 1952}
409},{
410 "module": "scalacache-memcached",
411 "compile": {"status": "ok", "tookMs": 832, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
412 "doc": {"status": "ok", "tookMs": 513, "files": 342, "totalSizeKb": 6438},
413 "test-compile": {"status": "ok", "tookMs": 1494, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
414 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
415 "publish": {"status": "ok", "tookMs": 1037}
416}]
417************************
418[success] Total time: 58 s, completed Nov 28, 2024, 12:58:26 PM
419Checking patch project/build.properties...
420Checking patch build.sbt...
421Applied patch project/build.properties cleanly.
422Applied patch build.sbt cleanly.