Build Logs
scalameta/mdoc • 3.8.0-RC2:2025-11-28
Errors
1
Warnings
13
Total Lines
321
1##################################
2Clonning https://github.com/scalameta/mdoc.git into /build/repo using revision v2.8.0
3##################################
4Note: switching to 'b6999a2526edee83458d7e46811e6b3c7190ae57'.
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.0-RC2
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: mdoc/src/main/scala-3/mdoc/internal/markdown/MarkdownCompiler.scala
33Pattern: new AbstractFileClassLoader(target, appClassLoader)
34Replacement: new AbstractFileClassLoader(target, appClassLoader, interruptInstrumentation = "")
35Patch using 3.8.0-RC2 matches version range: <3.8.0, 3.99.99>
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'new AbstractFileClassLoader(target, appClassLoader)' in mdoc/src/main/scala-3/mdoc/internal/markdown/MarkdownCompiler.scala
40
41Try apply source patch:
42Path: build.sbt
43Pattern: def scala3 = "3.3.7"
44Replacement: def scala3 = "3.8.0-RC2"
45Successfully applied pattern 'def scala3 = "3.3.7"' in build.sbt
46----
47Starting build for 3.8.0-RC2
48Execute tests: true
49sbt project found:
50No prepare script found for project scalameta/mdoc
51##################################
52Scala version: 3.8.0-RC2
53Targets: org.scalameta%mdoc org.scalameta%mdoc-cli org.scalameta%mdoc-js org.scalameta%mdoc-js-worker org.scalameta%mdoc-parser org.scalameta%mdoc-runtime
54Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set mdoc/libraryDependencies += \"org.scala-lang\" %% \"scala3-repl\" % \"<SCALA_VERSION>\" "],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"mdoc/src/main/scala-3/mdoc/internal/markdown/MarkdownCompiler.scala","pattern":"new AbstractFileClassLoader(target, appClassLoader)","replaceWith":"new AbstractFileClassLoader(target, appClassLoader, interruptInstrumentation = \"\")","selectVersion":{"min":"3.8.0"}},{"path":"build.sbt","pattern":"def scala3 = \"3.3.7\"","replaceWith":"def scala3 = \"<SCALA_VERSION>\""}]}
55##################################
56Using extra scalacOptions: ,REQUIRE:-source:3.8
57Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
58[sbt_options] declare -a sbt_options=()
59[process_args] java_version = '17'
60[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
61# Executing command line:
62java
63-Xss4m
64-Xms1G
65-Xmx2G
66-XX:ReservedCodeCacheSize=1024m
67-XX:+TieredCompilation
68-Dfile.encoding=UTF-8
69-Dcommunitybuild.scala=3.8.0-RC2
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.0-RC2"
79"++3.8.0-RC2 -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"set mdoc/libraryDependencies += "org.scala-lang" %% "scala3-repl" % "3.8.0-RC2" "
85moduleMappings
86"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set mdoc/libraryDependencies += \"org.scala-lang\" %% \"scala3-repl\" % \"<SCALA_VERSION>\" "],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"mdoc/src/main/scala-3/mdoc/internal/markdown/MarkdownCompiler.scala","pattern":"new AbstractFileClassLoader(target, appClassLoader)","replaceWith":"new AbstractFileClassLoader(target, appClassLoader, interruptInstrumentation = \"\")","selectVersion":{"min":"3.8.0"}},{"path":"build.sbt","pattern":"def scala3 = \"3.3.7\"","replaceWith":"def scala3 = \"<SCALA_VERSION>\""}]}""" org.scalameta%mdoc org.scalameta%mdoc-cli org.scalameta%mdoc-js org.scalameta%mdoc-js-worker org.scalameta%mdoc-parser org.scalameta%mdoc-runtime"
87
88[info] [launcher] getting org.scala-sbt sbt 1.11.7 (this may take some time)...
89[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
90[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
91[info] loading project definition from /build/repo/project
92[info] compiling 8 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 9.045s.
95[warn] /build/repo/mdoc-sbt/src/main/scala/mdoc/DocusaurusPlugin.scala:153:12: method jar in object IO is deprecated (since 1.3.2): Please specify whether to use a static timestamp
96[warn] IO.jar(files, jar, new java.util.jar.Manifest())
97[warn] ^
98[warn] one warning found
99[info] done compiling
100/build/repo/build.sbt:100: warning: method sonatypeOssRepos in class ResolverFunctions is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
101 resolvers += Resolver.sonatypeCentralSnapshots
102 resolvers ++= Resolver.sonatypeOssRepos("public"),
103 ^
104/build/repo/build.sbt:101: warning: method sonatypeOssRepos in class ResolverFunctions is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
105 resolvers += Resolver.sonatypeCentralSnapshots
106 resolvers ++= Resolver.sonatypeOssRepos("releases"),
107 ^
108/build/repo/build.sbt:102: warning: method sonatypeOssRepos in class ResolverFunctions is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
109 resolvers += Resolver.sonatypeCentralSnapshots
110 resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
111 ^
112[info] loading settings for project repo from build.sbt...
113[info] resolving key references (17793 settings) ...
114error: failed to load sbt-mdoc.properties
115[info] set current project to mdocRoot (in build file:/build/repo/)
116Execute setCrossScalaVersions: 3.8.0-RC2
117OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in cli/crossScalaVersions
118OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in unitJS/crossScalaVersions
119OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in jsdocs/crossScalaVersions
120OpenCB::Changing crossVersion 3.7.3 -> 3.8.0-RC2 in plugin/crossScalaVersions
121OpenCB::Limitting incorrect crossVersions List() -> List(2.13.17) in repo/crossScalaVersions
122OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in jsApi/crossScalaVersions
123OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in js/crossScalaVersions
124OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in worksheets/crossScalaVersions
125OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in jsWorker/crossScalaVersions
126OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in testsInput/crossScalaVersions
127OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in runtime/crossScalaVersions
128OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in parserNative/crossScalaVersions
129OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in tests/crossScalaVersions
130OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in unit/crossScalaVersions
131OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in interfaces/crossScalaVersions
132OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in parser/crossScalaVersions
133OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in jswebsitedocs/crossScalaVersions
134OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in parserJS/crossScalaVersions
135OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in mdoc/crossScalaVersions
136[info] set current project to mdocRoot (in build file:/build/repo/)
137[info] Setting Scala version to 3.8.0-RC2 on 18 projects.
138[info] Switching Scala version on:
139[info] plugin (2.12.20, 3.8.0-RC2)
140[info] unitJS (2.12.20, 2.13.17, 3.8.0-RC2)
141[info] interfaces (2.12.20, 2.13.17, 3.8.0-RC2)
142[info] parser (2.12.20, 2.13.17, 3.8.0-RC2)
143[info] parserJS (2.12.20, 2.13.17, 3.8.0-RC2)
144[info] tests (2.12.20, 2.13.17, 3.8.0-RC2)
145[info] testsInput (2.12.20, 2.13.17, 3.8.0-RC2)
146[info] parserNative (2.12.20, 2.13.17, 3.8.0-RC2)
147[info] jswebsitedocs (2.12.20, 2.13.17, 3.8.0-RC2)
148[info] jsdocs (2.12.20, 2.13.17, 3.8.0-RC2)
149[info] worksheets (2.12.20, 2.13.17, 3.8.0-RC2)
150[info] mdoc (2.12.20, 2.13.17, 3.8.0-RC2)
151[info] jsWorker (2.12.20, 2.13.17, 3.8.0-RC2)
152[info] js (2.12.20, 2.13.17, 3.8.0-RC2)
153[info] unit (2.12.20, 2.13.17, 3.8.0-RC2)
154[info] cli (2.12.20, 2.13.17, 3.8.0-RC2)
155[info] jsApi (2.12.20, 2.13.17, 3.8.0-RC2)
156[info] runtime (2.12.20, 2.13.17, 3.8.0-RC2)
157[info] Excluding projects:
158[info] docs (2.12.20)
159[info] * repo (2.13.17)
160[info] Reapplying settings...
161[info] set current project to mdocRoot (in build file:/build/repo/)
162Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
163[info] Reapplying settings...
164[info] set current project to mdocRoot (in build file:/build/repo/)
165[info] Defining Global / credentials, cli / credentials and 18 others.
166[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 99 others.
167[info] Run `last` for details.
168[info] Reapplying settings...
169[info] set current project to mdocRoot (in build file:/build/repo/)
170Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
171[info] Reapplying settings...
172OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
173
174 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
175 Did you mean allExcludeDependencies ?
176 , retry without global scopes
177[info] Reapplying settings...
178[info] set current project to mdocRoot (in build file:/build/repo/)
179Execute removeScalacOptionsStartingWith: -P:wartremover
180[info] Reapplying settings...
181[info] set current project to mdocRoot (in build file:/build/repo/)
182[info] Defining mdoc / libraryDependencies
183[info] The new value will be used by mdoc / allDependencies, mdoc / dependencyPositions, mdoc / updatePgpSignatures / signaturesModule
184[info] Reapplying settings...
185[info] set current project to mdocRoot (in build file:/build/repo/)
186[success] Total time: 0 s, completed Nov 28, 2025, 1:01:44 PM
187Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set mdoc/libraryDependencies += \"org.scala-lang\" %% \"scala3-repl\" % \"<SCALA_VERSION>\" "],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"mdoc/src/main/scala-3/mdoc/internal/markdown/MarkdownCompiler.scala","pattern":"new AbstractFileClassLoader(target, appClassLoader)","replaceWith":"new AbstractFileClassLoader(target, appClassLoader, interruptInstrumentation = \"\")","selectVersion":{"min":"3.8.0"}},{"path":"build.sbt","pattern":"def scala3 = \"3.3.7\"","replaceWith":"def scala3 = \"<SCALA_VERSION>\""}]}
188Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
189Starting build...
190Projects: Set(interfaces, parser, mdoc, jsWorker, js, cli, jsApi, runtime)
191Starting build for ProjectRef(file:/build/repo/,mdoc) (mdoc)... [0/8]
192OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
193Compile scalacOptions: -language:implicitConversions, -Ximport-suggestion-timeout, 0, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
194[info] compiling 2 Scala sources to /build/repo/parser/jvm/target/scala-3.8.0-RC2/classes ...
195[info] compiling 8 Java sources to /build/repo/mdoc-interfaces/target/scala-3.8.0-RC2/classes ...
196[info] done compiling
197[info] compiling 16 Scala sources to /build/repo/runtime/target/scala-3.8.0-RC2/classes ...
198[info] done compiling
199[info] compiling 19 Scala sources to /build/repo/cli/target/scala-3.8.0-RC2/classes ...
200[info] done compiling
201[warn] there were 4 deprecation warnings; re-run with -deprecation for details
202[warn] one warning found
203[info] done compiling
204[info] compiling 68 Scala sources to /build/repo/mdoc/target/scala-3.8.0-RC2/classes ...
205[warn] there were 2 deprecation warnings; re-run with -deprecation for details
206[warn] one warning found
207[info] done compiling
208Starting build for ProjectRef(file:/build/repo/,interfaces) (mdoc-interfaces)... [1/8]
209Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
210Starting build for ProjectRef(file:/build/repo/,runtime) (mdoc-runtime)... [2/8]
211Compile scalacOptions: -language:implicitConversions, -Ximport-suggestion-timeout, 0, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
212Starting build for ProjectRef(file:/build/repo/,jsWorker) (mdoc-js-worker)... [3/8]
213Compile scalacOptions: -language:implicitConversions, -Ximport-suggestion-timeout, 0, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
214[info] compiling 6 Java sources to /build/repo/mdoc-js-interfaces/target/classes ...
215[info] done compiling
216[info] compiling 2 Scala sources to /build/repo/mdoc-js-worker/target/scala-3.8.0-RC2/classes ...
217[warn] there was 1 deprecation warning; re-run with -deprecation for details
218[warn] one warning found
219[info] done compiling
220Starting build for ProjectRef(file:/build/repo/,js) (mdoc-js)... [4/8]
221Compile scalacOptions: -language:implicitConversions, -Ximport-suggestion-timeout, 0, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
222[info] compiling 6 Scala sources to /build/repo/mdoc-js/target/scala-3.8.0-RC2/classes ...
223[info] done compiling
224Starting build for ProjectRef(file:/build/repo/,jsApi) (mdoc-js-interfaces)... [5/8]
225Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
226Starting build for ProjectRef(file:/build/repo/,parser) (mdoc-parser)... [6/8]
227Compile scalacOptions: -language:implicitConversions, -Ximport-suggestion-timeout, 0, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
228Starting build for ProjectRef(file:/build/repo/,cli) (mdoc-cli)... [7/8]
229Compile scalacOptions: -language:implicitConversions, -Ximport-suggestion-timeout, 0, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
230
231************************
232Build summary:
233[{
234 "module": "mdoc",
235 "compile": {"status": "ok", "tookMs": 21271, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
236 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
237 "test-compile": {"status": "ok", "tookMs": 381, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
238 "test": {"status": "ok", "tookMs": 321, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
239 "publish": {"status": "skipped", "tookMs": 0},
240 "metadata": {
241 "crossScalaVersions": ["2.12.20", "2.13.17"]
242}
243},{
244 "module": "mdoc-interfaces",
245 "compile": {"status": "ok", "tookMs": 46, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
246 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
247 "test-compile": {"status": "ok", "tookMs": 69, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
248 "test": {"status": "ok", "tookMs": 77, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
249 "publish": {"status": "skipped", "tookMs": 0},
250 "metadata": {
251 "crossScalaVersions": ["2.12.20", "2.13.17"]
252}
253},{
254 "module": "mdoc-runtime",
255 "compile": {"status": "ok", "tookMs": 94, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
256 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
257 "test-compile": {"status": "ok", "tookMs": 128, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
258 "test": {"status": "ok", "tookMs": 107, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
259 "publish": {"status": "skipped", "tookMs": 0},
260 "metadata": {
261 "crossScalaVersions": ["2.12.20", "2.13.17"]
262}
263},{
264 "module": "mdoc-js-worker",
265 "compile": {"status": "ok", "tookMs": 951, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
266 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
267 "test-compile": {"status": "ok", "tookMs": 143, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
268 "test": {"status": "ok", "tookMs": 133, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
269 "publish": {"status": "skipped", "tookMs": 0},
270 "metadata": {
271 "crossScalaVersions": ["2.12.20", "2.13.17"]
272}
273},{
274 "module": "mdoc-js",
275 "compile": {"status": "ok", "tookMs": 1953, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
276 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
277 "test-compile": {"status": "ok", "tookMs": 386, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
278 "test": {"status": "ok", "tookMs": 399, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
279 "publish": {"status": "skipped", "tookMs": 0},
280 "metadata": {
281 "crossScalaVersions": ["2.12.20", "2.13.17"]
282}
283},{
284 "module": "mdoc-js-interfaces",
285 "compile": {"status": "ok", "tookMs": 48, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
286 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
287 "test-compile": {"status": "ok", "tookMs": 85, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
288 "test": {"status": "ok", "tookMs": 69, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
289 "publish": {"status": "skipped", "tookMs": 0},
290 "metadata": {
291 "crossScalaVersions": ["2.12.20", "2.13.17"]
292}
293},{
294 "module": "mdoc-parser",
295 "compile": {"status": "ok", "tookMs": 58, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
296 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
297 "test-compile": {"status": "ok", "tookMs": 90, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
298 "test": {"status": "ok", "tookMs": 68, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
299 "publish": {"status": "skipped", "tookMs": 0},
300 "metadata": {
301 "crossScalaVersions": ["2.12.20", "2.13.17"]
302}
303},{
304 "module": "mdoc-cli",
305 "compile": {"status": "ok", "tookMs": 78, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
306 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
307 "test-compile": {"status": "ok", "tookMs": 117, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
308 "test": {"status": "ok", "tookMs": 107, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
309 "publish": {"status": "skipped", "tookMs": 0},
310 "metadata": {
311 "crossScalaVersions": ["2.12.20", "2.13.17"]
312}
313}]
314************************
315[success] Total time: 71 s (0:01:11.0), completed Nov 28, 2025, 1:02:56 PM
316[0JChecking patch project/plugins.sbt...
317Checking patch mdoc/src/main/scala-3/mdoc/internal/markdown/MarkdownCompiler.scala...
318Checking patch build.sbt...
319Applied patch project/plugins.sbt cleanly.
320Applied patch mdoc/src/main/scala-3/mdoc/internal/markdown/MarkdownCompiler.scala cleanly.
321Applied patch build.sbt cleanly.