Build Logs

katrix/minejson • 3.8.0-RC3:2025-12-04

Errors

300

Warnings

2

Total Lines

425

1##################################
2Clonning https://github.com/katrix/minejson.git into /build/repo using revision
3##################################
4----
5Preparing build for 3.8.0-RC3
6Scala binary version found: 3.8
7Implicitly using source version 3.8
8Scala binary version found: 3.8
9Implicitly using source version 3.8
10Would try to apply common scalacOption (best-effort, sbt/mill only):
11Append: ,REQUIRE:-source:3.8
12Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
13----
14Starting build for 3.8.0-RC3
15Execute tests: true
16sbt project found:
17Sbt version 1.6.2 is not supported, minimal supported version is 1.11.5
18Enforcing usage of sbt in version 1.11.5
19No prepare script found for project katrix/minejson
20##################################
21Scala version: 3.8.0-RC3
22Targets: net.katsstuff%minejson-text
23Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"disabled","migrationVersions":[],"sourcePatches":[]}
24##################################
25Using extra scalacOptions: ,REQUIRE:-source:3.8
26Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
27[sbt_options] declare -a sbt_options=()
28[process_args] java_version = '17'
29[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
30# Executing command line:
31java
32-Dfile.encoding=UTF-8
33-Dcommunitybuild.scala=3.8.0-RC3
34-Dcommunitybuild.project.dependencies.add=
35-Xmx7G
36-Xms4G
37-Xss8M
38-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
39-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
40-jar
41/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
42"setCrossScalaVersions 3.8.0-RC3"
43"++3.8.0-RC3 -v"
44"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
45"set every credentials := Nil"
46"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
47"removeScalacOptionsStartingWith -P:wartremover"
48
49moduleMappings
50"runBuild 3.8.0-RC3 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"disabled","migrationVersions":[],"sourcePatches":[]}""" net.katsstuff%minejson-text"
51
52[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
53[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
54[info] loading project definition from /build/repo/project
55[info] loading settings for project minejsonRoot from build.sbt...
56[info] set current project to minejsonRoot (in build file:/build/repo/)
57Execute setCrossScalaVersions: 3.8.0-RC3
58OpenCB::Changing crossVersion 3.1.0 -> 3.8.0-RC3 in minejsonRoot/crossScalaVersions
59OpenCB::Changing crossVersion 3.1.0 -> 3.8.0-RC3 in minejsonText/crossScalaVersions
60[info] set current project to minejsonRoot (in build file:/build/repo/)
61[info] Setting Scala version to 3.8.0-RC3 on 2 projects.
62[info] Switching Scala version on:
63[info] * minejsonRoot (2.13.8, 2.12.15, 3.8.0-RC3)
64[info] minejsonText (2.13.8, 2.12.15, 3.8.0-RC3)
65[info] Excluding projects:
66[info] Reapplying settings...
67[info] set current project to minejsonRoot (in build file:/build/repo/)
68Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
69[info] Reapplying settings...
70[info] set current project to minejsonRoot (in build file:/build/repo/)
71[info] Defining Global / credentials, credentials, minejsonText / credentials
72[info] The new values will be used by allCredentials, credentials and 7 others.
73[info] Run `last` for details.
74[info] Reapplying settings...
75[info] set current project to minejsonRoot (in build file:/build/repo/)
76Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
77[info] Reapplying settings...
78OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
79
80 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
81 Did you mean allExcludeDependencies ?
82 , retry without global scopes
83[info] Reapplying settings...
84[info] set current project to minejsonRoot (in build file:/build/repo/)
85Execute removeScalacOptionsStartingWith: -P:wartremover
86[info] Reapplying settings...
87[info] set current project to minejsonRoot (in build file:/build/repo/)
88[success] Total time: 0 s, completed Dec 4, 2025, 2:06:34 PM
89Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"disabled","migrationVersions":[],"sourcePatches":[]}
90Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Disabled,List()))
91Starting build...
92Projects: Set(minejsonText)
93Starting build for ProjectRef(file:/build/repo/,minejsonText) (minejson-text)... [0/1]
94OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
95OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
96OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
97Compile scalacOptions: -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
98[info] compiling 12 Scala sources to /build/repo/minejsonText/target/scala-3.8.0-RC3/classes ...
99[warn] there was 1 deprecation warning; re-run with -deprecation for details
100[warn] one warning found
101[info] done compiling
102[info] compiling 1 Scala source to /build/repo/minejsonText/target/scala-3.8.0-RC3/test-classes ...
103[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:26:22
104[error] 26 |import org.scalatest.{FunSuite, Matchers}
105[error] | ^^^^^^^^
106[error] | value FunSuite is not a member of org.scalatest
107[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:26:32
108[error] 26 |import org.scalatest.{FunSuite, Matchers}
109[error] | ^^^^^^^^
110[error] | value Matchers is not a member of org.scalatest
111[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:28:23
112[error] 28 |class TextSpec extends FunSuite with Matchers {
113[error] | ^^^^^^^^
114[error] | Not found: type FunSuite
115[error] |
116[error] | longer explanation available when compiling with `-explain`
117[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:28:37
118[error] 28 |class TextSpec extends FunSuite with Matchers {
119[error] | ^^^^^^^^
120[error] | Not found: type Matchers
121[error] |
122[error] | longer explanation available when compiling with `-explain`
123[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:30:2
124[error] 30 | test("A text should be constructed from no args") {
125[error] | ^^^^
126[error] | Not found: test
127[error] |
128[error] | longer explanation available when compiling with `-explain`
129[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:31:11
130[error] 31 | Text() should equal(Text.Empty)
131[error] | ^^^^^^^^^^^^^
132[error] | value should is not a member of net.katsstuff.minejson.text.Text
133[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:31:18
134[error] 31 | Text() should equal(Text.Empty)
135[error] | ^^^^^
136[error] | Not found: equal - did you mean equals?
137[error] |
138[error] | longer explanation available when compiling with `-explain`
139[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:34:2
140[error] 34 | test("A text with only text should return a literal text") {
141[error] | ^^^^
142[error] | Not found: test
143[error] |
144[error] | longer explanation available when compiling with `-explain`
145[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:35:16
146[error] 35 | Text("Foo") should equal(LiteralText("Foo"))
147[error] | ^^^^^^^^^^^^^^^^^^
148[error] | value should is not a member of net.katsstuff.minejson.text.LiteralText
149[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:35:23
150[error] 35 | Text("Foo") should equal(LiteralText("Foo"))
151[error] | ^^^^^
152[error] | Not found: equal - did you mean equals?
153[error] |
154[error] | longer explanation available when compiling with `-explain`
155[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:38:2
156[error] 38 | test("A text with only text and formatting should return a literal text") {
157[error] | ^^^^
158[error] | Not found: test
159[error] |
160[error] | longer explanation available when compiling with `-explain`
161[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:39:21
162[error] 39 | Text(Red, "Foo") should equal(LiteralText("Foo", format = TextFormat(Red)))
163[error] | ^^^^^^^^^^^^^^^^^^^^^^^
164[error] | value should is not a member of net.katsstuff.minejson.text.Text
165[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:39:28
166[error] 39 | Text(Red, "Foo") should equal(LiteralText("Foo", format = TextFormat(Red)))
167[error] | ^^^^^
168[error] | Not found: equal - did you mean equals?
169[error] |
170[error] | longer explanation available when compiling with `-explain`
171[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:42:2
172[error] 42 | test("A text should merge in children in a predictable manner") {
173[error] | ^^^^
174[error] | Not found: test
175[error] |
176[error] | longer explanation available when compiling with `-explain`
177[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:43:35
178[error] 43 | Text(Text("Foo"), Text("Bar")) should equal(LiteralText("FooBar"))
179[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
180[error] | value should is not a member of net.katsstuff.minejson.text.Text
181[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:43:42
182[error] 43 | Text(Text("Foo"), Text("Bar")) should equal(LiteralText("FooBar"))
183[error] | ^^^^^
184[error] | Not found: equal - did you mean equals?
185[error] |
186[error] | longer explanation available when compiling with `-explain`
187[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:46:2
188[error] 46 | test("Text with no children should remain unchanged") {
189[error] | ^^^^
190[error] | Not found: test
191[error] |
192[error] | longer explanation available when compiling with `-explain`
193[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:48:17
194[error] 48 | text.compact should equal(text)
195[error] | ^^^^^^^^^^^^^^^^^^^
196[error] | value should is not a member of net.katsstuff.minejson.text.Text
197[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:48:24
198[error] 48 | text.compact should equal(text)
199[error] | ^^^^^
200[error] | Not found: equal - did you mean equals?
201[error] |
202[error] | longer explanation available when compiling with `-explain`
203[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:51:2
204[error] 51 | test("Two texts with the same format should be mergeable") {
205[error] | ^^^^
206[error] | Not found: test
207[error] |
208[error] | longer explanation available when compiling with `-explain`
209[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:53:11
210[error] 53 | merged should contain(Text(Red, "FooBar"))
211[error] | ^^^^^^^^^^^^^
212[error] |value should is not a member of Option[net.katsstuff.minejson.text.Text]
213[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:53:18
214[error] 53 | merged should contain(Text(Red, "FooBar"))
215[error] | ^^^^^^^
216[error] | Not found: contain
217[error] |
218[error] | longer explanation available when compiling with `-explain`
219[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:56:2
220[error] 56 | test("Text with a single child should be compacted") {
221[error] | ^^^^
222[error] | Not found: test
223[error] |
224[error] | longer explanation available when compiling with `-explain`
225[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:58:17
226[error] 58 | text.compact should equal(Text(Red, "FooBar"))
227[error] | ^^^^^^^^^^^^^^^^^^^
228[error] | value should is not a member of net.katsstuff.minejson.text.Text
229[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:58:24
230[error] 58 | text.compact should equal(Text(Red, "FooBar"))
231[error] | ^^^^^
232[error] | Not found: equal - did you mean equals?
233[error] |
234[error] | longer explanation available when compiling with `-explain`
235[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:61:2
236[error] 61 | test("A text with formatting and two literal children should be compactable") {
237[error] | ^^^^
238[error] | Not found: test
239[error] |
240[error] | longer explanation available when compiling with `-explain`
241[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:62:48
242[error] 62 | Text(Red, Text("Foo"), Text("Bar")).compact should equal(LiteralText("FooBar", format = TextFormat(Red)))
243[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
244[error] | value should is not a member of net.katsstuff.minejson.text.Text
245[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:62:55
246[error] 62 | Text(Red, Text("Foo"), Text("Bar")).compact should equal(LiteralText("FooBar", format = TextFormat(Red)))
247[error] | ^^^^^
248[error] | Not found: equal - did you mean equals?
249[error] |
250[error] | longer explanation available when compiling with `-explain`
251[error] 28 errors found
252[error] (minejsonText / Test / compileIncremental) Compilation failed
253[info] compiling 1 Scala source to /build/repo/minejsonText/target/scala-3.8.0-RC3/test-classes ...
254[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:26:22
255[error] 26 |import org.scalatest.{FunSuite, Matchers}
256[error] | ^^^^^^^^
257[error] | value FunSuite is not a member of org.scalatest
258[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:26:32
259[error] 26 |import org.scalatest.{FunSuite, Matchers}
260[error] | ^^^^^^^^
261[error] | value Matchers is not a member of org.scalatest
262[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:28:23
263[error] 28 |class TextSpec extends FunSuite with Matchers {
264[error] | ^^^^^^^^
265[error] | Not found: type FunSuite
266[error] |
267[error] | longer explanation available when compiling with `-explain`
268[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:28:37
269[error] 28 |class TextSpec extends FunSuite with Matchers {
270[error] | ^^^^^^^^
271[error] | Not found: type Matchers
272[error] |
273[error] | longer explanation available when compiling with `-explain`
274[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:30:2
275[error] 30 | test("A text should be constructed from no args") {
276[error] | ^^^^
277[error] | Not found: test
278[error] |
279[error] | longer explanation available when compiling with `-explain`
280[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:31:11
281[error] 31 | Text() should equal(Text.Empty)
282[error] | ^^^^^^^^^^^^^
283[error] | value should is not a member of net.katsstuff.minejson.text.Text
284[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:31:18
285[error] 31 | Text() should equal(Text.Empty)
286[error] | ^^^^^
287[error] | Not found: equal - did you mean equals?
288[error] |
289[error] | longer explanation available when compiling with `-explain`
290[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:34:2
291[error] 34 | test("A text with only text should return a literal text") {
292[error] | ^^^^
293[error] | Not found: test
294[error] |
295[error] | longer explanation available when compiling with `-explain`
296[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:35:16
297[error] 35 | Text("Foo") should equal(LiteralText("Foo"))
298[error] | ^^^^^^^^^^^^^^^^^^
299[error] | value should is not a member of net.katsstuff.minejson.text.LiteralText
300[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:35:23
301[error] 35 | Text("Foo") should equal(LiteralText("Foo"))
302[error] | ^^^^^
303[error] | Not found: equal - did you mean equals?
304[error] |
305[error] | longer explanation available when compiling with `-explain`
306[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:38:2
307[error] 38 | test("A text with only text and formatting should return a literal text") {
308[error] | ^^^^
309[error] | Not found: test
310[error] |
311[error] | longer explanation available when compiling with `-explain`
312[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:39:21
313[error] 39 | Text(Red, "Foo") should equal(LiteralText("Foo", format = TextFormat(Red)))
314[error] | ^^^^^^^^^^^^^^^^^^^^^^^
315[error] | value should is not a member of net.katsstuff.minejson.text.Text
316[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:39:28
317[error] 39 | Text(Red, "Foo") should equal(LiteralText("Foo", format = TextFormat(Red)))
318[error] | ^^^^^
319[error] | Not found: equal - did you mean equals?
320[error] |
321[error] | longer explanation available when compiling with `-explain`
322[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:42:2
323[error] 42 | test("A text should merge in children in a predictable manner") {
324[error] | ^^^^
325[error] | Not found: test
326[error] |
327[error] | longer explanation available when compiling with `-explain`
328[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:43:35
329[error] 43 | Text(Text("Foo"), Text("Bar")) should equal(LiteralText("FooBar"))
330[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
331[error] | value should is not a member of net.katsstuff.minejson.text.Text
332[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:43:42
333[error] 43 | Text(Text("Foo"), Text("Bar")) should equal(LiteralText("FooBar"))
334[error] | ^^^^^
335[error] | Not found: equal - did you mean equals?
336[error] |
337[error] | longer explanation available when compiling with `-explain`
338[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:46:2
339[error] 46 | test("Text with no children should remain unchanged") {
340[error] | ^^^^
341[error] | Not found: test
342[error] |
343[error] | longer explanation available when compiling with `-explain`
344[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:48:17
345[error] 48 | text.compact should equal(text)
346[error] | ^^^^^^^^^^^^^^^^^^^
347[error] | value should is not a member of net.katsstuff.minejson.text.Text
348[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:48:24
349[error] 48 | text.compact should equal(text)
350[error] | ^^^^^
351[error] | Not found: equal - did you mean equals?
352[error] |
353[error] | longer explanation available when compiling with `-explain`
354[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:51:2
355[error] 51 | test("Two texts with the same format should be mergeable") {
356[error] | ^^^^
357[error] | Not found: test
358[error] |
359[error] | longer explanation available when compiling with `-explain`
360[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:53:11
361[error] 53 | merged should contain(Text(Red, "FooBar"))
362[error] | ^^^^^^^^^^^^^
363[error] |value should is not a member of Option[net.katsstuff.minejson.text.Text]
364[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:53:18
365[error] 53 | merged should contain(Text(Red, "FooBar"))
366[error] | ^^^^^^^
367[error] | Not found: contain
368[error] |
369[error] | longer explanation available when compiling with `-explain`
370[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:56:2
371[error] 56 | test("Text with a single child should be compacted") {
372[error] | ^^^^
373[error] | Not found: test
374[error] |
375[error] | longer explanation available when compiling with `-explain`
376[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:58:17
377[error] 58 | text.compact should equal(Text(Red, "FooBar"))
378[error] | ^^^^^^^^^^^^^^^^^^^
379[error] | value should is not a member of net.katsstuff.minejson.text.Text
380[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:58:24
381[error] 58 | text.compact should equal(Text(Red, "FooBar"))
382[error] | ^^^^^
383[error] | Not found: equal - did you mean equals?
384[error] |
385[error] | longer explanation available when compiling with `-explain`
386[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:61:2
387[error] 61 | test("A text with formatting and two literal children should be compactable") {
388[error] | ^^^^
389[error] | Not found: test
390[error] |
391[error] | longer explanation available when compiling with `-explain`
392[error] -- [E008] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:62:48
393[error] 62 | Text(Red, Text("Foo"), Text("Bar")).compact should equal(LiteralText("FooBar", format = TextFormat(Red)))
394[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
395[error] | value should is not a member of net.katsstuff.minejson.text.Text
396[error] -- [E006] Not Found Error: /build/repo/minejsonText/src/test/scala/net/katsstuff/minejson/text/TextSpec.scala:62:55
397[error] 62 | Text(Red, Text("Foo"), Text("Bar")).compact should equal(LiteralText("FooBar", format = TextFormat(Red)))
398[error] | ^^^^^
399[error] | Not found: equal - did you mean equals?
400[error] |
401[error] | longer explanation available when compiling with `-explain`
402[error] 28 errors found
403[error] (minejsonText / Test / compileIncremental) Compilation failed
404
405************************
406Build summary:
407[{
408 "module": "minejson-text",
409 "compile": {"status": "ok", "tookMs": 11601, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
410 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
411 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
412 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
413 "publish": {"status": "skipped", "tookMs": 0},
414 "metadata": {
415 "crossScalaVersions": ["2.13.8", "2.12.15", "3.1.0"]
416}
417}]
418************************
419[success] Total time: 29 s, completed Dec 4, 2025, 2:07:04 PM
420[0JChecking patch project/plugins.sbt...
421Checking patch project/build.properties...
422Checking patch build.sbt...
423Applied patch project/plugins.sbt cleanly.
424Applied patch project/build.properties cleanly.
425Applied patch build.sbt cleanly.