Build Logs
tschuchortdev/hkd4s • 3.7.4:2025-11-06
Errors
5
Warnings
71
Total Lines
475
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.7.4
23Scala binary version found: 3.7
24Implicitly using source version 3.7
25Scala binary version found: 3.7
26Implicitly using source version 3.7
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.7
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.7.4
41Execute tests: false
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/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
47##################################
48Scala version: 3.7.4
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":"compile-only","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]"}]}
51##################################
52Using extra scalacOptions: ,REQUIRE:-source:3.7
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.7.4
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.7.4"
70"++3.7.4 -v"
71"mapScalacOptions ",REQUIRE:-source:3.7,-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.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["mapScalacOptions \"\" -language:namedTypeArguments,-language:saferExceptions,-language:numericLiterals"],"options":[]},"mill":{"options":[]},"tests":"compile-only","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"
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.051s.
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.7.4
98OpenCB::Changing crossVersion 3.3.3 -> 3.7.4 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.7.4 on 1 projects.
102[info] Switching Scala version on:
103[info] * root (3.7.4)
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.7,-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:336)
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 Nov 6, 2025, 12:22:57 AM
137Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["mapScalacOptions \"\" -language:namedTypeArguments,-language:saferExceptions,-language:numericLiterals"],"options":[]},"mill":{"options":[]},"tests":"compile-only","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]"}]}
138Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,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.7` in Scala 2.12.20 module Global
143OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
144OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
145[info] Failed to read descriptor dependency: org.scala-lang#scala3-library_3;3.7.4 {compile=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-library_3:jar:3.7.4
146[info] Failed to read descriptor dependency: org.scala-lang#scala-library;2.13.16 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala-library:jar:2.13.16
147[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
148[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
149[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
150[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
151[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
152[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
153[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
154[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
155[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
156[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
157[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
158[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
159[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
160[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
161[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
162[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
163[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
164[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
165[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
166[info] Failed to read descriptor dependency: org.scala-lang#scala3-compiler_3;3.7.4 {scala-tool=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-compiler_3:jar:3.7.4
167[info] Failed to read descriptor dependency: org.scala-lang#scala3-interfaces;3.7.4 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-interfaces:jar:3.7.4
168[info] Failed to read descriptor dependency: org.scala-lang#tasty-core_3;3.7.4 {compile=[compile(*), master(compile)], runtime=[runtime(*)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:tasty-core_3:jar:3.7.4
169[info] Failed to read descriptor dependency: org.scala-lang.modules#scala-asm;9.8.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.8.0-scala-1
170[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
171[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
172[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
173[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
174[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
175[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
176[info] Failed to read descriptor dependency: org.scala-lang#scaladoc_3;3.7.4 {scala-doc-tool=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scaladoc_3:jar:3.7.4
177[info] Failed to read descriptor dependency: org.scala-lang#scala3-tasty-inspector_3;3.7.4 {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.7.4
178[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
179[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
180[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
181[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
182[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
183[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
184[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
185[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
186[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
187[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
188[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
189[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
190[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
191[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
192[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
193[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
194[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
195[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
196[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
197[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
198[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
199[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
200[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
201[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
202[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
203[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
204[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
205[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
206[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
207[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
208[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
209[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
210[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
211[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
212[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
213[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
214[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
215[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
216[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
217Compile 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.7
218[info] Failed to read descriptor dependency: org.scala-lang#scala3-sbt-bridge;3.7.4 {compile=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-sbt-bridge:jar:3.7.4
219[info] compiling 6 Scala sources to /build/repo/target/scala-3.7.4/classes ...
220[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase typer
221[info] checking /build/repo/src/main/scala/HkdFor.scala after phase typer
222[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase typer
223[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase typer
224[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase typer
225[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase typer
226[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase inlinedPositions
227[info] checking /build/repo/src/main/scala/HkdFor.scala after phase inlinedPositions
228[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase inlinedPositions
229[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase inlinedPositions
230[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase inlinedPositions
231[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase inlinedPositions
232[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase posttyper
233[info] checking /build/repo/src/main/scala/HkdFor.scala after phase posttyper
234[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase posttyper
235[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase posttyper
236[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase posttyper
237[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase posttyper
238[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase unrollDefs
239[info] checking /build/repo/src/main/scala/HkdFor.scala after phase unrollDefs
240[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase unrollDefs
241[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase unrollDefs
242[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase unrollDefs
243[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase unrollDefs
244[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase pickler
245[info] checking /build/repo/src/main/scala/HkdFor.scala after phase pickler
246[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase pickler
247[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase pickler
248[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase pickler
249[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase pickler
250[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase inlining
251[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase inlining
252[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase inlining
253[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase inlining
254[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase inlining
255[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase postInlining
256[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase postInlining
257[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase postInlining
258[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase postInlining
259[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase postInlining
260[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase staging
261[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase staging
262[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase staging
263[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase staging
264[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase staging
265[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase splicing
266[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase splicing
267[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase splicing
268[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase splicing
269[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase splicing
270[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase pickleQuotes
271[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase pickleQuotes
272[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase pickleQuotes
273[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase pickleQuotes
274[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase pickleQuotes
275[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase MegaPhase{crossVersionChecks, firstTransform, checkReentrant, elimPackagePrefixes, cookComments, checkLoopingImplicits, betaReduce, inlineVals, expandSAMs, elimRepeated, refchecks, dropForMap}
276[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase MegaPhase{crossVersionChecks, firstTransform, checkReentrant, elimPackagePrefixes, cookComments, checkLoopingImplicits, betaReduce, inlineVals, expandSAMs, elimRepeated, refchecks, dropForMap}
277[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}
278[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}
279[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}
280[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/internal/MacroUtils.scala:144:58
281[warn] 144 | tpes.foldRight[Type[? <: Tuple]](Type.of[EmptyTuple]) { case ('[tpe], acc) =>
282[warn] | ^
283[warn] | match may not be exhaustive.
284[warn] |
285[warn] | It would fail on pattern case: (_, _)
286[warn] |
287[warn] | longer explanation available when compiling with `-explain`
288[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/internal/Utils.scala:139:51
289[warn] 139 | && appliedArgs.zipWithIndex.forall { case (ParamRef(binder, paramIndex), i) =>
290[warn] | ^
291[warn] | match may not be exhaustive.
292[warn] |
293[warn] | It would fail on pattern case: (_, _)
294[warn] |
295[warn] | longer explanation available when compiling with `-explain`
296[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
297[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
298[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
299[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
300[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
301[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
302[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
303[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
304[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
305[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
306[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}
307[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}
308[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}
309[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}
310[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}
311[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase erasure
312[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase erasure
313[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase erasure
314[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase erasure
315[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase erasure
316[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}
317[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}
318[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}
319[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}
320[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}
321[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase constructors
322[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase constructors
323[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase constructors
324[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase constructors
325[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase constructors
326[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
327[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
328[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
329[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
330[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
331[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}
332[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}
333[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}
334[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}
335[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}
336[info] checking /build/repo/src/main/scala/BasicTypeclasses.scala after phase genBCode
337[info] checking /build/repo/src/main/scala/HkdUtils.scala after phase genBCode
338[info] checking /build/repo/src/main/scala/internal/InspectTree.scala after phase genBCode
339[info] checking /build/repo/src/main/scala/internal/MacroUtils.scala after phase genBCode
340[info] checking /build/repo/src/main/scala/internal/Utils.scala after phase genBCode
341[warn] two warnings found
342[info] checking /build/repo/src/main/scala/HkdFor.scala after phase typer
343[info] checking /build/repo/src/main/scala/HkdFor.scala after phase inlinedPositions
344[info] checking /build/repo/src/main/scala/HkdFor.scala after phase posttyper
345[info] checking /build/repo/src/main/scala/HkdFor.scala after phase unrollDefs
346[info] checking /build/repo/src/main/scala/HkdFor.scala after phase pickler
347[info] checking /build/repo/src/main/scala/HkdFor.scala after phase inlining
348[info] checking /build/repo/src/main/scala/HkdFor.scala after phase postInlining
349[info] checking /build/repo/src/main/scala/HkdFor.scala after phase staging
350[info] checking /build/repo/src/main/scala/HkdFor.scala after phase splicing
351[info] checking /build/repo/src/main/scala/HkdFor.scala after phase pickleQuotes
352[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/HkdFor.scala:521:8
353[warn] 521 | new FullyAppliedProductMirrorHelper[T, F]:
354[warn] | ^
355[warn] | New anonymous class definition will be duplicated at each inline site
356[warn] |
357[warn] | longer explanation available when compiling with `-explain`
358[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/HkdFor.scala:537:7
359[warn] 537 | }) = new Mirror.Product {
360[warn] | ^
361[warn] | New anonymous class definition will be duplicated at each inline site
362[warn] |
363[warn] | longer explanation available when compiling with `-explain`
364[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/HkdFor.scala:565:7
365[warn] 565 | }) = new Mirror.Product {
366[warn] | ^
367[warn] | New anonymous class definition will be duplicated at each inline site
368[warn] |
369[warn] | longer explanation available when compiling with `-explain`
370[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/HkdFor.scala:585:8
371[warn] 585 | new FullyAppliedCoproductMirrorHelper[T, F]:
372[warn] | ^
373[warn] | New anonymous class definition will be duplicated at each inline site
374[warn] |
375[warn] | longer explanation available when compiling with `-explain`
376[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/HkdFor.scala:603:7
377[warn] 603 | }) = new Mirror.Sum {
378[warn] | ^
379[warn] | New anonymous class definition will be duplicated at each inline site
380[warn] |
381[warn] | longer explanation available when compiling with `-explain`
382[warn] -- [E197] Potential Issue Warning: /build/repo/src/main/scala/HkdFor.scala:639:7
383[warn] 639 | }) = new Mirror.Sum {
384[warn] | ^
385[warn] | New anonymous class definition will be duplicated at each inline site
386[warn] |
387[warn] | longer explanation available when compiling with `-explain`
388[info] checking /build/repo/src/main/scala/HkdFor.scala after phase MegaPhase{crossVersionChecks, firstTransform, checkReentrant, elimPackagePrefixes, cookComments, checkLoopingImplicits, betaReduce, inlineVals, expandSAMs, elimRepeated, refchecks, dropForMap}
389[info] checking /build/repo/src/main/scala/HkdFor.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
390[info] checking /build/repo/src/main/scala/HkdFor.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
391[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}
392[info] checking /build/repo/src/main/scala/HkdFor.scala after phase erasure
393[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}
394[info] checking /build/repo/src/main/scala/HkdFor.scala after phase constructors
395[info] checking /build/repo/src/main/scala/HkdFor.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
396[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}
397[info] checking /build/repo/src/main/scala/HkdFor.scala after phase genBCode
398[warn] 8 warnings found
399[info] done compiling
400[info] Failed to read descriptor dependency: org.scala-lang#scala3-sbt-bridge;3.7.4 {compile=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-sbt-bridge:jar:3.7.4
401[info] compiling 2 Scala sources to /build/repo/target/scala-3.7.4/test-classes ...
402[warn] -- Warning: /build/repo/src/test/scala/MacroHkdTest.scala:368:6 ----------------
403[warn] 368 | h matchExhaustively {
404[warn] | ^^^^^^^^^^^^^^^^^^^
405[warn] |Match may not be exhaustive.
406[warn] |
407[warn] |It would fail on case: _: $proxy122.HkdFor[MacroHkdTest.this.Foo2, [A >: scala.Nothing <: scala.Any] =>> A]
408[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase typer
409[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase typer
410[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase inlinedPositions
411[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase inlinedPositions
412[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase posttyper
413[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase posttyper
414[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase unrollDefs
415[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase unrollDefs
416[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase pickler
417[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase pickler
418[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase inlining
419[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase inlining
420[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase postInlining
421[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase postInlining
422[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase staging
423[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase staging
424[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase splicing
425[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase splicing
426[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase pickleQuotes
427[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase pickleQuotes
428[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase MegaPhase{crossVersionChecks, firstTransform, checkReentrant, elimPackagePrefixes, cookComments, checkLoopingImplicits, betaReduce, inlineVals, expandSAMs, elimRepeated, refchecks, dropForMap}
429[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase MegaPhase{crossVersionChecks, firstTransform, checkReentrant, elimPackagePrefixes, cookComments, checkLoopingImplicits, betaReduce, inlineVals, expandSAMs, elimRepeated, refchecks, dropForMap}
430[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
431[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase MegaPhase{protectedAccessors, extmethods, uncacheGivenAliases, checkStatic, elimByName, hoistSuperArgs, forwardDepChecks, specializeApplyMethods, tryCatchPatterns, patternMatcher}
432[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
433[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase MegaPhase{elimOpaque, explicitOuter, explicitSelf, interpolators, dropBreaks}
434[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}
435[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}
436[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase erasure
437[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase erasure
438[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}
439[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}
440[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase constructors
441[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase constructors
442[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
443[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase MegaPhase{lambdaLift, elimStaticThis, countOuterAccesses}
444[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}
445[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}
446[info] checking /build/repo/src/test/scala/MacroHkdTest.scala after phase genBCode
447[info] checking /build/repo/src/test/scala/TypeclassesTest.scala after phase genBCode
448[warn] one warning found
449[info] done compiling
450[info] Failed to read descriptor dependency: org.scala-lang#scala3-sbt-bridge;3.7.4 {compile=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-sbt-bridge:jar:3.7.4
451[info] Failed to read descriptor dependency: org.scala-lang#scala3-sbt-bridge;3.7.4 {compile=[default(compile)]} from Community Build Repo, Failed to read artifact descriptor for org.scala-lang:scala3-sbt-bridge:jar:3.7.4
452
453************************
454Build summary:
455[{
456 "module": "hkd4s",
457 "compile": {"status": "ok", "tookMs": 24628, "warnings": 8, "errors": 0, "sourceVersion": "3.7"},
458 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
459 "test-compile": {"status": "ok", "tookMs": 12782, "warnings": 1, "errors": 0, "sourceVersion": "3.7"},
460 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
461 "publish": {"status": "skipped", "tookMs": 0},
462 "metadata": {
463 "crossScalaVersions": ["3.3.3"]
464}
465}]
466************************
467[success] Total time: 330 s (0:05:30.0), completed Nov 6, 2025, 12:28:26 AM
468[0JChecking patch src/main/scala/internal/InspectTree.scala...
469Checking patch project/plugins.sbt...
470Checking patch project/build.properties...
471Checking patch build.sbt...
472Applied patch src/main/scala/internal/InspectTree.scala cleanly.
473Applied patch project/plugins.sbt cleanly.
474Applied patch project/build.properties cleanly.
475Applied patch build.sbt cleanly.