Build Logs
dacr/zwords • scheduled_3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY
Errors
0
Warnings
13
Total Lines
235
1##################################
2Clonning https://github.com/dacr/zwords.git into /build/repo using revision v2.0.2
3##################################
4Note: switching to '265e10d083d2efe131ad1d092aa7dc4c51e17232'.
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.1-RC1-bin-20251228-e73ff2c-NIGHTLY
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.1-RC1-bin-20251228-e73ff2c-NIGHTLY
32Execute tests: false
33sbt project found:
34Sbt version 1.10.2 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 dacr/zwords
37##################################
38Scala version: 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY
39Targets: fr.janalyse%zwords-console fr.janalyse%zwords-dictionary fr.janalyse%zwords-game-logic fr.janalyse%zwords-webapi fr.janalyse%zwords-word-generator
40Project projectConfig: {"tests":"compile-only"}
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.1-RC1-bin-20251228-e73ff2c-NIGHTLY
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.1-RC1-bin-20251228-e73ff2c-NIGHTLY"
60"++3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY -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.1-RC1-bin-20251228-e73ff2c-NIGHTLY """{"tests":"compile-only"}""" fr.janalyse%zwords-console fr.janalyse%zwords-dictionary fr.janalyse%zwords-game-logic fr.janalyse%zwords-webapi fr.janalyse%zwords-word-generator"
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 2 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.307s.
75[info] done compiling
76/build/repo/publish.sbt:7: warning: value sonatypeOssSnapshots in object resolver is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) will be sunset on 2025-06-30; use the following instead:
77 resolvers += Resolver.sonatypeCentralSnapshots
78ThisBuild / publishTo := Some(if (isSnapshot.value) Opts.resolver.sonatypeOssSnapshots.head else Opts.resolver.sonatypeStaging)
79 ^
80/build/repo/publish.sbt:7: warning: value sonatypeStaging in object resolver is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) will be sunset on 2025-06-30; use the following instead:
81 publishTo := {
82 if (isSnapshot.value) Some(Resolver.sonatypeCentralSnapshots)
83 else localStaging.value
84 }
85ThisBuild / publishTo := Some(if (isSnapshot.value) Opts.resolver.sonatypeOssSnapshots.head else Opts.resolver.sonatypeStaging)
86 ^
87[info] loading settings for project repo from build.sbt, publish.sbt, version.sbt...
88[info] set current project to repo (in build file:/build/repo/)
89[warn] there are 3 keys that are not used by any other settings/tasks:
90[warn]
91[warn] * ThisBuild / name
92[warn] +- /build/repo/build.sbt:2
93[warn] * ThisBuild / pomIncludeRepository
94[warn] +- /build/repo/publish.sbt:1
95[warn] * ThisBuild / publishMavenStyle
96[warn] +- /build/repo/publish.sbt:5
97[warn]
98[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
99[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
100Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY
101OpenCB::Changing crossVersion 3.5.1 -> 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY in repo/crossScalaVersions
102OpenCB::Changing crossVersion 3.5.1 -> 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY in consoleUI/crossScalaVersions
103OpenCB::Changing crossVersion 3.5.1 -> 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY in wordGenerator/crossScalaVersions
104OpenCB::Changing crossVersion 3.5.1 -> 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY in webapi/crossScalaVersions
105OpenCB::Changing crossVersion 3.5.1 -> 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY in dictionary/crossScalaVersions
106OpenCB::Changing crossVersion 3.5.1 -> 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY in gameLogic/crossScalaVersions
107[info] set current project to repo (in build file:/build/repo/)
108[info] Setting Scala version to 3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY on 6 projects.
109[info] Switching Scala version on:
110[info] consoleUI (3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY)
111[info] dictionary (3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY)
112[info] gameLogic (3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY)
113[info] webapi (3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY)
114[info] * repo (3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY)
115[info] wordGenerator (3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY)
116[info] Excluding projects:
117[info] Reapplying settings...
118[info] set current project to repo (in build file:/build/repo/)
119Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
120[info] Reapplying settings...
121[info] set current project to repo (in build file:/build/repo/)
122[info] Defining Global / credentials, consoleUI / credentials and 4 others.
123[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 36 others.
124[info] Run `last` for details.
125[info] Reapplying settings...
126[info] set current project to repo (in build file:/build/repo/)
127Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
128[info] Reapplying settings...
129OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
130
131 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
132 Did you mean allExcludeDependencies ?
133 , retry without global scopes
134[info] Reapplying settings...
135[info] set current project to repo (in build file:/build/repo/)
136Execute removeScalacOptionsStartingWith: -P:wartremover
137[info] Reapplying settings...
138[info] set current project to repo (in build file:/build/repo/)
139[success] Total time: 0 s, completed Dec 28, 2025, 5:01:58 PM
140Build config: {"tests":"compile-only"}
141Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
142Starting build...
143Projects: Set(consoleUI, dictionary, gameLogic, webapi, wordGenerator)
144Starting build for ProjectRef(file:/build/repo/,gameLogic) (zwords-game-logic)... [0/5]
145OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
146OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
147Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
148[info] compiling 4 Scala sources to /build/repo/dictionary/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/classes ...
149[info] done compiling
150[info] compiling 2 Scala sources to /build/repo/wordgen/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/classes ...
151[info] done compiling
152[info] compiling 7 Scala sources to /build/repo/gamelogic/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/classes ...
153[info] done compiling
154[info] compiling 3 Scala sources to /build/repo/gamelogic/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/test-classes ...
155[info] done compiling
156Starting build for ProjectRef(file:/build/repo/,dictionary) (zwords-dictionary)... [1/5]
157Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
158[info] compiling 3 Scala sources to /build/repo/dictionary/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/test-classes ...
159[info] done compiling
160Starting build for ProjectRef(file:/build/repo/,webapi) (zwords-webapi)... [2/5]
161Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
162[info] compiling 22 Scala sources to /build/repo/webapi/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/classes ...
163[info] done compiling
164[info] compiling 2 Scala sources to /build/repo/webapi/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/test-classes ...
165[info] done compiling
166Starting build for ProjectRef(file:/build/repo/,consoleUI) (zwords-console)... [3/5]
167Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
168[info] compiling 1 Scala source to /build/repo/console/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/classes ...
169[info] done compiling
170Starting build for ProjectRef(file:/build/repo/,wordGenerator) (zwords-word-generator)... [4/5]
171Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
172[info] compiling 2 Scala sources to /build/repo/wordgen/target/scala-3.8.1-RC1-bin-20251228-e73ff2c-NIGHTLY/test-classes ...
173[info] done compiling
174
175************************
176Build summary:
177[{
178 "module": "zwords-game-logic",
179 "compile": {"status": "ok", "tookMs": 16596, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
180 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
181 "test-compile": {"status": "ok", "tookMs": 2061, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
182 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
183 "publish": {"status": "skipped", "tookMs": 0},
184 "metadata": {
185 "crossScalaVersions": ["3.5.1"]
186}
187},{
188 "module": "zwords-dictionary",
189 "compile": {"status": "ok", "tookMs": 53, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
190 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
191 "test-compile": {"status": "ok", "tookMs": 1341, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
192 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
193 "publish": {"status": "skipped", "tookMs": 0},
194 "metadata": {
195 "crossScalaVersions": ["3.5.1"]
196}
197},{
198 "module": "zwords-webapi",
199 "compile": {"status": "ok", "tookMs": 12408, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
200 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
201 "test-compile": {"status": "ok", "tookMs": 1348, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
202 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
203 "publish": {"status": "skipped", "tookMs": 0},
204 "metadata": {
205 "crossScalaVersions": ["3.5.1"]
206}
207},{
208 "module": "zwords-console",
209 "compile": {"status": "ok", "tookMs": 548, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
210 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
211 "test-compile": {"status": "ok", "tookMs": 212, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
212 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
213 "publish": {"status": "skipped", "tookMs": 0},
214 "metadata": {
215 "crossScalaVersions": ["3.5.1"]
216}
217},{
218 "module": "zwords-word-generator",
219 "compile": {"status": "ok", "tookMs": 117, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
220 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
221 "test-compile": {"status": "ok", "tookMs": 647, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
222 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
223 "publish": {"status": "skipped", "tookMs": 0},
224 "metadata": {
225 "crossScalaVersions": ["3.5.1"]
226}
227}]
228************************
229[success] Total time: 81 s (0:01:21.0), completed Dec 28, 2025, 5:03:19 PM
230[0JChecking patch project/plugins.sbt...
231Checking patch project/build.properties...
232Checking patch build.sbt...
233Applied patch project/plugins.sbt cleanly.
234Applied patch project/build.properties cleanly.
235Applied patch build.sbt cleanly.