Build Logs

kevin-lee/scala-hedgehog-extra • 3.7.4-RC2:2025-10-23

Errors

0

Warnings

483

Total Lines

889

1##################################
2Clonning https://github.com/kevin-lee/scala-hedgehog-extra.git into /build/repo using revision v0.17.0
3##################################
4Note: switching to 'a13a70b36af360d2fe424ccf0cd6e96fe1cac949'.
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.4
22----
23Preparing build for 3.7.4-RC2
24Scala binary version found: 3.7
25Implicitly using source version 3.7
26Scala binary version found: 3.7
27Implicitly using source version 3.7
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.7
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: build.sbt
34Pattern: val Scala3Version = "3.3.4"
35Replacement: val Scala3Version = "3.7.4-RC2"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val Scala3Version = "3.3.4"' in build.sbt
40----
41Starting build for 3.7.4-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 kevin-lee/scala-hedgehog-extra
47Warning: OPENCB_AKKA_REPO_TOKEN environment variable not set, skipping Akka secure repository configuration
48##################################
49Scala version: 3.7.4-RC2
50Targets: io.kevinlee%hedgehog-extra-core io.kevinlee%hedgehog-extra-refined io.kevinlee%hedgehog-extra-refined4s
51Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3Version = \"3.3.4\"","replaceWith":"val Scala3Version = \"<SCALA_VERSION>\""}]}
52##################################
53Using extra scalacOptions: ,REQUIRE:-source:3.7
54Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
55[sbt_options] declare -a sbt_options=()
56[process_args] java_version = '17'
57[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
58# Executing command line:
59java
60-Dfile.encoding=UTF-8
61-Dcommunitybuild.scala=3.7.4-RC2
62-Dcommunitybuild.project.dependencies.add=
63-Xmx7G
64-Xms4G
65-Xss8M
66-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
67-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
68-jar
69/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
70"setCrossScalaVersions 3.7.4-RC2"
71"++3.7.4-RC2 -v"
72"mapScalacOptions ",REQUIRE:-source:3.7,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
73"set every credentials := Nil"
74"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
75"removeScalacOptionsStartingWith -P:wartremover"
76
77moduleMappings
78"runBuild 3.7.4-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3Version = \"3.3.4\"","replaceWith":"val Scala3Version = \"<SCALA_VERSION>\""}]}""" io.kevinlee%hedgehog-extra-core io.kevinlee%hedgehog-extra-refined io.kevinlee%hedgehog-extra-refined4s"
79
80[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
81[info] loading settings for project repo-build from plugins.sbt...
82[info] loading project definition from /build/repo/project
83[info] loading settings for project hedgehog-extra from build.sbt...
84[info] resolving key references (12597 settings) ...
85[info]
86[info] __ __ ___ ____
87[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
88[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
89[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
90[info] /_/
91[info]
92[info] hedgehog-extra 0.17.0+0-a13a70b3+20251023-1311-SNAPSHOT
93[info] Scala 3.7.4-RC2
94[info] -----------------------------------------------------
95[info] Useful sbt tasks:
96[info] r: reload - Run reload
97[info] cln: clean - Run clean
98[info] c: compile - Run compile
99[info] cc: +compile - Run cross-scalaVersion compile
100[info] tc: Test/compile - Run Test/compile
101[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
102[info] t: test - Run test
103[info] ct: +test - Run cross-scalaVersion test
104[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
105[info] fmt: scalafmtAll - Run scalafmtAll
106[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
107[info] cfmt: +scalafmtAll - Run +scalafmtAll
108[info] fixchk: scalafixAll --check - Run scalafixAll --check
109[info] fix: scalafixAll - Run scalafixAll
110[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
111[info] cfix: +scalafixAll - Run +scalafixAll
112[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
113[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
114[info] pl: publishLocal - Run publishLocal
115Execute setCrossScalaVersions: 3.7.4-RC2
116OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in extraRefinedJVM/crossScalaVersions
117OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in extraRefinedJS/crossScalaVersions
118OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in extraCoreJS/crossScalaVersions
119OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in extraRefined4sJVM/crossScalaVersions
120OpenCB::Limitting incorrect crossVersions List() -> List(3.7.4-RC2) in extraRefined4sJVM/crossScalaVersions
121OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in extraRefined4sNative/crossScalaVersions
122OpenCB::Limitting incorrect crossVersions List() -> List(3.7.4-RC2) in extraRefined4sNative/crossScalaVersions
123OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in extraCoreJVM/crossScalaVersions
124OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in extraCoreNative/crossScalaVersions
125OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in extraRefined4sJS/crossScalaVersions
126OpenCB::Limitting incorrect crossVersions List() -> List(3.7.4-RC2) in extraRefined4sJS/crossScalaVersions
127OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in hedgehog-extra/crossScalaVersions
128OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in docs/crossScalaVersions
129[info]
130[info] __ __ ___ ____
131[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
132[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
133[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
134[info] /_/
135[info]
136[info] hedgehog-extra 0.17.0+0-a13a70b3+20251023-1311-SNAPSHOT
137[info] Scala 3.7.4-RC2
138[info] -----------------------------------------------------
139[info] Useful sbt tasks:
140[info] r: reload - Run reload
141[info] cln: clean - Run clean
142[info] c: compile - Run compile
143[info] cc: +compile - Run cross-scalaVersion compile
144[info] tc: Test/compile - Run Test/compile
145[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
146[info] t: test - Run test
147[info] ct: +test - Run cross-scalaVersion test
148[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
149[info] fmt: scalafmtAll - Run scalafmtAll
150[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
151[info] cfmt: +scalafmtAll - Run +scalafmtAll
152[info] fixchk: scalafixAll --check - Run scalafixAll --check
153[info] fix: scalafixAll - Run scalafixAll
154[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
155[info] cfix: +scalafixAll - Run +scalafixAll
156[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
157[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
158[info] pl: publishLocal - Run publishLocal
159[info] Setting Scala version to 3.7.4-RC2 on 10 projects.
160[info] Switching Scala version on:
161[info] extraCoreJS (3.7.4-RC2, 2.13.16, 2.12.18)
162[info] docs (3.7.4-RC2)
163[info] extraRefinedJVM (3.7.4-RC2, 2.13.16, 2.12.18)
164[info] extraRefined4sJVM (3.7.4-RC2)
165[info] * hedgehog-extra (3.7.4-RC2)
166[info] extraCoreJVM (3.7.4-RC2, 2.13.16, 2.12.18)
167[info] extraRefined4sNative (3.7.4-RC2)
168[info] extraRefinedJS (3.7.4-RC2, 2.13.16, 2.12.18)
169[info] extraRefined4sJS (3.7.4-RC2)
170[info] extraCoreNative (3.7.4-RC2, 2.13.16, 2.12.18)
171[info] Excluding projects:
172[info] Reapplying settings...
173[info]
174[info] __ __ ___ ____
175[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
176[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
177[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
178[info] /_/
179[info]
180[info] hedgehog-extra 0.17.0+0-a13a70b3+20251023-1311-SNAPSHOT
181[info] Scala 3.7.4-RC2
182[info] -----------------------------------------------------
183[info] Useful sbt tasks:
184[info] r: reload - Run reload
185[info] cln: clean - Run clean
186[info] c: compile - Run compile
187[info] cc: +compile - Run cross-scalaVersion compile
188[info] tc: Test/compile - Run Test/compile
189[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
190[info] t: test - Run test
191[info] ct: +test - Run cross-scalaVersion test
192[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
193[info] fmt: scalafmtAll - Run scalafmtAll
194[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
195[info] cfmt: +scalafmtAll - Run +scalafmtAll
196[info] fixchk: scalafixAll --check - Run scalafixAll --check
197[info] fix: scalafixAll - Run scalafixAll
198[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
199[info] cfix: +scalafixAll - Run +scalafixAll
200[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
201[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
202[info] pl: publishLocal - Run publishLocal
203Execute mapScalacOptions: ,REQUIRE:-source:3.7,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
204[info] Reapplying settings...
205[info]
206[info] __ __ ___ ____
207[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
208[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
209[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
210[info] /_/
211[info]
212[info] hedgehog-extra 0.17.0+0-a13a70b3+20251023-1311-SNAPSHOT
213[info] Scala 3.7.4-RC2
214[info] -----------------------------------------------------
215[info] Useful sbt tasks:
216[info] r: reload - Run reload
217[info] cln: clean - Run clean
218[info] c: compile - Run compile
219[info] cc: +compile - Run cross-scalaVersion compile
220[info] tc: Test/compile - Run Test/compile
221[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
222[info] t: test - Run test
223[info] ct: +test - Run cross-scalaVersion test
224[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
225[info] fmt: scalafmtAll - Run scalafmtAll
226[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
227[info] cfmt: +scalafmtAll - Run +scalafmtAll
228[info] fixchk: scalafixAll --check - Run scalafixAll --check
229[info] fix: scalafixAll - Run scalafixAll
230[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
231[info] cfix: +scalafixAll - Run +scalafixAll
232[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
233[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
234[info] pl: publishLocal - Run publishLocal
235[info] Defining Global / credentials, credentials and 8 others.
236[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 80 others.
237[info] Run `last` for details.
238[info] Reapplying settings...
239[info]
240[info] __ __ ___ ____
241[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
242[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
243[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
244[info] /_/
245[info]
246[info] hedgehog-extra 0.17.0+0-a13a70b3+20251023-1311-SNAPSHOT
247[info] Scala 3.7.4-RC2
248[info] -----------------------------------------------------
249[info] Useful sbt tasks:
250[info] r: reload - Run reload
251[info] cln: clean - Run clean
252[info] c: compile - Run compile
253[info] cc: +compile - Run cross-scalaVersion compile
254[info] tc: Test/compile - Run Test/compile
255[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
256[info] t: test - Run test
257[info] ct: +test - Run cross-scalaVersion test
258[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
259[info] fmt: scalafmtAll - Run scalafmtAll
260[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
261[info] cfmt: +scalafmtAll - Run +scalafmtAll
262[info] fixchk: scalafixAll --check - Run scalafixAll --check
263[info] fix: scalafixAll - Run scalafixAll
264[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
265[info] cfix: +scalafixAll - Run +scalafixAll
266[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
267[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
268[info] pl: publishLocal - Run publishLocal
269Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
270[info] Reapplying settings...
271OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
272
273 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
274 Did you mean extraRefinedJVM / allExcludeDependencies ?
275 , retry without global scopes
276[info] Reapplying settings...
277[info]
278[info] __ __ ___ ____
279[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
280[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
281[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
282[info] /_/
283[info]
284[info] hedgehog-extra 0.17.0+0-a13a70b3+20251023-1311-SNAPSHOT
285[info] Scala 3.7.4-RC2
286[info] -----------------------------------------------------
287[info] Useful sbt tasks:
288[info] r: reload - Run reload
289[info] cln: clean - Run clean
290[info] c: compile - Run compile
291[info] cc: +compile - Run cross-scalaVersion compile
292[info] tc: Test/compile - Run Test/compile
293[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
294[info] t: test - Run test
295[info] ct: +test - Run cross-scalaVersion test
296[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
297[info] fmt: scalafmtAll - Run scalafmtAll
298[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
299[info] cfmt: +scalafmtAll - Run +scalafmtAll
300[info] fixchk: scalafixAll --check - Run scalafixAll --check
301[info] fix: scalafixAll - Run scalafixAll
302[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
303[info] cfix: +scalafixAll - Run +scalafixAll
304[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
305[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
306[info] pl: publishLocal - Run publishLocal
307Execute removeScalacOptionsStartingWith: -P:wartremover
308[info] Reapplying settings...
309[info]
310[info] __ __ ___ ____
311[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
312[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
313[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
314[info] /_/
315[info]
316[info] hedgehog-extra 0.17.0+0-a13a70b3+20251023-1311-SNAPSHOT
317[info] Scala 3.7.4-RC2
318[info] -----------------------------------------------------
319[info] Useful sbt tasks:
320[info] r: reload - Run reload
321[info] cln: clean - Run clean
322[info] c: compile - Run compile
323[info] cc: +compile - Run cross-scalaVersion compile
324[info] tc: Test/compile - Run Test/compile
325[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
326[info] t: test - Run test
327[info] ct: +test - Run cross-scalaVersion test
328[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
329[info] fmt: scalafmtAll - Run scalafmtAll
330[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
331[info] cfmt: +scalafmtAll - Run +scalafmtAll
332[info] fixchk: scalafixAll --check - Run scalafixAll --check
333[info] fix: scalafixAll - Run scalafixAll
334[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
335[info] cfix: +scalafixAll - Run +scalafixAll
336[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
337[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
338[info] pl: publishLocal - Run publishLocal
339[success] Total time: 0 s, completed Oct 23, 2025, 1:11:45 PM
340Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3Version = \"3.3.4\"","replaceWith":"val Scala3Version = \"<SCALA_VERSION>\""}]}
341Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
342Starting build...
343Projects: Set(extraCoreJVM, extraRefinedJVM, extraRefined4sJVM)
344Starting build for ProjectRef(file:/build/repo/,extraCoreJVM) (hedgehog-extra-core)... [0/3]
345OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7` in Scala 2.12.20 module Global
346OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
347OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
348OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
349Compile 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, -Xsemanticdb, -semanticdb-target, /build/repo/modules/hedgehog-extra-core/jvm/target/scala-3.7.4-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.7
350[info] compiling 4 Scala sources to /build/repo/modules/hedgehog-extra-core/jvm/target/scala-3.7.4-RC2/classes ...
351[info] done compiling
352[info] compiling 3 Scala sources to /build/repo/modules/hedgehog-extra-core/jvm/target/scala-3.7.4-RC2/test-classes ...
353[info] done compiling
354Starting build for ProjectRef(file:/build/repo/,extraRefinedJVM) (hedgehog-extra-refined)... [1/3]
355Compile 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, -Xsemanticdb, -semanticdb-target, /build/repo/modules/hedgehog-extra-refined/jvm/target/scala-3.7.4-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.7
356[info] compiling 4 Scala sources to /build/repo/modules/hedgehog-extra-refined/jvm/target/scala-3.7.4-RC2/classes ...
357[info] done compiling
358[info] compiling 4 Scala sources to /build/repo/modules/hedgehog-extra-refined/jvm/target/scala-3.7.4-RC2/test-classes ...
359[info] done compiling
360Starting build for ProjectRef(file:/build/repo/,extraRefined4sJVM) (hedgehog-extra-refined4s)... [2/3]
361Compile 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, -Xsemanticdb, -semanticdb-target, /build/repo/modules/hedgehog-extra-refined4s/jvm/target/scala-3.7.4-RC2/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.7
362[info] compiling 3 Scala sources to /build/repo/modules/hedgehog-extra-refined4s/jvm/target/scala-3.7.4-RC2/classes ...
363[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:13:29
364[warn] 13 | Gen.int(Range.linear(min.value, max.value)).map(NegInt.unsafeFrom)
365[warn] | ^
366[warn] | unused local definition
367[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:13:40
368[warn] 13 | Gen.int(Range.linear(min.value, max.value)).map(NegInt.unsafeFrom)
369[warn] | ^
370[warn] | unused local definition
371[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:19:29
372[warn] 19 | Gen.int(Range.linear(min.value, max.value)).map(NonPosInt.unsafeFrom)
373[warn] | ^
374[warn] | unused local definition
375[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:19:40
376[warn] 19 | Gen.int(Range.linear(min.value, max.value)).map(NonPosInt.unsafeFrom)
377[warn] | ^
378[warn] | unused local definition
379[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:25:29
380[warn] 25 | Gen.int(Range.linear(min.value, max.value)).map(PosInt.unsafeFrom)
381[warn] | ^
382[warn] | unused local definition
383[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:25:40
384[warn] 25 | Gen.int(Range.linear(min.value, max.value)).map(PosInt.unsafeFrom)
385[warn] | ^
386[warn] | unused local definition
387[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:31:29
388[warn] 31 | Gen.int(Range.linear(min.value, max.value)).map(NonNegInt.unsafeFrom)
389[warn] | ^
390[warn] | unused local definition
391[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:31:40
392[warn] 31 | Gen.int(Range.linear(min.value, max.value)).map(NonNegInt.unsafeFrom)
393[warn] | ^
394[warn] | unused local definition
395[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:37:30
396[warn] 37 | Gen.long(Range.linear(min.value, max.value)).map(NegLong.unsafeFrom)
397[warn] | ^
398[warn] | unused local definition
399[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:37:41
400[warn] 37 | Gen.long(Range.linear(min.value, max.value)).map(NegLong.unsafeFrom)
401[warn] | ^
402[warn] | unused local definition
403[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:43:30
404[warn] 43 | Gen.long(Range.linear(min.value, max.value)).map(NonPosLong.unsafeFrom)
405[warn] | ^
406[warn] | unused local definition
407[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:43:41
408[warn] 43 | Gen.long(Range.linear(min.value, max.value)).map(NonPosLong.unsafeFrom)
409[warn] | ^
410[warn] | unused local definition
411[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:49:30
412[warn] 49 | Gen.long(Range.linear(min.value, max.value)).map(PosLong.unsafeFrom)
413[warn] | ^
414[warn] | unused local definition
415[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:49:41
416[warn] 49 | Gen.long(Range.linear(min.value, max.value)).map(PosLong.unsafeFrom)
417[warn] | ^
418[warn] | unused local definition
419[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:55:30
420[warn] 55 | Gen.long(Range.linear(min.value, max.value)).map(NonNegLong.unsafeFrom)
421[warn] | ^
422[warn] | unused local definition
423[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:55:41
424[warn] 55 | Gen.long(Range.linear(min.value, max.value)).map(NonNegLong.unsafeFrom)
425[warn] | ^
426[warn] | unused local definition
427[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:61:36
428[warn] 61 | Gen.double(Range.linearFrac(min.value, max.value)).map(NegDouble.unsafeFrom)
429[warn] | ^
430[warn] | unused local definition
431[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:61:47
432[warn] 61 | Gen.double(Range.linearFrac(min.value, max.value)).map(NegDouble.unsafeFrom)
433[warn] | ^
434[warn] | unused local definition
435[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:67:36
436[warn] 67 | Gen.double(Range.linearFrac(min.value, max.value)).map(NonPosDouble.unsafeFrom)
437[warn] | ^
438[warn] | unused local definition
439[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:67:47
440[warn] 67 | Gen.double(Range.linearFrac(min.value, max.value)).map(NonPosDouble.unsafeFrom)
441[warn] | ^
442[warn] | unused local definition
443[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:73:36
444[warn] 73 | Gen.double(Range.linearFrac(min.value, max.value)).map(PosDouble.unsafeFrom)
445[warn] | ^
446[warn] | unused local definition
447[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:73:47
448[warn] 73 | Gen.double(Range.linearFrac(min.value, max.value)).map(PosDouble.unsafeFrom)
449[warn] | ^
450[warn] | unused local definition
451[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:79:36
452[warn] 79 | Gen.double(Range.linearFrac(min.value, max.value)).map(NonNegDouble.unsafeFrom)
453[warn] | ^
454[warn] | unused local definition
455[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/NumGens.scala:79:47
456[warn] 79 | Gen.double(Range.linearFrac(min.value, max.value)).map(NonNegDouble.unsafeFrom)
457[warn] | ^
458[warn] | unused local definition
459[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/StringGens.scala:14:46
460[warn] 14 | .genUnsafeNonWhitespaceString(maxLength.value)
461[warn] | ^
462[warn] | unused local definition
463[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/StringGens.scala:19:52
464[warn] 19 | .genUnsafeNonWhitespaceStringMinMax(minLength.value, maxLength.value)
465[warn] | ^
466[warn] | unused local definition
467[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/StringGens.scala:19:69
468[warn] 19 | .genUnsafeNonWhitespaceStringMinMax(minLength.value, maxLength.value)
469[warn] | ^
470[warn] | unused local definition
471[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/StringGens.scala:23:50
472[warn] 23 | Gen.string(charGen, Range.linear(1, maxLength.value)).map(NonEmptyString.unsafeFrom)
473[warn] | ^
474[warn] | unused local definition
475[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/StringGens.scala:25:28
476[warn] 25 | import scala.compiletime.{constValue, error}
477[warn] | ^^^^^^^^^^
478[warn] | unused import
479[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/StringGens.scala:25:40
480[warn] 25 | import scala.compiletime.{constValue, error}
481[warn] | ^^^^^
482[warn] | unused import
483[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/StringGens.scala:28:47
484[warn] 28 | Gen.string(charGen, Range.linear(minLength.value, maxLength.value)).map(NonEmptyString.unsafeFrom)
485[warn] | ^
486[warn] | unused local definition
487[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/StringGens.scala:28:64
488[warn] 28 | Gen.string(charGen, Range.linear(minLength.value, maxLength.value)).map(NonEmptyString.unsafeFrom)
489[warn] | ^
490[warn] | unused local definition
491[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/StringGens.scala:32:46
492[warn] 32 | .genUnsafeNonWhitespaceString(maxLength.value)
493[warn] | ^
494[warn] | unused local definition
495[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/StringGens.scala:37:52
496[warn] 37 | .genUnsafeNonWhitespaceStringMinMax(minLength.value, maxLength.value)
497[warn] | ^
498[warn] | unused local definition
499[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/main/scala/hedgehog/extra/refined4s/gens/StringGens.scala:37:69
500[warn] 37 | .genUnsafeNonWhitespaceStringMinMax(minLength.value, maxLength.value)
501[warn] | ^
502[warn] | unused local definition
503[warn] 35 warnings found
504[info] done compiling
505[info] compiling 3 Scala sources to /build/repo/modules/hedgehog-extra-refined4s/jvm/target/scala-3.7.4-RC2/test-classes ...
506[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:45:60
507[warn] 45 | Result.diffNamed("n should be less than 0", n, 0)(_.value < _),
508[warn] | ^
509[warn] | unused local definition
510[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:46:12
511[warn] 46 | ((n.value >= 0) ==== false).log(s"n should not be greater than or equal to 0. n: ${n.toString}")
512[warn] | ^
513[warn] | unused local definition
514[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:56:60
515[warn] 56 | Result.diffNamed("n should be less than 0", n, 0)(_.value < _),
516[warn] | ^
517[warn] | unused local definition
518[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:57:12
519[warn] 57 | ((n.value >= 0) ==== false).log(s"n should not be greater than or equal to 0. n: ${n.toString}")
520[warn] | ^
521[warn] | unused local definition
522[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:67:60
523[warn] 67 | Result.diffNamed("n should be less than 0", n, 0)(_.value <= _),
524[warn] | ^
525[warn] | unused local definition
526[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:68:12
527[warn] 68 | ((n.value > 0) ==== false).log(s"n should not be greater than zero. n: ${n.toString}")
528[warn] | ^
529[warn] | unused local definition
530[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:78:60
531[warn] 78 | Result.diffNamed("n should be less than 0", n, 0)(_.value <= _),
532[warn] | ^
533[warn] | unused local definition
534[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:79:12
535[warn] 79 | ((n.value > 0) ==== false).log(s"n should not be greater than zero. n: ${n.toString}")
536[warn] | ^
537[warn] | unused local definition
538[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:89:63
539[warn] 89 | Result.diffNamed("n should be greater than 0", n, 0)(_.value > _),
540[warn] | ^
541[warn] | unused local definition
542[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:90:12
543[warn] 90 | ((n.value <= 0) ==== false).log(s"n should not be less than or equal to 0. n: ${n.toString}")
544[warn] | ^
545[warn] | unused local definition
546[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:100:63
547[warn] 100 | Result.diffNamed("n should be greater than 0", n, 0)(_.value > _),
548[warn] | ^
549[warn] | unused local definition
550[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:101:12
551[warn] 101 | ((n.value <= 0) ==== false).log(s"n should not be less than or equal to 0. n: ${n.toString}")
552[warn] | ^
553[warn] | unused local definition
554[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:111:75
555[warn] 111 | Result.diffNamed("n should be greater than or equal to 0", n, 0)(_.value >= _),
556[warn] | ^
557[warn] | unused local definition
558[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:112:12
559[warn] 112 | ((n.value < 0) ==== false).log(s"n should not be less than zero. n: ${n.toString}")
560[warn] | ^
561[warn] | unused local definition
562[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:122:75
563[warn] 122 | Result.diffNamed("n should be greater than or equal to 0", n, 0)(_.value >= _),
564[warn] | ^
565[warn] | unused local definition
566[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:123:12
567[warn] 123 | ((n.value < 0) ==== false).log(s"n should not be less than zero. n: ${n.toString}")
568[warn] | ^
569[warn] | unused local definition
570[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:133:61
571[warn] 133 | Result.diffNamed("n should be less than 0", n, 0L)(_.value < _),
572[warn] | ^
573[warn] | unused local definition
574[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:134:12
575[warn] 134 | ((n.value >= 0) ==== false).log(s"n should not be greater than or equal to 0. n: ${n.toString}")
576[warn] | ^
577[warn] | unused local definition
578[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:144:61
579[warn] 144 | Result.diffNamed("n should be less than 0", n, 0L)(_.value < _),
580[warn] | ^
581[warn] | unused local definition
582[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:145:12
583[warn] 145 | ((n.value >= 0) ==== false).log(s"n should not be greater than or equal to 0. n: ${n.toString}")
584[warn] | ^
585[warn] | unused local definition
586[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:155:61
587[warn] 155 | Result.diffNamed("n should be less than 0", n, 0L)(_.value <= _),
588[warn] | ^
589[warn] | unused local definition
590[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:156:12
591[warn] 156 | ((n.value > 0) ==== false).log(s"n should not be greater than zero. n: ${n.toString}")
592[warn] | ^
593[warn] | unused local definition
594[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:166:61
595[warn] 166 | Result.diffNamed("n should be less than 0", n, 0L)(_.value <= _),
596[warn] | ^
597[warn] | unused local definition
598[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:167:12
599[warn] 167 | ((n.value > 0) ==== false).log(s"n should not be greater than zero. n: ${n.toString}")
600[warn] | ^
601[warn] | unused local definition
602[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:177:64
603[warn] 177 | Result.diffNamed("n should be greater than 0", n, 0L)(_.value > _),
604[warn] | ^
605[warn] | unused local definition
606[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:178:12
607[warn] 178 | ((n.value <= 0) ==== false).log(s"n should not be less than or equal to 0. n: ${n.toString}")
608[warn] | ^
609[warn] | unused local definition
610[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:188:64
611[warn] 188 | Result.diffNamed("n should be greater than 0", n, 0L)(_.value > _),
612[warn] | ^
613[warn] | unused local definition
614[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:189:12
615[warn] 189 | ((n.value <= 0) ==== false).log(s"n should not be less than or equal to 0. n: ${n.toString}")
616[warn] | ^
617[warn] | unused local definition
618[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:199:76
619[warn] 199 | Result.diffNamed("n should be greater than or equal to 0", n, 0L)(_.value >= _),
620[warn] | ^
621[warn] | unused local definition
622[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:200:12
623[warn] 200 | ((n.value < 0) ==== false).log(s"n should not be less than zero. n: ${n.toString}")
624[warn] | ^
625[warn] | unused local definition
626[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:210:76
627[warn] 210 | Result.diffNamed("n should be greater than or equal to 0", n, 0L)(_.value >= _),
628[warn] | ^
629[warn] | unused local definition
630[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:211:12
631[warn] 211 | ((n.value < 0) ==== false).log(s"n should not be less than zero. n: ${n.toString}")
632[warn] | ^
633[warn] | unused local definition
634[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:223:60
635[warn] 223 | Result.diffNamed("n should be less than 0", n, 0)(_.value < _),
636[warn] | ^
637[warn] | unused local definition
638[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:224:12
639[warn] 224 | ((n.value >= 0) ==== false).log(s"n should not be greater than or equal to 0. n: ${n.toString}")
640[warn] | ^
641[warn] | unused local definition
642[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:234:60
643[warn] 234 | Result.diffNamed("n should be less than 0", n, 0)(_.value < _),
644[warn] | ^
645[warn] | unused local definition
646[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:235:12
647[warn] 235 | ((n.value >= 0) ==== false).log(s"n should not be greater than or equal to 0. n: ${n.toString}")
648[warn] | ^
649[warn] | unused local definition
650[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:245:60
651[warn] 245 | Result.diffNamed("n should be less than 0", n, 0)(_.value <= _),
652[warn] | ^
653[warn] | unused local definition
654[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:246:12
655[warn] 246 | ((n.value > 0) ==== false).log(s"n should not be greater than zero. n: ${n.toString}")
656[warn] | ^
657[warn] | unused local definition
658[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:256:60
659[warn] 256 | Result.diffNamed("n should be less than 0", n, 0)(_.value <= _),
660[warn] | ^
661[warn] | unused local definition
662[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:257:12
663[warn] 257 | ((n.value > 0) ==== false).log(s"n should not be greater than zero. n: ${n.toString}")
664[warn] | ^
665[warn] | unused local definition
666[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:267:63
667[warn] 267 | Result.diffNamed("n should be greater than 0", n, 0)(_.value > _),
668[warn] | ^
669[warn] | unused local definition
670[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:268:12
671[warn] 268 | ((n.value <= 0) ==== false).log(s"n should not be less than or equal to 0. n: ${n.toString}")
672[warn] | ^
673[warn] | unused local definition
674[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:278:63
675[warn] 278 | Result.diffNamed("n should be greater than 0", n, 0)(_.value > _),
676[warn] | ^
677[warn] | unused local definition
678[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:279:12
679[warn] 279 | ((n.value <= 0) ==== false).log(s"n should not be less than or equal to 0. n: ${n.toString}")
680[warn] | ^
681[warn] | unused local definition
682[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:289:75
683[warn] 289 | Result.diffNamed("n should be greater than or equal to 0", n, 0)(_.value >= _),
684[warn] | ^
685[warn] | unused local definition
686[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:290:12
687[warn] 290 | ((n.value < 0) ==== false).log(s"n should not be less than zero. n: ${n.toString}")
688[warn] | ^
689[warn] | unused local definition
690[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:300:75
691[warn] 300 | Result.diffNamed("n should be greater than or equal to 0", n, 0)(_.value >= _),
692[warn] | ^
693[warn] | unused local definition
694[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/NumGensSpec.scala:301:12
695[warn] 301 | ((n.value < 0) ==== false).log(s"n should not be less than zero. n: ${n.toString}")
696[warn] | ^
697[warn] | unused local definition
698[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:35:25
699[warn] 35 | (nonWhitespaceString.value.exists(_.isWhitespace) ==== false)
700[warn] | ^
701[warn] | unused local definition
702[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:39:38
703[warn] 39 | show"(${nonWhitespaceString.value.map(c => "\\u%04x".format(c.toInt)).mkString} / " +
704[warn] | ^
705[warn] | unused local definition
706[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:40:37
707[warn] 40 | show"${nonWhitespaceString.value.map(_.toInt).mkString("[", ",", "]")})"
708[warn] | ^
709[warn] | unused local definition
710[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:52:29
711[warn] 52 | (nonWhitespaceString.value.exists(_.isWhitespace) ==== false)
712[warn] | ^
713[warn] | unused local definition
714[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:56:42
715[warn] 56 | show"(${nonWhitespaceString.value.map(c => "\\u%04x".format(c.toInt)).mkString} / " +
716[warn] | ^
717[warn] | unused local definition
718[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:57:41
719[warn] 57 | show"${nonWhitespaceString.value.map(_.toInt).mkString("[", ",", "]")})"
720[warn] | ^
721[warn] | unused local definition
722[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:61:20
723[warn] 61 | minLength.value to maxLength.value,
724[warn] | ^
725[warn] | unused local definition
726[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:61:39
727[warn] 61 | minLength.value to maxLength.value,
728[warn] | ^
729[warn] | unused local definition
730[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:62:30
731[warn] 62 | nonWhitespaceString.value.length
732[warn] | ^
733[warn] | unused local definition
734[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:75:33
735[warn] 75 | .assert(nonEmptyString.value.nonEmpty)
736[warn] | ^
737[warn] | unused local definition
738[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:77:101
739[warn] 77 | show"nonEmptyString should not be empty. nonEmptyString.value.nonEmpty: ${nonEmptyString.value.nonEmpty}"
740[warn] | ^
741[warn] | unused local definition
742[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:81:27
743[warn] 81 | nonEmptyString.value.forall(c => c.isDigit || ('a' to 'z').contains(c) || ('A' to 'Z').contains(c))
744[warn] | ^
745[warn] | unused local definition
746[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:93:29
747[warn] 93 | .assert(nonEmptyString.value.nonEmpty)
748[warn] | ^
749[warn] | unused local definition
750[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:95:97
751[warn] 95 | show"nonEmptyString should not be empty. nonEmptyString.value.nonEmpty: ${nonEmptyString.value.nonEmpty}"
752[warn] | ^
753[warn] | unused local definition
754[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:107:33
755[warn] 107 | .assert(nonEmptyString.value.nonEmpty)
756[warn] | ^
757[warn] | unused local definition
758[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:109:101
759[warn] 109 | show"nonEmptyString should not be empty. nonEmptyString.value.nonEmpty: ${nonEmptyString.value.nonEmpty}"
760[warn] | ^
761[warn] | unused local definition
762[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:113:27
763[warn] 113 | nonEmptyString.value.forall(c => c.isDigit || ('a' to 'z').contains(c) || ('A' to 'Z').contains(c))
764[warn] | ^
765[warn] | unused local definition
766[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:118:20
767[warn] 118 | minLength.value to maxLength.value,
768[warn] | ^
769[warn] | unused local definition
770[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:118:39
771[warn] 118 | minLength.value to maxLength.value,
772[warn] | ^
773[warn] | unused local definition
774[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:119:25
775[warn] 119 | nonEmptyString.value.length
776[warn] | ^
777[warn] | unused local definition
778[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:133:33
779[warn] 133 | .assert(nonEmptyString.value.nonEmpty)
780[warn] | ^
781[warn] | unused local definition
782[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:135:98
783[warn] 135 | s"nonEmptyString should not be empty. nonEmptyString.value.nonEmpty: ${nonEmptyString.value.nonEmpty.toString}"
784[warn] | ^
785[warn] | unused local definition
786[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:138:63
787[warn] 138 | s"The length of monEmptyString should be ${minLength.value.toString} <= length <= ${maxLength.value.toString}",
788[warn] | ^
789[warn] | unused local definition
790[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:138:104
791[warn] 138 | s"The length of monEmptyString should be ${minLength.value.toString} <= length <= ${maxLength.value.toString}",
792[warn] | ^
793[warn] | unused local definition
794[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:139:20
795[warn] 139 | minLength.value to maxLength.value,
796[warn] | ^
797[warn] | unused local definition
798[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:139:39
799[warn] 139 | minLength.value to maxLength.value,
800[warn] | ^
801[warn] | unused local definition
802[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:140:25
803[warn] 140 | nonEmptyString.value.length
804[warn] | ^
805[warn] | unused local definition
806[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:150:20
807[warn] 150 | (nonBlankString.value.exists(_.isWhitespace) ==== false)
808[warn] | ^
809[warn] | unused local definition
810[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:154:33
811[warn] 154 | show"(${nonBlankString.value.map(c => "\\u%04x".format(c.toInt)).mkString} / " +
812[warn] | ^
813[warn] | unused local definition
814[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:155:32
815[warn] 155 | show"${nonBlankString.value.map(_.toInt).mkString("[", ",", "]")})"
816[warn] | ^
817[warn] | unused local definition
818[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:167:24
819[warn] 167 | (nonBlankString.value.exists(_.isWhitespace) ==== false)
820[warn] | ^
821[warn] | unused local definition
822[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:171:37
823[warn] 171 | show"(${nonBlankString.value.map(c => "\\u%04x".format(c.toInt)).mkString} / " +
824[warn] | ^
825[warn] | unused local definition
826[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:172:36
827[warn] 172 | show"${nonBlankString.value.map(_.toInt).mkString("[", ",", "]")})"
828[warn] | ^
829[warn] | unused local definition
830[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:176:20
831[warn] 176 | minLength.value to maxLength.value,
832[warn] | ^
833[warn] | unused local definition
834[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:176:39
835[warn] 176 | minLength.value to maxLength.value,
836[warn] | ^
837[warn] | unused local definition
838[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:177:25
839[warn] 177 | nonBlankString.value.length
840[warn] | ^
841[warn] | unused local definition
842[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/hedgehog-extra-refined4s/shared/src/test/scala/hedgehog/extra/refined4s/gens/StringGensSpec.scala:186:50
843[warn] 186 | val expected = java.util.UUID.fromString(uuid.value)
844[warn] | ^
845[warn] | unused local definition
846[warn] 85 warnings found
847[info] done compiling
848
849************************
850Build summary:
851[{
852 "module": "hedgehog-extra-core",
853 "compile": {"status": "ok", "tookMs": 4790, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
854 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
855 "test-compile": {"status": "ok", "tookMs": 1928, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
856 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
857 "publish": {"status": "skipped", "tookMs": 0},
858 "metadata": {
859 "crossScalaVersions": ["2.13.16", "2.12.18", "3.3.4"]
860}
861},{
862 "module": "hedgehog-extra-refined",
863 "compile": {"status": "ok", "tookMs": 1184, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
864 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
865 "test-compile": {"status": "ok", "tookMs": 2522, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
866 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
867 "publish": {"status": "skipped", "tookMs": 0},
868 "metadata": {
869 "crossScalaVersions": ["2.13.16", "2.12.18", "3.3.4"]
870}
871},{
872 "module": "hedgehog-extra-refined4s",
873 "compile": {"status": "ok", "tookMs": 1194, "warnings": 35, "errors": 0, "sourceVersion": "3.7"},
874 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
875 "test-compile": {"status": "ok", "tookMs": 2936, "warnings": 85, "errors": 0, "sourceVersion": "3.7"},
876 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
877 "publish": {"status": "skipped", "tookMs": 0},
878 "metadata": {
879 "crossScalaVersions": ["3.3.4"]
880}
881}]
882************************
883[success] Total time: 31 s, completed Oct 23, 2025, 1:12:16 PM
884[0JChecking patch project/plugins.sbt...
885Checking patch project/build.properties...
886Checking patch build.sbt...
887Applied patch project/plugins.sbt cleanly.
888Applied patch project/build.properties cleanly.
889Applied patch build.sbt cleanly.