Build Logs

tschuchortdev/hkd4s • 3.8.0-RC2:2025-11-28

Errors

5

Warnings

71

Total Lines

614

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-RC2
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30
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]
35Starting compilation server
36Compiling project (Scala 3.7.3, JVM (17))
37Compiled project (Scala 3.7.3, JVM (17))
38Successfully applied pattern 'override def transform(using q: Quotes)(tree: q.reflect.Definition): List[q.reflect.Definition]' in src/main/scala/internal/InspectTree.scala
39----
40Starting build for 3.8.0-RC2
41Execute tests: true
42sbt project found:
43Sbt version 1.10.5 is not supported, minimal supported version is 1.11.5
44Enforcing usage of sbt in version 1.11.5
45No prepare script found for project tschuchortdev/hkd4s
46##################################
47Scala version: 3.8.0-RC2
48Targets: com.github.tschuchortdev%hkd4s
49Project 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]"}]}
50##################################
51Using extra scalacOptions: ,REQUIRE:-source:3.8
52Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
53[sbt_options] declare -a sbt_options=()
54[process_args] java_version = '17'
55[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
56# Executing command line:
57java
58-Dfile.encoding=UTF-8
59-Dcommunitybuild.scala=3.8.0-RC2
60-Dcommunitybuild.project.dependencies.add=
61-Xmx7G
62-Xms4G
63-Xss8M
64-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
65-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
66-jar
67/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
68"setCrossScalaVersions 3.8.0-RC2"
69"++3.8.0-RC2 -v"
70"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
71"set every credentials := Nil"
72"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
73"removeScalacOptionsStartingWith -P:wartremover"
74"mapScalacOptions "" -language:namedTypeArguments,-language:saferExceptions,-language:numericLiterals"
75moduleMappings
76"runBuild 3.8.0-RC2 """{"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]"}]}""" com.github.tschuchortdev%hkd4s"
77
78[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
79[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
80[info] loading project definition from /build/repo/project
81[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
82[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
83[info] Compilation completed in 9.128s.
84[info] done compiling
85/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:
86 resolvers += Resolver.sonatypeCentralSnapshots
87 Resolver.sonatypeOssRepos("releases"),
88 ^
89/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:
90 resolvers += Resolver.sonatypeCentralSnapshots
91 Resolver.sonatypeOssRepos("snapshots")
92 ^
93[info] loading settings for project root from build.sbt...
94[info] set current project to hkd4s (in build file:/build/repo/)
95[warn] .env file not found (fileName=.env), no .env environment configured.
96Execute setCrossScalaVersions: 3.8.0-RC2
97OpenCB::Changing crossVersion 3.3.3 -> 3.8.0-RC2 in root/crossScalaVersions
98[info] set current project to hkd4s (in build file:/build/repo/)
99[warn] .env file not found (fileName=.env), no .env environment configured.
100[info] Setting Scala version to 3.8.0-RC2 on 1 projects.
101[info] Switching Scala version on:
102[info] * root (3.8.0-RC2)
103[info] Excluding projects:
104[info] Reapplying settings...
105[info] set current project to hkd4s (in build file:/build/repo/)
106[warn] .env file not found (fileName=.env), no .env environment configured.
107Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
108[info] Reapplying settings...
109[info] set current project to hkd4s (in build file:/build/repo/)
110[warn] .env file not found (fileName=.env), no .env environment configured.
111[info] Defining Global / credentials, credentials
112[info] The new values will be used by Global / pgpSelectPassphrase, allCredentials and 3 others.
113[info] Run `last` for details.
114[info] Reapplying settings...
115[info] set current project to hkd4s (in build file:/build/repo/)
116[warn] .env file not found (fileName=.env), no .env environment configured.
117Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
118[info] Reapplying settings...
119OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
120
121 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
122 Did you mean allExcludeDependencies ?
123 , retry without global scopes
124[info] Reapplying settings...
125[info] set current project to hkd4s (in build file:/build/repo/)
126[warn] .env file not found (fileName=.env), no .env environment configured.
127Execute removeScalacOptionsStartingWith: -P:wartremover
128[info] Reapplying settings...
129[info] set current project to hkd4s (in build file:/build/repo/)
130[warn] .env file not found (fileName=.env), no .env environment configured.
131Execute mapScalacOptions: -language:namedTypeArguments,-language:saferExceptions,-language:numericLiterals
132[info] Reapplying settings...
133[info] set current project to hkd4s (in build file:/build/repo/)
134[warn] .env file not found (fileName=.env), no .env environment configured.
135[success] Total time: 0 s, completed Nov 28, 2025, 12:32:14 PM
136Build 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]"}]}
137Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
138Starting build...
139Projects: Set(root)
140Starting build for ProjectRef(file:/build/repo/,root) (hkd4s)... [0/1]
141OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
142OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
143OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
144[info] Failed to read descriptor dependency: org.scala-lang#scala3-library_3;3.8.0-RC2 {compile=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-library_3:jar:3.8.0-RC2
145[info] Failed to read descriptor dependency: org.scala-lang#scala-library;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala-library:jar:3.8.0-RC2
146[info] Failed to read descriptor dependency: org.typelevel#cats-core_3;2.12.0 {compile=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.typelevel:cats-core_3:jar:2.12.0
147[info] Failed to read descriptor dependency: org.typelevel#cats-kernel_3;2.12.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.typelevel:cats-kernel_3:jar:2.12.0
148[info] Failed to read descriptor dependency: org.typelevel#alleycats-core_3;2.12.0 {compile=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.typelevel:alleycats-core_3:jar:2.12.0
149[info] Failed to read descriptor dependency: org.typelevel#shapeless3-deriving_3;3.4.1 {compile=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.typelevel:shapeless3-deriving_3:jar:3.4.1
150[info] Failed to read descriptor dependency: dev.zio#izumi-reflect_3;2.3.10 {compile=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for dev.zio:izumi-reflect_3:jar:2.3.10
151[info] Failed to read descriptor dependency: dev.zio#izumi-reflect-thirdparty-boopickle-shaded_3;2.3.10 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for dev.zio:izumi-reflect-thirdparty-boopickle-shaded_3:jar:2.3.10
152[info] Failed to read descriptor dependency: org.scalameta#munit_3;1.0.0 {test=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.scalameta:munit_3:jar:1.0.0
153[info] Failed to read descriptor dependency: org.scalameta#junit-interface;1.0.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scalameta:junit-interface:jar:1.0.0
154[info] Failed to read descriptor dependency: junit#junit;4.13.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for junit:junit:jar:4.13.2
155[info] Failed to read descriptor dependency: org.hamcrest#hamcrest-core;1.3 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.hamcrest:hamcrest-core:jar:1.3
156[info] Failed to read descriptor dependency: org.scala-sbt#test-interface;1.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-sbt:test-interface:jar:1.0
157[info] Failed to read descriptor dependency: org.scalameta#munit-diff_3;1.0.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scalameta:munit-diff_3:jar:1.0.0
158[info] Failed to read descriptor dependency: org.typelevel#mouse_3;1.3.1 {test=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.typelevel:mouse_3:jar:1.3.1
159[info] Failed to read descriptor dependency: org.typelevel#kittens_3;3.3.0 {test=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.typelevel:kittens_3:jar:3.3.0
160[info] Failed to read descriptor dependency: org.typelevel#cats-collections-core_3;0.9.8 {test=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.typelevel:cats-collections-core_3:jar:0.9.8
161[info] Failed to read descriptor dependency: org.typelevel#algebra_3;2.10.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.typelevel:algebra_3:jar:2.10.0
162[info] Failed to read descriptor dependency: org.typelevel#cats-effect_3;3.5.7 {test=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.typelevel:cats-effect_3:jar:3.5.7
163[info] Failed to read descriptor dependency: org.typelevel#cats-effect-kernel_3;3.5.7 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.typelevel:cats-effect-kernel_3:jar:3.5.7
164[info] Failed to read descriptor dependency: org.typelevel#cats-effect-std_3;3.5.7 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.typelevel:cats-effect-std_3:jar:3.5.7
165[info] Failed to read descriptor dependency: org.scala-lang#scala3-compiler_3;3.8.0-RC2 {scala-tool=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-compiler_3:jar:3.8.0-RC2
166[info] Failed to read descriptor dependency: org.scala-lang#scala3-interfaces;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-interfaces:jar:3.8.0-RC2
167[info] Failed to read descriptor dependency: org.scala-lang#tasty-core_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:tasty-core_3:jar:3.8.0-RC2
168[info] Failed to read descriptor dependency: org.scala-lang.modules#scala-asm;9.9.0-scala-1 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang.modules:scala-asm:jar:9.9.0-scala-1
169[info] Failed to read descriptor dependency: org.scala-sbt#compiler-interface;1.10.7 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-sbt:compiler-interface:jar:1.10.7
170[info] Failed to read descriptor dependency: org.scala-sbt#util-interface;1.10.7 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-sbt:util-interface:jar:1.10.7
171[info] Failed to read descriptor dependency: org.scala-lang#scaladoc_3;3.8.0-RC2 {scala-doc-tool=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scaladoc_3:jar:3.8.0-RC2
172[info] Failed to read descriptor dependency: org.scala-lang#scala3-tasty-inspector_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-tasty-inspector_3:jar:3.8.0-RC2
173[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark:jar:0.62.2
174[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-util-ast;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-util-ast:jar:0.62.2
175[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-util-collection;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-util-collection:jar:0.62.2
176[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-util-misc;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-util-misc:jar:0.62.2
177[info] Failed to read descriptor dependency: org.jetbrains#annotations;15.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jetbrains:annotations:jar:15.0
178[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-util-data;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-util-data:jar:0.62.2
179[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-util-sequence;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-util-sequence:jar:0.62.2
180[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-util-visitor;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-util-visitor:jar:0.62.2
181[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-util-builder;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-util-builder:jar:0.62.2
182[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-util-dependency;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-util-dependency:jar:0.62.2
183[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-util-format;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-util-format:jar:0.62.2
184[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-util-html;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-util-html:jar:0.62.2
185[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-ext-anchorlink;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-ext-anchorlink:jar:0.62.2
186[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-util;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-util:jar:0.62.2
187[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-util-options;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-util-options:jar:0.62.2
188[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-ext-autolink;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-ext-autolink:jar:0.62.2
189[info] Failed to read descriptor dependency: org.nibor.autolink#autolink;0.6.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.nibor.autolink:autolink:jar:0.6.0
190[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-ext-emoji;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-ext-emoji:jar:0.62.2
191[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-jira-converter;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-jira-converter:jar:0.62.2
192[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-ext-gfm-strikethrough;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:jar:0.62.2
193[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-ext-tables;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-ext-tables:jar:0.62.2
194[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-ext-wikilink;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-ext-wikilink:jar:0.62.2
195[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-ext-ins;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-ext-ins:jar:0.62.2
196[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-ext-superscript;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-ext-superscript:jar:0.62.2
197[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-ext-gfm-tasklist;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-ext-gfm-tasklist:jar:0.62.2
198[info] Failed to read descriptor dependency: com.vladsch.flexmark#flexmark-ext-yaml-front-matter;0.62.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.vladsch.flexmark:flexmark-ext-yaml-front-matter:jar:0.62.2
199[info] Failed to read descriptor dependency: nl.big-o#liqp;0.8.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for nl.big-o:liqp:jar:0.8.2
200[info] Failed to read descriptor dependency: org.antlr#antlr4-runtime;4.7.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.antlr:antlr4-runtime:jar:4.7.2
201[info] Failed to read descriptor dependency: com.fasterxml.jackson.core#jackson-annotations;2.12.1 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.fasterxml.jackson.core:jackson-annotations:jar:2.12.1
202[info] Failed to read descriptor dependency: com.fasterxml.jackson.core#jackson-core;2.12.1 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.fasterxml.jackson.core:jackson-core:jar:2.12.1
203[info] Failed to read descriptor dependency: com.fasterxml.jackson.core#jackson-databind;2.12.1 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.fasterxml.jackson.core:jackson-databind:jar:2.12.1
204[info] Failed to read descriptor dependency: com.fasterxml.jackson.datatype#jackson-datatype-jsr310;2.12.1 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.fasterxml.jackson.datatype:jackson-datatype-jsr310:jar:2.12.1
205[info] Failed to read descriptor dependency: ua.co.k#strftime4j;1.0.5 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for ua.co.k:strftime4j:jar:1.0.5
206[info] Failed to read descriptor dependency: org.jsoup#jsoup;1.17.2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jsoup:jsoup:jar:1.17.2
207[info] Failed to read descriptor dependency: com.fasterxml.jackson.dataformat#jackson-dataformat-yaml;2.15.1 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.15.1
208[info] Failed to read descriptor dependency: com.fasterxml.jackson.core#jackson-databind;2.15.1 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.fasterxml.jackson.core:jackson-databind:jar:2.15.1
209[info] Failed to read descriptor dependency: com.fasterxml.jackson.core#jackson-annotations;2.15.1 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.fasterxml.jackson.core:jackson-annotations:jar:2.15.1
210[info] Failed to read descriptor dependency: com.fasterxml.jackson.core#jackson-core;2.15.1 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.fasterxml.jackson.core:jackson-core:jar:2.15.1
211[info] Failed to read descriptor dependency: org.yaml#snakeyaml;2.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.yaml:snakeyaml:jar:2.0
212Compile 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
213[info] Failed to read descriptor dependency: org.scala-lang#scala3-sbt-bridge;3.8.0-RC2 {compile=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-sbt-bridge:jar:3.8.0-RC2
214[info] Failed to read descriptor dependency: org.scala-lang#scala3-compiler_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-compiler_3:jar:3.8.0-RC2
215[info] Failed to read descriptor dependency: org.scala-lang#scala3-interfaces;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-interfaces:jar:3.8.0-RC2
216[info] Failed to read descriptor dependency: org.scala-lang#tasty-core_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:tasty-core_3:jar:3.8.0-RC2
217[info] Failed to read descriptor dependency: org.scala-lang#scala3-library_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-library_3:jar:3.8.0-RC2
218[info] Failed to read descriptor dependency: org.scala-lang#scala-library;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala-library:jar:3.8.0-RC2
219[info] Failed to read descriptor dependency: org.scala-lang.modules#scala-asm;9.9.0-scala-1 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang.modules:scala-asm:jar:9.9.0-scala-1
220[info] Failed to read descriptor dependency: org.scala-sbt#compiler-interface;1.10.7 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-sbt:compiler-interface:jar:1.10.7
221[info] Failed to read descriptor dependency: org.scala-sbt#util-interface;1.10.7 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-sbt:util-interface:jar:1.10.7
222[info] Failed to read descriptor dependency: org.scala-lang#scala3-repl_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-repl_3:jar:3.8.0-RC2
223[info] Failed to read descriptor dependency: org.jline#jline-reader;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-reader:jar:3.29.0
224[info] Failed to read descriptor dependency: org.jline#jline-terminal;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-terminal:jar:3.29.0
225[info] Failed to read descriptor dependency: org.jline#jline-native;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-native:jar:3.29.0
226[info] Failed to read descriptor dependency: org.jline#jline-terminal-jni;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-terminal-jni:jar:3.29.0
227[info] Failed to read descriptor dependency: com.lihaoyi#pprint_3;0.9.3 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.lihaoyi:pprint_3:jar:0.9.3
228[info] Failed to read descriptor dependency: com.lihaoyi#fansi_3;0.5.1 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.lihaoyi:fansi_3:jar:0.5.1
229[info] Failed to read descriptor dependency: com.lihaoyi#sourcecode_3;0.4.4 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.lihaoyi:sourcecode_3:jar:0.4.4
230[info] compiling 6 Scala sources to /build/repo/target/scala-3.8.0-RC2/classes ...
231[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase typer
232[info] checking /build/repo/src/main/scala/HkdFor.scala after phase typer
233[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase typer
234[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase typer
235[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase typer
236[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase typer
237[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase inlinedPositions
238[info] checking /build/repo/src/main/scala/HkdFor.scala after phase inlinedPositions
239[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase inlinedPositions
240[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase inlinedPositions
241[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase inlinedPositions
242[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase inlinedPositions
243[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase posttyper
244[info] checking /build/repo/src/main/scala/HkdFor.scala after phase posttyper
245[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase posttyper
246[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase posttyper
247[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase posttyper
248[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase posttyper
249[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase unrollDefs
250[info] checking /build/repo/src/main/scala/HkdFor.scala after phase unrollDefs
251[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase unrollDefs
252[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase unrollDefs
253[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase unrollDefs
254[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase unrollDefs
255[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase pickler
256[info] checking /build/repo/src/main/scala/HkdFor.scala after phase pickler
257[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase pickler
258[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase pickler
259[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase pickler
260[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase pickler
261[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase inlining
262[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase inlining
263[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase inlining
264[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase inlining
265[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase inlining
266[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase postInlining
267[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase postInlining
268[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase postInlining
269[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase postInlining
270[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase postInlining
271[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase staging
272[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase staging
273[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase staging
274[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase staging
275[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase staging
276[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase splicing
277[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase splicing
278[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase splicing
279[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase splicing
280[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase splicing
281[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase pickleQuotes
282[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase pickleQuotes
283[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase pickleQuotes
284[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase pickleQuotes
285[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase pickleQuotes
286[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase MegaPhase{crossVersionChecks, firstTransform, checkReentrant, elimPackagePrefixes, cookComments, checkLoopingImplicits, betaReduce, inlineVals, expandSAMs, elimRepeated, refchecks, dropForMap}
287[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase MegaPhase{crossVersionChecks, firstTransform, checkReentrant, elimPackagePrefixes, cookComments, checkLoopingImplicits, betaReduce, inlineVals, expandSAMs, elimRepeated, refchecks, dropForMap}
288[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}
289[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}
290[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}
291[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/internal/MacroUtils.scala:144:58
292[warn] 144 | tpes.foldRight[Type[? <: Tuple]](Type.of[EmptyTuple]) { case ('[tpe], acc) =>
293[warn] | ^
294[warn] | match may not be exhaustive.
295[warn] |
296[warn] | It would fail on pattern case: (_, _)
297[warn] |
298[warn] | longer explanation available when compiling with `-explain`
299[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/internal/Utils.scala:139:51
300[warn] 139 | && appliedArgs.zipWithIndex.forall { case (ParamRef(binder, paramIndex), i) =>
301[warn] | ^
302[warn] | match may not be exhaustive.
303[warn] |
304[warn] | It would fail on pattern case: (_, _)
305[warn] |
306[warn] | longer explanation available when compiling with `-explain`
307[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
308[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
309[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
310[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
311[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
312[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
313[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
314[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
315[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
316[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
317[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}
318[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}
319[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}
320[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}
321[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}
322[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase erasure
323[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase erasure
324[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase erasure
325[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase erasure
326[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase erasure
327[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}
328[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}
329[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}
330[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}
331[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}
332[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase constructors
333[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase constructors
334[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase constructors
335[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase constructors
336[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase constructors
337[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
338[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
339[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
340[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
341[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
342[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}
343[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}
344[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}
345[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}
346[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}
347[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase genBCode
348[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase genBCode
349[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase genBCode
350[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase genBCode
351[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase genBCode
352[warn] two warnings found
353[info] checking /build/repo/src/main/scala/HkdFor.scala after phase typer
354[info] checking /build/repo/src/main/scala/HkdFor.scala after phase inlinedPositions
355[info] checking /build/repo/src/main/scala/HkdFor.scala after phase posttyper
356[info] checking /build/repo/src/main/scala/HkdFor.scala after phase unrollDefs
357[info] checking /build/repo/src/main/scala/HkdFor.scala after phase pickler
358[info] checking /build/repo/src/main/scala/HkdFor.scala after phase inlining
359[info] checking /build/repo/src/main/scala/HkdFor.scala after phase postInlining
360[info] checking /build/repo/src/main/scala/HkdFor.scala after phase staging
361[info] checking /build/repo/src/main/scala/HkdFor.scala after phase splicing
362[info] checking /build/repo/src/main/scala/HkdFor.scala after phase pickleQuotes
363[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/HkdFor.scala:521:8
364[warn] 521 | new FullyAppliedProductMirrorHelper[T, F]:
365[warn] | ^
366[warn] | New anonymous class definition will be duplicated at each inline site
367[warn] |
368[warn] | longer explanation available when compiling with `-explain`
369[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/HkdFor.scala:537:7
370[warn] 537 | }) = new Mirror.Product {
371[warn] | ^
372[warn] | New anonymous class definition will be duplicated at each inline site
373[warn] |
374[warn] | longer explanation available when compiling with `-explain`
375[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/HkdFor.scala:565:7
376[warn] 565 | }) = new Mirror.Product {
377[warn] | ^
378[warn] | New anonymous class definition will be duplicated at each inline site
379[warn] |
380[warn] | longer explanation available when compiling with `-explain`
381[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/HkdFor.scala:585:8
382[warn] 585 | new FullyAppliedCoproductMirrorHelper[T, F]:
383[warn] | ^
384[warn] | New anonymous class definition will be duplicated at each inline site
385[warn] |
386[warn] | longer explanation available when compiling with `-explain`
387[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/HkdFor.scala:603:7
388[warn] 603 | }) = new Mirror.Sum {
389[warn] | ^
390[warn] | New anonymous class definition will be duplicated at each inline site
391[warn] |
392[warn] | longer explanation available when compiling with `-explain`
393[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/HkdFor.scala:639:7
394[warn] 639 | }) = new Mirror.Sum {
395[warn] | ^
396[warn] | New anonymous class definition will be duplicated at each inline site
397[warn] |
398[warn] | longer explanation available when compiling with `-explain`
399[info] checking /build/repo/src/main/scala/HkdFor.scala after phase MegaPhase{crossVersionChecks, firstTransform, checkReentrant, elimPackagePrefixes, cookComments, checkLoopingImplicits, betaReduce, inlineVals, expandSAMs, elimRepeated, refchecks, dropForMap}
400[info] checking /build/repo/src/main/scala/HkdFor.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
401[info] checking /build/repo/src/main/scala/HkdFor.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
402[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}
403[info] checking /build/repo/src/main/scala/HkdFor.scala after phase erasure
404[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}
405[info] checking /build/repo/src/main/scala/HkdFor.scala after phase constructors
406[info] checking /build/repo/src/main/scala/HkdFor.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
407[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}
408[info] checking /build/repo/src/main/scala/HkdFor.scala after phase genBCode
409[warn] 8 warnings found
410[info] done compiling
411[info] Failed to read descriptor dependency: org.scala-lang#scala3-sbt-bridge;3.8.0-RC2 {compile=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-sbt-bridge:jar:3.8.0-RC2
412[info] Failed to read descriptor dependency: org.scala-lang#scala3-compiler_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-compiler_3:jar:3.8.0-RC2
413[info] Failed to read descriptor dependency: org.scala-lang#scala3-interfaces;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-interfaces:jar:3.8.0-RC2
414[info] Failed to read descriptor dependency: org.scala-lang#tasty-core_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:tasty-core_3:jar:3.8.0-RC2
415[info] Failed to read descriptor dependency: org.scala-lang#scala3-library_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-library_3:jar:3.8.0-RC2
416[info] Failed to read descriptor dependency: org.scala-lang#scala-library;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala-library:jar:3.8.0-RC2
417[info] Failed to read descriptor dependency: org.scala-lang.modules#scala-asm;9.9.0-scala-1 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang.modules:scala-asm:jar:9.9.0-scala-1
418[info] Failed to read descriptor dependency: org.scala-sbt#compiler-interface;1.10.7 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-sbt:compiler-interface:jar:1.10.7
419[info] Failed to read descriptor dependency: org.scala-sbt#util-interface;1.10.7 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-sbt:util-interface:jar:1.10.7
420[info] Failed to read descriptor dependency: org.scala-lang#scala3-repl_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-repl_3:jar:3.8.0-RC2
421[info] Failed to read descriptor dependency: org.jline#jline-reader;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-reader:jar:3.29.0
422[info] Failed to read descriptor dependency: org.jline#jline-terminal;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-terminal:jar:3.29.0
423[info] Failed to read descriptor dependency: org.jline#jline-native;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-native:jar:3.29.0
424[info] Failed to read descriptor dependency: org.jline#jline-terminal-jni;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-terminal-jni:jar:3.29.0
425[info] Failed to read descriptor dependency: com.lihaoyi#pprint_3;0.9.3 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.lihaoyi:pprint_3:jar:0.9.3
426[info] Failed to read descriptor dependency: com.lihaoyi#fansi_3;0.5.1 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.lihaoyi:fansi_3:jar:0.5.1
427[info] Failed to read descriptor dependency: com.lihaoyi#sourcecode_3;0.4.4 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.lihaoyi:sourcecode_3:jar:0.4.4
428[info] compiling 2 Scala sources to /build/repo/target/scala-3.8.0-RC2/test-classes ...
429[warn] -- Warning: /build/repo/src/test/scala/MacroHkdTest.scala:368:6 ----------------
430[warn] 368 | h matchExhaustively {
431[warn] | ^^^^^^^^^^^^^^^^^^^
432[warn] |Match may not be exhaustive.
433[warn] |
434[warn] |It would fail on case: _: $proxy122.HkdFor[MacroHkdTest.this.Foo2, [A >: scala.Nothing <: scala.Any] =>> A]
435[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase typer
436[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase typer
437[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase inlinedPositions
438[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase inlinedPositions
439[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase posttyper
440[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase posttyper
441[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase unrollDefs
442[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase unrollDefs
443[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase pickler
444[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase pickler
445[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase inlining
446[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase inlining
447[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase postInlining
448[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase postInlining
449[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase staging
450[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase staging
451[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase splicing
452[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase splicing
453[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase pickleQuotes
454[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase pickleQuotes
455[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase MegaPhase{crossVersionChecks, firstTransform, checkReentrant, elimPackagePrefixes, cookComments, checkLoopingImplicits, betaReduce, inlineVals, expandSAMs, elimRepeated, refchecks, dropForMap}
456[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase MegaPhase{crossVersionChecks, firstTransform, checkReentrant, elimPackagePrefixes, cookComments, checkLoopingImplicits, betaReduce, inlineVals, expandSAMs, elimRepeated, refchecks, dropForMap}
457[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
458[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
459[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
460[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
461[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}
462[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}
463[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase erasure
464[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase erasure
465[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}
466[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}
467[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase constructors
468[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase constructors
469[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
470[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
471[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}
472[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}
473[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase genBCode
474[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase genBCode
475[warn] one warning found
476[info] done compiling
477[info] Failed to read descriptor dependency: org.scala-lang#scala3-sbt-bridge;3.8.0-RC2 {compile=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-sbt-bridge:jar:3.8.0-RC2
478[info] Failed to read descriptor dependency: org.scala-lang#scala3-compiler_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-compiler_3:jar:3.8.0-RC2
479[info] Failed to read descriptor dependency: org.scala-lang#scala3-interfaces;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-interfaces:jar:3.8.0-RC2
480[info] Failed to read descriptor dependency: org.scala-lang#tasty-core_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:tasty-core_3:jar:3.8.0-RC2
481[info] Failed to read descriptor dependency: org.scala-lang#scala3-library_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-library_3:jar:3.8.0-RC2
482[info] Failed to read descriptor dependency: org.scala-lang#scala-library;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala-library:jar:3.8.0-RC2
483[info] Failed to read descriptor dependency: org.scala-lang.modules#scala-asm;9.9.0-scala-1 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang.modules:scala-asm:jar:9.9.0-scala-1
484[info] Failed to read descriptor dependency: org.scala-sbt#compiler-interface;1.10.7 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-sbt:compiler-interface:jar:1.10.7
485[info] Failed to read descriptor dependency: org.scala-sbt#util-interface;1.10.7 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-sbt:util-interface:jar:1.10.7
486[info] Failed to read descriptor dependency: org.scala-lang#scala3-repl_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-repl_3:jar:3.8.0-RC2
487[info] Failed to read descriptor dependency: org.jline#jline-reader;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-reader:jar:3.29.0
488[info] Failed to read descriptor dependency: org.jline#jline-terminal;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-terminal:jar:3.29.0
489[info] Failed to read descriptor dependency: org.jline#jline-native;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-native:jar:3.29.0
490[info] Failed to read descriptor dependency: org.jline#jline-terminal-jni;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-terminal-jni:jar:3.29.0
491[info] Failed to read descriptor dependency: com.lihaoyi#pprint_3;0.9.3 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.lihaoyi:pprint_3:jar:0.9.3
492[info] Failed to read descriptor dependency: com.lihaoyi#fansi_3;0.5.1 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.lihaoyi:fansi_3:jar:0.5.1
493[info] Failed to read descriptor dependency: com.lihaoyi#sourcecode_3;0.4.4 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.lihaoyi:sourcecode_3:jar:0.4.4
494com.tschuchort.hkd.MacroHkdTest:
495 + case class can be constructed 0.023s
496 + case class can be constructed with mixed named and unnamed arguments 0.002s
497 + case class can be constructed with out-of-order named arguments 0.001s
498 + constructor errors when argument missing 0.001s
499 + constructor errors when too many arguments 0.0s
500 + constructor errors when wrong argument type 0.001s
501 + can assign case class to superclass sum type 0.0s
502 + can copy case class with positional arguments 0.004s
503 + can copy case class with named arguments out-of-order 0.001s
504 + can copy case class with mixed named and unnamed arguments 0.001s
505 + can copy case class with default parameters 0.002s
506 + can derive fully applied mirror for products 0.001s
507 + can derive K0.ProductGeneric 0.001s
508 + can derive partially applied mirror for products 0.001s
509 + can derive K11.ProductGeneric 0.0s
510 + can derive fully applied mirror for sums 0.001s
511 + can derive K0.CoproductGeneric 0.002s
512 + can derive partially applied mirror for sums 0.001s
513 + can derive K11.CoproductGeneric 0.001s
514 + renders toString correctly 0.001s
515 + compares non-equal for nominally unrelated types with same fields 0.003s
516 + canEqual HkdFor with same erased T 0.002s
517 + not canEqual HkdFor with different erased T 0.001s
518 + canEqual does not depend on F 0.001s
519 + implements Product 0.002s
520 + throws compile-time error when selecting unknown field 0.0s
521 + throws compile-time error when calling unknown method 0.001s
522 + has covariant subtype relationship with simple F 0.001s
523 + no contravariant subtype relationship with simple F 0.002s
524 + has covariant subtype relationship with complex F 0.001s
525 + no subtype relationship with incompatible F 0.001s
526 + has subtype relationship with erased F 0.001s
527 + has subtype relationship with erased T and erased F 0.001s
528 + type tests sealed subtype 0.059s
529 + type tests nested sealed subtype as supertype 0.016s
530 + type tests and doesn't match unrelated T 0.002s
531 + type tests and doesn't match same T unrelated F 0.001s
532 + type tests T subtype with simple F supertype 0.005s
533 + type tests T subtype with complex F supertype 0.0s
534 + pattern match extracts fields without type test 0.001s
535 + pattern match extracts fields with type test complex F 0.002s
536 + pattern match extracts fields with inferred F, no type test 0.001s
537 + pattern match extracts fields with inferred F, type test for subtype 0.004s
538 + calls type tests in matchExhaustively 0.003s
539==> i com.tschuchort.hkd.MacroHkdTest.matchExhaustively warns when not exhaustive ignored 0.0s
540 + FunctorK maps product 0.02s
541 + FunctorK maps sum 0.005s
542 + FunctorK maps nested sum 0.01s
543com.tschuchort.hkd.TypeclassesTest:
544 + FunctorK maps product 0.011s
545 + FunctorK maps sum 0.003s
546 + FunctorK maps nested sum 0.002s
547 + FunctorK maps phantom typed 0.002s
548 + FunctorK maps product of functions 0.003s
549 + FunctorK maps product of functions with multiple args 0.003s
550 + FunctorK maps recursive ADT 0.003s
551 + FunctorK maps recursive wrapped ADT 0.036s
552 + FunctorK maps product with givens 0.018s
553 + FunctorK maps nested sum with givens 0.002s
554 + ContravariantK maps product 0.004s
555 + ContravariantK maps nested sum 0.004s
556 + TraverseK sequences effects 0.197s
557[info] Failed to read descriptor dependency: org.scala-lang#scala3-sbt-bridge;3.8.0-RC2 {compile=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-sbt-bridge:jar:3.8.0-RC2
558[info] Failed to read descriptor dependency: org.scala-lang#scala3-compiler_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-compiler_3:jar:3.8.0-RC2
559[info] Failed to read descriptor dependency: org.scala-lang#scala3-interfaces;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-interfaces:jar:3.8.0-RC2
560[info] Failed to read descriptor dependency: org.scala-lang#tasty-core_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:tasty-core_3:jar:3.8.0-RC2
561[info] Failed to read descriptor dependency: org.scala-lang#scala3-library_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-library_3:jar:3.8.0-RC2
562[info] Failed to read descriptor dependency: org.scala-lang#scala-library;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala-library:jar:3.8.0-RC2
563[info] Failed to read descriptor dependency: org.scala-lang.modules#scala-asm;9.9.0-scala-1 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang.modules:scala-asm:jar:9.9.0-scala-1
564[info] Failed to read descriptor dependency: org.scala-sbt#compiler-interface;1.10.7 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-sbt:compiler-interface:jar:1.10.7
565[info] Failed to read descriptor dependency: org.scala-sbt#util-interface;1.10.7 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-sbt:util-interface:jar:1.10.7
566[info] Failed to read descriptor dependency: org.scala-lang#scala3-repl_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-repl_3:jar:3.8.0-RC2
567[info] Failed to read descriptor dependency: org.jline#jline-reader;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-reader:jar:3.29.0
568[info] Failed to read descriptor dependency: org.jline#jline-terminal;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-terminal:jar:3.29.0
569[info] Failed to read descriptor dependency: org.jline#jline-native;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-native:jar:3.29.0
570[info] Failed to read descriptor dependency: org.jline#jline-terminal-jni;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-terminal-jni:jar:3.29.0
571[info] Failed to read descriptor dependency: com.lihaoyi#pprint_3;0.9.3 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.lihaoyi:pprint_3:jar:0.9.3
572[info] Failed to read descriptor dependency: com.lihaoyi#fansi_3;0.5.1 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.lihaoyi:fansi_3:jar:0.5.1
573[info] Failed to read descriptor dependency: com.lihaoyi#sourcecode_3;0.4.4 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.lihaoyi:sourcecode_3:jar:0.4.4
574[info] Failed to read descriptor dependency: org.scala-lang#scala3-sbt-bridge;3.8.0-RC2 {compile=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-sbt-bridge:jar:3.8.0-RC2
575[info] Failed to read descriptor dependency: org.scala-lang#scala3-compiler_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-compiler_3:jar:3.8.0-RC2
576[info] Failed to read descriptor dependency: org.scala-lang#scala3-interfaces;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-interfaces:jar:3.8.0-RC2
577[info] Failed to read descriptor dependency: org.scala-lang#tasty-core_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:tasty-core_3:jar:3.8.0-RC2
578[info] Failed to read descriptor dependency: org.scala-lang#scala3-library_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-library_3:jar:3.8.0-RC2
579[info] Failed to read descriptor dependency: org.scala-lang#scala-library;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala-library:jar:3.8.0-RC2
580[info] Failed to read descriptor dependency: org.scala-lang.modules#scala-asm;9.9.0-scala-1 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang.modules:scala-asm:jar:9.9.0-scala-1
581[info] Failed to read descriptor dependency: org.scala-sbt#compiler-interface;1.10.7 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-sbt:compiler-interface:jar:1.10.7
582[info] Failed to read descriptor dependency: org.scala-sbt#util-interface;1.10.7 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-sbt:util-interface:jar:1.10.7
583[info] Failed to read descriptor dependency: org.scala-lang#scala3-repl_3;3.8.0-RC2 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-repl_3:jar:3.8.0-RC2
584[info] Failed to read descriptor dependency: org.jline#jline-reader;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-reader:jar:3.29.0
585[info] Failed to read descriptor dependency: org.jline#jline-terminal;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-terminal:jar:3.29.0
586[info] Failed to read descriptor dependency: org.jline#jline-native;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-native:jar:3.29.0
587[info] Failed to read descriptor dependency: org.jline#jline-terminal-jni;3.29.0 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.jline:jline-terminal-jni:jar:3.29.0
588[info] Failed to read descriptor dependency: com.lihaoyi#pprint_3;0.9.3 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.lihaoyi:pprint_3:jar:0.9.3
589[info] Failed to read descriptor dependency: com.lihaoyi#fansi_3;0.5.1 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.lihaoyi:fansi_3:jar:0.5.1
590[info] Failed to read descriptor dependency: com.lihaoyi#sourcecode_3;0.4.4 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for com.lihaoyi:sourcecode_3:jar:0.4.4
591
592************************
593Build summary:
594[{
595 "module": "hkd4s",
596 "compile": {"status": "ok", "tookMs": 63061, "warnings": 8, "errors": 0, "sourceVersion": "3.8"},
597 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
598 "test-compile": {"status": "ok", "tookMs": 18816, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
599 "test": {"status": "ok", "tookMs": 7061, "passed": 60, "failed": 0, "ignored": 1, "skipped": 0, "total": 61, "byFramework": [{"framework": "munit", "stats": {"passed": 60, "failed": 0, "ignored": 1, "skipped": 0, "total": 61}}]},
600 "publish": {"status": "skipped", "tookMs": 0},
601 "metadata": {
602 "crossScalaVersions": ["3.3.3"]
603}
604}]
605************************
606[success] Total time: 377 s (0:06:17.0), completed Nov 28, 2025, 12:38:31 PM
607[0JChecking patch src/main/scala/internal/InspectTree.scala...
608Checking patch project/plugins.sbt...
609Checking patch project/build.properties...
610Checking patch build.sbt...
611Applied patch src/main/scala/internal/InspectTree.scala cleanly.
612Applied patch project/plugins.sbt cleanly.
613Applied patch project/build.properties cleanly.
614Applied patch build.sbt cleanly.