Build Logs

armanbilge/litter • 3.8.1-RC1:2026-01-13

Errors

0

Warnings

20

Total Lines

196

1##################################
2Clonning https://github.com/armanbilge/litter.git into /build/repo using revision v0.1.1
3##################################
4Note: switching to '29ab68e4cb79afba9c6acca4f3aa6146ffb090fa'.
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.0.0
22----
23Preparing build for 3.8.1-RC1
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: build.sbt
34Pattern: val Scala3 = "3.0.0"
35Replacement: val Scala3 = "3.8.1-RC1"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val Scala3 = "3.0.0"' in build.sbt
40----
41Starting build for 3.8.1-RC1
42Execute tests: true
43sbt project found:
44Sbt version 1.5.2 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 armanbilge/litter
47##################################
48Scala version: 3.8.1-RC1
49Targets: com.armanbilge%litter com.armanbilge%litter-laws
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat"],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.0.0\"","replaceWith":"val Scala3 = \"<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'
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"set every Test/classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat"
76moduleMappings
77"runBuild 3.8.1-RC1 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat"],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.0.0\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" com.armanbilge%litter com.armanbilge%litter-laws"
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 2 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.838s.
85[info] done compiling
86[info] loading settings for project repo from build.sbt...
87[info] set current project to repo (in build file:/build/repo/)
88[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
89[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
90Execute setCrossScalaVersions: 3.8.1-RC1
91OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in repo/crossScalaVersions
92OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in core/crossScalaVersions
93OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in root/crossScalaVersions
94OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in laws/crossScalaVersions
95[info] set current project to repo (in build file:/build/repo/)
96[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
97[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
98[info] Setting Scala version to 3.8.1-RC1 on 4 projects.
99[info] Switching Scala version on:
100[info] * repo (2.12.13, 2.13.5, 3.8.1-RC1)
101[info] root (2.12.13, 2.13.5, 3.8.1-RC1)
102[info] core (2.12.13, 2.13.5, 3.8.1-RC1)
103[info] laws (2.12.13, 2.13.5, 3.8.1-RC1)
104[info] Excluding projects:
105[info] Reapplying settings...
106[info] set current project to repo (in build file:/build/repo/)
107[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
108[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
109Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
110[info] Reapplying settings...
111[info] set current project to repo (in build file:/build/repo/)
112[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
113[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
114[info] Defining Global / credentials, core / credentials and 2 others.
115[info] The new values will be used by allCredentials, core / allCredentials and 21 others.
116[info] Run `last` for details.
117[info] Reapplying settings...
118[info] set current project to repo (in build file:/build/repo/)
119[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
120[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
121Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
122[info] Reapplying settings...
123OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
124
125 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
126 Did you mean root / allExcludeDependencies ?
127 , retry without global scopes
128[info] Reapplying settings...
129[info] set current project to repo (in build file:/build/repo/)
130[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
131[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
132Execute removeScalacOptionsStartingWith: -P:wartremover
133[info] Reapplying settings...
134[info] set current project to repo (in build file:/build/repo/)
135[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
136[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
137[info] Defining Global / classLoaderLayeringStrategy, classLoaderLayeringStrategy and 2 others.
138[info] The new values will be used by Test / executeTests, Test / testLoader and 13 others.
139[info] Run `last` for details.
140[info] Reapplying settings...
141[info] set current project to repo (in build file:/build/repo/)
142[warn] The sbt-dotty plugin is no longer neeeded with sbt >= 1.5.0, please remove it from your build.
143[warn] For more information, see https://eed3si9n.com/sbt-1.5.0
144[success] Total time: 0 s, completed Jan 13, 2026, 8:24:05 PM
145Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat"],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.0.0\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
146Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
147Starting build...
148Projects: Set(core, laws)
149Starting build for ProjectRef(file:/build/repo/,core) (litter)... [0/2]
150OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
151OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
152OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
153OpenCB::Filter out '-source:3.0-migration', matches setting pattern '^-?-source(:.*)?'
154Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
155[info] compiling 9 Scala sources to /build/repo/core/target/scala-3.8.1-RC1/classes ...
156[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
157[warn] one warning found
158[info] done compiling
159Starting build for ProjectRef(file:/build/repo/,laws) (litter-laws)... [1/2]
160Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
161[info] compiling 18 Scala sources to /build/repo/laws/target/scala-3.8.1-RC1/classes ...
162[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
163[warn] one warning found
164[info] done compiling
165
166************************
167Build summary:
168[{
169 "module": "litter",
170 "compile": {"status": "ok", "tookMs": 4305, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
171 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
172 "test-compile": {"status": "ok", "tookMs": 134, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
173 "test": {"status": "ok", "tookMs": 128, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
174 "publish": {"status": "skipped", "tookMs": 0},
175 "metadata": {
176 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
177}
178},{
179 "module": "litter-laws",
180 "compile": {"status": "ok", "tookMs": 2727, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
181 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
182 "test-compile": {"status": "ok", "tookMs": 186, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
183 "test": {"status": "ok", "tookMs": 178, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
184 "publish": {"status": "skipped", "tookMs": 0},
185 "metadata": {
186 "crossScalaVersions": ["2.12.13", "2.13.5", "3.0.0"]
187}
188}]
189************************
190[success] Total time: 9 s, completed Jan 13, 2026, 8:24:15 PM
191[0JChecking patch project/plugins.sbt...
192Checking patch project/build.properties...
193Checking patch build.sbt...
194Applied patch project/plugins.sbt cleanly.
195Applied patch project/build.properties cleanly.
196Applied patch build.sbt cleanly.