Build Logs
tschuchortdev/hkd4s • 3.8.0-RC5:2025-12-31
Errors
5
Warnings
71
Total Lines
462
1##################################
2Clonning https://github.com/tschuchortdev/hkd4s.git into /build/repo using revision v1.1.0
3##################################
4Note: switching to '9decd03e847a3c3cba77cf0ef0306d077c6f25d3'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21----
22Preparing build for 3.8.0-RC5
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30
31Try apply source patch:
32Path: src/main/scala/internal/InspectTree.scala
33Pattern: override def transform(using q: Quotes)(tree: q.reflect.Definition): List[q.reflect.Definition]
34Replacement: override def transform(using q: Quotes)(tree: q.reflect.Definition, companion: Option[q.reflect.Definition]): List[q.reflect.Definition]
35Patch using 3.8.0-RC5 matches version range: <3.7.0, 3.99.99>
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'override def transform(using q: Quotes)(tree: q.reflect.Definition): List[q.reflect.Definition]' in src/main/scala/internal/InspectTree.scala
40----
41Starting build for 3.8.0-RC5
42Execute tests: true
43sbt project found:
44Sbt version 1.10.5 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 tschuchortdev/hkd4s
47##################################
48Scala version: 3.8.0-RC5
49Targets: com.github.tschuchortdev%hkd4s
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["mapScalacOptions \"\" -language:namedTypeArguments,-language:saferExceptions,-language:numericLiterals"],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"src/main/scala/internal/InspectTree.scala","pattern":"override def transform(using q: Quotes)(tree: q.reflect.Definition): List[q.reflect.Definition]","replaceWith":"override def transform(using q: Quotes)(tree: q.reflect.Definition, companion: Option[q.reflect.Definition]): List[q.reflect.Definition]","selectVersion":{"min":"3.7.0"}}]}
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-RC5
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-RC5"
70"++3.8.0-RC5 -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"mapScalacOptions "" -language:namedTypeArguments,-language:saferExceptions,-language:numericLiterals"
76moduleMappings
77"runBuild 3.8.0-RC5 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["mapScalacOptions \"\" -language:namedTypeArguments,-language:saferExceptions,-language:numericLiterals"],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"src/main/scala/internal/InspectTree.scala","pattern":"override def transform(using q: Quotes)(tree: q.reflect.Definition): List[q.reflect.Definition]","replaceWith":"override def transform(using q: Quotes)(tree: q.reflect.Definition, companion: Option[q.reflect.Definition]): List[q.reflect.Definition]","selectVersion":{"min":"3.7.0"}}]}""" com.github.tschuchortdev%hkd4s"
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.973s.
85[info] done compiling
86/build/repo/build.sbt:70: warning: method sonatypeOssRepos in class ResolverFunctions is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
87 resolvers += Resolver.sonatypeCentralSnapshots
88 Resolver.sonatypeOssRepos("releases"),
89 ^
90/build/repo/build.sbt:71: warning: method sonatypeOssRepos in class ResolverFunctions is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
91 resolvers += Resolver.sonatypeCentralSnapshots
92 Resolver.sonatypeOssRepos("snapshots")
93 ^
94[info] loading settings for project root from build.sbt...
95[info] set current project to hkd4s (in build file:/build/repo/)
96[warn] .env file not found (fileName=.env), no .env environment configured.
97Execute setCrossScalaVersions: 3.8.0-RC5
98OpenCB::Changing crossVersion 3.3.3 -> 3.8.0-RC5 in root/crossScalaVersions
99[info] set current project to hkd4s (in build file:/build/repo/)
100[warn] .env file not found (fileName=.env), no .env environment configured.
101[info] Setting Scala version to 3.8.0-RC5 on 1 projects.
102[info] Switching Scala version on:
103[info] * root (3.8.0-RC5)
104[info] Excluding projects:
105[info] Reapplying settings...
106[info] set current project to hkd4s (in build file:/build/repo/)
107[warn] .env file not found (fileName=.env), no .env environment configured.
108Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
109[info] Reapplying settings...
110[info] set current project to hkd4s (in build file:/build/repo/)
111[warn] .env file not found (fileName=.env), no .env environment configured.
112[info] Defining Global / credentials, credentials
113[info] The new values will be used by Global / pgpSelectPassphrase, allCredentials and 3 others.
114[info] Run `last` for details.
115[info] Reapplying settings...
116[info] set current project to hkd4s (in build file:/build/repo/)
117[warn] .env file not found (fileName=.env), no .env environment configured.
118Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
119[info] Reapplying settings...
120OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
121
122 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
123 Did you mean allExcludeDependencies ?
124 , retry without global scopes
125[info] Reapplying settings...
126[info] set current project to hkd4s (in build file:/build/repo/)
127[warn] .env file not found (fileName=.env), no .env environment configured.
128Execute removeScalacOptionsStartingWith: -P:wartremover
129[info] Reapplying settings...
130[info] set current project to hkd4s (in build file:/build/repo/)
131[warn] .env file not found (fileName=.env), no .env environment configured.
132Execute mapScalacOptions: -language:namedTypeArguments,-language:saferExceptions,-language:numericLiterals
133[info] Reapplying settings...
134[info] set current project to hkd4s (in build file:/build/repo/)
135[warn] .env file not found (fileName=.env), no .env environment configured.
136[success] Total time: 0 s, completed Dec 31, 2025, 9:02:51 PM
137Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["mapScalacOptions \"\" -language:namedTypeArguments,-language:saferExceptions,-language:numericLiterals"],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"src/main/scala/internal/InspectTree.scala","pattern":"override def transform(using q: Quotes)(tree: q.reflect.Definition): List[q.reflect.Definition]","replaceWith":"override def transform(using q: Quotes)(tree: q.reflect.Definition, companion: Option[q.reflect.Definition]): List[q.reflect.Definition]","selectVersion":{"min":"3.7.0"}}]}
138Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
139Starting build...
140Projects: Set(root)
141Starting build for ProjectRef(file:/build/repo/,root) (hkd4s)... [0/1]
142OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
143OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
144OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
145Compile scalacOptions: -encoding, UTF-8, -Xcheck-macros, -Ycheck:all, -Ycheck-mods, -Ydebug-type-error, -Xprint-types, -Yshow-print-errors, -language:experimental.macros, -language:implicitConversions, -language:higherKinds, -language:dynamics, -Xkind-projector:underscores, -unchecked, -Wnonunit-statement, -Wvalue-discard, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
146[info] compiling 6 Scala sources to /build/repo/target/scala-3.8.0-RC5/classes ...
147[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase typer
148[info] checking /build/repo/src/main/scala/HkdFor.scala after phase typer
149[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase typer
150[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase typer
151[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase typer
152[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase typer
153[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase inlinedPositions
154[info] checking /build/repo/src/main/scala/HkdFor.scala after phase inlinedPositions
155[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase inlinedPositions
156[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase inlinedPositions
157[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase inlinedPositions
158[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase inlinedPositions
159[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase posttyper
160[info] checking /build/repo/src/main/scala/HkdFor.scala after phase posttyper
161[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase posttyper
162[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase posttyper
163[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase posttyper
164[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase posttyper
165[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase unrollDefs
166[info] checking /build/repo/src/main/scala/HkdFor.scala after phase unrollDefs
167[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase unrollDefs
168[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase unrollDefs
169[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase unrollDefs
170[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase unrollDefs
171[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase pickler
172[info] checking /build/repo/src/main/scala/HkdFor.scala after phase pickler
173[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase pickler
174[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase pickler
175[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase pickler
176[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase pickler
177[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase inlining
178[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase inlining
179[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase inlining
180[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase inlining
181[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase inlining
182[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase postInlining
183[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase postInlining
184[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase postInlining
185[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase postInlining
186[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase postInlining
187[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase staging
188[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase staging
189[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase staging
190[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase staging
191[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase staging
192[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase splicing
193[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase splicing
194[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase splicing
195[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase splicing
196[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase splicing
197[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase pickleQuotes
198[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase pickleQuotes
199[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase pickleQuotes
200[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase pickleQuotes
201[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase pickleQuotes
202[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase MegaPhase{crossVersionChecks, firstTransform, checkReentrant, elimPackagePrefixes, cookComments, checkLoopingImplicits, betaReduce, inlineVals, expandSAMs, elimRepeated, refchecks, dropForMap}
203[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase MegaPhase{crossVersionChecks, firstTransform, checkReentrant, elimPackagePrefixes, cookComments, checkLoopingImplicits, betaReduce, inlineVals, expandSAMs, elimRepeated, refchecks, dropForMap}
204[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase MegaPhase{crossVersionChecks, firstTransform, checkReentrant, elimPackagePrefixes, cookComments, checkLoopingImplicits, betaReduce, inlineVals, expandSAMs, elimRepeated, refchecks, dropForMap}
205[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase MegaPhase{crossVersionChecks, firstTransform, checkReentrant, elimPackagePrefixes, cookComments, checkLoopingImplicits, betaReduce, inlineVals, expandSAMs, elimRepeated, refchecks, dropForMap}
206[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase MegaPhase{crossVersionChecks, firstTransform, checkReentrant, elimPackagePrefixes, cookComments, checkLoopingImplicits, betaReduce, inlineVals, expandSAMs, elimRepeated, refchecks, dropForMap}
207[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/internal/MacroUtils.scala:144:58
208[warn] 144 | tpes.foldRight[Type[? <: Tuple]](Type.of[EmptyTuple]) { case ('[tpe], acc) =>
209[warn] | ^
210[warn] | match may not be exhaustive.
211[warn] |
212[warn] | It would fail on pattern case: (_, _)
213[warn] |
214[warn] | longer explanation available when compiling with `-explain`
215[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/internal/Utils.scala:139:51
216[warn] 139 | && appliedArgs.zipWithIndex.forall { case (ParamRef(binder, paramIndex), i) =>
217[warn] | ^
218[warn] | match may not be exhaustive.
219[warn] |
220[warn] | It would fail on pattern case: (_, _)
221[warn] |
222[warn] | longer explanation available when compiling with `-explain`
223[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
224[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
225[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
226[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
227[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
228[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
229[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
230[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
231[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
232[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
233[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase MegaPhase{pruneErasedDefs, uninitialized, inlinePatterns, vcInlineMethods, seqLiterals, intercepted, getters, specializeFunctions, specializeTuples, collectNullableFields, elimOuterSelect, resolveSuper, functionXXLForwarders, paramForwarding, genericTuples, letOverApply, arrayConstructors}
234[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase MegaPhase{pruneErasedDefs, uninitialized, inlinePatterns, vcInlineMethods, seqLiterals, intercepted, getters, specializeFunctions, specializeTuples, collectNullableFields, elimOuterSelect, resolveSuper, functionXXLForwarders, paramForwarding, genericTuples, letOverApply, arrayConstructors}
235[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase MegaPhase{pruneErasedDefs, uninitialized, inlinePatterns, vcInlineMethods, seqLiterals, intercepted, getters, specializeFunctions, specializeTuples, collectNullableFields, elimOuterSelect, resolveSuper, functionXXLForwarders, paramForwarding, genericTuples, letOverApply, arrayConstructors}
236[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase MegaPhase{pruneErasedDefs, uninitialized, inlinePatterns, vcInlineMethods, seqLiterals, intercepted, getters, specializeFunctions, specializeTuples, collectNullableFields, elimOuterSelect, resolveSuper, functionXXLForwarders, paramForwarding, genericTuples, letOverApply, arrayConstructors}
237[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase MegaPhase{pruneErasedDefs, uninitialized, inlinePatterns, vcInlineMethods, seqLiterals, intercepted, getters, specializeFunctions, specializeTuples, collectNullableFields, elimOuterSelect, resolveSuper, functionXXLForwarders, paramForwarding, genericTuples, letOverApply, arrayConstructors}
238[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase erasure
239[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase erasure
240[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase erasure
241[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase erasure
242[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase erasure
243[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase MegaPhase{elimErasedValueType, pureStats, vcElideAllocations, etaReduce, arrayApply, elimPolyFunction, tailrec, completeJavaEnums, mixin, lazyVals, memoize, nonLocalReturns, capturedVars}
244[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase MegaPhase{elimErasedValueType, pureStats, vcElideAllocations, etaReduce, arrayApply, elimPolyFunction, tailrec, completeJavaEnums, mixin, lazyVals, memoize, nonLocalReturns, capturedVars}
245[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase MegaPhase{elimErasedValueType, pureStats, vcElideAllocations, etaReduce, arrayApply, elimPolyFunction, tailrec, completeJavaEnums, mixin, lazyVals, memoize, nonLocalReturns, capturedVars}
246[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase MegaPhase{elimErasedValueType, pureStats, vcElideAllocations, etaReduce, arrayApply, elimPolyFunction, tailrec, completeJavaEnums, mixin, lazyVals, memoize, nonLocalReturns, capturedVars}
247[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase MegaPhase{elimErasedValueType, pureStats, vcElideAllocations, etaReduce, arrayApply, elimPolyFunction, tailrec, completeJavaEnums, mixin, lazyVals, memoize, nonLocalReturns, capturedVars}
248[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase constructors
249[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase constructors
250[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase constructors
251[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase constructors
252[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase constructors
253[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
254[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
255[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
256[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
257[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
258[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase MegaPhase{dropOuterAccessors, dropParentRefinements, checkNoSuperThis, flatten, transformWildcards, moveStatic, expandPrivate, restoreScopes, selectStatic, Collect entry points, collectSuperCalls, repeatableAnnotations}
259[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase MegaPhase{dropOuterAccessors, dropParentRefinements, checkNoSuperThis, flatten, transformWildcards, moveStatic, expandPrivate, restoreScopes, selectStatic, Collect entry points, collectSuperCalls, repeatableAnnotations}
260[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase MegaPhase{dropOuterAccessors, dropParentRefinements, checkNoSuperThis, flatten, transformWildcards, moveStatic, expandPrivate, restoreScopes, selectStatic, Collect entry points, collectSuperCalls, repeatableAnnotations}
261[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase MegaPhase{dropOuterAccessors, dropParentRefinements, checkNoSuperThis, flatten, transformWildcards, moveStatic, expandPrivate, restoreScopes, selectStatic, Collect entry points, collectSuperCalls, repeatableAnnotations}
262[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase MegaPhase{dropOuterAccessors, dropParentRefinements, checkNoSuperThis, flatten, transformWildcards, moveStatic, expandPrivate, restoreScopes, selectStatic, Collect entry points, collectSuperCalls, repeatableAnnotations}
263[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase genBCode
264[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase genBCode
265[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase genBCode
266[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase genBCode
267[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase genBCode
268[warn] two warnings found
269[info] checking /build/repo/src/main/scala/HkdFor.scala after phase typer
270[info] checking /build/repo/src/main/scala/HkdFor.scala after phase inlinedPositions
271[info] checking /build/repo/src/main/scala/HkdFor.scala after phase posttyper
272[info] checking /build/repo/src/main/scala/HkdFor.scala after phase unrollDefs
273[info] checking /build/repo/src/main/scala/HkdFor.scala after phase pickler
274[info] checking /build/repo/src/main/scala/HkdFor.scala after phase inlining
275[info] checking /build/repo/src/main/scala/HkdFor.scala after phase postInlining
276[info] checking /build/repo/src/main/scala/HkdFor.scala after phase staging
277[info] checking /build/repo/src/main/scala/HkdFor.scala after phase splicing
278[info] checking /build/repo/src/main/scala/HkdFor.scala after phase pickleQuotes
279[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/HkdFor.scala:521:8
280[warn] 521 | new FullyAppliedProductMirrorHelper[T, F]:
281[warn] | ^
282[warn] | New anonymous class definition will be duplicated at each inline site
283[warn] |
284[warn] | longer explanation available when compiling with `-explain`
285[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/HkdFor.scala:537:7
286[warn] 537 | }) = new Mirror.Product {
287[warn] | ^
288[warn] | New anonymous class definition will be duplicated at each inline site
289[warn] |
290[warn] | longer explanation available when compiling with `-explain`
291[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/HkdFor.scala:565:7
292[warn] 565 | }) = new Mirror.Product {
293[warn] | ^
294[warn] | New anonymous class definition will be duplicated at each inline site
295[warn] |
296[warn] | longer explanation available when compiling with `-explain`
297[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/HkdFor.scala:585:8
298[warn] 585 | new FullyAppliedCoproductMirrorHelper[T, F]:
299[warn] | ^
300[warn] | New anonymous class definition will be duplicated at each inline site
301[warn] |
302[warn] | longer explanation available when compiling with `-explain`
303[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/HkdFor.scala:603:7
304[warn] 603 | }) = new Mirror.Sum {
305[warn] | ^
306[warn] | New anonymous class definition will be duplicated at each inline site
307[warn] |
308[warn] | longer explanation available when compiling with `-explain`
309[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/HkdFor.scala:639:7
310[warn] 639 | }) = new Mirror.Sum {
311[warn] | ^
312[warn] | New anonymous class definition will be duplicated at each inline site
313[warn] |
314[warn] | longer explanation available when compiling with `-explain`
315[info] checking /build/repo/src/main/scala/HkdFor.scala after phase MegaPhase{crossVersionChecks, firstTransform, checkReentrant, elimPackagePrefixes, cookComments, checkLoopingImplicits, betaReduce, inlineVals, expandSAMs, elimRepeated, refchecks, dropForMap}
316[info] checking /build/repo/src/main/scala/HkdFor.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
317[info] checking /build/repo/src/main/scala/HkdFor.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
318[info] checking /build/repo/src/main/scala/HkdFor.scala after phase MegaPhase{pruneErasedDefs, uninitialized, inlinePatterns, vcInlineMethods, seqLiterals, intercepted, getters, specializeFunctions, specializeTuples, collectNullableFields, elimOuterSelect, resolveSuper, functionXXLForwarders, paramForwarding, genericTuples, letOverApply, arrayConstructors}
319[info] checking /build/repo/src/main/scala/HkdFor.scala after phase erasure
320[info] checking /build/repo/src/main/scala/HkdFor.scala after phase MegaPhase{elimErasedValueType, pureStats, vcElideAllocations, etaReduce, arrayApply, elimPolyFunction, tailrec, completeJavaEnums, mixin, lazyVals, memoize, nonLocalReturns, capturedVars}
321[info] checking /build/repo/src/main/scala/HkdFor.scala after phase constructors
322[info] checking /build/repo/src/main/scala/HkdFor.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
323[info] checking /build/repo/src/main/scala/HkdFor.scala after phase MegaPhase{dropOuterAccessors, dropParentRefinements, checkNoSuperThis, flatten, transformWildcards, moveStatic, expandPrivate, restoreScopes, selectStatic, Collect entry points, collectSuperCalls, repeatableAnnotations}
324[info] checking /build/repo/src/main/scala/HkdFor.scala after phase genBCode
325[warn] 8 warnings found
326[info] done compiling
327[info] compiling 2 Scala sources to /build/repo/target/scala-3.8.0-RC5/test-classes ...
328[warn] -- Warning: /build/repo/src/test/scala/MacroHkdTest.scala:368:6 ----------------
329[warn] 368 | h matchExhaustively {
330[warn] | ^^^^^^^^^^^^^^^^^^^
331[warn] |Match may not be exhaustive.
332[warn] |
333[warn] |It would fail on case: _: $proxy122.HkdFor[MacroHkdTest.this.Foo2, [A >: scala.Nothing <: scala.Any] =>> A]
334[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase typer
335[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase typer
336[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase inlinedPositions
337[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase inlinedPositions
338[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase posttyper
339[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase posttyper
340[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase unrollDefs
341[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase unrollDefs
342[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase pickler
343[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase pickler
344[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase inlining
345[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase inlining
346[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase postInlining
347[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase postInlining
348[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase staging
349[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase staging
350[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase splicing
351[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase splicing
352[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase pickleQuotes
353[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase pickleQuotes
354[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase MegaPhase{crossVersionChecks, firstTransform, checkReentrant, elimPackagePrefixes, cookComments, checkLoopingImplicits, betaReduce, inlineVals, expandSAMs, elimRepeated, refchecks, dropForMap}
355[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase MegaPhase{crossVersionChecks, firstTransform, checkReentrant, elimPackagePrefixes, cookComments, checkLoopingImplicits, betaReduce, inlineVals, expandSAMs, elimRepeated, refchecks, dropForMap}
356[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
357[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
358[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
359[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
360[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase MegaPhase{pruneErasedDefs, uninitialized, inlinePatterns, vcInlineMethods, seqLiterals, intercepted, getters, specializeFunctions, specializeTuples, collectNullableFields, elimOuterSelect, resolveSuper, functionXXLForwarders, paramForwarding, genericTuples, letOverApply, arrayConstructors}
361[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase MegaPhase{pruneErasedDefs, uninitialized, inlinePatterns, vcInlineMethods, seqLiterals, intercepted, getters, specializeFunctions, specializeTuples, collectNullableFields, elimOuterSelect, resolveSuper, functionXXLForwarders, paramForwarding, genericTuples, letOverApply, arrayConstructors}
362[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase erasure
363[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase erasure
364[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase MegaPhase{elimErasedValueType, pureStats, vcElideAllocations, etaReduce, arrayApply, elimPolyFunction, tailrec, completeJavaEnums, mixin, lazyVals, memoize, nonLocalReturns, capturedVars}
365[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase MegaPhase{elimErasedValueType, pureStats, vcElideAllocations, etaReduce, arrayApply, elimPolyFunction, tailrec, completeJavaEnums, mixin, lazyVals, memoize, nonLocalReturns, capturedVars}
366[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase constructors
367[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase constructors
368[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
369[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
370[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase MegaPhase{dropOuterAccessors, dropParentRefinements, checkNoSuperThis, flatten, transformWildcards, moveStatic, expandPrivate, restoreScopes, selectStatic, Collect entry points, collectSuperCalls, repeatableAnnotations}
371[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase MegaPhase{dropOuterAccessors, dropParentRefinements, checkNoSuperThis, flatten, transformWildcards, moveStatic, expandPrivate, restoreScopes, selectStatic, Collect entry points, collectSuperCalls, repeatableAnnotations}
372[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase genBCode
373[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase genBCode
374[warn] one warning found
375[info] done compiling
376com.tschuchort.hkd.MacroHkdTest:
377 + case class can be constructed 0.03s
378 + case class can be constructed with mixed named and unnamed arguments 0.001s
379 + case class can be constructed with out-of-order named arguments 0.001s
380 + constructor errors when argument missing 0.001s
381 + constructor errors when too many arguments 0.001s
382 + constructor errors when wrong argument type 0.001s
383 + can assign case class to superclass sum type 0.001s
384 + can copy case class with positional arguments 0.005s
385 + can copy case class with named arguments out-of-order 0.001s
386 + can copy case class with mixed named and unnamed arguments 0.002s
387 + can copy case class with default parameters 0.003s
388 + can derive fully applied mirror for products 0.001s
389 + can derive K0.ProductGeneric 0.001s
390 + can derive partially applied mirror for products 0.001s
391 + can derive K11.ProductGeneric 0.001s
392 + can derive fully applied mirror for sums 0.002s
393 + can derive K0.CoproductGeneric 0.002s
394 + can derive partially applied mirror for sums 0.002s
395 + can derive K11.CoproductGeneric 0.002s
396 + renders toString correctly 0.001s
397 + compares non-equal for nominally unrelated types with same fields 0.003s
398 + canEqual HkdFor with same erased T 0.002s
399 + not canEqual HkdFor with different erased T 0.002s
400 + canEqual does not depend on F 0.001s
401 + implements Product 0.001s
402 + throws compile-time error when selecting unknown field 0.0s
403 + throws compile-time error when calling unknown method 0.001s
404 + has covariant subtype relationship with simple F 0.0s
405 + no contravariant subtype relationship with simple F 0.002s
406 + has covariant subtype relationship with complex F 0.002s
407 + no subtype relationship with incompatible F 0.002s
408 + has subtype relationship with erased F 0.001s
409 + has subtype relationship with erased T and erased F 0.001s
410 + type tests sealed subtype 0.051s
411 + type tests nested sealed subtype as supertype 0.013s
412 + type tests and doesn't match unrelated T 0.002s
413 + type tests and doesn't match same T unrelated F 0.001s
414 + type tests T subtype with simple F supertype 0.006s
415 + type tests T subtype with complex F supertype 0.0s
416 + pattern match extracts fields without type test 0.002s
417 + pattern match extracts fields with type test complex F 0.001s
418 + pattern match extracts fields with inferred F, no type test 0.003s
419 + pattern match extracts fields with inferred F, type test for subtype 0.006s
420 + calls type tests in matchExhaustively 0.005s
421==> i com.tschuchort.hkd.MacroHkdTest.matchExhaustively warns when not exhaustive ignored 0.0s
422 + FunctorK maps product 0.022s
423 + FunctorK maps sum 0.004s
424 + FunctorK maps nested sum 0.009s
425com.tschuchort.hkd.TypeclassesTest:
426 + FunctorK maps product 0.014s
427 + FunctorK maps sum 0.003s
428 + FunctorK maps nested sum 0.002s
429 + FunctorK maps phantom typed 0.002s
430 + FunctorK maps product of functions 0.003s
431 + FunctorK maps product of functions with multiple args 0.005s
432 + FunctorK maps recursive ADT 0.004s
433 + FunctorK maps recursive wrapped ADT 0.044s
434 + FunctorK maps product with givens 0.017s
435 + FunctorK maps nested sum with givens 0.003s
436 + ContravariantK maps product 0.003s
437 + ContravariantK maps nested sum 0.003s
438 + TraverseK sequences effects 0.213s
439
440************************
441Build summary:
442[{
443 "module": "hkd4s",
444 "compile": {"status": "ok", "tookMs": 29054, "warnings": 8, "errors": 0, "sourceVersion": "3.8"},
445 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
446 "test-compile": {"status": "ok", "tookMs": 14402, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
447 "test": {"status": "ok", "tookMs": 1529, "passed": 60, "failed": 0, "ignored": 1, "skipped": 0, "total": 61, "byFramework": [{"framework": "munit", "stats": {"passed": 60, "failed": 0, "ignored": 1, "skipped": 0, "total": 61}}]},
448 "publish": {"status": "skipped", "tookMs": 0},
449 "metadata": {
450 "crossScalaVersions": ["3.3.3"]
451}
452}]
453************************
454[success] Total time: 97 s (0:01:37.0), completed Dec 31, 2025, 9:04:29 PM
455[0JChecking patch src/main/scala/internal/InspectTree.scala...
456Checking patch project/plugins.sbt...
457Checking patch project/build.properties...
458Checking patch build.sbt...
459Applied patch src/main/scala/internal/InspectTree.scala cleanly.
460Applied patch project/plugins.sbt cleanly.
461Applied patch project/build.properties cleanly.
462Applied patch build.sbt cleanly.