Build Logs

softwaremill/sttp-apispec • 3.8.0-RC2:2025-11-27

Errors

0

Warnings

628

Total Lines

1050

1##################################
2Clonning https://github.com/softwaremill/sttp-apispec.git into /build/repo using revision v0.11.10
3##################################
4Note: switching to 'e47b8746e0ed633f71df47bf04f0aac84e29be1a'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21Would override fixed Scala version: 3.3.6
22----
23Preparing build for 3.8.0-RC2
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: build.sbt
34Pattern: val scala3 = "3.3.6"
35Replacement: val scala3 = "3.8.0-RC2"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scala3 = "3.3.6"' in build.sbt
40----
41Starting build for 3.8.0-RC2
42Execute tests: false
43sbt project found:
44Sbt version 1.11.2 is not supported, minimal supported version is 1.11.5
45Enforcing usage of sbt in version 1.11.5
46No prepare script found for project softwaremill/sttp-apispec
47##################################
48Scala version: 3.8.0-RC2
49Targets: com.softwaremill.sttp.apispec%apispec-model com.softwaremill.sttp.apispec%asyncapi-circe com.softwaremill.sttp.apispec%asyncapi-circe-yaml com.softwaremill.sttp.apispec%asyncapi-model com.softwaremill.sttp.apispec%jsonschema-circe com.softwaremill.sttp.apispec%openapi-circe com.softwaremill.sttp.apispec%openapi-circe-yaml com.softwaremill.sttp.apispec%openapi-model
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.6\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
51##################################
52Using extra scalacOptions: ,REQUIRE:-source:3.8
53Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
54[sbt_options] declare -a sbt_options=()
55[process_args] java_version = '17'
56[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
57# Executing command line:
58java
59-Dfile.encoding=UTF-8
60-Dcommunitybuild.scala=3.8.0-RC2
61-Dcommunitybuild.project.dependencies.add=
62-Xmx7G
63-Xms4G
64-Xss8M
65-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
66-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
67-jar
68/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
69"setCrossScalaVersions 3.8.0-RC2"
70"++3.8.0-RC2 -v"
71"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
72"set every credentials := Nil"
73"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
74"removeScalacOptionsStartingWith -P:wartremover"
75
76moduleMappings
77"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.6\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" com.softwaremill.sttp.apispec%apispec-model com.softwaremill.sttp.apispec%asyncapi-circe com.softwaremill.sttp.apispec%asyncapi-circe-yaml com.softwaremill.sttp.apispec%asyncapi-model com.softwaremill.sttp.apispec%jsonschema-circe com.softwaremill.sttp.apispec%openapi-circe com.softwaremill.sttp.apispec%openapi-circe-yaml com.softwaremill.sttp.apispec%openapi-model"
78
79[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
80[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
81[info] loading project definition from /build/repo/project
82[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
83[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
84[info] Compilation completed in 8.492s.
85[info] done compiling
86[info] STTP_NATIVE *not* defined, *not* including native in the aggregate projects
87[info] loading settings for project rootProject from build.sbt...
88[info] resolving key references (67667 settings) ...
89[info] set current project to sttp-apispec (in build file:/build/repo/)
90Execute setCrossScalaVersions: 3.8.0-RC2
91OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in asyncapiCirce3/crossScalaVersions
92OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in openapiModel3/crossScalaVersions
93OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in asyncapiCirce3/crossScalaVersions
94OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in openapiModel3/crossScalaVersions
95OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in apispecModelNative/crossScalaVersions
96OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in jsonSchemaCirceJS3/crossScalaVersions
97OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in jsonSchemaCirceJS3/crossScalaVersions
98OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in openapiCirceNative3/crossScalaVersions
99OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in openapiCirceNative3/crossScalaVersions
100OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in openapiComparatorTestsNative3/crossScalaVersions
101OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in openapiComparatorTestsNative3/crossScalaVersions
102OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in openapiCirceYaml/crossScalaVersions
103OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in openapiModel/crossScalaVersions
104OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in circeTestUtilsNative3/crossScalaVersions
105OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in circeTestUtilsNative3/crossScalaVersions
106OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in apispecModelNative3/crossScalaVersions
107OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in apispecModelNative3/crossScalaVersions
108OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in apispecModelJS/crossScalaVersions
109OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in openapiComparatorTestsJS/crossScalaVersions
110OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in asyncapiModel/crossScalaVersions
111OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in asyncapiCirce/crossScalaVersions
112OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in circeTestUtilsJS3/crossScalaVersions
113OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in circeTestUtilsJS3/crossScalaVersions
114OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in apispecModel/crossScalaVersions
115OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in asyncapiCirceJS3/crossScalaVersions
116OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in asyncapiCirceJS3/crossScalaVersions
117OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in openapiModelJS/crossScalaVersions
118OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in openapiComparatorTestsJS3/crossScalaVersions
119OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in openapiComparatorTestsJS3/crossScalaVersions
120OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in apispecModel3/crossScalaVersions
121OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in apispecModel3/crossScalaVersions
122OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in openapiCirceJS/crossScalaVersions
123OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in jsonSchemaCirceNative/crossScalaVersions
124OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in asyncapiCirceNative3/crossScalaVersions
125OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in asyncapiCirceNative3/crossScalaVersions
126OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in openapiModelNative/crossScalaVersions
127OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in asyncapiModelNative3/crossScalaVersions
128OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in asyncapiModelNative3/crossScalaVersions
129OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in openapiCirce3/crossScalaVersions
130OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in openapiCirce3/crossScalaVersions
131OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in openapiComparatorTests/crossScalaVersions
132OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in openapiCirceJS3/crossScalaVersions
133OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in openapiCirceJS3/crossScalaVersions
134OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in asyncapiModelJS3/crossScalaVersions
135OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in asyncapiModelJS3/crossScalaVersions
136OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in apispecModelJS3/crossScalaVersions
137OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in apispecModelJS3/crossScalaVersions
138OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in openapiCirceYaml3/crossScalaVersions
139OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in openapiCirceYaml3/crossScalaVersions
140OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in asyncapiCirceJS/crossScalaVersions
141OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in jsonSchemaCirceNative3/crossScalaVersions
142OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in jsonSchemaCirceNative3/crossScalaVersions
143OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in openapiModelJS3/crossScalaVersions
144OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in openapiModelJS3/crossScalaVersions
145OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in openapiComparatorTestsNative/crossScalaVersions
146OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in jsonSchemaCirce/crossScalaVersions
147OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in circeTestUtilsJS/crossScalaVersions
148OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in jsonSchemaCirce3/crossScalaVersions
149OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in jsonSchemaCirce3/crossScalaVersions
150OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in asyncapiCirceYaml3/crossScalaVersions
151OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in asyncapiCirceYaml3/crossScalaVersions
152OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in jsonSchemaCirceJS/crossScalaVersions
153OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in asyncapiModelNative/crossScalaVersions
154OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in openapiModelNative3/crossScalaVersions
155OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in openapiModelNative3/crossScalaVersions
156OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in openapiCirce/crossScalaVersions
157OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in circeTestUtilsNative/crossScalaVersions
158OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in circeTestUtils/crossScalaVersions
159OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in rootProject/crossScalaVersions
160OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in asyncapiCirceYaml/crossScalaVersions
161OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in asyncapiCirceNative/crossScalaVersions
162OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in asyncapiModelJS/crossScalaVersions
163OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in circeTestUtils3/crossScalaVersions
164OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in circeTestUtils3/crossScalaVersions
165OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in openapiComparatorTests3/crossScalaVersions
166OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in openapiComparatorTests3/crossScalaVersions
167OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.16) in openapiCirceNative/crossScalaVersions
168OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in asyncapiModel3/crossScalaVersions
169OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in asyncapiModel3/crossScalaVersions
170[info] set current project to sttp-apispec (in build file:/build/repo/)
171[info] Setting Scala version to 3.8.0-RC2 on 26 projects.
172[info] Switching Scala version on:
173[info] jsonSchemaCirceJS3 (3.8.0-RC2)
174[info] asyncapiCirceYaml3 (3.8.0-RC2)
175[info] asyncapiModelNative3 (3.8.0-RC2)
176[info] asyncapiCirce3 (3.8.0-RC2)
177[info] apispecModelNative3 (3.8.0-RC2)
178[info] apispecModel3 (3.8.0-RC2)
179[info] circeTestUtilsJS3 (3.8.0-RC2)
180[info] openapiComparatorTests3 (3.8.0-RC2)
181[info] openapiModelJS3 (3.8.0-RC2)
182[info] openapiModelNative3 (3.8.0-RC2)
183[info] asyncapiCirceJS3 (3.8.0-RC2)
184[info] asyncapiCirceNative3 (3.8.0-RC2)
185[info] openapiComparatorTestsJS3 (3.8.0-RC2)
186[info] openapiModel3 (3.8.0-RC2)
187[info] openapiCirceNative3 (3.8.0-RC2)
188[info] jsonSchemaCirce3 (3.8.0-RC2)
189[info] jsonSchemaCirceNative3 (3.8.0-RC2)
190[info] openapiCirce3 (3.8.0-RC2)
191[info] openapiCirceYaml3 (3.8.0-RC2)
192[info] openapiComparatorTestsNative3 (3.8.0-RC2)
193[info] apispecModelJS3 (3.8.0-RC2)
194[info] circeTestUtils3 (3.8.0-RC2)
195[info] circeTestUtilsNative3 (3.8.0-RC2)
196[info] openapiCirceJS3 (3.8.0-RC2)
197[info] asyncapiModelJS3 (3.8.0-RC2)
198[info] asyncapiModel3 (3.8.0-RC2)
199[info] Excluding projects:
200[info] jsonSchemaCirceJS (2.13.16)
201[info] circeTestUtilsJS2_12 (2.12.20)
202[info] openapiModel (2.13.16)
203[info] apispecModelNative (2.13.16)
204[info] openapiCirceJS2_12 (2.12.20)
205[info] circeTestUtilsJS (2.13.16)
206[info] asyncapiModelJS2_12 (2.12.20)
207[info] openapiModelNative (2.13.16)
208[info] asyncapiCirceJS (2.13.16)
209[info] openapiModelJS (2.13.16)
210[info] openapiComparatorTests (2.13.16)
211[info] asyncapiModel (2.13.16)
212[info] asyncapiCirce2_12 (2.12.20)
213[info] asyncapiCirceYaml (2.13.16)
214[info] asyncapiCirce (2.13.16)
215[info] circeTestUtils (2.13.16)
216[info] openapiCirce2_12 (2.12.20)
217[info] * rootProject (2.13.16)
218[info] openapiCirce (2.13.16)
219[info] asyncapiModelJS (2.13.16)
220[info] openapiModelJS2_12 (2.12.20)
221[info] openapiCirceNative (2.13.16)
222[info] apispecModelJS2_12 (2.12.20)
223[info] openapiComparatorTestsJS (2.13.16)
224[info] openapiComparatorTestsJS2_12 (2.12.20)
225[info] apispecModel2_12 (2.12.20)
226[info] circeTestUtilsNative (2.13.16)
227[info] openapiCirceYaml2_12 (2.12.20)
228[info] asyncapiModel2_12 (2.12.20)
229[info] openapiComparatorTests2_12 (2.12.20)
230[info] openapiModel2_12 (2.12.20)
231[info] jsonSchemaCirce (2.13.16)
232[info] asyncapiCirceJS2_12 (2.12.20)
233[info] asyncapiModelNative (2.13.16)
234[info] jsonSchemaCirceJS2_12 (2.12.20)
235[info] asyncapiCirceNative (2.13.16)
236[info] apispecModel (2.13.16)
237[info] circeTestUtils2_12 (2.12.20)
238[info] asyncapiCirceYaml2_12 (2.12.20)
239[info] openapiCirceYaml (2.13.16)
240[info] openapiComparatorTestsNative (2.13.16)
241[info] jsonSchemaCirceNative (2.13.16)
242[info] openapiCirceJS (2.13.16)
243[info] apispecModelJS (2.13.16)
244[info] jsonSchemaCirce2_12 (2.12.20)
245[info] Reapplying settings...
246[info] set current project to sttp-apispec (in build file:/build/repo/)
247Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
248[info] Reapplying settings...
249[info] set current project to sttp-apispec (in build file:/build/repo/)
250[info] Defining Global / credentials, apispecModel / credentials and 69 others.
251[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 567 others.
252[info] Run `last` for details.
253[info] Reapplying settings...
254[info] set current project to sttp-apispec (in build file:/build/repo/)
255Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
256[info] Reapplying settings...
257OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
258
259 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
260 Did you mean asyncapiCirceYaml3 / allExcludeDependencies ?
261 , retry without global scopes
262[info] Reapplying settings...
263[info] set current project to sttp-apispec (in build file:/build/repo/)
264Execute removeScalacOptionsStartingWith: -P:wartremover
265[info] Reapplying settings...
266[info] set current project to sttp-apispec (in build file:/build/repo/)
267[success] Total time: 0 s, completed Nov 27, 2025, 8:35:22 PM
268Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.6\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
269Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
270Starting build...
271Projects: Set(asyncapiCirceYaml3, asyncapiCirce3, apispecModel3, openapiModel3, jsonSchemaCirce3, openapiCirce3, openapiCirceYaml3, circeTestUtils3, asyncapiModel3)
272Starting build for ProjectRef(file:/build/repo/,asyncapiModel3) (asyncapi-model)... [0/9]
273OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
274OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
275OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
276Compile 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, 64, -Xmax-inlines, 64, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
277[info] compiling 8 Scala sources to /build/repo/apispec-model/target/jvm-3/classes ...
278[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/main/scala/sttp/apispec/validation/SchemaComparator.scala:39:17
279[warn] 39 | cache.put(key, recursiveValue)
280[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
281[warn] | unused value of type Option[V]
282[warn] -- [E175] Potential Issue Warning: /build/repo/apispec-model/src/main/scala/sttp/apispec/validation/SchemaComparator.scala:42:30
283[warn] 42 | finally cache.remove(key)
284[warn] | ^^^^^^^^^^^^^^^^^
285[warn] |discarded non-Unit value of type Option[V]. Add `: Unit` to discard silently.
286[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/main/scala/sttp/apispec/validation/SchemaComparator.scala:43:17
287[warn] 43 | cache.put(key, result)
288[warn] | ^^^^^^^^^^^^^^^^^^^^^^
289[warn] | unused value of type Option[V]
290[warn] three warnings found
291[info] done compiling
292[info] compiling 2 Scala sources to /build/repo/asyncapi-model/target/jvm-3/classes ...
293[info] done compiling
294Starting build for ProjectRef(file:/build/repo/,asyncapiCirce3) (asyncapi-circe)... [1/9]
295Compile 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, 64, -Xmax-inlines, 64, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
296[info] compiling 3 Scala sources to /build/repo/jsonschema-circe/target/jvm-3/classes ...
297[info] done compiling
298[info] compiling 1 Scala source to /build/repo/asyncapi-circe/target/jvm-3/classes ...
299[info] done compiling
300[info] compiling 1 Scala source to /build/repo/asyncapi-circe/target/jvm-3/test-classes ...
301[info] done compiling
302Starting build for ProjectRef(file:/build/repo/,jsonSchemaCirce3) (jsonschema-circe)... [2/9]
303Compile 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, 64, -Xmax-inlines, 64, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
304[info] compiling 1 Scala source to /build/repo/circe-testutils/target/jvm-3/classes ...
305[info] done compiling
306[info] compiling 2 Scala sources to /build/repo/jsonschema-circe/target/jvm-3/test-classes ...
307[warn] -- [E176] Potential Issue Warning: /build/repo/jsonschema-circe/src/test/scala/sttp/apispec/DecoderTest.scala:15:4
308[warn] 15 | assert(schema.isRight)
309[warn] | ^^^^^^^^^^^^^^^^^^^^^^
310[warn] | unused value of type org.scalatest.compatible.Assertion
311[warn] -- [E176] Potential Issue Warning: /build/repo/jsonschema-circe/src/test/scala/sttp/apispec/DecoderTest.scala:28:4
312[warn] 28 | assert(schema.isRight)
313[warn] | ^^^^^^^^^^^^^^^^^^^^^^
314[warn] | unused value of type org.scalatest.compatible.Assertion
315[warn] there were 4 deprecation warnings; re-run with -deprecation for details
316[warn] three warnings found
317[info] done compiling
318Starting build for ProjectRef(file:/build/repo/,asyncapiCirceYaml3) (asyncapi-circe-yaml)... [3/9]
319Compile 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, 64, -Xmax-inlines, 64, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
320[info] compiling 2 Scala sources to /build/repo/asyncapi-circe-yaml/target/jvm-3/classes ...
321[info] done compiling
322Starting build for ProjectRef(file:/build/repo/,openapiCirceYaml3) (openapi-circe-yaml)... [4/9]
323Compile 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, 64, -Xmax-inlines, 64, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
324[info] compiling 4 Scala sources to /build/repo/openapi-model/target/jvm-3/classes ...
325[warn] -- [E121] Pattern Match Warning: /build/repo/openapi-model/src/main/scala/sttp/apispec/openapi/validation/OpenAPIComparator.scala:95:15
326[warn] 95 | case _ => None
327[warn] | ^
328[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
329[warn] -- [E121] Pattern Match Warning: /build/repo/openapi-model/src/main/scala/sttp/apispec/openapi/validation/OpenAPIComparator.scala:97:11
330[warn] 97 | case _ => None
331[warn] | ^
332[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
333[warn] two warnings found
334[info] done compiling
335[info] compiling 3 Scala sources to /build/repo/openapi-circe/target/jvm-3/classes ...
336[info] done compiling
337[info] compiling 2 Scala sources to /build/repo/openapi-circe-yaml/target/jvm-3/classes ...
338[info] done compiling
339Starting build for ProjectRef(file:/build/repo/,apispecModel3) (apispec-model)... [5/9]
340Compile 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, 64, -Xmax-inlines, 64, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
341[info] compiling 5 Scala sources to /build/repo/apispec-model/target/jvm-3/test-classes ...
342[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/SchemaTest.scala:8:4
343[warn] 8 | assert(schema.nullable == Schema(SchemaType.String, SchemaType.Null))
344[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
345[warn] | unused value of type org.scalatest.compatible.Assertion
346[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/SchemaTest.scala:14:4
347[warn] 14 | assert(schema.nullable == Schema(anyOf = List(schema, Schema.Null)))
348[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
349[warn] | unused value of type org.scalatest.compatible.Assertion
350[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/SchemaTest.scala:20:4
351[warn] 20 | assert(schema.nullable == Schema(anyOf = List(Schema(SchemaType.String), Schema(SchemaType.Number), Schema.Null)))
352[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
353[warn] | unused value of type org.scalatest.compatible.Assertion
354[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/SchemaTest.scala:27:4
355[warn] 27 | assert(
356[warn] | ^
357[warn] | unused value of type org.scalatest.compatible.Assertion
358[warn] 28 | schema.nullable == Schema(
359[warn] 29 | `type` = Some(List(SchemaType.String, SchemaType.Null)),
360[warn] 30 | `enum` = Some(List("a", "b", "null").map(ExampleSingleValue(_)))
361[warn] 31 | )
362[warn] 32 | )
363[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/SchemaTest.scala:38:4
364[warn] 38 | assert(
365[warn] | ^
366[warn] | unused value of type org.scalatest.compatible.Assertion
367[warn] 39 | schema.nullable == Schema(
368[warn] 40 | `type` = Some(List(SchemaType.String, SchemaType.Null)),
369[warn] 41 | `enum` = Some(List("a", "null").map(ExampleSingleValue(_)))
370[warn] 42 | )
371[warn] 43 | )
372[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:8:4
373[warn] 8 | assert(b.toString == "(-inf,inf)")
374[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
375[warn] | unused value of type org.scalatest.compatible.Assertion
376[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:9:4
377[warn] 9 | assert(b.contains(b))
378[warn] | ^^^^^^^^^^^^^^^^^^^^^
379[warn] | unused value of type org.scalatest.compatible.Assertion
380[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:10:4
381[warn] 10 | assert(b.contains(Bounds(None, Some(Bound.inclusive(1)))))
382[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
383[warn] | unused value of type org.scalatest.compatible.Assertion
384[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:11:4
385[warn] 11 | assert(b.contains(Bounds(None, Some(Bound.exclusive(1)))))
386[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
387[warn] | unused value of type org.scalatest.compatible.Assertion
388[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:12:4
389[warn] 12 | assert(b.contains(Bounds(Some(Bound.inclusive(1)), None)))
390[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
391[warn] | unused value of type org.scalatest.compatible.Assertion
392[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:13:4
393[warn] 13 | assert(b.contains(Bounds(Some(Bound.exclusive(1)), None)))
394[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
395[warn] | unused value of type org.scalatest.compatible.Assertion
396[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:19:4
397[warn] 19 | assert(b.toString == "(-inf,10]")
398[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
399[warn] | unused value of type org.scalatest.compatible.Assertion
400[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:20:4
401[warn] 20 | assert(b.contains(b))
402[warn] | ^^^^^^^^^^^^^^^^^^^^^
403[warn] | unused value of type org.scalatest.compatible.Assertion
404[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:21:4
405[warn] 21 | assert(!b.contains(Bounds(None, None)))
406[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
407[warn] | unused value of type org.scalatest.compatible.Assertion
408[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:22:4
409[warn] 22 | assert(b.contains(Bounds(None, Some(Bound.exclusive(10)))))
410[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
411[warn] | unused value of type org.scalatest.compatible.Assertion
412[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:23:4
413[warn] 23 | assert(b.contains(Bounds(None, Some(Bound.inclusive(9)))))
414[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
415[warn] | unused value of type org.scalatest.compatible.Assertion
416[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:24:4
417[warn] 24 | assert(!b.contains(Bounds(None, Some(Bound.inclusive(11)))))
418[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
419[warn] | unused value of type org.scalatest.compatible.Assertion
420[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:25:4
421[warn] 25 | assert(b.contains(Bounds(Some(Bound.inclusive(0)), Some(Bound.inclusive(10)))))
422[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
423[warn] | unused value of type org.scalatest.compatible.Assertion
424[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:31:4
425[warn] 31 | assert(b.toString == "(-inf,10)")
426[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
427[warn] | unused value of type org.scalatest.compatible.Assertion
428[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:32:4
429[warn] 32 | assert(b.contains(b))
430[warn] | ^^^^^^^^^^^^^^^^^^^^^
431[warn] | unused value of type org.scalatest.compatible.Assertion
432[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:33:4
433[warn] 33 | assert(!b.contains(Bounds(None, None)))
434[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
435[warn] | unused value of type org.scalatest.compatible.Assertion
436[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:34:4
437[warn] 34 | assert(b.contains(Bounds(None, Some(Bound.exclusive(9)))))
438[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
439[warn] | unused value of type org.scalatest.compatible.Assertion
440[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:35:4
441[warn] 35 | assert(b.contains(Bounds(None, Some(Bound.inclusive(9)))))
442[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
443[warn] | unused value of type org.scalatest.compatible.Assertion
444[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:36:4
445[warn] 36 | assert(!b.contains(Bounds(None, Some(Bound.inclusive(10)))))
446[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
447[warn] | unused value of type org.scalatest.compatible.Assertion
448[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:37:4
449[warn] 37 | assert(!b.contains(Bounds(None, Some(Bound.inclusive(11)))))
450[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
451[warn] | unused value of type org.scalatest.compatible.Assertion
452[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:38:4
453[warn] 38 | assert(b.contains(Bounds(Some(Bound.inclusive(0)), Some(Bound.exclusive(10)))))
454[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
455[warn] | unused value of type org.scalatest.compatible.Assertion
456[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:39:4
457[warn] 39 | assert(!b.contains(Bounds(Some(Bound.inclusive(0)), Some(Bound.inclusive(10)))))
458[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
459[warn] | unused value of type org.scalatest.compatible.Assertion
460[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:45:4
461[warn] 45 | assert(b.toString == "[10,inf)")
462[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
463[warn] | unused value of type org.scalatest.compatible.Assertion
464[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:46:4
465[warn] 46 | assert(b.contains(b))
466[warn] | ^^^^^^^^^^^^^^^^^^^^^
467[warn] | unused value of type org.scalatest.compatible.Assertion
468[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:47:4
469[warn] 47 | assert(!b.contains(Bounds(None, None)))
470[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
471[warn] | unused value of type org.scalatest.compatible.Assertion
472[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:48:4
473[warn] 48 | assert(b.contains(Bounds(Some(Bound.exclusive(10)), None)))
474[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
475[warn] | unused value of type org.scalatest.compatible.Assertion
476[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:49:4
477[warn] 49 | assert(!b.contains(Bounds(Some(Bound.inclusive(9)), None)))
478[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
479[warn] | unused value of type org.scalatest.compatible.Assertion
480[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:50:4
481[warn] 50 | assert(b.contains(Bounds(Some(Bound.inclusive(11)), None)))
482[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
483[warn] | unused value of type org.scalatest.compatible.Assertion
484[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:51:4
485[warn] 51 | assert(b.contains(Bounds(Some(Bound.inclusive(10)), Some(Bound.inclusive(15)))))
486[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
487[warn] | unused value of type org.scalatest.compatible.Assertion
488[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:57:4
489[warn] 57 | assert(b.toString == "(10,inf)")
490[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
491[warn] | unused value of type org.scalatest.compatible.Assertion
492[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:58:4
493[warn] 58 | assert(b.contains(b))
494[warn] | ^^^^^^^^^^^^^^^^^^^^^
495[warn] | unused value of type org.scalatest.compatible.Assertion
496[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:59:4
497[warn] 59 | assert(!b.contains(Bounds(None, None)))
498[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
499[warn] | unused value of type org.scalatest.compatible.Assertion
500[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:60:4
501[warn] 60 | assert(b.contains(Bounds(Some(Bound.inclusive(11)), None)))
502[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
503[warn] | unused value of type org.scalatest.compatible.Assertion
504[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:61:4
505[warn] 61 | assert(b.contains(Bounds(Some(Bound.exclusive(10)), None)))
506[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
507[warn] | unused value of type org.scalatest.compatible.Assertion
508[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:62:4
509[warn] 62 | assert(!b.contains(Bounds(Some(Bound.inclusive(10)), None)))
510[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
511[warn] | unused value of type org.scalatest.compatible.Assertion
512[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:63:4
513[warn] 63 | assert(!b.contains(Bounds(Some(Bound.inclusive(9)), None)))
514[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
515[warn] | unused value of type org.scalatest.compatible.Assertion
516[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:64:4
517[warn] 64 | assert(!b.contains(Bounds(Some(Bound.inclusive(10)), Some(Bound.inclusive(15)))))
518[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
519[warn] | unused value of type org.scalatest.compatible.Assertion
520[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:65:4
521[warn] 65 | assert(b.contains(Bounds(Some(Bound.exclusive(10)), Some(Bound.inclusive(15)))))
522[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
523[warn] | unused value of type org.scalatest.compatible.Assertion
524[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:71:4
525[warn] 71 | assert(b.toString == "[0,10]")
526[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
527[warn] | unused value of type org.scalatest.compatible.Assertion
528[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:72:4
529[warn] 72 | assert(b.contains(b))
530[warn] | ^^^^^^^^^^^^^^^^^^^^^
531[warn] | unused value of type org.scalatest.compatible.Assertion
532[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:73:4
533[warn] 73 | assert(!b.contains(Bounds(None, None)))
534[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
535[warn] | unused value of type org.scalatest.compatible.Assertion
536[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:74:4
537[warn] 74 | assert(b.contains(Bounds(Some(Bound.exclusive(0)), Some(Bound.inclusive(10)))))
538[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
539[warn] | unused value of type org.scalatest.compatible.Assertion
540[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:75:4
541[warn] 75 | assert(b.contains(Bounds(Some(Bound.exclusive(0)), Some(Bound.exclusive(10)))))
542[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
543[warn] | unused value of type org.scalatest.compatible.Assertion
544[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:76:4
545[warn] 76 | assert(b.contains(Bounds(Some(Bound.inclusive(1)), Some(Bound.inclusive(9)))))
546[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
547[warn] | unused value of type org.scalatest.compatible.Assertion
548[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:77:4
549[warn] 77 | assert(!b.contains(Bounds(Some(Bound.inclusive(1)), Some(Bound.inclusive(11)))))
550[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
551[warn] | unused value of type org.scalatest.compatible.Assertion
552[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:83:4
553[warn] 83 | assert(b.toString == "(0,10)")
554[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
555[warn] | unused value of type org.scalatest.compatible.Assertion
556[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:84:4
557[warn] 84 | assert(b.contains(b))
558[warn] | ^^^^^^^^^^^^^^^^^^^^^
559[warn] | unused value of type org.scalatest.compatible.Assertion
560[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:85:4
561[warn] 85 | assert(!b.contains(Bounds(None, None)))
562[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
563[warn] | unused value of type org.scalatest.compatible.Assertion
564[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:86:4
565[warn] 86 | assert(!b.contains(Bounds(Some(Bound.inclusive(0)), Some(Bound.inclusive(10)))))
566[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
567[warn] | unused value of type org.scalatest.compatible.Assertion
568[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:87:4
569[warn] 87 | assert(!b.contains(Bounds(Some(Bound.exclusive(0)), Some(Bound.inclusive(10)))))
570[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
571[warn] | unused value of type org.scalatest.compatible.Assertion
572[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:88:4
573[warn] 88 | assert(!b.contains(Bounds(Some(Bound.inclusive(0)), Some(Bound.exclusive(10)))))
574[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
575[warn] | unused value of type org.scalatest.compatible.Assertion
576[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:89:4
577[warn] 89 | assert(b.contains(Bounds(Some(Bound.exclusive(0)), Some(Bound.exclusive(10)))))
578[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
579[warn] | unused value of type org.scalatest.compatible.Assertion
580[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:90:4
581[warn] 90 | assert(b.contains(Bounds(Some(Bound.exclusive(1)), Some(Bound.exclusive(9)))))
582[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
583[warn] | unused value of type org.scalatest.compatible.Assertion
584[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:91:4
585[warn] 91 | assert(!b.contains(Bounds(Some(Bound.inclusive(1)), Some(Bound.inclusive(11)))))
586[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
587[warn] | unused value of type org.scalatest.compatible.Assertion
588[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:92:4
589[warn] 92 | assert(!b.contains(Bounds(Some(Bound.inclusive(-1)), Some(Bound.inclusive(9)))))
590[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
591[warn] | unused value of type org.scalatest.compatible.Assertion
592[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/BoundsTest.scala:93:4
593[warn] 93 | assert(!b.contains(Bounds(Some(Bound.inclusive(-1)), Some(Bound.inclusive(11)))))
594[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
595[warn] | unused value of type org.scalatest.compatible.Assertion
596[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:127:4
597[warn] 127 | assert(compare(Schema.Nothing, Schema.Empty) == Nil)
598[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
599[warn] | unused value of type org.scalatest.compatible.Assertion
600[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:128:4
601[warn] 128 | assert(compare(Schema.Empty, Schema.Empty) == Nil)
602[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
603[warn] | unused value of type org.scalatest.compatible.Assertion
604[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:129:4
605[warn] 129 | assert(compare(stringSchema, Schema.Empty) == Nil)
606[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
607[warn] | unused value of type org.scalatest.compatible.Assertion
608[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:130:4
609[warn] 130 | assert(compare(opaqueSchema, Schema.Empty) == Nil)
610[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
611[warn] | unused value of type org.scalatest.compatible.Assertion
612[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:139:4
613[warn] 139 | assert(compare(Schema.Nothing, Schema.Nothing) == Nil)
614[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
615[warn] | unused value of type org.scalatest.compatible.Assertion
616[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:140:4
617[warn] 140 | assert(compare(Schema.Nothing, stringSchema) == Nil)
618[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
619[warn] | unused value of type org.scalatest.compatible.Assertion
620[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:141:4
621[warn] 141 | assert(compare(Schema.Nothing, opaqueSchema) == Nil)
622[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
623[warn] | unused value of type org.scalatest.compatible.Assertion
624[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:142:4
625[warn] 142 | assert(compare(Schema.Empty, Schema.Nothing) == List(NoValuesAllowed(Schema.Empty)))
626[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
627[warn] | unused value of type org.scalatest.compatible.Assertion
628[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:143:4
629[warn] 143 | assert(compare(stringSchema, Schema.Nothing) == List(NoValuesAllowed(stringSchema)))
630[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
631[warn] | unused value of type org.scalatest.compatible.Assertion
632[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:148:4
633[warn] 148 | assert(compare(integerSchema, numberSchema) == Nil)
634[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
635[warn] | unused value of type org.scalatest.compatible.Assertion
636[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:149:4
637[warn] 149 | assert(
638[warn] | ^
639[warn] | unused value of type org.scalatest.compatible.Assertion
640[warn] 150 | compare(stringSchema, integerSchema) == List(
641[warn] 151 | TypeMismatch(List(SchemaType.String), List(SchemaType.Integer))
642[warn] 152 | )
643[warn] 153 | )
644[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:154:4
645[warn] 154 | assert(
646[warn] | ^
647[warn] | unused value of type org.scalatest.compatible.Assertion
648[warn] 155 | compare(Schema(SchemaType.String, SchemaType.Integer), integerSchema) == List(
649[warn] 156 | TypeMismatch(List(SchemaType.String), List(SchemaType.Integer))
650[warn] 157 | )
651[warn] 158 | )
652[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:159:4
653[warn] 159 | assert(
654[warn] | ^
655[warn] | unused value of type org.scalatest.compatible.Assertion
656[warn] 160 | compare(
657[warn] 161 | Schema(SchemaType.String, SchemaType.Integer),
658[warn] 162 | Schema(SchemaType.Boolean, SchemaType.Integer)
659[warn] 163 | ) == List(
660[warn] 164 | TypeMismatch(List(SchemaType.String), List(SchemaType.Boolean, SchemaType.Integer))
661[warn] 165 | )
662[warn] 166 | )
663[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:176:4
664[warn] 176 | assert(compare(ref("String"), ref("String")) == Nil)
665[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
666[warn] | unused value of type org.scalatest.compatible.Assertion
667[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:177:4
668[warn] 177 | assert(
669[warn] | ^
670[warn] | unused value of type org.scalatest.compatible.Assertion
671[warn] 178 | compare(ref("String"), ref("Integer")) == List(
672[warn] 179 | TypeMismatch(List(SchemaType.String), List(SchemaType.Integer))
673[warn] 180 | )
674[warn] 181 | )
675[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:182:4
676[warn] 182 | assert(
677[warn] | ^
678[warn] | unused value of type org.scalatest.compatible.Assertion
679[warn] 183 | compare(ref("Something"), ref("Something")) == List(
680[warn] 184 | TypeMismatch(List(SchemaType.String), List(SchemaType.Integer))
681[warn] 185 | )
682[warn] 186 | )
683[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:187:4
684[warn] 187 | assert(compare(ref("Integer"), ref("Something")) == Nil)
685[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
686[warn] | unused value of type org.scalatest.compatible.Assertion
687[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:214:4
688[warn] 214 | assert(compare(writerTreeSchema, readerTreeSchema) == Nil)
689[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
690[warn] | unused value of type org.scalatest.compatible.Assertion
691[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:223:4
692[warn] 223 | assert(compare(stringSchema, stringSchema.nullable) == Nil)
693[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
694[warn] | unused value of type org.scalatest.compatible.Assertion
695[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:224:4
696[warn] 224 | assert(compare(opaqueSchema, opaqueSchema.nullable) == Nil)
697[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
698[warn] | unused value of type org.scalatest.compatible.Assertion
699[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:225:4
700[warn] 225 | assert(compare(ref("String"), ref("String").nullable) == Nil)
701[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
702[warn] | unused value of type org.scalatest.compatible.Assertion
703[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:230:4
704[warn] 230 | assert(
705[warn] | ^
706[warn] | unused value of type org.scalatest.compatible.Assertion
707[warn] 231 | compare(stringSchema.nullable, stringSchema) == List(
708[warn] 232 | TypeMismatch(List(SchemaType.Null), List(SchemaType.String))
709[warn] 233 | )
710[warn] 234 | )
711[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:235:4
712[warn] 235 | assert(
713[warn] | ^
714[warn] | unused value of type org.scalatest.compatible.Assertion
715[warn] 236 | compare(opaqueSchema.nullable, opaqueSchema) == List(
716[warn] 237 | IncompatibleUnionVariant(1, List(GeneralSchemaMismatch(Schema.Null, opaqueSchema)))
717[warn] 238 | )
718[warn] 239 | )
719[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:256:4
720[warn] 256 | assert(compare(enumSchema("a"), stringSchema) == Nil)
721[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
722[warn] | unused value of type org.scalatest.compatible.Assertion
723[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:257:4
724[warn] 257 | assert(compare(enumSchema("a"), enumSchema("a")) == Nil)
725[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
726[warn] | unused value of type org.scalatest.compatible.Assertion
727[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:258:4
728[warn] 258 | assert(compare(enumSchema("a"), enumSchema("a", "b")) == Nil)
729[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
730[warn] | unused value of type org.scalatest.compatible.Assertion
731[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:263:4
732[warn] 263 | assert(
733[warn] | ^
734[warn] | unused value of type org.scalatest.compatible.Assertion
735[warn] 264 | compare(stringSchema, enumSchema("a", "b")) == List(
736[warn] 265 | EnumMismatch(None, enums("a", "b"))
737[warn] 266 | )
738[warn] 267 | )
739[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:268:4
740[warn] 268 | assert(
741[warn] | ^
742[warn] | unused value of type org.scalatest.compatible.Assertion
743[warn] 269 | compare(enumSchema("a"), enumSchema("b")) == List(
744[warn] 270 | EnumMismatch(Some(enums("a")), enums("b"))
745[warn] 271 | )
746[warn] 272 | )
747[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:273:4
748[warn] 273 | assert(
749[warn] | ^
750[warn] | unused value of type org.scalatest.compatible.Assertion
751[warn] 274 | compare(enumSchema("a"), enumSchema("b", "c")) == List(
752[warn] 275 | EnumMismatch(Some(enums("a")), enums("b", "c"))
753[warn] 276 | )
754[warn] 277 | )
755[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:278:4
756[warn] 278 | assert(
757[warn] | ^
758[warn] | unused value of type org.scalatest.compatible.Assertion
759[warn] 279 | compare(enumSchema("a", "b"), enumSchema("c")) == List(
760[warn] 280 | EnumMismatch(Some(enums("a", "b")), enums("c"))
761[warn] 281 | )
762[warn] 282 | )
763[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:291:4
764[warn] 291 | assert(
765[warn] | ^
766[warn] | unused value of type org.scalatest.compatible.Assertion
767[warn] 292 | compare(
768[warn] 293 | stringSchema.copy(format = Some(SchemaFormat.Date)),
769[warn] 294 | stringSchema
770[warn] 295 | ) == Nil
771[warn] 296 | )
772[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:298:4
773[warn] 298 | assert(
774[warn] | ^
775[warn] | unused value of type org.scalatest.compatible.Assertion
776[warn] 299 | compare(
777[warn] 300 | integerSchema.copy(format = Some(SchemaFormat.Int32)),
778[warn] 301 | integerSchema.copy(format = Some(SchemaFormat.Int64))
779[warn] 302 | ) == Nil
780[warn] 303 | )
781[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:314:4
782[warn] 314 | assert(
783[warn] | ^
784[warn] | unused value of type org.scalatest.compatible.Assertion
785[warn] 315 | compare(
786[warn] 316 | stringSchema,
787[warn] 317 | stringSchema.copy(format = Some(SchemaFormat.Date))
788[warn] 318 | ) == List(
789[warn] 319 | FormatMismatch(None, SchemaFormat.Date)
790[warn] 320 | )
791[warn] 321 | )
792[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:323:4
793[warn] 323 | assert(
794[warn] | ^
795[warn] | unused value of type org.scalatest.compatible.Assertion
796[warn] 324 | compare(
797[warn] 325 | stringSchema.copy(format = Some(SchemaFormat.Binary)),
798[warn] 326 | stringSchema.copy(format = Some(SchemaFormat.Date))
799[warn] 327 | ) == List(
800[warn] 328 | FormatMismatch(Some(SchemaFormat.Binary), SchemaFormat.Date)
801[warn] 329 | )
802[warn] 330 | )
803[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:343:4
804[warn] 343 | assert(
805[warn] | ^
806[warn] | unused value of type org.scalatest.compatible.Assertion
807[warn] 344 | compare(
808[warn] 345 | integerSchema.copy(
809[warn] 346 | multipleOf = Some(BigDecimal(2)),
810[warn] 347 | minimum = Some(BigDecimal(1)),
811[warn] 348 | maximum = Some(BigDecimal(10))
812[warn] 349 | ),
813[warn] 350 | integerSchema
814[warn] 351 | ) == Nil
815[warn] 352 | )
816[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:371:4
817[warn] 371 | assert(
818[warn] | ^
819[warn] | unused value of type org.scalatest.compatible.Assertion
820[warn] 372 | compare(
821[warn] 373 | integerSchema,
822[warn] 374 | integerSchema.copy(
823[warn] 375 | multipleOf = Some(BigDecimal(2)),
824[warn] 376 | minimum = Some(BigDecimal(1)),
825[warn] 377 | maximum = Some(BigDecimal(10))
826[warn] 378 | )
827[warn] 379 | ) == List(
828[warn] 380 | MultipleOfMismatch(None, BigDecimal(2)),
829[warn] 381 | NumericBoundsMismatch(Bounds(None, None), Bounds(Some(Bound.inclusive(1)), Some(Bound.inclusive(10))))
830[warn] 382 | )
831[warn] 383 | )
832[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:408:4
833[warn] 408 | assert(
834[warn] | ^
835[warn] | unused value of type org.scalatest.compatible.Assertion
836[warn] 409 | compare(
837[warn] 410 | stringSchema.copy(
838[warn] 411 | maxLength = Some(10),
839[warn] 412 | minLength = Some(1),
840[warn] 413 | pattern = Some(Pattern("[a-z]+"))
841[warn] 414 | ),
842[warn] 415 | stringSchema
843[warn] 416 | ) == Nil
844[warn] 417 | )
845[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:436:4
846[warn] 436 | assert(
847[warn] | ^
848[warn] | unused value of type org.scalatest.compatible.Assertion
849[warn] 437 | compare(
850[warn] 438 | stringSchema,
851[warn] 439 | stringSchema.copy(
852[warn] 440 | maxLength = Some(10),
853[warn] 441 | minLength = Some(1),
854[warn] 442 | pattern = Some(Pattern("[a-z]+"))
855[warn] 443 | )
856[warn] 444 | ) == List(
857[warn] 445 | StringLengthBoundsMismatch(
858[warn] 446 | Bounds(Some(Bound.inclusive(0)), None),
859[warn] 447 | Bounds(Some(Bound.inclusive(1)), Some(Bound.inclusive(10)))
860[warn] 448 | ),
861[warn] 449 | PatternMismatch(None, Pattern("[a-z]+"))
862[warn] 450 | )
863[warn] 451 | )
864[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:595:4
865[warn] 595 | assert(
866[warn] | ^
867[warn] | unused value of type org.scalatest.compatible.Assertion
868[warn] 596 | compare(
869[warn] 597 | arraySchema.copy(
870[warn] 598 | items = Some(integerSchema),
871[warn] 599 | minItems = Some(1),
872[warn] 600 | maxItems = Some(5),
873[warn] 601 | uniqueItems = Some(true)
874[warn] 602 | ),
875[warn] 603 | arraySchema.copy(
876[warn] 604 | items = Some(numberSchema)
877[warn] 605 | )
878[warn] 606 | ) == Nil
879[warn] 607 | )
880[warn] -- [E176] Potential Issue Warning: /build/repo/apispec-model/src/test/scala/sttp/apispec/validation/SchemaComparatorTest.scala:696:4
881[warn] 696 | assert(
882[warn] | ^
883[warn] | unused value of type org.scalatest.compatible.Assertion
884[warn] 697 | compare(
885[warn] 698 | objectSchema.copy(
886[warn] 699 | additionalProperties = Some(integerSchema),
887[warn] 700 | propertyNames = Some(stringSchema.copy(maxLength = Some(8))),
888[warn] 701 | minProperties = Some(1),
889[warn] 702 | maxProperties = Some(10)
890[warn] 703 | ),
891[warn] 704 | objectSchema.copy(
892[warn] 705 | additionalProperties = Some(numberSchema)
893[warn] 706 | )
894[warn] 707 | ) == Nil
895[warn] 708 | )
896[warn] 101 warnings found
897[info] done compiling
898Starting build for ProjectRef(file:/build/repo/,openapiCirce3) (openapi-circe)... [6/9]
899Compile 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, 64, -Xmax-inlines, 64, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
900[info] compiling 3 Scala sources to /build/repo/openapi-circe/target/jvm-3/test-classes ...
901[warn] -- [E176] Potential Issue Warning: /build/repo/openapi-circe/src/test/scala/sttp/apispec/openapi/circe/DecoderTest.scala:24:4
902[warn] 24 | assert(openapi.info.title === "API")
903[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
904[warn] | unused value of type org.scalatest.compatible.Assertion
905[warn] -- [E176] Potential Issue Warning: /build/repo/openapi-circe/src/test/scala/sttp/apispec/openapi/circe/DecoderTest.scala:26:4
906[warn] 26 | assert(schemas.nonEmpty)
907[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
908[warn] | unused value of type org.scalatest.compatible.Assertion
909[warn] -- [E176] Potential Issue Warning: /build/repo/openapi-circe/src/test/scala/sttp/apispec/openapi/circe/DecoderTest.scala:27:4
910[warn] 27 | assert(schemas("anything_boolean") === AnySchema.Anything)
911[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
912[warn] | unused value of type org.scalatest.compatible.Assertion
913[warn] -- [E176] Potential Issue Warning: /build/repo/openapi-circe/src/test/scala/sttp/apispec/openapi/circe/DecoderTest.scala:34:4
914[warn] 34 | assert(openapi.info.title === "API")
915[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
916[warn] | unused value of type org.scalatest.compatible.Assertion
917[warn] -- [E176] Potential Issue Warning: /build/repo/openapi-circe/src/test/scala/sttp/apispec/openapi/circe/DecoderTest.scala:36:4
918[warn] 36 | assert(schemas.nonEmpty)
919[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
920[warn] | unused value of type org.scalatest.compatible.Assertion
921[warn] -- [E176] Potential Issue Warning: /build/repo/openapi-circe/src/test/scala/sttp/apispec/openapi/circe/DecoderTest.scala:37:4
922[warn] 37 | assert(schemas("anything_object") === AnySchema.Anything)
923[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
924[warn] | unused value of type org.scalatest.compatible.Assertion
925[warn] -- [E176] Potential Issue Warning: /build/repo/openapi-circe/src/test/scala/sttp/apispec/openapi/circe/DecoderTest.scala:43:4
926[warn] 43 | assert(openapi.info.title === "API")
927[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
928[warn] | unused value of type org.scalatest.compatible.Assertion
929[warn] -- [E176] Potential Issue Warning: /build/repo/openapi-circe/src/test/scala/sttp/apispec/openapi/circe/DecoderTest.scala:50:4
930[warn] 50 | assert(openapi.info.title === "API")
931[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
932[warn] | unused value of type org.scalatest.compatible.Assertion
933[warn] -- [E176] Potential Issue Warning: /build/repo/openapi-circe/src/test/scala/sttp/apispec/openapi/circe/DecoderTest.scala:62:4
934[warn] 62 | assert(securityScheme.flows.map(_.clientCredentials.map(_.tokenUrl)) === expectedToken)
935[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
936[warn] | unused value of type org.scalatest.compatible.Assertion
937[warn] -- [E176] Potential Issue Warning: /build/repo/openapi-circe/src/test/scala/sttp/apispec/openapi/circe/DecoderTest.scala:73:4
938[warn] 73 | assert(securityScheme.flows.map(_.clientCredentials.map(_.tokenUrl)) === expectedToken)
939[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
940[warn] | unused value of type org.scalatest.compatible.Assertion
941[warn] 10 warnings found
942[info] done compiling
943Starting build for ProjectRef(file:/build/repo/,openapiModel3) (openapi-model)... [7/9]
944Compile 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, 64, -Xmax-inlines, 64, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
945[info] compiling 1 Scala source to /build/repo/openapi-model/target/jvm-3/test-classes ...
946[info] done compiling
947Starting build for ProjectRef(file:/build/repo/,circeTestUtils3) (circe-testutils)... [8/9]
948Compile 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, 64, -Xmax-inlines, 64, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
949
950************************
951Build summary:
952[{
953 "module": "asyncapi-model",
954 "compile": {"status": "ok", "tookMs": 15165, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
955 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
956 "test-compile": {"status": "ok", "tookMs": 290, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
957 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
958 "publish": {"status": "skipped", "tookMs": 0},
959 "metadata": {
960 "crossScalaVersions": ["2.12.20", "3.3.6"]
961}
962},{
963 "module": "asyncapi-circe",
964 "compile": {"status": "ok", "tookMs": 8582, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
965 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
966 "test-compile": {"status": "ok", "tookMs": 1082, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
967 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
968 "publish": {"status": "skipped", "tookMs": 0},
969 "metadata": {
970 "crossScalaVersions": ["2.12.20", "3.3.6"]
971}
972},{
973 "module": "jsonschema-circe",
974 "compile": {"status": "ok", "tookMs": 129, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
975 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
976 "test-compile": {"status": "ok", "tookMs": 1266, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
977 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
978 "publish": {"status": "skipped", "tookMs": 0},
979 "metadata": {
980 "crossScalaVersions": ["2.12.20", "3.3.6"]
981}
982},{
983 "module": "asyncapi-circe-yaml",
984 "compile": {"status": "ok", "tookMs": 725, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
985 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
986 "test-compile": {"status": "ok", "tookMs": 334, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
987 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
988 "publish": {"status": "skipped", "tookMs": 0},
989 "metadata": {
990 "crossScalaVersions": ["2.12.20", "3.3.6"]
991}
992},{
993 "module": "openapi-circe-yaml",
994 "compile": {"status": "ok", "tookMs": 9058, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
995 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
996 "test-compile": {"status": "ok", "tookMs": 317, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
997 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
998 "publish": {"status": "skipped", "tookMs": 0},
999 "metadata": {
1000 "crossScalaVersions": ["2.12.20", "3.3.6"]
1001}
1002},{
1003 "module": "apispec-model",
1004 "compile": {"status": "ok", "tookMs": 44, "warnings": 3, "errors": 0, "sourceVersion": "3.8"},
1005 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1006 "test-compile": {"status": "ok", "tookMs": 3414, "warnings": 101, "errors": 0, "sourceVersion": "3.8"},
1007 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1008 "publish": {"status": "skipped", "tookMs": 0},
1009 "metadata": {
1010 "crossScalaVersions": ["2.12.20", "3.3.6"]
1011}
1012},{
1013 "module": "openapi-circe",
1014 "compile": {"status": "ok", "tookMs": 252, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1015 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1016 "test-compile": {"status": "ok", "tookMs": 2144, "warnings": 10, "errors": 0, "sourceVersion": "3.8"},
1017 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1018 "publish": {"status": "skipped", "tookMs": 0},
1019 "metadata": {
1020 "crossScalaVersions": ["2.12.20", "3.3.6"]
1021}
1022},{
1023 "module": "openapi-model",
1024 "compile": {"status": "ok", "tookMs": 104, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
1025 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1026 "test-compile": {"status": "ok", "tookMs": 726, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1027 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1028 "publish": {"status": "skipped", "tookMs": 0},
1029 "metadata": {
1030 "crossScalaVersions": ["2.12.20", "3.3.6"]
1031}
1032},{
1033 "module": "circe-testutils",
1034 "compile": {"status": "ok", "tookMs": 53, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1035 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1036 "test-compile": {"status": "ok", "tookMs": 97, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1037 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1038 "publish": {"status": "ok", "tookMs": 3},
1039 "metadata": {
1040 "crossScalaVersions": ["2.12.20", "3.3.6"]
1041}
1042}]
1043************************
1044[success] Total time: 68 s (0:01:08.0), completed Nov 27, 2025, 8:36:30 PM
1045[0JChecking patch project/plugins.sbt...
1046Checking patch project/build.properties...
1047Checking patch build.sbt...
1048Applied patch project/plugins.sbt cleanly.
1049Applied patch project/build.properties cleanly.
1050Applied patch build.sbt cleanly.