Build Logs
filosganga/jsonpath • 3.8.0-RC2:2025-11-28
Errors
0
Warnings
23
Total Lines
395
1##################################
2Clonning https://github.com/filosganga/jsonpath.git into /build/repo using revision v1.0.1
3##################################
4Note: switching to '59510f5e773a1343be11c4d1b8711aec1a61ad4b'.
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.1 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 filosganga/jsonpath
37##################################
38Scala version: 3.8.0-RC2
39Targets: com.filippodeluca%jsonpath-ast com.filippodeluca%jsonpath-circe com.filippodeluca%jsonpath-literal com.filippodeluca%jsonpath-parser
40Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"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 = '21'
46[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21/rt.jar'
47# Executing command line:
48java
49-Dfile.encoding=UTF-8
50-Dcommunitybuild.scala=3.8.0-RC2
51-Dcommunitybuild.project.dependencies.add=
52-Xmx7G
53-Xms4G
54-Xss8M
55-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
56-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21
57-jar
58/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
59"setCrossScalaVersions 3.8.0-RC2"
60"++3.8.0-RC2 -v"
61"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
62"set every credentials := Nil"
63"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
64"removeScalacOptionsStartingWith -P:wartremover"
65
66moduleMappings
67"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}""" com.filippodeluca%jsonpath-ast com.filippodeluca%jsonpath-circe com.filippodeluca%jsonpath-literal com.filippodeluca%jsonpath-parser"
68
69[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 21)
70[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
71[info] loading project definition from /build/repo/project
72[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
73[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
74[info] Compilation completed in 8.286s.
75[info] done compiling
76[info] loading settings for project root from build.sbt...
77[info] set current project to jsonpath (in build file:/build/repo/)
78[warn] there are 2 keys that are not used by any other settings/tasks:
79[warn]
80[warn] * ThisBuild / pomIncludeRepository
81[warn] +- /build/repo/build.sbt:44
82[warn] * ThisBuild / publishMavenStyle
83[warn] +- /build/repo/build.sbt:45
84[warn]
85[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
86[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
87Execute setCrossScalaVersions: 3.8.0-RC2
88OpenCB::Changing crossVersion 3.5.0 -> 3.8.0-RC2 in parser/crossScalaVersions
89OpenCB::Changing crossVersion 3.5.0 -> 3.8.0-RC2 in circe/crossScalaVersions
90OpenCB::Changing crossVersion 3.5.0 -> 3.8.0-RC2 in root/crossScalaVersions
91OpenCB::Changing crossVersion 3.5.0 -> 3.8.0-RC2 in ast/crossScalaVersions
92OpenCB::Changing crossVersion 3.5.0 -> 3.8.0-RC2 in literal/crossScalaVersions
93[info] set current project to jsonpath (in build file:/build/repo/)
94[info] Setting Scala version to 3.8.0-RC2 on 5 projects.
95[info] Switching Scala version on:
96[info] * root (3.8.0-RC2, 2.13.14)
97[info] parser (3.8.0-RC2, 2.13.14)
98[info] circe (3.8.0-RC2, 2.13.14)
99[info] literal (3.8.0-RC2, 2.13.14)
100[info] ast (3.8.0-RC2, 2.13.14)
101[info] Excluding projects:
102[info] Reapplying settings...
103[info] set current project to jsonpath (in build file:/build/repo/)
104Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
105[info] Reapplying settings...
106[info] set current project to jsonpath (in build file:/build/repo/)
107[info] Defining Global / credentials, ThisBuild / credentials and 4 others.
108[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 41 others.
109[info] Run `last` for details.
110[info] Reapplying settings...
111[info] set current project to jsonpath (in build file:/build/repo/)
112Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
113[info] Reapplying settings...
114OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
115
116 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
117 Did you mean allExcludeDependencies ?
118 , retry without global scopes
119[info] Reapplying settings...
120[info] set current project to jsonpath (in build file:/build/repo/)
121Execute removeScalacOptionsStartingWith: -P:wartremover
122[info] Reapplying settings...
123[info] set current project to jsonpath (in build file:/build/repo/)
124[success] Total time: 0 s, completed Nov 28, 2025, 2:56:38 PM
125Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
126Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
127Starting build...
128Projects: Set(ast, circe, literal, parser)
129Starting build for ProjectRef(file:/build/repo/,ast) (jsonpath-ast)... [0/4]
130OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
131OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
132OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
133Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Xsource:3, -Xsemanticdb, -semanticdb-target, /build/repo/modules/ast/target/scala-3.8.0-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
134[info] compiling 2 Scala sources to /build/repo/modules/ast/target/scala-3.8.0-RC2/classes ...
135[warn] bad option '-Xsource:3' was ignored
136[warn] one warning found
137[info] done compiling
138Starting build for ProjectRef(file:/build/repo/,circe) (jsonpath-circe)... [1/4]
139Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Xsource:3, -Xsemanticdb, -semanticdb-target, /build/repo/modules/circe/target/scala-3.8.0-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
140[info] compiling 1 Scala source to /build/repo/modules/circe/target/scala-3.8.0-RC2/classes ...
141[warn] bad option '-Xsource:3' was ignored
142[warn] one warning found
143[info] done compiling
144[info] compiling 1 Scala source to /build/repo/modules/circe/target/scala-3.8.0-RC2/test-classes ...
145[warn] bad option '-Xsource:3' was ignored
146[warn] one warning found
147[info] done compiling
148start: Some(1), end: None, step: 1, range: Vector(1, 2, 3, 4, 5)
149start: None, end: Some(3), step: 1, range: Vector(0, 1, 2)
150start: Some(1), end: Some(3), step: 1, range: Vector(1, 2)
151start: Some(1), end: Some(4), step: 2, range: Vector(1, 3)
152start: Some(-1), end: None, step: 1, range: Vector(5)
153start: Some(-3), end: Some(-1), step: 1, range: Vector(3, 4)
154start: Some(3), end: None, step: -1, range: Vector(3, 2, 1, 0)
155start: Some(-2), end: None, step: -1, range: Vector(4, 3, 2, 1, 0)
156start: None, end: Some(-4), step: -1, range: Vector(6, 5, 4, 3)
157start: None, end: Some(3), step: -1, range: Vector(6, 5, 4)
158start: Some(4), end: Some(3), step: -1, range: Vector(4)
159start: Some(-2), end: Some(-4), step: -1, range: Vector(4, 3)
160start: None, end: None, step: -2, range: Vector(6, 4, 2, 0)
161com.filippodeluca.jsonpath.circe.CirceSolverSuite:
162 + solve 'foo' on {"foo":"bar"} should return ["foo"] 0.009s
163 + solve true on {"foo":"bar"} should return [true] 0.001s
164 + solve false on {"foo":"bar"} should return [false] 0.0s
165 + solve 10 on {"foo":"bar"} should return [10] 0.001s
166 + solve @ on {"foo":"bar"} should return [{"foo":"bar"}] 0.0s
167 + solve $ on {"foo":"bar"} should return [{"foo":"bar"}] 0.001s
168 + solve $.foo on {"bar":"value"} should return [] 0.016s
169 + solve $.foo.bar on {"foo":{"bar":"value"}} should return ["value"] 0.001s
170 + solve $.foo.bar on {"foo":{"baz":"value"}} should return [] 0.0s
171 + solve @[1] on [0,1,2] should return [1] 0.003s
172 + solve @[-1] on [0,1,2] should return [2] 0.001s
173 + solve @[-2] on [0,1,2] should return [1] 0.0s
174 + solve @[-4] on [0,1,2] should return [] 0.001s
175 + solve @[3] on [0,1] should return [] 0.0s
176 + solve @.foo[1] on {"foo":[1,2,3]} should return [2] 0.0s
177 + solve @.foo.bar[1] on {"foo":{"bar":[1,2,3]}} should return [2] 0.0s
178 + solve @.foo[0].bar on {"foo":[{"bar":1},{"bar":2},{"bar":3}]} should return [1] 0.001s
179 + solve @.foo[0].bar on {"foo":[{"bar":1},{"bar":2},{"bar":3}]} should return [1]-1 0.0s
180 + solve $.* on [1,2,3] should return [1,2,3] 0.001s
181 + solve $.* on [{"a":1},{"b":2},{"c":3}] should return [{"a":1},{"b":2},{"c":3}] 0.0s
182 + solve $.* on {"foo":"fooValue","bar":"barValue","baz":"bazValue"} should return ["fooValue","barValue","bazValue"] 0.001s
183 + solve $.* on {"foo":{"a":1},"bar":{"b":2},"baz":{"c":3}} should return [{"a":1},{"b":2},{"c":3}] 0.0s
184 + solve @.foo[(@.arrName)][1] on {"foo":{"arrName":"bar","bar":[1,2,3]}} should return [2] 0.001s
185 + solve $.foo.bar[$.foo.barIndex] on {"foo":{"barIndex":2,"bar":[1,2,3]}} should return [3] 0.0s
186 + solve $.foo[?(@.enabled)] on {"foo":{"enabled":false,"bar":"Baz"}} should return [] 0.002s
187 + solve $.foo[?(@.enabled)] on {"foo":{"enabled":true,"bar":"Baz"}} should return [{"enabled":true,"bar":"Baz"}] 0.0s
188 + solve $.foo[?(@.enabled)] on {"foo":{"enabled":false,"bar":"Baz"}} should return []-1 0.001s
189 + solve $.foo[?((@.enabled) == (true))] on {"foo":{"enabled":false,"bar":"Baz"}} should return [] 0.0s
190 + solve $.foo[?(@.enabled)] on {"foo":[{"enabled":false,"bar":"Baz"},{"enabled":true,"bar":"Bazzinga"}]} should return [{"enabled":true,"bar":"Bazzinga"}] 0.001s
191 + solve $.foo[?(@.enabled)] on {"foo":[{"enabled":false,"bar":"Baz"},{"enabled":true,"bar":"Bazzinga"}]} should return [{"enabled":true,"bar":"Bazzinga"}]-1 0.001s
192 + solve $[1::] on [0,1,2,3,4,5] should return [[1,2,3,4,5]] 0.004s
193 + solve $[:3:] on [0,1,2,3,4,5] should return [[0,1,2]] 0.001s
194 + solve $[1:3:] on [0,1,2,3,4,5] should return [[1,2]] 0.0s
195 + solve $[1:4:2] on [0,1,2,3,4,5] should return [[1,3]] 0.001s
196 + solve $[-1::] on [0,1,2,3,4,5] should return [[5]] 0.0s
197 + solve $[-3:-1:] on [0,1,2,3,4,5] should return [[3,4]] 0.001s
198 + solve $[3::-1] on [0,1,2,3,4,5] should return [[3,2,1,0]] 0.001s
199 + solve $[-2::-1] on [0,1,2,3,4,5] should return [[4,3,2,1,0]] 0.001s
200 + solve $[:-4:-1] on [0,1,2,3,4,5] should return [[5,4,3]] 0.0s
201 + solve $[:3:-1] on [0,1,2,3,4,5] should return [[5,4]] 0.001s
202 + solve $[4:3:-1] on [0,1,2,3,4,5] should return [[4]] 0.0s
203 + solve $[-2:-4:-1] on [0,1,2,3,4,5] should return [[4,3]] 0.001s
204 + solve $[::-2] on [0,1,2,3,4,5] should return [[4,2,0]] 0.0s
205 + solve ('foo') == ('foo') on null should return [true] 0.001s
206 + solve (3) == (3) on null should return [true] 0.0s
207 + solve (3) == (5) on null should return [false] 0.0s
208 + solve ('3') == (3) on null should return [false] 0.0s
209 + solve (@) == (3) on 3 should return [true] 0.001s
210 + solve (@) == ('foo') on "foo" should return [true] 0.0s
211 + solve (@) == ('bar') on "foo" should return [false] 0.0s
212 + solve ($.foo) == ($.bar) on {"foo":8,"bar":9} should return [false] 0.001s
213 + solve ($.foo) == ($.bar) on {"foo":8,"bar":8} should return [true] 0.0s
214 + solve (9) > (8) on null should return [true] 0.002s
215 + solve (9) > (9) on null should return [false] 0.0s
216 + solve (8) > (9) on null should return [false] 0.001s
217 + solve ('9') > (8) on null should return [false] 0.0s
218 + solve ($.left) > ($.right) on {"left":9,"right":8} should return [true] 0.0s
219 + solve (9) > ($.right) on {"right":8} should return [true] 0.001s
220 + solve (9) < (8) on null should return [false] 0.001s
221 + solve (9) < (9) on null should return [false] 0.0s
222 + solve (8) < (9) on null should return [true] 0.0s
223 + solve ('9') < (8) on null should return [false] 0.0s
224 + solve ($.left) < ($.right) on {"left":8,"right":9} should return [true] 0.001s
225 + solve (9) >= (8) on null should return [true] 0.001s
226 + solve (9) >= (9) on null should return [true] 0.0s
227 + solve (8) >= (9) on null should return [false] 0.001s
228 + solve ('9') >= (8) on null should return [false] 0.0s
229 + solve ($.left) >= ($.right) on {"left":8,"right":8} should return [true] 0.0s
230 + solve ($.left) >= ($.right) on {"left":9,"right":8} should return [true] 0.001s
231 + solve (8) <= (9) on null should return [true] 0.0s
232 + solve (9) <= (9) on null should return [true] 0.001s
233 + solve (9) <= (8) on null should return [false] 0.0s
234 + solve ('8') <= (8) on null should return [false] 0.0s
235 + solve ($.left) <= ($.right) on {"left":8,"right":8} should return [true] 0.0s
236 + solve ($.left) <= ($.right) on {"left":8,"right":9} should return [true] 0.001s
237 + solve !(true) on null should return [false] 0.001s
238 + solve !($) on false should return [true] 0.0s
239 + solve !(@) on true should return [false] 0.0s
240 + solve false || false on null should return [false] 0.001s
241 + solve true || false on null should return [true] 0.001s
242 + solve false || true on null should return [true] 0.0s
243 + solve true || true on null should return [true] 0.0s
244 + solve false && false on null should return [false] 0.001s
245 + solve true && false on null should return [false] 0.001s
246 + solve false && true on null should return [false] 0.0s
247 + solve true && true on null should return [true] 0.0s
248 + solve 'bar' in $ on ["foo","bar","baz"] should return [true] 0.001s
249 + solve 'foo' in $ on {"foo":"bar"} should return [true] 0.001s
250 + solve 'foo' in $ on ["bar","baz"] should return [false] 0.0s
251 + solve 'foo' in $ on {"bar":"baz"} should return [false] 0.001s
252 + solve 1 + $ on 2 should return [3] 0.001s
253 + solve 1 + $ on -2 should return [-1] 0.0s
254 + solve 5 - $ on 2 should return [3] 0.001s
255 + solve 5 - $ on -2 should return [7] 0.001s
256 + solve 5 - 1 - $ on -2 should return [6] 0.0s
257 + solve 10 * $ on 2 should return [20] 0.001s
258 + solve 10 * $ on -1 should return [-10] 0.001s
259 + solve 5 / $ on -2 should return [-2.5] 0.001s
260 + solve 5 % $ on -2 should return [1] 0.001s
261 + solve 5 % $ on 5 should return [0] 0.0s
262 + solve 5 % $ on 1 should return [0] 0.001s
263 + solve 6 % $ on 3 should return [0] 0.0s
264 + solve [$] on 8 should return [8] 0.001s
265 + solve [$,$] on 8 should return [8,8] 0.0s
266 + solve [$.foo,@.bar] on {"foo":1,"bar":2} should return [1,2] 0.0s
267 + solve [$.foo,[@.bar,@.baz]] on {"foo":1,"bar":2,"baz":3} should return [1,2,3] 0.001s
268Starting build for ProjectRef(file:/build/repo/,literal) (jsonpath-literal)... [2/4]
269Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Xsource:3, -Xsemanticdb, -semanticdb-target, /build/repo/modules/literal/target/scala-3.8.0-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
270[info] compiling 1 Scala source to /build/repo/modules/parser/target/scala-3.8.0-RC2/classes ...
271[warn] bad option '-Xsource:3' was ignored
272[warn] one warning found
273[info] done compiling
274[info] compiling 1 Scala source to /build/repo/modules/literal/target/scala-3.8.0-RC2/classes ...
275[warn] bad option '-Xsource:3' was ignored
276[warn] one warning found
277[info] done compiling
278[info] compiling 1 Scala source to /build/repo/modules/literal/target/scala-3.8.0-RC2/test-classes ...
279[warn] bad option '-Xsource:3' was ignored
280[warn] one warning found
281[info] done compiling
282com.filippodeluca.jsonpath.LiteralSuite:
283 + should parse @.foo.bar 0.263s
284 + should parse $.foo.bar 0.001s
285Starting build for ProjectRef(file:/build/repo/,parser) (jsonpath-parser)... [3/4]
286Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Xsource:3, -Xsemanticdb, -semanticdb-target, /build/repo/modules/parser/target/scala-3.8.0-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
287[info] compiling 1 Scala source to /build/repo/modules/parser/target/scala-3.8.0-RC2/test-classes ...
288[warn] bad option '-Xsource:3' was ignored
289[warn] one warning found
290[info] done compiling
291com.filippodeluca.jsonpath.parser.JsonPathParserSuite:
292 + should parse $ 0.209s
293 + should parse ($) 0.0s
294 + should parse @ 0.001s
295 + should parse true 0.0s
296 + should parse 54.67 0.0s
297 + should parse '123' 0.001s
298 + should parse $.test 0.0s
299 + should parse $['$test'] 0.001s
300 + should parse $['@test'] 0.0s
301 + should parse $.* 0.001s
302 + should parse ($.*) 0.0s
303 + should parse $[*] 0.0s
304 + should parse @.foo.bar.baz 0.001s
305 + should parse @.foo['bar'].baz 0.0s
306 + should parse @.foo[('bar')].baz 0.001s
307 + should parse @.foo[(@.bar)].baz 0.0s
308 + should parse ! true 0.0s
309 + should parse !@.foo 0.001s
310 + should parse !(@.foo) 0.0s
311 + should parse true && false 0.0s
312 + should parse true||false 0.001s
313 + should parse 1 > 2.5 0.0s
314 + should parse 1.9 >=1.9 0.001s
315 + should parse 1.93 <=1 0.0s
316 + should parse 1 < 100 0.001s
317 + should parse 0.23 == 0.23 0.0s
318 + should parse 0.23 != 0.23 0.0s
319 + should parse $[1] 0.001s
320 + should parse $[-1] 0.0s
321 + should parse $[1:1:1] 0.001s
322 + should parse $[:] 0.0s
323 + should parse $[::] 0.0s
324 + should parse $[:3] 0.0s
325 + should parse $[1:3] 0.0s
326 + should parse $[::1] 0.001s
327 + should parse $[?(@.this == @.that)] 0.0s
328 + should parse $[?((@.big > @.small) || (@.first == @.second) && (@.first != @.third))] 0.001s
329 + should parse 1 + 2 0.0s
330 + should parse -1 + 2 0.0s
331 + should parse -1 + -2 0.0s
332 + should parse 1 - 2 0.001s
333 + should parse -1 - 2 0.0s
334 + should parse -1 - -2 0.0s
335 + should parse 1 * 2 0.0s
336 + should parse -1 * 2 0.001s
337 + should parse -1 * -2 0.0s
338 + should parse 1 / 2 0.0s
339 + should parse -1 / 2 0.001s
340 + should parse -1 / -2 0.0s
341 + should parse 1 % 2 0.0s
342 + should parse -1 % 2 0.0s
343 + should parse -1 % -2 0.001s
344
345************************
346Build summary:
347[{
348 "module": "jsonpath-ast",
349 "compile": {"status": "ok", "tookMs": 12132, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
350 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
351 "test-compile": {"status": "ok", "tookMs": 142, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
352 "test": {"status": "ok", "tookMs": 129, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
353 "publish": {"status": "skipped", "tookMs": 0},
354 "metadata": {
355 "crossScalaVersions": ["3.5.0", "2.13.14"]
356}
357},{
358 "module": "jsonpath-circe",
359 "compile": {"status": "ok", "tookMs": 1157, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
360 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
361 "test-compile": {"status": "ok", "tookMs": 2643, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
362 "test": {"status": "ok", "tookMs": 672, "passed": 106, "failed": 0, "ignored": 0, "skipped": 0, "total": 106, "byFramework": [{"framework": "munit", "stats": {"passed": 106, "failed": 0, "ignored": 0, "skipped": 0, "total": 106}}]},
363 "publish": {"status": "skipped", "tookMs": 0},
364 "metadata": {
365 "crossScalaVersions": ["3.5.0", "2.13.14"]
366}
367},{
368 "module": "jsonpath-literal",
369 "compile": {"status": "ok", "tookMs": 2058, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
370 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
371 "test-compile": {"status": "ok", "tookMs": 1031, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
372 "test": {"status": "ok", "tookMs": 494, "passed": 2, "failed": 0, "ignored": 0, "skipped": 0, "total": 2, "byFramework": [{"framework": "munit", "stats": {"passed": 2, "failed": 0, "ignored": 0, "skipped": 0, "total": 2}}]},
373 "publish": {"status": "skipped", "tookMs": 0},
374 "metadata": {
375 "crossScalaVersions": ["3.5.0", "2.13.14"]
376}
377},{
378 "module": "jsonpath-parser",
379 "compile": {"status": "ok", "tookMs": 98, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
380 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
381 "test-compile": {"status": "ok", "tookMs": 779, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
382 "test": {"status": "ok", "tookMs": 417, "passed": 52, "failed": 0, "ignored": 0, "skipped": 0, "total": 52, "byFramework": [{"framework": "munit", "stats": {"passed": 52, "failed": 0, "ignored": 0, "skipped": 0, "total": 52}}]},
383 "publish": {"status": "skipped", "tookMs": 0},
384 "metadata": {
385 "crossScalaVersions": ["3.5.0", "2.13.14"]
386}
387}]
388************************
389[success] Total time: 49 s, completed Nov 28, 2025, 2:57:27 PM
390[0JChecking patch project/plugins.sbt...
391Checking patch project/build.properties...
392Checking patch build.sbt...
393Applied patch project/plugins.sbt cleanly.
394Applied patch project/build.properties cleanly.
395Applied patch build.sbt cleanly.