Build Logs

blemale/scaffeine • 3.8.0-RC3:2025-12-04

Errors

0

Warnings

12

Total Lines

244

1##################################
2Clonning https://github.com/blemale/scaffeine.git into /build/repo using revision v5.3.0
3##################################
4Note: switching to '64b5cd1316c8bf1ab21ea65ccaca94c41293f172'.
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.8.0-RC3
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.8.0-RC3
32Execute tests: true
33sbt project found:
34Sbt version 1.10.1 is not supported, minimal supported version is 1.11.5
35Enforcing usage of sbt in version 1.11.5
36No prepare script found for project blemale/scaffeine
37##################################
38Scala version: 3.8.0-RC3
39Targets: com.github.blemale%scaffeine
40Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
41##################################
42Using extra scalacOptions: ,REQUIRE:-source:3.8
43Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
44[sbt_options] declare -a sbt_options=()
45[process_args] java_version = '17'
46[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
47# Executing command line:
48java
49-Dfile.encoding=UTF-8
50-Dcommunitybuild.scala=3.8.0-RC3
51-Dcommunitybuild.project.dependencies.add=
52-Xmx7G
53-Xms4G
54-Xss8M
55-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
56-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
57-jar
58/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
59"setCrossScalaVersions 3.8.0-RC3"
60"++3.8.0-RC3 -v"
61"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
62"set every credentials := Nil"
63"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
64"removeScalacOptionsStartingWith -P:wartremover"
65
66moduleMappings
67"runBuild 3.8.0-RC3 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}""" com.github.blemale%scaffeine"
68
69[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
70[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
71[info] loading project definition from /build/repo/project
72[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
73[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
74[info] Compilation completed in 8.74s.
75[info] done compiling
76[info] loading settings for project repo from build.sbt...
77[info] set current project to repo (in build file:/build/repo/)
78[warn] there's a key that's not used by any other settings/tasks:
79[warn]
80[warn] * ThisBuild / name
81[warn] +- /build/repo/build.sbt:1
82[warn]
83[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
84[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
85Execute setCrossScalaVersions: 3.8.0-RC3
86OpenCB::Changing crossVersion 3.3.3 -> 3.8.0-RC3 in repo/crossScalaVersions
87[info] set current project to repo (in build file:/build/repo/)
88[info] Setting Scala version to 3.8.0-RC3 on 1 projects.
89[info] Switching Scala version on:
90[info] * repo (2.12.19, 2.13.14, 3.8.0-RC3)
91[info] Excluding projects:
92[info] Reapplying settings...
93[info] set current project to repo (in build file:/build/repo/)
94Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
95[info] Reapplying settings...
96[info] set current project to repo (in build file:/build/repo/)
97[info] Defining Global / credentials, credentials
98[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 8 others.
99[info] Run `last` for details.
100[info] Reapplying settings...
101[info] set current project to repo (in build file:/build/repo/)
102Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
103[info] Reapplying settings...
104OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
105
106 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
107 Did you mean allExcludeDependencies ?
108 , retry without global scopes
109[info] Reapplying settings...
110[info] set current project to repo (in build file:/build/repo/)
111Execute removeScalacOptionsStartingWith: -P:wartremover
112[info] Reapplying settings...
113[info] set current project to repo (in build file:/build/repo/)
114[success] Total time: 0 s, completed Dec 4, 2025, 2:54:56 PM
115Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
116Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
117Starting build...
118Projects: Set(repo)
119Starting build for ProjectRef(file:/build/repo/,repo) (repo)... [0/1]
120OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
121Compile scalacOptions: -target:jvm-1.8, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
122[info] scalafmt: Formatting 11 Scala sources (/build/repo)...
123[info] scalafmt: Formatting 6 Scala sources (/build/repo)...
124[info] compiling 6 Scala sources and 2 Java sources to /build/repo/target/scala-3.8.0-RC3/classes ...
125[warn] bad option '-target:jvm-1.8' was ignored
126[warn] there were 5 deprecation warnings; re-run with -deprecation for details
127[warn] two warnings found
128[info] done compiling
129[info] compiling 11 Scala sources to /build/repo/target/scala-3.8.0-RC3/test-classes ...
130[warn] bad option '-target:jvm-1.8' was ignored
131[warn] one warning found
132[info] done compiling
133[info] LoadingCacheExample:
134[info] LoadingCache
135[info] - should be created from Scaffeine builder
136[info] CacheSpec:
137[info] Cache
138[info] - should get value if present
139[info] - should get value or compute it when absent
140[info] - should get all given values
141[info] - should get or compute all values
142[info] - should put value
143[info] - should put all given values
144[info] - should invalidate entry
145[info] - should invalidate all given entries
146[info] - should invalidate all entries
147[info] - should estimate size
148[info] - should give its stats
149[info] - should be view as a map
150[info] - should give it policy
151[info] AsyncCacheSpec:
152[info] AsyncCache
153[info] - should get value if present
154[info] - should get or compute value
155[info] - should get or compute async value
156[info] - should get or compute all values
157[info] - should get or compute async all values
158[info] - should put value
159[info] - should expose a synchronous view of itself
160[info] ScaffeineSpec:
161[info] Scaffeine
162[info] - should create builder
163[info] - should create builder from spec
164[info] - should create builder from spec as string
165[info] - should set initial capacity
166[info] - should set executor
167[info] - should set maximum size
168[info] - should set maximum weight
169[info] - should set weigher
170[info] - should set weak keys
171[info] - should set weak values
172[info] - should set soft values
173[info] - should set expire after write
174[info] - should set expire after access
175[info] - should set expire after
176[info] - should set refresh after write
177[info] - should set ticker
178[info] - should set removal listener
179[info] - should set eviction listener
180[info] - should set record stats
181[info] - should set record stats supplier
182[info] - should set scheduler
183[info] - should build cache
184[info] - should build loading cache from loading function
185[info] - should build loading cache from loading, all loading and reloading functions
186[info] - should build async loading cache from sync loading function
187[info] - should build async loading cache from sync loading, all loading and reloading functions
188[info] - should build async loading cache from async loading function
189[info] - should build async loading cache from async loading, all loading and reloading functions
190[info] WeigherSpec:
191[info] Cache
192[info] - should use weigher for calculate size based eviction
193[info] CacheExample:
194[info] Cache
195[info] - should be created from Scaffeine builder
196[info] RemovalListenerSpec:
197[info] Cache
198[info] - should call removal listener on enties eviction
199[info] AsyncLoadingCacheExample:
200[info] AsyncLoadingCache
201[info] - should be created from Scaffeine builder with synchronous loader
202[info] AsyncLoadingCache
203[info] - should be created from Scaffeine builder with asynchronous loader
204[info] LoadingCacheSpec:
205[info] LoadingCache
206[info] - should be a cache
207[info] - should get or load value
208[info] - should get or load all given values
209[info] - should get or bulk load all given values
210[info] - should refresh value with loader when no refresh loader provided
211[info] - should refresh value wih refresh loader when provided
212[info] AsyncLoadingCacheSpec:
213[info] AsyncLoadingCache
214[info] when created with synchronous loader
215[info] - should get or load value
216[info] - should get or load all given values
217[info] - should get or bulk load all given values
218[info] - should expose a synchronous view of itself
219[info] when created with asynchronous loader
220[info] - should get or load value
221[info] - should get or load all given values
222[info] - should get or bulk load all given values
223
224************************
225Build summary:
226[{
227 "module": "repo",
228 "compile": {"status": "ok", "tookMs": 17001, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
229 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
230 "test-compile": {"status": "ok", "tookMs": 6460, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
231 "test": {"status": "ok", "tookMs": 758, "passed": 67, "failed": 0, "ignored": 0, "skipped": 0, "total": 67, "byFramework": [{"framework": "unknown", "stats": {"passed": 67, "failed": 0, "ignored": 0, "skipped": 0, "total": 67}}]},
232 "publish": {"status": "skipped", "tookMs": 0},
233 "metadata": {
234 "crossScalaVersions": ["2.12.19", "2.13.14", "3.3.3"]
235}
236}]
237************************
238[success] Total time: 36 s, completed Dec 4, 2025, 2:55:32 PM
239[0JChecking patch project/plugins.sbt...
240Checking patch project/build.properties...
241Checking patch build.sbt...
242Applied patch project/plugins.sbt cleanly.
243Applied patch project/build.properties cleanly.
244Applied patch build.sbt cleanly.