Build Logs
mercurievv/minuscles • 3.8.1-RC1:2026-01-13
Errors
0
Warnings
33
Total Lines
230
1##################################
2Clonning https://github.com/mercurievv/minuscles.git into /build/repo using revision v0.1.1
3##################################
4Note: switching to '518dcdcd9174704608302745ddd42c6477a78cb6'.
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
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
31Try apply source patch:
32Path: build.sbt
33Pattern: val commonSettings
34Replacement: ThisBuild / tlBaseVersion := "0.1"
35val commonSettings
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val commonSettings ' in build.sbt
40----
41Starting build for 3.8.1-RC1
42Execute tests: true
43sbt project found:
44Sbt version 1.10.0 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 mercurievv/minuscles
47##################################
48Scala version: 3.8.1-RC1
49Targets: io.github.mercurievv.minuscles%conversions io.github.mercurievv.minuscles%tuples_plens
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val commonSettings ","replaceWith":"ThisBuild / tlBaseVersion := \"0.1\"\nval commonSettings"}]}
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'
56[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
57# Executing command line:
58java
59-Dfile.encoding=UTF-8
60-Dcommunitybuild.scala=3.8.1-RC1
61-Dcommunitybuild.project.dependencies.add=
62-Xmx7G
63-Xms4G
64-Xss8M
65-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
66-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
67-jar
68/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
69"setCrossScalaVersions 3.8.1-RC1"
70"++3.8.1-RC1 -v"
71"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
72"set every credentials := Nil"
73"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
74"removeScalacOptionsStartingWith -P:wartremover"
75
76moduleMappings
77"runBuild 3.8.1-RC1 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val commonSettings ","replaceWith":"ThisBuild / tlBaseVersion := \"0.1\"\nval commonSettings"}]}""" io.github.mercurievv.minuscles%conversions io.github.mercurievv.minuscles%tuples_plens"
78
79[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
80[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
81[info] loading project definition from /build/repo/project
82[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
83[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
84[info] Compilation completed in 8.853s.
85[info] done compiling
86/build/repo/build.sbt:14: warning: match may not be exhaustive.
87It would fail on the following inputs: None, Some((2, _)), Some((_, 13)), Some((_, _))
88 CrossVersion.partialVersion(scalaVersion.value) match {
89 ^
90/build/repo/build.sbt:85: warning: match may not be exhaustive.
91It would fail on the following inputs: None, Some((2, _)), Some((_, 13)), Some((_, _))
92 CrossVersion.partialVersion(scalaVersion.value) match {
93 ^
94[info] loading settings for project root from build.sbt, publish.sbt...
95[info] set current project to minuscles (in build file:/build/repo/)
96[warn] there are 13 keys that are not used by any other settings/tasks:
97[warn]
98[warn] * ThisBuild / pgpPassphrase
99[warn] +- /build/repo/publish.sbt:39
100[warn] * ThisBuild / pomIncludeRepository
101[warn] +- /build/repo/publish.sbt:27
102[warn] * ThisBuild / publishMavenStyle
103[warn] +- /build/repo/publish.sbt:35
104[warn] * conversions / tlBaseVersion
105[warn] +- /build/repo/build.sbt:22
106[warn] * conversions / tlSitePublishBranch
107[warn] +- /build/repo/build.sbt:21
108[warn] * fieldsNames / tlBaseVersion
109[warn] +- /build/repo/build.sbt:22
110[warn] * fieldsNames / tlSitePublishBranch
111[warn] +- /build/repo/build.sbt:21
112[warn] * monocleTuples / tlBaseVersion
113[warn] +- /build/repo/build.sbt:22
114[warn] * monocleTuples / tlSitePublishBranch
115[warn] +- /build/repo/build.sbt:21
116[warn] * shapeless3typeclasses / tlBaseVersion
117[warn] +- /build/repo/build.sbt:22
118[warn] * shapeless3typeclasses / tlSitePublishBranch
119[warn] +- /build/repo/build.sbt:21
120[warn] * tuplesTransformers / tlBaseVersion
121[warn] +- /build/repo/build.sbt:22
122[warn] * tuplesTransformers / tlSitePublishBranch
123[warn] +- /build/repo/build.sbt:21
124[warn]
125[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
126[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
127Execute setCrossScalaVersions: 3.8.1-RC1
128OpenCB::Changing crossVersion 3.4.2 -> 3.8.1-RC1 in fieldsNames/crossScalaVersions
129OpenCB::Changing crossVersion 3.4.2 -> 3.8.1-RC1 in monocleTuples/crossScalaVersions
130OpenCB::Changing crossVersion 3.4.2 -> 3.8.1-RC1 in docs/crossScalaVersions
131OpenCB::Changing crossVersion 3.4.2 -> 3.8.1-RC1 in tuplesTransformers/crossScalaVersions
132OpenCB::Changing crossVersion 3.4.2 -> 3.8.1-RC1 in conversions/crossScalaVersions
133OpenCB::Changing crossVersion 3.4.2 -> 3.8.1-RC1 in root/crossScalaVersions
134OpenCB::Changing crossVersion 3.4.2 -> 3.8.1-RC1 in shapeless3typeclasses/crossScalaVersions
135[info] set current project to minuscles (in build file:/build/repo/)
136[info] Setting Scala version to 3.8.1-RC1 on 7 projects.
137[info] Switching Scala version on:
138[info] monocleTuples (2.13.16, 3.8.1-RC1)
139[info] tuplesTransformers (3.8.1-RC1)
140[info] fieldsNames (2.13.16, 3.8.1-RC1)
141[info] * root (2.13.16, 3.8.1-RC1)
142[info] docs (3.8.1-RC1)
143[info] shapeless3typeclasses (3.8.1-RC1)
144[info] conversions (2.13.16, 3.8.1-RC1)
145[info] Excluding projects:
146[info] Reapplying settings...
147[info] set current project to minuscles (in build file:/build/repo/)
148Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
149[info] Reapplying settings...
150[info] set current project to minuscles (in build file:/build/repo/)
151[info] Defining Global / credentials, conversions / credentials and 5 others.
152[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 62 others.
153[info] Run `last` for details.
154[info] Reapplying settings...
155[info] set current project to minuscles (in build file:/build/repo/)
156Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
157[info] Reapplying settings...
158OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
159
160 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
161 Did you mean allExcludeDependencies ?
162 , retry without global scopes
163[info] Reapplying settings...
164[info] set current project to minuscles (in build file:/build/repo/)
165Execute removeScalacOptionsStartingWith: -P:wartremover
166[info] Reapplying settings...
167[info] set current project to minuscles (in build file:/build/repo/)
168[success] Total time: 0 s, completed Jan 13, 2026, 8:11:34 PM
169Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val commonSettings ","replaceWith":"ThisBuild / tlBaseVersion := \"0.1\"\nval commonSettings"}]}
170Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
171Starting build...
172Projects: Set(conversions, monocleTuples)
173Starting build for ProjectRef(file:/build/repo/,conversions) (conversions)... [0/2]
174OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
175OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
176OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
177OpenCB::Filter out '-Werror', matches setting pattern '^-?-Werror'
178Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, --java-output-version:17, 8, -Xmax-inlines:64, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
179[info] Generated source: /build/repo/modules/tuples/plens/target/scala-3.8.1-RC1/src_managed/main/demo/implicits.scala
180[info] compiling 1 Scala source to /build/repo/modules/tuples/plens/target/scala-3.8.1-RC1/classes ...
181[info] done compiling
182[info] compiling 3 Scala sources to /build/repo/modules/conversions/target/scala-3.8.1-RC1/classes ...
183[info] done compiling
184[info] Generated source: /build/repo/modules/tuples/plens/target/scala-3.8.1-RC1/src_managed/main/demo/implicits.scala
185[info] compiling 1 Scala source to /build/repo/modules/conversions/target/scala-3.8.1-RC1/test-classes ...
186[info] done compiling
187[info] Generated source: /build/repo/modules/tuples/plens/target/scala-3.8.1-RC1/src_managed/main/demo/implicits.scala
188[info] Generated source: /build/repo/modules/tuples/plens/target/scala-3.8.1-RC1/src_managed/main/demo/implicits.scala
189[info] Generated source: /build/repo/modules/tuples/plens/target/scala-3.8.1-RC1/src_managed/main/demo/implicits.scala
190Starting build for ProjectRef(file:/build/repo/,monocleTuples) (tuples_plens)... [1/2]
191Compile scalacOptions: -encoding, UTF-8, -unchecked, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wvalue-discard, -language:implicitConversions, -Xkind-projector, --java-output-version:17, 8, -Xmax-inlines:64, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
192[info] Generated source: /build/repo/modules/tuples/plens/target/scala-3.8.1-RC1/src_managed/main/demo/implicits.scala
193[info] Generated source: /build/repo/modules/tuples/plens/target/scala-3.8.1-RC1/src_managed/main/demo/implicits.scala
194[info] compiling 1 Scala source to /build/repo/modules/tuples/plens/target/scala-3.8.1-RC1/test-classes ...
195[info] done compiling
196[info] Generated source: /build/repo/modules/tuples/plens/target/scala-3.8.1-RC1/src_managed/main/demo/implicits.scala
197[info] Generated source: /build/repo/modules/tuples/plens/target/scala-3.8.1-RC1/src_managed/main/demo/implicits.scala
198[info] Generated source: /build/repo/modules/tuples/plens/target/scala-3.8.1-RC1/src_managed/main/demo/implicits.scala
199
200************************
201Build summary:
202[{
203 "module": "conversions",
204 "compile": {"status": "ok", "tookMs": 5661, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
205 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
206 "test-compile": {"status": "ok", "tookMs": 3131, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
207 "test": {"status": "ok", "tookMs": 201, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
208 "publish": {"status": "skipped", "tookMs": 0},
209 "metadata": {
210 "crossScalaVersions": ["2.13.16", "3.4.2"]
211}
212},{
213 "module": "tuples_plens",
214 "compile": {"status": "ok", "tookMs": 69, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
215 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
216 "test-compile": {"status": "ok", "tookMs": 464, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
217 "test": {"status": "ok", "tookMs": 90, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
218 "publish": {"status": "skipped", "tookMs": 0},
219 "metadata": {
220 "crossScalaVersions": ["2.13.16", "3.4.2"]
221}
222}]
223************************
224[success] Total time: 12 s, completed Jan 13, 2026, 8:11:46 PM
225[0JChecking patch project/plugins.sbt...
226Checking patch project/build.properties...
227Checking patch build.sbt...
228Applied patch project/plugins.sbt cleanly.
229Applied patch project/build.properties cleanly.
230Applied patch build.sbt cleanly.