Build Logs

indoorvivants/subatomic • 3.8.0-RC2:2025-11-28

Errors

192

Warnings

13

Total Lines

639

1##################################
2Clonning https://github.com/indoorvivants/subatomic.git into /build/repo using revision v0.0.9
3##################################
4Note: switching to '473d72bb771a1c3f77f531f62350ea9d127392da'.
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----
31Starting build for 3.8.0-RC2
32Execute tests: true
33sbt project found:
34Sbt version 1.10.7 is not supported, minimal supported version is 1.11.5
35Enforcing usage of sbt in version 1.11.5
36No prepare script found for project indoorvivants/subatomic
37##################################
38Scala version: 3.8.0-RC2
39Targets: com.indoorvivants%subatomic-builders com.indoorvivants%subatomic-core com.indoorvivants%subatomic-search-cli com.indoorvivants%subatomic-search-frontend-pack com.indoorvivants%subatomic-search-indexer com.indoorvivants%subatomic-search-retrieve com.indoorvivants%subatomic-search-shared
40Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/unmanagedSources/excludeFilter := HiddenFileFilter || \"MdocJSTests.scala\"","disableFatalWarnings"],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
41##################################
42Using extra scalacOptions: ,REQUIRE:-source:3.8
43Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
44[sbt_options] declare -a sbt_options=()
45[process_args] java_version = '17'
46[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
47# Executing command line:
48java
49-Dsbt.log.noformat=false
50-Xmx4G
51-Dcommunitybuild.scala=3.8.0-RC2
52-Dcommunitybuild.project.dependencies.add=
53-Xmx7G
54-Xms4G
55-Xss8M
56-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
57-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
58-jar
59/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
60"setCrossScalaVersions 3.8.0-RC2"
61"++3.8.0-RC2 -v"
62"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
63"set every credentials := Nil"
64"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
65"removeScalacOptionsStartingWith -P:wartremover"
66"set every Test/unmanagedSources/excludeFilter := HiddenFileFilter || "MdocJSTests.scala"; disableFatalWarnings"
67moduleMappings
68"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/unmanagedSources/excludeFilter := HiddenFileFilter || \"MdocJSTests.scala\"","disableFatalWarnings"],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}""" com.indoorvivants%subatomic-builders com.indoorvivants%subatomic-core com.indoorvivants%subatomic-search-cli com.indoorvivants%subatomic-search-frontend-pack com.indoorvivants%subatomic-search-indexer com.indoorvivants%subatomic-search-retrieve com.indoorvivants%subatomic-search-shared"
69
70[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
71[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
72[info] loading project definition from /build/repo/project
73[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
74[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
75[info] Compilation completed in 8.429s.
76[info] done compiling
77/build/repo/build.sbt:250: warning: method sonatypeRepo in class ResolverFunctions is deprecated (since 1.7.0): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
78 resolvers += Resolver.sonatypeCentralSnapshots
79
80 resolvers += Resolver.sonatypeRepo("snapshots")
81 ^
82/build/repo/build.sbt:429: warning: value scalafixScalaBinaryVersion in object autoImport is deprecated (since 0.12.1): scalafixScalaBinaryVersion now follows scalaVersion by default
83 scalafixScalaBinaryVersion := scalaBinaryVersion.value,
84 ^
85/build/repo/build.sbt:598: warning: Adaptation of argument list by inserting () is deprecated: this is unlikely to be what you want.
86 signature: DefinableTask.:=(v: S): sbt.Def.Setting[sbt.Task[S]]
87 given arguments: <none>
88 after adaptation: DefinableTask.:=((): Unit)
89pushRemoteCache := ()
90 ^
91/build/repo/build.sbt:599: warning: Adaptation of argument list by inserting () is deprecated: this is unlikely to be what you want.
92 signature: DefinableTask.:=(v: S): sbt.Def.Setting[sbt.Task[S]]
93 given arguments: <none>
94 after adaptation: DefinableTask.:=((): Unit)
95pullRemoteCache := ()
96 ^
97[info] loading settings for project repo from build.sbt...
98[info] resolving key references (37851 settings) ...
99[info] set current project to repo (in build file:/build/repo/)
100[warn] there's a key that's not used by any other settings/tasks:
101[warn]
102[warn] * ThisBuild / scalafixScalaBinaryVersion
103[warn] +- /build/repo/build.sbt:424
104[warn]
105[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
106[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
107Execute setCrossScalaVersions: 3.8.0-RC2
108OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in core3/crossScalaVersions
109OpenCB::Limitting incorrect crossVersions List(2.13.16) -> List(3.8.0-RC2) in core3/crossScalaVersions
110OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in searchIndex3/crossScalaVersions
111OpenCB::Limitting incorrect crossVersions List(2.13.16) -> List(3.8.0-RC2) in searchIndex3/crossScalaVersions
112OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in searchFrontendJS3/crossScalaVersions
113OpenCB::Limitting incorrect crossVersions List(2.13.16) -> List(3.8.0-RC2) in searchFrontendJS3/crossScalaVersions
114OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in searchIndexNative3/crossScalaVersions
115OpenCB::Limitting incorrect crossVersions List(2.13.16) -> List(3.8.0-RC2) in searchIndexNative3/crossScalaVersions
116OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in searchSharedJS3/crossScalaVersions
117OpenCB::Limitting incorrect crossVersions List(2.13.16) -> List(3.8.0-RC2) in searchSharedJS3/crossScalaVersions
118OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in searchIndexJS3/crossScalaVersions
119OpenCB::Limitting incorrect crossVersions List(2.13.16) -> List(3.8.0-RC2) in searchIndexJS3/crossScalaVersions
120OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in searchRetrieve3/crossScalaVersions
121OpenCB::Limitting incorrect crossVersions List(2.13.16) -> List(3.8.0-RC2) in searchRetrieve3/crossScalaVersions
122OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in searchRetrieveJS3/crossScalaVersions
123OpenCB::Limitting incorrect crossVersions List(2.13.16) -> List(3.8.0-RC2) in searchRetrieveJS3/crossScalaVersions
124OpenCB::Limitting incorrect crossVersions List(2.13.16) -> List(2.12.20) in plugin2_12/crossScalaVersions
125OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in builders3/crossScalaVersions
126OpenCB::Limitting incorrect crossVersions List(2.13.16) -> List(3.8.0-RC2) in builders3/crossScalaVersions
127OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in searchFrontendPack3/crossScalaVersions
128OpenCB::Limitting incorrect crossVersions List(2.13.16) -> List(3.8.0-RC2) in searchFrontendPack3/crossScalaVersions
129OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in searchRetrieveNative3/crossScalaVersions
130OpenCB::Limitting incorrect crossVersions List(2.13.16) -> List(3.8.0-RC2) in searchRetrieveNative3/crossScalaVersions
131OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in docs3/crossScalaVersions
132OpenCB::Limitting incorrect crossVersions List(2.13.16) -> List(3.8.0-RC2) in docs3/crossScalaVersions
133OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in searchCli3/crossScalaVersions
134OpenCB::Limitting incorrect crossVersions List(2.13.16) -> List(3.8.0-RC2) in searchCli3/crossScalaVersions
135OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in searchSharedNative3/crossScalaVersions
136OpenCB::Limitting incorrect crossVersions List(2.13.16) -> List(3.8.0-RC2) in searchSharedNative3/crossScalaVersions
137OpenCB::Changing crossVersion 3.3.5 -> 3.8.0-RC2 in searchShared3/crossScalaVersions
138OpenCB::Limitting incorrect crossVersions List(2.13.16) -> List(3.8.0-RC2) in searchShared3/crossScalaVersions
139[info] set current project to repo (in build file:/build/repo/)
140[info] Setting Scala version to 3.8.0-RC2 on 15 projects.
141[info] Switching Scala version on:
142[info] searchIndexNative3 (3.8.0-RC2)
143[info] searchFrontendPack3 (3.8.0-RC2)
144[info] searchSharedJS3 (3.8.0-RC2)
145[info] searchIndexJS3 (3.8.0-RC2)
146[info] core3 (3.8.0-RC2)
147[info] searchShared3 (3.8.0-RC2)
148[info] searchFrontendJS3 (3.8.0-RC2)
149[info] searchIndex3 (3.8.0-RC2)
150[info] searchRetrieve3 (3.8.0-RC2)
151[info] searchCli3 (3.8.0-RC2)
152[info] searchRetrieveJS3 (3.8.0-RC2)
153[info] builders3 (3.8.0-RC2)
154[info] searchSharedNative3 (3.8.0-RC2)
155[info] docs3 (3.8.0-RC2)
156[info] searchRetrieveNative3 (3.8.0-RC2)
157[info] Excluding projects:
158[info] searchCli (2.13.16)
159[info] searchIndexJS (2.13.16)
160[info] searchCliNative (2.13.16)
161[info] searchSharedNative (2.13.16)
162[info] root (2.13.16)
163[info] searchFrontendPack (2.13.16)
164[info] docs (2.13.16)
165[info] searchShared (2.13.16)
166[info] searchSharedJS (2.13.16)
167[info] searchRetrieveJS (2.13.16)
168[info] builders (2.13.16)
169[info] searchIndexNative (2.13.16)
170[info] searchRetrieve (2.13.16)
171[info] searchIndex (2.13.16)
172[info] * repo (2.13.16)
173[info] core (2.13.16)
174[info] searchRetrieveNative (2.13.16)
175[info] searchFrontendJS (2.13.16)
176[info] plugin2_12 (2.12.20)
177[info] Reapplying settings...
178[info] set current project to repo (in build file:/build/repo/)
179Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
180[info] Reapplying settings...
181[info] set current project to repo (in build file:/build/repo/)
182[info] Defining Global / credentials, builders / credentials and 32 others.
183[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 272 others.
184[info] Run `last` for details.
185[info] Reapplying settings...
186[info] set current project to repo (in build file:/build/repo/)
187Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
188[info] Reapplying settings...
189OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
190
191 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
192 Did you mean searchCliNative / allExcludeDependencies ?
193 , retry without global scopes
194[info] Reapplying settings...
195[info] set current project to repo (in build file:/build/repo/)
196Execute removeScalacOptionsStartingWith: -P:wartremover
197[info] Reapplying settings...
198[info] set current project to repo (in build file:/build/repo/)
199[info] Defining Global / excludeFilter, builders / headerResources / excludeFilter and 66 others.
200[info] The new values will be used by Compile / headerResources, Compile / headerSources and 490 others.
201[info] Run `last` for details.
202[info] Reapplying settings...
203[info] set current project to repo (in build file:/build/repo/)
204Execute disableFatalWarnings:
205[info] Reapplying settings...
206[info] set current project to repo (in build file:/build/repo/)
207[success] Total time: 0 s, completed Nov 28, 2025, 1:29:10 PM
208Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/unmanagedSources/excludeFilter := HiddenFileFilter || \"MdocJSTests.scala\"","disableFatalWarnings"],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
209Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
210Starting build...
211Projects: Set(searchFrontendPack3, core3, searchShared3, searchIndex3, searchRetrieve3, searchCli3, builders3)
212Starting build for ProjectRef(file:/build/repo/,core3) (subatomic-core)... [0/7]
213OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
214Compile scalacOptions: -Xsemanticdb, -semanticdb-target, /build/repo/modules/core/target/jvm-3/classes, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
215[info] compiling 20 Scala sources to /build/repo/modules/core/target/jvm-3/classes ...
216[warn] there was 1 deprecation warning; re-run with -deprecation for details
217[warn] one warning found
218[info] done compiling
219[info] compiling 7 Scala sources to /build/repo/modules/core/target/jvm-3/test-classes ...
220[info] done compiling
221[info] subatomic.SiteTests
222[info] + populate: addPage 183ms
223[info] + doesn't overwrite the site by default 106ms
224[info] + overwrites when explicitly told to 64ms
225[info] + copyAll - recursively copying assets 71ms
226[info] + addCopyOf - adding a copy 27ms
227[info] + adrdProcessed - delays evaluation 41ms
228[info] + addProcessed - invokes register and then retrieve 20ms
229[info] subatomic.DiscoverTests
230[info] + readYaml - reading YAML-like attributes from a markdown file 294ms
231[info] + someMarkdown - discovering content in a folder 243ms
232[info] subatomic.LinkerTests
233[info] + rooted 1ms
234[info] + missing 10ms
235[info] subatomic.SitePathTests
236[info] + render 0ms
237[info] + up: on root 1ms
238[info] + up: on nested 1ms
239[info] + prepend: to root 0ms
240[info] + prepend: to nested 0ms
241[info] + prepend: to RelPath 1ms
242[info] + fromRelPath 1ms
243[info] + toRelPath 0ms
244[info] subatomic.RelativizeLinksExtensionTests
245[info] + (link) When path is [/test], hello/world --> /test/hello/world 616ms
246[info] + (image link) When path is [/test], hello/world --> /test/hello/world 41ms
247[info] + (link) When path is [/], hello/world --> /hello/world 22ms
248[info] + (image link) When path is [/], hello/world --> /hello/world 20ms
249[info] + (link) When path is [/test], /hello/world --> /test/hello/world 16ms
250[info] + (image link) When path is [/test], /hello/world --> /test/hello/world 17ms
251[info] + (link) When path is [/], /hello/world --> /hello/world 10ms
252[info] + (image link) When path is [/], /hello/world --> /hello/world 7ms
253[info] + (link) When path is [/], #test-this --> #test-this 18ms
254[info] + (image link) When path is [/], #test-this --> #test-this 11ms
255[info] + (link) When path is [/test], #test-this --> #test-this 12ms
256[info] + (image link) When path is [/test], #test-this --> #test-this 13ms
257[info] + (link) When path is [/], hello/world#test-this --> /hello/world#test-this 18ms
258[info] + (image link) When path is [/], hello/world#test-this --> /hello/world#test-this 38ms
259[info] + (link) When path is [/test], hello/world#test-this --> /test/hello/world#test-this 15ms
260[info] + (image link) When path is [/test], hello/world#test-this --> /test/hello/world#test-this 16ms
261[info] subatomic.Scala3MdocTests
262[info] - mdoc works with scala 3 syntax 16s
263[info] subatomic.MdocTests
264[info] - mdoc works 15s
265[info] - mdoc works with variables 5s
266[info] - mdoc with dependencies works 6s
267[info] *************FAILURES**************
268[info] subatomic.MdocTests
269[error] - mdoc works 15s
270[error] SubatomicError: Failed to invoke Mdoc
271[error]
272[error] os.SubprocessException: Result of java…: 1
273[error]
274[error]
275[error] The following files were passed to mdoc:
276[error]
277[error] /tmp/7710121437633514808.md
278[error]
279[error] The full java command has been written to /tmp/11759440166586065589.tmp
280[error]
281[error] Not sure I can provide better error than that :(
282[error]
283[error] [INFO] 13:29:44 [MdocTests.scala:104] [MDOC] /tmp/7710121437633514808.md
284[error] [INFO] 13:29:44 [MdocTests.scala:104] error: failed to load subatomic.properties
285[error] [INFO] 13:29:53 [MdocTests.scala:104] [MDOC] [OUT] info: Compiling 1 file to /tmp/1398417385953613768/2837804363875821212.md
286[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] Exception in thread "main" java.lang.NoClassDefFoundError: dotty/tools/repl/AbstractFileClassLoader
287[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.MarkdownCompiler.compile(MarkdownCompiler.scala:170)
288[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.MarkdownBuilder$.buildDocument(MarkdownBuilder.scala:33)
289[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.Processor.processScalaInputs(Processor.scala:191)
290[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.Processor.processScalaInputs(Processor.scala:158)
291[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.Processor.processDocument(Processor.scala:55)
292[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.Markdown$.toMarkdown(Markdown.scala:135)
293[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.handleMarkdown(MainOps.scala:94)
294[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.handleFile(MainOps.scala:122)
295[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.$anonfun$1(MainOps.scala:168)
296[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at scala.collection.LinearSeqOps.foldLeft(LinearSeq.scala:186)
297[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at scala.collection.LinearSeqOps.foldLeft$(LinearSeq.scala:38)
298[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at scala.collection.immutable.List.foldLeft(List.scala:83)
299[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.generateCompleteSite(MainOps.scala:167)
300[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.run(MainOps.scala:189)
301[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps$.process(MainOps.scala:286)
302[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.MainProcess.process(Main.scala:40)
303[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.MainProcess.process$(Main.scala:34)
304[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.Main$.process(Main.scala:13)
305[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.MainProcess.process(Main.scala:36)
306[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.MainProcess.process$(Main.scala:34)
307[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.Main$.process(Main.scala:13)
308[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.Main$.main(Main.scala:15)
309[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.Main.main(Main.scala)
310[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] Caused by: java.lang.ClassNotFoundException: dotty.tools.repl.AbstractFileClassLoader
311[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
312[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
313[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
314[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] ... 23 more
315[error]
316[error] - mdoc works with variables 5s
317[error] SubatomicError: Failed to invoke Mdoc
318[error]
319[error] os.SubprocessException: Result of java…: 1
320[error]
321[error]
322[error] The following files were passed to mdoc:
323[error]
324[error] /tmp/8361621175453658142.md
325[error]
326[error] The full java command has been written to /tmp/3559110109628587485.tmp
327[error]
328[error] Not sure I can provide better error than that :(
329[error]
330[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] /tmp/8361621175453658142.md
331[error] [INFO] 13:30:00 [MdocTests.scala:104] error: failed to load subatomic.properties
332[error] [INFO] 13:30:02 [MdocTests.scala:104] [MDOC] [OUT] info: Compiling 1 file to /tmp/7825177525407369159/13709122576158028163.md
333[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] Exception in thread "main" java.lang.NoClassDefFoundError: dotty/tools/repl/AbstractFileClassLoader
334[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.MarkdownCompiler.compile(MarkdownCompiler.scala:170)
335[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.MarkdownBuilder$.buildDocument(MarkdownBuilder.scala:33)
336[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.Processor.processScalaInputs(Processor.scala:191)
337[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.Processor.processScalaInputs(Processor.scala:158)
338[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.Processor.processDocument(Processor.scala:55)
339[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.Markdown$.toMarkdown(Markdown.scala:135)
340[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.handleMarkdown(MainOps.scala:94)
341[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.handleFile(MainOps.scala:122)
342[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.$anonfun$1(MainOps.scala:168)
343[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at scala.collection.LinearSeqOps.foldLeft(LinearSeq.scala:186)
344[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at scala.collection.LinearSeqOps.foldLeft$(LinearSeq.scala:38)
345[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at scala.collection.immutable.List.foldLeft(List.scala:83)
346[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.generateCompleteSite(MainOps.scala:167)
347[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.run(MainOps.scala:189)
348[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps$.process(MainOps.scala:286)
349[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.MainProcess.process(Main.scala:40)
350[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.MainProcess.process$(Main.scala:34)
351[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.Main$.process(Main.scala:13)
352[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.MainProcess.process(Main.scala:36)
353[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.MainProcess.process$(Main.scala:34)
354[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.Main$.process(Main.scala:13)
355[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.Main$.main(Main.scala:15)
356[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.Main.main(Main.scala)
357[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] Caused by: java.lang.ClassNotFoundException: dotty.tools.repl.AbstractFileClassLoader
358[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
359[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
360[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
361[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] [ERR] ... 23 more
362[error]
363[error] - mdoc with dependencies works 6s
364[error] SubatomicError: Failed to invoke Mdoc
365[error]
366[error] os.SubprocessException: Result of java…: 1
367[error]
368[error]
369[error] The following files were passed to mdoc:
370[error]
371[error] /tmp/6654348314983389106.md
372[error]
373[error] The full java command has been written to /tmp/5536823559986438663.tmp
374[error]
375[error] Not sure I can provide better error than that :(
376[error]
377[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] /tmp/6654348314983389106.md
378[error] [INFO] 13:30:06 [MdocTests.scala:104] [MDOC] dependencies org.typelevel::cats-effect:2.5.1
379[error] [INFO] 13:30:06 [MdocTests.scala:104] error: failed to load subatomic.properties
380[error] [INFO] 13:30:08 [MdocTests.scala:104] [MDOC] [OUT] info: Compiling 1 file to /tmp/16971276855758258357/6254735158074469674.md
381[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] Exception in thread "main" java.lang.NoClassDefFoundError: dotty/tools/repl/AbstractFileClassLoader
382[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.MarkdownCompiler.compile(MarkdownCompiler.scala:170)
383[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.MarkdownBuilder$.buildDocument(MarkdownBuilder.scala:33)
384[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.Processor.processScalaInputs(Processor.scala:191)
385[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.Processor.processScalaInputs(Processor.scala:158)
386[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.Processor.processDocument(Processor.scala:55)
387[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.Markdown$.toMarkdown(Markdown.scala:135)
388[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.handleMarkdown(MainOps.scala:94)
389[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.handleFile(MainOps.scala:122)
390[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.$anonfun$1(MainOps.scala:168)
391[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at scala.collection.LinearSeqOps.foldLeft(LinearSeq.scala:186)
392[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at scala.collection.LinearSeqOps.foldLeft$(LinearSeq.scala:38)
393[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at scala.collection.immutable.List.foldLeft(List.scala:83)
394[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.generateCompleteSite(MainOps.scala:167)
395[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.run(MainOps.scala:189)
396[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps$.process(MainOps.scala:286)
397[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.MainProcess.process(Main.scala:40)
398[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.MainProcess.process$(Main.scala:34)
399[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.Main$.process(Main.scala:13)
400[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.MainProcess.process(Main.scala:36)
401[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.MainProcess.process$(Main.scala:34)
402[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.Main$.process(Main.scala:13)
403[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.Main$.main(Main.scala:15)
404[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.Main.main(Main.scala)
405[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] Caused by: java.lang.ClassNotFoundException: dotty.tools.repl.AbstractFileClassLoader
406[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
407[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
408[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
409[error] [INFO] 13:30:12 [MdocTests.scala:104] [MDOC] [ERR] ... 23 more
410[error]
411[info] subatomic.Scala3MdocTests
412[error] - mdoc works with scala 3 syntax 16s
413[error] SubatomicError: Failed to invoke Mdoc
414[error]
415[error] os.SubprocessException: Result of java…: 1
416[error]
417[error]
418[error] The following files were passed to mdoc:
419[error]
420[error] /tmp/13050651962810761723.md
421[error]
422[error] The full java command has been written to /tmp/18312901759971114889.tmp
423[error]
424[error] Not sure I can provide better error than that :(
425[error]
426[error] [INFO] 13:29:44 [MdocTests.scala:104] [MDOC] /tmp/13050651962810761723.md
427[error] [INFO] 13:29:44 [MdocTests.scala:104] error: failed to load subatomic.properties
428[error] [INFO] 13:29:53 [MdocTests.scala:104] [MDOC] [OUT] info: Compiling 1 file to /tmp/5072624348327867605/15529874367809106548.md
429[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] Exception in thread "main" java.lang.NoClassDefFoundError: dotty/tools/repl/AbstractFileClassLoader
430[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.MarkdownCompiler.compile(MarkdownCompiler.scala:170)
431[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.MarkdownBuilder$.buildDocument(MarkdownBuilder.scala:33)
432[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.Processor.processScalaInputs(Processor.scala:191)
433[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.Processor.processScalaInputs(Processor.scala:158)
434[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.Processor.processDocument(Processor.scala:55)
435[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.markdown.Markdown$.toMarkdown(Markdown.scala:135)
436[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.handleMarkdown(MainOps.scala:94)
437[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.handleFile(MainOps.scala:122)
438[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.$anonfun$1(MainOps.scala:168)
439[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at scala.collection.LinearSeqOps.foldLeft(LinearSeq.scala:186)
440[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at scala.collection.LinearSeqOps.foldLeft$(LinearSeq.scala:38)
441[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at scala.collection.immutable.List.foldLeft(List.scala:83)
442[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.generateCompleteSite(MainOps.scala:167)
443[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps.run(MainOps.scala:189)
444[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.internal.cli.MainOps$.process(MainOps.scala:286)
445[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.MainProcess.process(Main.scala:40)
446[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.MainProcess.process$(Main.scala:34)
447[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.Main$.process(Main.scala:13)
448[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.MainProcess.process(Main.scala:36)
449[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.MainProcess.process$(Main.scala:34)
450[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.Main$.process(Main.scala:13)
451[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.Main$.main(Main.scala:15)
452[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at mdoc.Main.main(Main.scala)
453[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] Caused by: java.lang.ClassNotFoundException: dotty.tools.repl.AbstractFileClassLoader
454[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
455[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
456[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
457[error] [INFO] 13:30:00 [MdocTests.scala:104] [MDOC] [ERR] ... 23 more
458[error]
459Starting build for ProjectRef(file:/build/repo/,searchShared3) (subatomic-search-shared)... [1/7]
460Compile scalacOptions: -Xsemanticdb, -semanticdb-target, /build/repo/modules/search/shared/target/jvm-3/classes, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
461[info] compiling 6 Scala sources to /build/repo/modules/search/shared/target/jvm-3/classes ...
462[info] done compiling
463[info] compiling 3 Scala sources to /build/repo/modules/search/shared/target/jvm-3/test-classes ...
464[info] done compiling
465[info] subatomic.search.PorterStemmerTests
466[info] - stems?
467[info] subatomic.search.TokenizerTests
468[info] - handles spaces
469[info] - handles punctuation
470[info] - handles empty string
471[info] - handles one single token
472[info] - ignores stopwords
473[info] - handles possessive
474+ OK, passed 100 tests.
475[info] subatomic.search.CharTreeTests
476[info] - CharTree build and retrieval
477Starting build for ProjectRef(file:/build/repo/,searchCli3) (subatomic-search-cli)... [2/7]
478Compile scalacOptions: -Xsemanticdb, -semanticdb-target, /build/repo/modules/search/cli/target/jvm-3/classes, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
479[info] compiling 1 Scala source to /build/repo/modules/search/indexer/target/jvm-3/classes ...
480[info] done compiling
481[info] compiling 1 Scala source to /build/repo/modules/search/retrieve/target/jvm-3/classes ...
482[info] done compiling
483[info] compiling 1 Scala source to /build/repo/modules/search/cli/target/jvm-3/classes ...
484[info] done compiling
485Starting build for ProjectRef(file:/build/repo/,searchIndex3) (subatomic-search-indexer)... [3/7]
486Compile scalacOptions: -Xsemanticdb, -semanticdb-target, /build/repo/modules/search/indexer/target/jvm-3/classes, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
487[info] compiling 2 Scala sources to /build/repo/modules/search/indexer/target/jvm-3/test-classes ...
488[info] done compiling
489[info] subatomic.search.IndexerSuite
490[info] - all documents have entry in the index
491[info] - all words have entry in the index
492[info] - all terms have entries in the terms-to-documents mapping
493[info] - in document frequency is correctly calculated
494[info] - document index is correct
495[info] subatomic.search.JsonRoundtripTests
496[info] - SearchIndex roundtrip
497Starting build for ProjectRef(file:/build/repo/,searchRetrieve3) (subatomic-search-retrieve)... [4/7]
498Compile scalacOptions: -Xsemanticdb, -semanticdb-target, /build/repo/modules/search/retrieve/target/jvm-3/classes, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
499[info] compiling 2 Scala sources to /build/repo/modules/search/retrieve/target/jvm-3/test-classes ...
500[info] done compiling
501+ OK, passed 100 tests.
502+ OK, passed 100 tests.
503+ OK, passed 100 tests.
504+ OK, passed 100 tests.
505[info] subatomic.search.AlgorthimsSpec
506[info] - IDF is never zero
507[info] - TF is always positive
508[info] - TF is safe for empty documents
509[info] - TF is safe for terms that don't appear in the document
510[info] - TF is monotonic (unless the term is already most frequent)
511+ OK, passed 100 tests.
512[info] subatomic.search.SearchSuite
513[info] - search by one word
514[info] - search by two words
515[info] - ranking
516[info] - results are always in the correct order
517Starting build for ProjectRef(file:/build/repo/,searchFrontendPack3) (subatomic-search-frontend-pack)... [5/7]
518Compile scalacOptions: -Xsemanticdb, -semanticdb-target, /build/repo/modules/search/pack/target/jvm-3/classes, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
519[info] compiling 2 Scala sources to /build/repo/modules/search/pack/target/jvm-3/classes ...
520[info] done compiling
521OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,searchFrontendJS)), Zero, Zero, Zero)
522OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,searchFrontendJS)), Select(ConfigKey(compile)), Zero, Zero)
523OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,searchFrontendJS)), Select(ConfigKey(compile)), Select(compile), Zero)
524OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,searchRetrieveJS)), Zero, Zero, Zero)
525OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,searchIndexJS)), Zero, Zero, Zero)
526OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,searchRetrieveJS)), Select(ConfigKey(compile)), Zero, Zero)
527OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,searchSharedJS)), Zero, Zero, Zero)
528OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,searchRetrieveJS)), Select(ConfigKey(compile)), Select(compile), Zero)
529OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,searchIndexJS)), Select(ConfigKey(compile)), Zero, Zero)
530OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,searchSharedJS)), Select(ConfigKey(compile)), Zero, Zero)
531OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,searchIndexJS)), Select(ConfigKey(compile)), Select(compile), Zero)
532OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.16 module Scope(Select(ProjectRef(file:/build/repo/,searchSharedJS)), Select(ConfigKey(compile)), Select(compile), Zero)
533[info] compiling 6 Scala sources to /build/repo/modules/search/shared/target/js-2.13/classes ...
534[info] done compiling
535[info] compiling 1 Scala source to /build/repo/modules/search/indexer/target/js-2.13/classes ...
536[info] done compiling
537[info] compiling 1 Scala source to /build/repo/modules/search/retrieve/target/js-2.13/classes ...
538[info] done compiling
539[info] compiling 2 Scala sources to /build/repo/modules/search/frontend/target/js-2.13/classes ...
540[info] done compiling
541[info] Full optimizing /build/repo/modules/search/frontend/target/js-2.13/subatomic-search-frontend-opt
542[info] Closure: 0 error(s), 0 warning(s)
543Starting build for ProjectRef(file:/build/repo/,builders3) (subatomic-builders)... [6/7]
544Compile scalacOptions: -Xsemanticdb, -semanticdb-target, /build/repo/modules/builders/target/jvm-3/classes, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
545[info] compiling 25 Scala sources to /build/repo/modules/builders/target/jvm-3/classes ...
546[info] done compiling
547[info] compiling 3 Scala sources to /build/repo/modules/builders/target/jvm-3/test-classes ...
548[info] done compiling
549[info] subatomic.builders.SyntaxHighlightingTest
550[info] + default values 29ms
551[info] subatomic.builders.CliTest
552[info] + CLI supports --disable-mdoc flag 135ms
553[info] + CLI supports --overwrite flag 131ms
554[info] + CLI supports --destination flag 14ms
555[info] + CLI options are all optional 7ms
556[info] + CLI supports --test-search-cli flag 3ms
557[info] + CLI supports --test-search-query flag 9ms
558[info] subatomic.builders.LibrarySiteTest
559[info] + discovery: attributes and paths 247ms
560[info] + discovery: Mdoc config 138ms
561
562************************
563Build summary:
564[{
565 "module": "subatomic-core",
566 "compile": {"status": "ok", "tookMs": 12229, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
567 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
568 "test-compile": {"status": "ok", "tookMs": 3437, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
569 "test": {"status": "failed", "tookMs": 28767, "passed": 35, "failed": 4, "ignored": 0, "skipped": 0, "total": 39, "byFramework": [{"framework": "unknown", "stats": {"passed": 35, "failed": 4, "ignored": 0, "skipped": 0, "total": 39}}]},
570 "publish": {"status": "skipped", "tookMs": 0},
571 "metadata": {
572 "crossScalaVersions": ["2.13.16"]
573}
574},{
575 "module": "subatomic-search-shared",
576 "compile": {"status": "ok", "tookMs": 3463, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
577 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
578 "test-compile": {"status": "ok", "tookMs": 1260, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
579 "test": {"status": "ok", "tookMs": 2553, "passed": 8, "failed": 0, "ignored": 0, "skipped": 0, "total": 8, "byFramework": [{"framework": "unknown", "stats": {"passed": 8, "failed": 0, "ignored": 0, "skipped": 0, "total": 8}}]},
580 "publish": {"status": "skipped", "tookMs": 0},
581 "metadata": {
582 "crossScalaVersions": ["2.13.16"]
583}
584},{
585 "module": "subatomic-search-cli",
586 "compile": {"status": "ok", "tookMs": 2395, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
587 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
588 "test-compile": {"status": "ok", "tookMs": 268, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
589 "test": {"status": "ok", "tookMs": 301, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
590 "publish": {"status": "skipped", "tookMs": 0},
591 "metadata": {
592 "crossScalaVersions": ["2.13.16"]
593}
594},{
595 "module": "subatomic-search-indexer",
596 "compile": {"status": "ok", "tookMs": 106, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
597 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
598 "test-compile": {"status": "ok", "tookMs": 1057, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
599 "test": {"status": "ok", "tookMs": 291, "passed": 6, "failed": 0, "ignored": 0, "skipped": 0, "total": 6, "byFramework": [{"framework": "unknown", "stats": {"passed": 6, "failed": 0, "ignored": 0, "skipped": 0, "total": 6}}]},
600 "publish": {"status": "skipped", "tookMs": 0},
601 "metadata": {
602 "crossScalaVersions": ["2.13.16"]
603}
604},{
605 "module": "subatomic-search-retrieve",
606 "compile": {"status": "ok", "tookMs": 163, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
607 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
608 "test-compile": {"status": "ok", "tookMs": 1349, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
609 "test": {"status": "ok", "tookMs": 509, "passed": 9, "failed": 0, "ignored": 0, "skipped": 0, "total": 9, "byFramework": [{"framework": "unknown", "stats": {"passed": 9, "failed": 0, "ignored": 0, "skipped": 0, "total": 9}}]},
610 "publish": {"status": "skipped", "tookMs": 0},
611 "metadata": {
612 "crossScalaVersions": ["2.13.16"]
613}
614},{
615 "module": "subatomic-search-frontend-pack",
616 "compile": {"status": "ok", "tookMs": 395, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
617 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
618 "test-compile": {"status": "ok", "tookMs": 56754, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
619 "test": {"status": "ok", "tookMs": 455, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
620 "publish": {"status": "skipped", "tookMs": 0},
621 "metadata": {
622 "crossScalaVersions": ["2.13.16"]
623}
624},{
625 "module": "subatomic-builders",
626 "compile": {"status": "ok", "tookMs": 5965, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
627 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
628 "test-compile": {"status": "ok", "tookMs": 1772, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
629 "test": {"status": "ok", "tookMs": 1630, "passed": 9, "failed": 0, "ignored": 0, "skipped": 0, "total": 9, "byFramework": [{"framework": "unknown", "stats": {"passed": 9, "failed": 0, "ignored": 0, "skipped": 0, "total": 9}}]},
630 "publish": {"status": "skipped", "tookMs": 0},
631 "metadata": {
632 "crossScalaVersions": ["2.13.16"]
633}
634}]
635************************
636[error] Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: subatomic-core
637[error] (Global / runBuild) Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: subatomic-core
638[error] Total time: 158 s (0:02:38.0), completed Nov 28, 2025, 1:31:47 PM
639[0JBuild failed, not retrying.