Build Logs
lichess-org/scalachess • 3.8.0-RC4:2025-12-22
Errors
0
Warnings
4
Total Lines
228
1##################################
2Clonning https://github.com/lichess-org/scalachess.git into /build/repo using revision
3##################################
4----
5Preparing build for 3.8.0-RC4
6Scala binary version found: 3.8
7Implicitly using source version 3.8
8Scala binary version found: 3.8
9Implicitly using source version 3.8
10Would try to apply common scalacOption (best-effort, sbt/mill only):
11Append: ,REQUIRE:-source:3.8
12Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
13
14Try apply source patch:
15Path: bench/src/main/scala/benchmarks/PgnBench.scala
16Pattern: import chess.format.pgn.PgnHelper.*
17Replacement:
18Starting compilation server
19Compiling project (Scala 3.7.3, JVM (21))
20Compiled project (Scala 3.7.3, JVM (21))
21Failed to apply pattern 'import chess.format.pgn.PgnHelper.*' in bench/src/main/scala/benchmarks/PgnBench.scala
22----
23Starting build for 3.8.0-RC4
24Execute tests: true
25sbt project found:
26No prepare script found for project lichess-org/scalachess
27##################################
28Scala version: 3.8.0-RC4
29Targets: *%*
30Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"bench/src/main/scala/benchmarks/PgnBench.scala","pattern":"import chess.format.pgn.PgnHelper.*","replaceWith":""}]}
31##################################
32Using extra scalacOptions: ,REQUIRE:-source:3.8
33Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
34[sbt_options] declare -a sbt_options=()
35[process_args] java_version = '21'
36[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21/rt.jar'
37# Executing command line:
38java
39-Dfile.encoding=UTF-8
40-Dcommunitybuild.scala=3.8.0-RC4
41-Dcommunitybuild.project.dependencies.add=
42-Xmx7G
43-Xms4G
44-Xss8M
45-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
46-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21
47-jar
48/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
49"setCrossScalaVersions 3.8.0-RC4"
50"++3.8.0-RC4 -v"
51"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
52"set every credentials := Nil"
53"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
54"removeScalacOptionsStartingWith -P:wartremover"
55
56moduleMappings
57"runBuild 3.8.0-RC4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"bench/src/main/scala/benchmarks/PgnBench.scala","pattern":"import chess.format.pgn.PgnHelper.*","replaceWith":""}]}""" *%*"
58
59[info] [launcher] getting org.scala-sbt sbt 1.11.7 (this may take some time)...
60[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 21)
61[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
62[info] loading project definition from /build/repo/project
63[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
64[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
65[info] Compilation completed in 8.296s.
66[info] done compiling
67[info] loading settings for project root from build.sbt...
68[info] set current project to root (in build file:/build/repo/)
69Execute setCrossScalaVersions: 3.8.0-RC4
70OpenCB::Changing crossVersion 3.7.4 -> 3.8.0-RC4 in bench/crossScalaVersions
71OpenCB::Changing crossVersion 3.7.4 -> 3.8.0-RC4 in rating/crossScalaVersions
72OpenCB::Changing crossVersion 3.7.4 -> 3.8.0-RC4 in testKit/crossScalaVersions
73OpenCB::Changing crossVersion 3.7.4 -> 3.8.0-RC4 in playJson/crossScalaVersions
74OpenCB::Changing crossVersion 3.7.4 -> 3.8.0-RC4 in scalachess/crossScalaVersions
75OpenCB::Changing crossVersion 3.7.4 -> 3.8.0-RC4 in tiebreak/crossScalaVersions
76OpenCB::Changing crossVersion 3.7.4 -> 3.8.0-RC4 in root/crossScalaVersions
77[info] set current project to root (in build file:/build/repo/)
78[info] Setting Scala version to 3.8.0-RC4 on 7 projects.
79[info] Switching Scala version on:
80[info] playJson (3.8.0-RC4)
81[info] * root (3.8.0-RC4)
82[info] testKit (3.8.0-RC4)
83[info] rating (3.8.0-RC4)
84[info] tiebreak (3.8.0-RC4)
85[info] scalachess (3.8.0-RC4)
86[info] bench (3.8.0-RC4)
87[info] Excluding projects:
88[info] Reapplying settings...
89[info] set current project to root (in build file:/build/repo/)
90Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
91[info] Reapplying settings...
92[info] set current project to root (in build file:/build/repo/)
93[info] Defining Global / credentials, bench / credentials and 5 others.
94[info] The new values will be used by Compile / scalafmtOnly, IntegrationTest / scalafmtOnly and 54 others.
95[info] Run `last` for details.
96[info] Reapplying settings...
97[info] set current project to root (in build file:/build/repo/)
98Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
99[info] Reapplying settings...
100OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
101
102 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
103 Did you mean playJson / allExcludeDependencies ?
104 , retry without global scopes
105[info] Reapplying settings...
106[info] set current project to root (in build file:/build/repo/)
107Execute removeScalacOptionsStartingWith: -P:wartremover
108[info] Reapplying settings...
109[info] set current project to root (in build file:/build/repo/)
110[success] Total time: 0 s, completed Dec 22, 2025, 6:44:00 PM
111Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"bench/src/main/scala/benchmarks/PgnBench.scala","pattern":"import chess.format.pgn.PgnHelper.*","replaceWith":""}]}
112Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
113Starting build...
114Projects: Set(playJson, root, testKit, rating, tiebreak, scalachess, bench)
115Starting build for ProjectRef(file:/build/repo/,rating) (scalachess-rating)... [0/7]
116OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
117Compile scalacOptions: -encoding, utf-8, -rewrite, -language:postfixOps, -Wunused:all, -release:21, -Xsemanticdb, -semanticdb-target, /build/repo/rating/target/scala-3.8.0-RC4/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
118[info] compiling 84 Scala sources to /build/repo/core/target/scala-3.8.0-RC4/classes ...
119[info] done compiling
120[info] compiling 7 Scala sources to /build/repo/rating/target/scala-3.8.0-RC4/classes ...
121[info] done compiling
122Starting build for ProjectRef(file:/build/repo/,tiebreak) (scalachess-tiebreak)... [1/7]
123Compile scalacOptions: -encoding, utf-8, -rewrite, -language:postfixOps, -Wunused:all, -release:21, -Xsemanticdb, -semanticdb-target, /build/repo/tiebreak/target/scala-3.8.0-RC4/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
124[info] compiling 1 Scala source to /build/repo/tiebreak/target/scala-3.8.0-RC4/classes ...
125[warn] there were 9 deprecation warnings; re-run with -deprecation for details
126[warn] one warning found
127[info] done compiling
128Starting build for ProjectRef(file:/build/repo/,bench) (bench)... [2/7]
129Compile scalacOptions: -encoding, utf-8, -rewrite, -language:postfixOps, -release:21, -Xsemanticdb, -semanticdb-target, /build/repo/bench/target/scala-3.8.0-RC4/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
130[info] compiling 4 Scala sources to /build/repo/test-kit/target/scala-3.8.0-RC4/classes ...
131[info] done compiling
132[info] compiling 82 Scala sources to /build/repo/test-kit/target/scala-3.8.0-RC4/test-classes ...
133[warn] there was 1 deprecation warning; re-run with -deprecation for details
134[warn] one warning found
135[info] done compiling
136[info] compiling 10 Scala sources to /build/repo/bench/target/scala-3.8.0-RC4/classes ...
137[info] done compiling
138Starting build for ProjectRef(file:/build/repo/,root) (root)... [3/7]
139OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
140Compile scalacOptions: -Xsemanticdb, -semanticdb-target, /build/repo/target/scala-3.8.0-RC4/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
141Starting build for ProjectRef(file:/build/repo/,scalachess) (scalachess)... [4/7]
142Compile scalacOptions: -encoding, utf-8, -rewrite, -language:postfixOps, -Wunused:all, -release:21, -Xsemanticdb, -semanticdb-target, /build/repo/core/target/scala-3.8.0-RC4/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
143Starting build for ProjectRef(file:/build/repo/,playJson) (scalachess-play-json)... [5/7]
144Compile scalacOptions: -encoding, utf-8, -rewrite, -language:postfixOps, -Wunused:all, -release:21, -Xsemanticdb, -semanticdb-target, /build/repo/playJson/target/scala-3.8.0-RC4/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
145[info] compiling 1 Scala source to /build/repo/playJson/target/scala-3.8.0-RC4/classes ...
146[info] done compiling
147Starting build for ProjectRef(file:/build/repo/,testKit) (scalachess-test-kit)... [6/7]
148Compile scalacOptions: -encoding, utf-8, -rewrite, -language:postfixOps, -Wunused:all, -release:21, -Xsemanticdb, -semanticdb-target, /build/repo/test-kit/target/scala-3.8.0-RC4/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
149
150************************
151Build summary:
152[{
153 "module": "scalachess-rating",
154 "compile": {"status": "ok", "tookMs": 35945, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
155 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
156 "test-compile": {"status": "ok", "tookMs": 344, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
157 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
158 "publish": {"status": "skipped", "tookMs": 0},
159 "metadata": {
160 "crossScalaVersions": ["3.7.4"]
161}
162},{
163 "module": "scalachess-tiebreak",
164 "compile": {"status": "ok", "tookMs": 2046, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
165 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
166 "test-compile": {"status": "ok", "tookMs": 218, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
167 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
168 "publish": {"status": "skipped", "tookMs": 0},
169 "metadata": {
170 "crossScalaVersions": ["3.7.4"]
171}
172},{
173 "module": "bench",
174 "compile": {"status": "ok", "tookMs": 18541, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
175 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
176 "test-compile": {"status": "ok", "tookMs": 499, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
177 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
178 "publish": {"status": "ok", "tookMs": 4},
179 "metadata": {
180 "crossScalaVersions": ["3.7.4"]
181}
182},{
183 "module": "root",
184 "compile": {"status": "ok", "tookMs": 86, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
185 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
186 "test-compile": {"status": "ok", "tookMs": 70, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
187 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
188 "publish": {"status": "ok", "tookMs": 3},
189 "metadata": {
190 "crossScalaVersions": ["3.7.4"]
191}
192},{
193 "module": "scalachess",
194 "compile": {"status": "ok", "tookMs": 54, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
195 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
196 "test-compile": {"status": "ok", "tookMs": 82, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
197 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
198 "publish": {"status": "skipped", "tookMs": 0},
199 "metadata": {
200 "crossScalaVersions": ["3.7.4"]
201}
202},{
203 "module": "scalachess-play-json",
204 "compile": {"status": "ok", "tookMs": 703, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
205 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
206 "test-compile": {"status": "ok", "tookMs": 138, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
207 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
208 "publish": {"status": "skipped", "tookMs": 0},
209 "metadata": {
210 "crossScalaVersions": ["3.7.4"]
211}
212},{
213 "module": "scalachess-test-kit",
214 "compile": {"status": "ok", "tookMs": 168, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
215 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
216 "test-compile": {"status": "ok", "tookMs": 316, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
217 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
218 "publish": {"status": "skipped", "tookMs": 0},
219 "metadata": {
220 "crossScalaVersions": ["3.7.4"]
221}
222}]
223************************
224[success] Total time: 100 s (0:01:40.0), completed Dec 22, 2025, 6:45:40 PM
225[0JChecking patch project/plugins.sbt...
226Checking patch build.sbt...
227Applied patch project/plugins.sbt cleanly.
228Applied patch build.sbt cleanly.