Build Logs
xuwei-k/scala3profile • 3.8.0-RC3:2025-12-04
Errors
0
Warnings
2
Total Lines
151
1##################################
2Clonning https://github.com/xuwei-k/scala3profile.git into /build/repo using revision v0.2.0
3##################################
4Note: switching to '1e0eac6d60462b85ae429029289f11494d09d73a'.
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-RC3
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-RC3
32Execute tests: true
33sbt project found:
34Sbt version 1.9.8 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 xuwei-k/scala3profile
37##################################
38Scala version: 3.8.0-RC3
39Targets: com.github.xuwei-k%scala3profile
40Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"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 = '21'
46[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21/rt.jar'
47# Executing command line:
48java
49-Dfile.encoding=UTF-8
50-Dcommunitybuild.scala=3.8.0-RC3
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_21
57-jar
58/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
59"setCrossScalaVersions 3.8.0-RC3"
60"++3.8.0-RC3 -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-RC3 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}""" com.github.xuwei-k%scala3profile"
68
69[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 21)
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.111s.
75[info] done compiling
76[info] loading settings for project repo from build.sbt, version.sbt...
77[info] set current project to repo (in build file:/build/repo/)
78Execute setCrossScalaVersions: 3.8.0-RC3
79OpenCB::Changing crossVersion 3.4.0 -> 3.8.0-RC3 in compilerPlugin/crossScalaVersions
80OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC3) in compilerPlugin/crossScalaVersions
81[info] set current project to repo (in build file:/build/repo/)
82[info] Setting Scala version to 3.8.0-RC3 on 1 projects.
83[info] Switching Scala version on:
84[info] compilerPlugin (3.8.0-RC3)
85[info] Excluding projects:
86[info] * repo (2.12.20)
87[info] sbtPlugin (2.12.20)
88[info] Reapplying settings...
89[info] set current project to repo (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 repo (in build file:/build/repo/)
93[info] Defining Global / credentials, compilerPlugin / credentials and 1 others.
94[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 24 others.
95[info] Run `last` for details.
96[info] Reapplying settings...
97[info] set current project to repo (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 allExcludeDependencies ?
104 , retry without global scopes
105[info] Reapplying settings...
106[info] set current project to repo (in build file:/build/repo/)
107Execute removeScalacOptionsStartingWith: -P:wartremover
108[info] Reapplying settings...
109[info] set current project to repo (in build file:/build/repo/)
110[success] Total time: 0 s, completed Dec 4, 2025, 12:44:03 PM
111Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
112Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
113Starting build...
114Projects: Set(compilerPlugin)
115Starting build for ProjectRef(file:/build/repo/,compilerPlugin) (scala3profile)... [0/1]
116OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
117OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
118Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
119[info] compiling 7 Scala sources to /build/repo/compiler-plugin/target/scala-3.8.0-RC3/classes ...
120[warn] there were 2 deprecation warnings; re-run with -deprecation for details
121[warn] one warning found
122[info] done compiling
123[info] Loading external rule(s) built against an old version of Scalafix (0.11.0).
124[info] This might not be a problem, but in case you run into unexpected behavior, you
125[info] should try a more recent version of the rules(s) if available. If that does
126[info] not help, request the rule(s) maintainer to build against Scalafix 0.14.2
127[info] or later, and downgrade Scalafix to 0.11.x for the time being.
128[info]
129[info] Running scalafix on 7 Scala sources
130
131************************
132Build summary:
133[{
134 "module": "scala3profile",
135 "compile": {"status": "ok", "tookMs": 10721, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
136 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
137 "test-compile": {"status": "ok", "tookMs": 244, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
138 "test": {"status": "ok", "tookMs": 269, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
139 "publish": {"status": "skipped", "tookMs": 0},
140 "metadata": {
141 "crossScalaVersions": ["2.12.20"]
142}
143}]
144************************
145[success] Total time: 17 s, completed Dec 4, 2025, 12:44:21 PM
146[0JChecking patch project/plugins.sbt...
147Checking patch project/build.properties...
148Checking patch build.sbt...
149Applied patch project/plugins.sbt cleanly.
150Applied patch project/build.properties cleanly.
151Applied patch build.sbt cleanly.