Build Logs
blemale/scaffeine • 3.8.0-RC6:2026-01-08
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-RC6
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-RC6
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-RC6
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-RC6
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-RC6"
60"++3.8.0-RC6 -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-RC6 """{"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 9.604s.
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-RC6
86OpenCB::Changing crossVersion 3.3.3 -> 3.8.0-RC6 in repo/crossScalaVersions
87[info] set current project to repo (in build file:/build/repo/)
88[info] Setting Scala version to 3.8.0-RC6 on 1 projects.
89[info] Switching Scala version on:
90[info] * repo (2.12.19, 2.13.14, 3.8.0-RC6)
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 Jan 8, 2026, 2:24:22 AM
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-RC6/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-RC6/test-classes ...
130[warn] bad option '-target:jvm-1.8' was ignored
131[warn] one warning found
132[info] done compiling
133[info] AsyncCacheSpec:
134[info] AsyncCache
135[info] - should get value if present
136[info] - should get or compute value
137[info] - should get or compute async value
138[info] - should get or compute all values
139[info] - should get or compute async all values
140[info] - should put value
141[info] - should expose a synchronous view of itself
142[info] WeigherSpec:
143[info] Cache
144[info] - should use weigher for calculate size based eviction
145[info] CacheExample:
146[info] Cache
147[info] - should be created from Scaffeine builder
148[info] LoadingCacheExample:
149[info] LoadingCache
150[info] - should be created from Scaffeine builder
151[info] AsyncLoadingCacheSpec:
152[info] AsyncLoadingCache
153[info] when created with synchronous loader
154[info] - should get or load value
155[info] - should get or load all given values
156[info] - should get or bulk load all given values
157[info] - should expose a synchronous view of itself
158[info] when created with asynchronous loader
159[info] - should get or load value
160[info] - should get or load all given values
161[info] - should get or bulk load all given values
162[info] AsyncLoadingCacheExample:
163[info] AsyncLoadingCache
164[info] - should be created from Scaffeine builder with synchronous loader
165[info] AsyncLoadingCache
166[info] - should be created from Scaffeine builder with asynchronous loader
167[info] LoadingCacheSpec:
168[info] LoadingCache
169[info] - should be a cache
170[info] - should get or load value
171[info] - should get or load all given values
172[info] - should get or bulk load all given values
173[info] - should refresh value with loader when no refresh loader provided
174[info] - should refresh value wih refresh loader when provided
175[info] RemovalListenerSpec:
176[info] Cache
177[info] - should call removal listener on enties eviction
178[info] CacheSpec:
179[info] Cache
180[info] - should get value if present
181[info] - should get value or compute it when absent
182[info] - should get all given values
183[info] - should get or compute all values
184[info] - should put value
185[info] - should put all given values
186[info] - should invalidate entry
187[info] - should invalidate all given entries
188[info] - should invalidate all entries
189[info] - should estimate size
190[info] - should give its stats
191[info] - should be view as a map
192[info] - should give it policy
193[info] ScaffeineSpec:
194[info] Scaffeine
195[info] - should create builder
196[info] - should create builder from spec
197[info] - should create builder from spec as string
198[info] - should set initial capacity
199[info] - should set executor
200[info] - should set maximum size
201[info] - should set maximum weight
202[info] - should set weigher
203[info] - should set weak keys
204[info] - should set weak values
205[info] - should set soft values
206[info] - should set expire after write
207[info] - should set expire after access
208[info] - should set expire after
209[info] - should set refresh after write
210[info] - should set ticker
211[info] - should set removal listener
212[info] - should set eviction listener
213[info] - should set record stats
214[info] - should set record stats supplier
215[info] - should set scheduler
216[info] - should build cache
217[info] - should build loading cache from loading function
218[info] - should build loading cache from loading, all loading and reloading functions
219[info] - should build async loading cache from sync loading function
220[info] - should build async loading cache from sync loading, all loading and reloading functions
221[info] - should build async loading cache from async loading function
222[info] - should build async loading cache from async loading, all loading and reloading functions
223
224************************
225Build summary:
226[{
227 "module": "repo",
228 "compile": {"status": "ok", "tookMs": 10968, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
229 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
230 "test-compile": {"status": "ok", "tookMs": 7306, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
231 "test": {"status": "ok", "tookMs": 779, "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: 21 s, completed Jan 8, 2026, 2:24:42 AM
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.