Build Logs

7mind/sbtgen • scheduled_3.8.1-RC1-bin-20260102-32e416e-NIGHTLY

Errors

0

Warnings

11

Total Lines

191

1##################################
2Clonning https://github.com/7mind/sbtgen.git into /build/repo using revision v0.0.112
3##################################
4Note: switching to '904762597f4b43661a17c4f513ffecb1c4cb84c8'.
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
21Would override fixed Scala version: 3.4.3
22----
23Preparing build for 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: project/ScalaVersions.scala
34Pattern: val scala_3 = "3.4.3"
35Replacement: val scala_3 = "3.8.1-RC1-bin-20260102-32e416e-NIGHTLY"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scala_3 = "3.4.3"' in project/ScalaVersions.scala
40----
41Starting build for 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
42Execute tests: false
43sbt project found:
44Sbt version 1.11.0-RC2 is not supported, minimal supported version is 1.11.5
45Enforcing usage of sbt in version 1.11.5
46No prepare script found for project 7mind/sbtgen
47##################################
48Scala version: 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
49Targets: io.7mind.izumi.sbt%sbtgen io.7mind.izumi.sbt%sbtmeta
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/ScalaVersions.scala","pattern":"val scala_3 = \"3.4.3\"","replaceWith":"val scala_3 = \"<SCALA_VERSION>\""}]}
51##################################
52Using extra scalacOptions: ,REQUIRE:-source:3.8
53Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
54[sbt_options] declare -a sbt_options=()
55[process_args] java_version = '17'
56OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
57[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
58# Executing command line:
59java
60-Xmx4G
61-XX:ReservedCodeCacheSize=256m
62-XX:MaxMetaspaceSize=3G
63-XX:+OmitStackTraceInFastThrow
64-XX:SoftRefLRUPolicyMSPerMB=50
65-Dsun.io.useCanonCaches=false
66-noverify
67-server
68-XX:MaxInlineLevel=18
69-Dcommunitybuild.scala=3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
70-Dcommunitybuild.project.dependencies.add=
71-Xmx7G
72-Xms4G
73-Xss8M
74-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
75-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
76-jar
77/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
78"setCrossScalaVersions 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY"
79"++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -v"
80"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
81"set every credentials := Nil"
82"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
83"removeScalacOptionsStartingWith -P:wartremover"
84
85moduleMappings
86"runBuild 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/ScalaVersions.scala","pattern":"val scala_3 = \"3.4.3\"","replaceWith":"val scala_3 = \"<SCALA_VERSION>\""}]}""" io.7mind.izumi.sbt%sbtgen io.7mind.izumi.sbt%sbtmeta"
87
88OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
89[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
90[info] loading settings for project repo-build from akka.sbt, plugins.sbt, scalaxmlExclusion.sbt...
91[info] loading project definition from /build/repo/project
92[info] compiling 4 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
93[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
94[info] Compilation completed in 8.25s.
95[info] done compiling
96[info] loading settings for project izumi-sbtgen from build.sbt, version.sbt...
97[info] set current project to izumi-sbtgen (in build file:/build/repo/)
98[warn] there's a key that's not used by any other settings/tasks:
99[warn]
100[warn] * ThisBuild / classLoaderLayeringStrategy
101[warn] +- /build/repo/build.sbt:6
102[warn]
103[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
104[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
105Execute setCrossScalaVersions: 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
106OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in sbtmeta/crossScalaVersions
107OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in sbtgen/crossScalaVersions
108OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in izumi-sbtgen/crossScalaVersions
109[info] set current project to izumi-sbtgen (in build file:/build/repo/)
110[info] Setting Scala version to 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY on 2 projects.
111[info] Switching Scala version on:
112[info] sbtgen (3.8.1-RC1-bin-20260102-32e416e-NIGHTLY, 2.13.16, 2.12.20)
113[info] sbtmeta (3.8.1-RC1-bin-20260102-32e416e-NIGHTLY, 2.13.16, 2.12.20)
114[info] Excluding projects:
115[info] * izumi-sbtgen (2.12.20)
116[info] sbt-tests (2.12.20)
117[info] sbt-izumi (2.12.20)
118[info] Reapplying settings...
119[info] set current project to izumi-sbtgen (in build file:/build/repo/)
120Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
121[info] Reapplying settings...
122[info] set current project to izumi-sbtgen (in build file:/build/repo/)
123[info] Defining Global / credentials, ThisBuild / credentials and 4 others.
124[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 25 others.
125[info] Run `last` for details.
126[info] Reapplying settings...
127[info] set current project to izumi-sbtgen (in build file:/build/repo/)
128Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
129[info] Reapplying settings...
130OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
131
132 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
133 Did you mean sbt-izumi / allExcludeDependencies ?
134 , retry without global scopes
135[info] Reapplying settings...
136[info] set current project to izumi-sbtgen (in build file:/build/repo/)
137Execute removeScalacOptionsStartingWith: -P:wartremover
138[info] Reapplying settings...
139[info] set current project to izumi-sbtgen (in build file:/build/repo/)
140[success] Total time: 0 s, completed Jan 3, 2026, 12:43:03 AM
141Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/ScalaVersions.scala","pattern":"val scala_3 = \"3.4.3\"","replaceWith":"val scala_3 = \"<SCALA_VERSION>\""}]}
142Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
143Starting build...
144Projects: Set(sbtgen, sbtmeta)
145Starting build for ProjectRef(file:/build/repo/,sbtgen) (sbtgen)... [0/2]
146OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
147Compile scalacOptions: -Xmacro-settings:product-version=0.0.112, -Xmacro-settings:product-group=io.7mind.izumi.sbt, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:scala-version=3.8.1-RC1-bin-20260102-32e416e-NIGHTLY, -Xmacro-settings:scala-versions=3.8.1-RC1-bin-20260102-32e416e-NIGHTLY:2.13.16:2.12.20, -Xmacro-settings:scala-js-version=1.16.0, -Xmacro-settings:scala-native-version=0.5.1, -Xmacro-settings:crossproject-version=1.3.2, -Xmacro-settings:bundler-version=0.21.1, -Xmacro-settings:sbt-js-dependencies-version=1.0.2, -no-indent, -explain, -experimental, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
148[info] compiling 5 Scala sources to /build/repo/sbtmeta/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
149[info] done compiling
150[info] compiling 13 Scala sources to /build/repo/sbtgen/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
151[warn] there were 3 deprecation warnings; re-run with -deprecation for details
152[warn] one warning found
153[info] done compiling
154[info] compiling 3 Scala sources to /build/repo/sbtgen/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
155[info] done compiling
156Starting build for ProjectRef(file:/build/repo/,sbtmeta) (sbtmeta)... [1/2]
157Compile scalacOptions: -no-indent, -explain, -experimental, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
158
159************************
160Build summary:
161[{
162 "module": "sbtgen",
163 "compile": {"status": "ok", "tookMs": 11851, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
164 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
165 "test-compile": {"status": "ok", "tookMs": 2235, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
166 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
167 "publish": {"status": "skipped", "tookMs": 0},
168 "metadata": {
169 "crossScalaVersions": ["2.13.16", "2.12.20", "3.4.3"]
170}
171},{
172 "module": "sbtmeta",
173 "compile": {"status": "ok", "tookMs": 72, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
174 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
175 "test-compile": {"status": "ok", "tookMs": 108, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
176 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
177 "publish": {"status": "skipped", "tookMs": 0},
178 "metadata": {
179 "crossScalaVersions": ["2.13.16", "2.12.20", "3.4.3"]
180}
181}]
182************************
183[success] Total time: 21 s, completed Jan 3, 2026, 12:43:24 AM
184[0JChecking patch project/plugins.sbt...
185Checking patch project/build.properties...
186Checking patch project/ScalaVersions.scala...
187Checking patch build.sbt...
188Applied patch project/plugins.sbt cleanly.
189Applied patch project/build.properties cleanly.
190Applied patch project/ScalaVersions.scala cleanly.
191Applied patch build.sbt cleanly.