Build Logs
noelwelsh/mads • 3.8.0-RC6:2026-01-08
Errors
0
Warnings
17
Total Lines
223
1##################################
2Clonning https://github.com/noelwelsh/mads.git into /build/repo using revision 0.2.0
3##################################
4Note: switching to 'b038fb92a9cb894a4a943a6a240fd3de2223d853'.
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.0-RC6
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 scala3Version = "3.0.0"
35Replacement: val scala3Version = "3.8.0-RC6"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scala3Version = "3.0.0"' in build.sbt
40----
41Starting build for 3.8.0-RC6
42Execute tests: true
43sbt project found:
44Sbt version 1.5.4 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 noelwelsh/mads
47##################################
48Scala version: 3.8.0-RC6
49Targets: org.creativescala%mads
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":["disableFatalWarnings"],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.0.0\"","replaceWith":"val scala3Version = \"<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.0-RC6
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.0-RC6"
70"++3.8.0-RC6 -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"
75disableFatalWarnings
76moduleMappings
77"runBuild 3.8.0-RC6 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":["disableFatalWarnings"],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.0.0\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}""" org.creativescala%mads"
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 9.052s.
85[info] done compiling
86[info] loading settings for project root from build.sbt, publish.sbt...
87[info] set current project to mads (in build file:/build/repo/)
88[warn] there are 4 keys that are not used by any other settings/tasks:
89[warn]
90[warn] * ThisBuild / name
91[warn] +- /build/repo/publish.sbt:1
92[warn] * ThisBuild / pgpSecretRing
93[warn] +- /build/repo/publish.sbt:8
94[warn] * ThisBuild / pomIncludeRepository
95[warn] +- /build/repo/publish.sbt:30
96[warn] * ThisBuild / publishMavenStyle
97[warn] +- /build/repo/publish.sbt:36
98[warn]
99[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
100[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
101Execute setCrossScalaVersions: 3.8.0-RC6
102OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in root/crossScalaVersions
103OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC6) in root/crossScalaVersions
104[info] set current project to mads (in build file:/build/repo/)
105[info] Setting Scala version to 3.8.0-RC6 on 1 projects.
106[info] Switching Scala version on:
107[info] * root (3.8.0-RC6)
108[info] Excluding projects:
109[info] Reapplying settings...
110[info] set current project to mads (in build file:/build/repo/)
111Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
112[info] Reapplying settings...
113[info] set current project to mads (in build file:/build/repo/)
114[info] Defining Global / credentials, credentials
115[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 4 others.
116[info] Run `last` for details.
117[info] Reapplying settings...
118[info] set current project to mads (in build file:/build/repo/)
119Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
120[info] Reapplying settings...
121OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
122
123 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
124 Did you mean allExcludeDependencies ?
125 , retry without global scopes
126[info] Reapplying settings...
127[info] set current project to mads (in build file:/build/repo/)
128Execute removeScalacOptionsStartingWith: -P:wartremover
129[info] Reapplying settings...
130[info] set current project to mads (in build file:/build/repo/)
131Execute disableFatalWarnings:
132[info] Reapplying settings...
133[info] set current project to mads (in build file:/build/repo/)
134[success] Total time: 0 s, completed Jan 8, 2026, 1:43:04 AM
135Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":["disableFatalWarnings"],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.0.0\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
136Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
137Starting build...
138Projects: Set(root)
139Starting build for ProjectRef(file:/build/repo/,root) (mads)... [0/1]
140OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
141OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
142OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
143OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
144Compile scalacOptions: -encoding, utf8, -explain-types, -explain, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -unchecked, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
145[info] compiling 9 Scala sources to /build/repo/target/scala-3.8.0-RC6/classes ...
146[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
147[warn] one warning found
148[info] done compiling
149[info] compiling 4 Scala sources to /build/repo/target/scala-3.8.0-RC6/test-classes ...
150[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
151[warn] one warning found
152[info] done compiling
153mads.Parser0Suite:
154mads.ParserSuite:
155mads.SuspendableSuite:
156 + Parser.char 0.084s
157 + Parser.charWhere 0.002s
158 + Parser.charsWhile 0.001s
159 + Parser.unsuspendable uses underlying parser 0.088s
160 + Parser0.charsWhile 0.088s
161 + Parser.charsUntilRegexOrEnd 0.004s
162 + Parser0.charsUntilRegexOrEnd 0.003s
163 + Parser.charsThroughRegexOrEnd 0.001s
164 + Parser0.charsThroughRegexOrEnd 0.001s
165 + Parser0.charsUntilTerminator 0.002s
166 + Parser0.charsUntilTerminatorOrEnd 0.003s
167 + Parser.charsUntilTerminator 0.006s
168 + Parser.charsThroughTerminator 0.001s
169 + Parser.charsUntilTerminatorOrEnd 0.001s
170 + Parser.charsThroughTerminatorOrEnd 0.004s
171 + Parser.stringIn 0.002s
172 + Parser.~ 0.002s
173 + Parser.end 0.004s
174 + Parser.resume suspends if underlying parser continues 0.106s
175 + Parser.resume consumes all parseable input across suspension 0.001s
176 + Parser.advance proceeds to next parser when input ends 0.004s
177 + Parser.advance proceeds to next parser when input ends + input ends after advance 0.002s
178 + Suspendable.orElse succeeds if left succeeds 0.0s
179mads.MadsSuite:
180 + Suspendable.orElse succeeds if right succeeds 0.003s
181 + Suspendable.orElse succeeds if resumable left succeeds 0.001s
182 + Suspendable.orElse succeeds if resumable right succeeds 0.002s
183 + Suspendable.rep repeats until parser does not succeed 0.074s
184 + Suspendable.rep accumulates results in correct order 0.001s
185 + Suspendable.rep fails if parser doesn't parse at least once 0.0s
186 + h1 with newline 0.08s
187 + h1 without newline 0.001s
188 + Suspendable.rep succeeds if parser parses at least once 0.003s
189 + h1 with arg and newline 0.0s
190 + h1 with arg and no newline 0.001s
191 + Suspendable.rep parses across suspension 0.001s
192 + p 0.001s
193 + p with arg 0.0s
194 + Suspendable.rep and .orElse resumes across suspension 0.001s
195 + p that spans multiple lines 0.001s
196 + Document with h1 and p 0.002s
197 + Document with h1, and p with arg 0.002s
198 + Document with h1 with arg, and p 0.001s
199 + Document with p and two args 0.001s
200 + Document with h1 and p and two args 0.001s
201 + md string interpolation 0.004s
202
203************************
204Build summary:
205[{
206 "module": "mads",
207 "compile": {"status": "ok", "tookMs": 10202, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
208 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
209 "test-compile": {"status": "ok", "tookMs": 2958, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
210 "test": {"status": "ok", "tookMs": 675, "passed": 45, "failed": 0, "ignored": 0, "skipped": 0, "total": 45, "byFramework": [{"framework": "munit", "stats": {"passed": 45, "failed": 0, "ignored": 0, "skipped": 0, "total": 45}}]},
211 "publish": {"status": "skipped", "tookMs": 0},
212 "metadata": {
213 "crossScalaVersions": ["2.12.20", "3.0.0"]
214}
215}]
216************************
217[success] Total time: 17 s, completed Jan 8, 2026, 1:43:20 AM
218[0JChecking patch project/plugins.sbt...
219Checking patch project/build.properties...
220Checking patch build.sbt...
221Applied patch project/plugins.sbt cleanly.
222Applied patch project/build.properties cleanly.
223Applied patch build.sbt cleanly.