Build Logs
scalacenter/course-management-tools • scheduled_3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
Errors
0
Warnings
51
Total Lines
242
1##################################
2Clonning https://github.com/scalacenter/course-management-tools.git into /build/repo using revision 2.0.22
3##################################
4Note: switching to 'abf583983225430a5d78b33ad003e5f7903676d7'.
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-RC1-bin-20251114-d221ef5-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.0-RC1-bin-20251114-d221ef5-NIGHTLY
32Execute tests: false
33sbt project found:
34Sbt version 1.9.6 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 scalacenter/course-management-tools
37/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
38##################################
39Scala version: 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
40Targets: ch.epfl.scala%cmt-core ch.epfl.scala%cmta ch.epfl.scala%cmtc
41Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
42##################################
43Using extra scalacOptions: ,REQUIRE:-source:3.8
44Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
45[sbt_options] declare -a sbt_options=()
46[process_args] java_version = '17'
47[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
48# Executing command line:
49java
50-Dfile.encoding=UTF-8
51-Drun.mode=DEV
52-Dcommunitybuild.scala=3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
53-Dcommunitybuild.project.dependencies.add=
54-Xmx7G
55-Xms4G
56-Xss8M
57-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
58-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
59-jar
60/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
61"setCrossScalaVersions 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY"
62"++3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY -v"
63"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
64"set every credentials := Nil"
65"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
66"removeScalacOptionsStartingWith -P:wartremover"
67
68moduleMappings
69"runBuild 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}""" ch.epfl.scala%cmt-core ch.epfl.scala%cmta ch.epfl.scala%cmtc"
70
71[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
72[info] loading project definition from /build/repo/project/project
73[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
74[info] loading project definition from /build/repo/project
75[info] compiling 4 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
76[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
77[info] Compilation completed in 8.696s.
78[info] done compiling
79[info] loading settings for project course-management-tools from build.sbt...
80[info] set current project to course-management-tools (in build file:/build/repo/)
81[warn] there are 7 keys that are not used by any other settings/tasks:
82[warn]
83[warn] * cmt-core / buildInfoPackage
84[warn] +- /build/repo/project/Build.scala:30
85[warn] * cmta / nativeImageJvm
86[warn] +- /build/repo/project/Build.scala:38
87[warn] * cmta / nativeImageVersion
88[warn] +- /build/repo/project/Build.scala:39
89[warn] * cmtc / nativeImageJvm
90[warn] +- /build/repo/project/Build.scala:38
91[warn] * cmtc / nativeImageVersion
92[warn] +- /build/repo/project/Build.scala:39
93[warn] * course-management-tools / buildInfoPackage
94[warn] +- /build/repo/project/Build.scala:30
95[warn] * functional-tests / buildInfoPackage
96[warn] +- /build/repo/project/Build.scala:30
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.0-RC1-bin-20251114-d221ef5-NIGHTLY
101OpenCB::Changing crossVersion 3.3.1 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in course-management-tools/crossScalaVersions
102OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY) in course-management-tools/crossScalaVersions
103OpenCB::Changing crossVersion 3.3.1 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in cmt-core/crossScalaVersions
104OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY) in cmt-core/crossScalaVersions
105OpenCB::Changing crossVersion 3.3.1 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in functional-tests/crossScalaVersions
106OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY) in functional-tests/crossScalaVersions
107OpenCB::Changing crossVersion 3.3.1 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in cmtc/crossScalaVersions
108OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY) in cmtc/crossScalaVersions
109OpenCB::Changing crossVersion 3.3.1 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in cmta/crossScalaVersions
110OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY) in cmta/crossScalaVersions
111[info] set current project to course-management-tools (in build file:/build/repo/)
112[info] Setting Scala version to 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY on 5 projects.
113[info] Switching Scala version on:
114[info] cmt-core (3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
115[info] cmtc (3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
116[info] functional-tests (3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
117[info] * course-management-tools (3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
118[info] cmta (3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
119[info] Excluding projects:
120[info] docs (2.12.20)
121[info] Reapplying settings...
122[info] set current project to course-management-tools (in build file:/build/repo/)
123Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
124[info] Reapplying settings...
125[info] set current project to course-management-tools (in build file:/build/repo/)
126[info] Defining Global / credentials, cmt-core / credentials and 4 others.
127[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 47 others.
128[info] Run `last` for details.
129[info] Reapplying settings...
130[info] set current project to course-management-tools (in build file:/build/repo/)
131Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
132[info] Reapplying settings...
133OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
134
135 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
136 Did you mean cmt-core / allExcludeDependencies ?
137 , retry without global scopes
138[info] Reapplying settings...
139[info] set current project to course-management-tools (in build file:/build/repo/)
140Execute removeScalacOptionsStartingWith: -P:wartremover
141[info] Reapplying settings...
142[info] set current project to course-management-tools (in build file:/build/repo/)
143[success] Total time: 0 s, completed Nov 15, 2025, 2:05:36 AM
144Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
145Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
146Starting build...
147Projects: Set(cmt-core, cmta, cmtc)
148Starting build for ProjectRef(file:/build/repo/,cmt-core) (cmt-core)... [0/3]
149OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
150OpenCB::Filter out '-source:future', matches setting pattern '^-?-source(:.*)?'
151OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
152Compile scalacOptions: -Wunused:imports, -Wunused:locals, -Wunused:privates, -Wunused:explicits, -Wunused:implicits, -Wunused:params, -Wvalue-discard, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
153[info] compiling 21 Scala sources to /build/repo/cmt-core/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/classes ...
154[info] done compiling
155[info] compiling 7 Scala sources to /build/repo/cmt-core/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/test-classes ...
156[info] done compiling
157Starting build for ProjectRef(file:/build/repo/,cmta) (cmta)... [1/3]
158Compile scalacOptions: -Wunused:imports, -Wunused:locals, -Wunused:privates, -Wunused:explicits, -Wunused:implicits, -Wunused:params, -Wvalue-discard, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
159[info] compiling 14 Scala sources to /build/repo/cmta/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/classes ...
160[warn] -- [E198] Unused Symbol Warning: /build/repo/cmta/src/main/scala/coursemgmt/admin/command/New.scala:73:12
161[warn] 73 | val tag = githubProject.tag
162[warn] | ^^^
163[warn] | unused local definition
164[warn] one warning found
165[info] done compiling
166[info] compiling 9 Scala sources to /build/repo/cmta/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/test-classes ...
167[warn] -- [E198] Unused Symbol Warning: /build/repo/cmta/src/test/scala/coursemgmt/RenumberExercisesSpec.scala:21:37
168[warn] 21 |import org.scalatest.matchers.should.Matchers
169[warn] | ^^^^^^^^
170[warn] | unused import
171[warn] -- [E198] Unused Symbol Warning: /build/repo/cmta/src/test/scala/coursemgmt/admin/cli/CommandLineArgumentsSpec.scala:11:33
172[warn] 11 |import org.scalatest.prop.Tables.Table
173[warn] | ^^^^^
174[warn] | unused import
175[warn] two warnings found
176[info] done compiling
177Starting build for ProjectRef(file:/build/repo/,cmtc) (cmtc)... [2/3]
178Compile scalacOptions: -Wunused:imports, -Wunused:locals, -Wunused:privates, -Wunused:explicits, -Wunused:implicits, -Wunused:params, -Wvalue-discard, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
179[info] compiling 18 Scala sources to /build/repo/cmtc/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/classes ...
180[warn] -- [E198] Unused Symbol Warning: /build/repo/cmtc/src/main/scala/coursemgmt/client/command/Install.scala:141:85
181[warn] 141 | tags <- getProjectTags("git@github.com:", githubProject).recoverWith(g_ =>
182[warn] | ^^
183[warn] | unused explicit parameter
184[warn] -- [E198] Unused Symbol Warning: /build/repo/cmtc/src/main/scala/coursemgmt/client/command/RestoreState.scala:49:90
185[warn] 49 | Helpers.withZipFile(config.studentifiedSavedStatesFolder, exercise.value) { solution =>
186[warn] | ^^^^^^^^
187[warn] | unused explicit parameter
188[warn] -- [E198] Unused Symbol Warning: /build/repo/cmtc/src/main/scala/coursemgmt/client/command/SetCurrentCourse.scala:13:21
189[warn] 13 |import sbt.io.syntax.*
190[warn] | ^
191[warn] | unused import
192[warn] three warnings found
193[info] done compiling
194[info] compiling 14 Scala sources to /build/repo/cmtc/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/test-classes ...
195[warn] -- [E198] Unused Symbol Warning: /build/repo/cmtc/src/test/scala/coursemgmt/client/cli/CommandLineArgumentsSpec.scala:24:33
196[warn] 24 |import org.scalatest.prop.Tables.Table
197[warn] | ^^^^^
198[warn] | unused import
199[warn] one warning found
200[info] done compiling
201
202************************
203Build summary:
204[{
205 "module": "cmt-core",
206 "compile": {"status": "ok", "tookMs": 14613, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
207 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
208 "test-compile": {"status": "ok", "tookMs": 3536, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
209 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
210 "publish": {"status": "skipped", "tookMs": 0},
211 "metadata": {
212 "crossScalaVersions": ["2.12.20"]
213}
214},{
215 "module": "cmta",
216 "compile": {"status": "ok", "tookMs": 4452, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
217 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
218 "test-compile": {"status": "ok", "tookMs": 3161, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
219 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
220 "publish": {"status": "skipped", "tookMs": 0},
221 "metadata": {
222 "crossScalaVersions": ["2.12.20"]
223}
224},{
225 "module": "cmtc",
226 "compile": {"status": "ok", "tookMs": 3190, "warnings": 3, "errors": 0, "sourceVersion": "3.8"},
227 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
228 "test-compile": {"status": "ok", "tookMs": 2085, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
229 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
230 "publish": {"status": "skipped", "tookMs": 0},
231 "metadata": {
232 "crossScalaVersions": ["2.12.20"]
233}
234}]
235************************
236[success] Total time: 72 s (0:01:12.0), completed Nov 15, 2025, 2:06:48 AM
237[0JChecking patch project/plugins.sbt...
238Checking patch project/build.properties...
239Checking patch build.sbt...
240Applied patch project/plugins.sbt cleanly.
241Applied patch project/build.properties cleanly.
242Applied patch build.sbt cleanly.