Build Logs

noelwelsh/mads • 3.8.0-RC2:2025-11-28

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-RC2
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-RC2"
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-RC2
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-RC2
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-RC2
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-RC2"
70"++3.8.0-RC2 -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-RC2 """{"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 8.9s.
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-RC2
102OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in root/crossScalaVersions
103OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in root/crossScalaVersions
104[info] set current project to mads (in build file:/build/repo/)
105[info] Setting Scala version to 3.8.0-RC2 on 1 projects.
106[info] Switching Scala version on:
107[info] * root (3.8.0-RC2)
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 Nov 28, 2025, 12:13:42 PM
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-RC2/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-RC2/test-classes ...
150[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
151[warn] one warning found
152[info] done compiling
153mads.ParserSuite:
154mads.Parser0Suite:
155mads.SuspendableSuite:
156 + Parser0.charsWhile 0.068s
157 + Parser.unsuspendable uses underlying parser 0.071s
158 + Parser.char 0.071s
159 + Parser.charWhere 0.003s
160 + Parser.charsWhile 0.002s
161 + Parser0.charsUntilRegexOrEnd 0.008s
162 + Parser.charsUntilRegexOrEnd 0.002s
163 + Parser0.charsThroughRegexOrEnd 0.002s
164 + Parser.charsThroughRegexOrEnd 0.004s
165 + Parser0.charsUntilTerminator 0.005s
166 + Parser0.charsUntilTerminatorOrEnd 0.001s
167 + Parser.charsUntilTerminator 0.004s
168 + Parser.charsThroughTerminator 0.002s
169 + Parser.charsUntilTerminatorOrEnd 0.003s
170 + Parser.charsThroughTerminatorOrEnd 0.002s
171 + Parser.stringIn 0.003s
172 + Parser.~ 0.003s
173 + Parser.end 0.001s
174 + Parser.resume suspends if underlying parser continues 0.097s
175 + Parser.resume consumes all parseable input across suspension 0.001s
176 + Parser.advance proceeds to next parser when input ends 0.003s
177 + Parser.advance proceeds to next parser when input ends + input ends after advance 0.001s
178mads.MadsSuite:
179 + Suspendable.orElse succeeds if left succeeds 0.002s
180 + Suspendable.orElse succeeds if right succeeds 0.001s
181 + Suspendable.orElse succeeds if resumable left succeeds 0.001s
182 + Suspendable.orElse succeeds if resumable right succeeds 0.001s
183 + Suspendable.rep repeats until parser does not succeed 0.067s
184 + Suspendable.rep accumulates results in correct order 0.001s
185 + Suspendable.rep fails if parser doesn't parse at least once 0.002s
186 + h1 with newline 0.075s
187 + Suspendable.rep succeeds if parser parses at least once 0.001s
188 + h1 without newline 0.001s
189 + h1 with arg and newline 0.001s
190 + h1 with arg and no newline 0.001s
191 + Suspendable.rep parses across suspension 0.002s
192 + p 0.0s
193 + Suspendable.rep and .orElse resumes across suspension 0.002s
194 + p with arg 0.002s
195 + p that spans multiple lines 0.002s
196 + Document with h1 and p 0.001s
197 + Document with h1, and p with arg 0.004s
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": 12307, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
208 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
209 "test-compile": {"status": "ok", "tookMs": 3065, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
210 "test": {"status": "ok", "tookMs": 673, "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: 28 s, completed Nov 28, 2025, 12:14:11 PM
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.