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