Build Logs
zio/zio-http • 3.8.0-RC2:2025-11-27
Errors
5603
Warnings
11
Total Lines
6337
1##################################
2Clonning https://github.com/zio/zio-http.git into /build/repo using revision v3.6.0
3##################################
4Note: switching to 'f73a5d53724662f5521b57a73c16a821514d7493'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21Would override fixed Scala version: 3.3.7
22Using target Scala version for migration: 3.7.4
23Migrating project for -source:3.4 using Scala 3.7.4
24----
25Preparing build for 3.7.4
26Would try to apply common scalacOption (best-effort, sbt/mill only):
27Append: -rewrite,REQUIRE:-source:3.4-migration
28Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
29
30Try apply source patch:
31Path: zio-http/shared/src/main/scala/zio/http/endpoint/openapi/OpenAPIGen.scala
32Pattern: contentAsJsonSchema(codec, referenceType = referenceType) _
33Replacement: contentAsJsonSchema(codec, referenceType = referenceType)
34Starting compilation server
35Compiling project (Scala 3.7.3, JVM (21))
36Compiled project (Scala 3.7.3, JVM (21))
37Failed to apply pattern 'contentAsJsonSchema(codec, referenceType = referenceType) _' in zio-http/shared/src/main/scala/zio/http/endpoint/openapi/OpenAPIGen.scala
38
39Try apply source patch:
40Path: zio-http/shared/src/main/scala/zio/http/endpoint/openapi/OpenAPIGen.scala
41Pattern: R0 with R1 <:< R
42Replacement: (R0 & R1) <:< R
43Failed to apply pattern 'R0 with R1 <:< R' in zio-http/shared/src/main/scala/zio/http/endpoint/openapi/OpenAPIGen.scala
44
45Try apply source patch:
46Path: zio-http/shared/src/main/scala/zio/http/WebSocketApp.scala
47Pattern: R0 with R1 <:< R
48Replacement: (R0 & R1) <:< R
49Successfully applied pattern 'R0 with R1 <:< R' in zio-http/shared/src/main/scala/zio/http/WebSocketApp.scala
50
51Try apply source patch:
52Path: zio-http/shared/src/main/scala-3/zio/http/HandlerVersionSpecific.scala
53Pattern: Env0 with Ctx <:< Env
54Replacement: (Env0 & Ctx) <:< Env
55Successfully applied pattern 'Env0 with Ctx <:< Env' in zio-http/shared/src/main/scala-3/zio/http/HandlerVersionSpecific.scala
56
57Try apply source patch:
58Path: zio-http/shared/src/main/scala-3/zio/http/RoutesCompanionVersionSpecific.scala
59Pattern: Env0 with Ctx <:< Env
60Replacement: (Env0 & Ctx) <:< Env
61Successfully applied pattern 'Env0 with Ctx <:< Env' in zio-http/shared/src/main/scala-3/zio/http/RoutesCompanionVersionSpecific.scala
62
63Try apply source patch:
64Path: zio-http/shared/src/main/scala/zio/http/Handler.scala
65Pattern: R0 with R1 <:< R
66Replacement: (R0 & R1) <:< R
67Successfully applied pattern 'R0 with R1 <:< R' in zio-http/shared/src/main/scala/zio/http/Handler.scala
68
69Try apply source patch:
70Path: zio-http/jvm/src/test/scala/zio/http/endpoint/NotFoundSpec.scala
71Pattern: ) _
72Replacement: )
73Successfully applied pattern ') _' in zio-http/jvm/src/test/scala/zio/http/endpoint/NotFoundSpec.scala
74
75Try apply source patch:
76Path: zio-http/jvm/src/test/scala/zio/http/endpoint/QueryParameterSpec.scala
77Pattern: ) _
78Replacement: )
79Successfully applied pattern ') _' in zio-http/jvm/src/test/scala/zio/http/endpoint/QueryParameterSpec.scala
80
81Try apply source patch:
82Path: zio-http/jvm/src/test/scala/zio/http/endpoint/RequestSpec.scala
83Pattern: ) _
84Replacement: )
85Successfully applied pattern ') _' in zio-http/jvm/src/test/scala/zio/http/endpoint/RequestSpec.scala
86
87Try apply source patch:
88Path: zio-http/jvm/src/test/scala/zio/http/endpoint/HeaderSpec.scala
89Pattern: ) _
90Replacement: )
91Successfully applied pattern ') _' in zio-http/jvm/src/test/scala/zio/http/endpoint/HeaderSpec.scala
92
93Try apply source patch:
94Path: zio-http/shared/src/main/scala/zio/http/endpoint/openapi/OpenAPIGen.scala
95Pattern: contentAsJsonSchema(codec, referenceType = referenceType, omitDescription = omitContentDescription) _,
96Replacement: contentAsJsonSchema(codec, referenceType = referenceType, omitDescription = omitContentDescription),
97Successfully applied pattern 'contentAsJsonSchema(codec, referenceType = referenceType, omitDescription = omitContentDescription) _,' in zio-http/shared/src/main/scala/zio/http/endpoint/openapi/OpenAPIGen.scala
98
99Try apply source patch:
100Path: project/BuildHelper.scala
101Pattern: val Scala3 = "3.3.7"
102Replacement: val Scala3 = "3.7.4"
103Successfully applied pattern 'val Scala3 = "3.3.7"' in project/BuildHelper.scala
104----
105Starting build for 3.7.4
106Execute tests: false
107sbt project found:
108No prepare script found for project zio/zio-http
109##################################
110Scala version: 3.7.4
111Targets: dev.zio%sbt-zio-http-grpc dev.zio%zio-http dev.zio%zio-http-cli dev.zio%zio-http-datastar-sdk dev.zio%zio-http-gen dev.zio%zio-http-htmx dev.zio%zio-http-shaded dev.zio%zio-http-stomp dev.zio%zio-http-testkit
112Project projectConfig: {"projects":{"exclude":["dev.zio%zio-http-testkit-shaded","dev.zio%zio-http-shaded"],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"zio-http/shared/src/main/scala/zio/http/endpoint/openapi/OpenAPIGen.scala","pattern":"contentAsJsonSchema(codec, referenceType = referenceType) _","replaceWith":"contentAsJsonSchema(codec, referenceType = referenceType)"},{"path":"zio-http/shared/src/main/scala/zio/http/endpoint/openapi/OpenAPIGen.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"zio-http/shared/src/main/scala/zio/http/WebSocketApp.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"zio-http/shared/src/main/scala-3/zio/http/HandlerVersionSpecific.scala","pattern":"Env0 with Ctx <:< Env","replaceWith":"(Env0 & Ctx) <:< Env"},{"path":"zio-http/shared/src/main/scala-3/zio/http/RoutesCompanionVersionSpecific.scala","pattern":"Env0 with Ctx <:< Env","replaceWith":"(Env0 & Ctx) <:< Env"},{"path":"zio-http/shared/src/main/scala/zio/http/Handler.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"zio-http/jvm/src/test/scala/zio/http/endpoint/NotFoundSpec.scala","pattern":") _\n","replaceWith":")\n"},{"path":"zio-http/jvm/src/test/scala/zio/http/endpoint/QueryParameterSpec.scala","pattern":") _\n","replaceWith":")\n"},{"path":"zio-http/jvm/src/test/scala/zio/http/endpoint/RequestSpec.scala","pattern":") _\n","replaceWith":")\n"},{"path":"zio-http/jvm/src/test/scala/zio/http/endpoint/HeaderSpec.scala","pattern":") _\n","replaceWith":")\n"},{"path":"zio-http/shared/src/main/scala/zio/http/endpoint/openapi/OpenAPIGen.scala","pattern":"contentAsJsonSchema(codec, referenceType = referenceType, omitDescription = omitContentDescription) _,","replaceWith":"contentAsJsonSchema(codec, referenceType = referenceType, omitDescription = omitContentDescription),"},{"path":"project/BuildHelper.scala","pattern":"val Scala3 = \"3.3.7\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
113##################################
114Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
115Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
116[sbt_options] declare -a sbt_options=()
117[process_args] java_version = '21'
118[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21/rt.jar'
119# Executing command line:
120java
121-Dfile.encoding=UTF-8
122-Xms2G
123-Xmx4G
124-XX:+UseG1GC
125-XX:ReservedCodeCacheSize=1G
126-XX:NonProfiledCodeHeapSize=512M
127-Dcommunitybuild.scala=3.7.4
128-Dcommunitybuild.project.dependencies.add=
129-Xmx7G
130-Xms4G
131-Xss8M
132-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
133-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21
134-jar
135/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
136"setCrossScalaVersions 3.7.4"
137"++3.7.4 -v"
138"mapScalacOptions "-rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
139"set every credentials := Nil"
140"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
141"removeScalacOptionsStartingWith -P:wartremover"
142
143moduleMappings
144"runBuild 3.7.4 """{"projects":{"exclude":["dev.zio%zio-http-testkit-shaded","dev.zio%zio-http-shaded"],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"zio-http/shared/src/main/scala/zio/http/endpoint/openapi/OpenAPIGen.scala","pattern":"contentAsJsonSchema(codec, referenceType = referenceType) _","replaceWith":"contentAsJsonSchema(codec, referenceType = referenceType)"},{"path":"zio-http/shared/src/main/scala/zio/http/endpoint/openapi/OpenAPIGen.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"zio-http/shared/src/main/scala/zio/http/WebSocketApp.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"zio-http/shared/src/main/scala-3/zio/http/HandlerVersionSpecific.scala","pattern":"Env0 with Ctx <:< Env","replaceWith":"(Env0 & Ctx) <:< Env"},{"path":"zio-http/shared/src/main/scala-3/zio/http/RoutesCompanionVersionSpecific.scala","pattern":"Env0 with Ctx <:< Env","replaceWith":"(Env0 & Ctx) <:< Env"},{"path":"zio-http/shared/src/main/scala/zio/http/Handler.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"zio-http/jvm/src/test/scala/zio/http/endpoint/NotFoundSpec.scala","pattern":") _\n","replaceWith":")\n"},{"path":"zio-http/jvm/src/test/scala/zio/http/endpoint/QueryParameterSpec.scala","pattern":") _\n","replaceWith":")\n"},{"path":"zio-http/jvm/src/test/scala/zio/http/endpoint/RequestSpec.scala","pattern":") _\n","replaceWith":")\n"},{"path":"zio-http/jvm/src/test/scala/zio/http/endpoint/HeaderSpec.scala","pattern":") _\n","replaceWith":")\n"},{"path":"zio-http/shared/src/main/scala/zio/http/endpoint/openapi/OpenAPIGen.scala","pattern":"contentAsJsonSchema(codec, referenceType = referenceType, omitDescription = omitContentDescription) _,","replaceWith":"contentAsJsonSchema(codec, referenceType = referenceType, omitDescription = omitContentDescription),"},{"path":"project/BuildHelper.scala","pattern":"val Scala3 = \"3.3.7\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" dev.zio%sbt-zio-http-grpc dev.zio%zio-http dev.zio%zio-http-cli dev.zio%zio-http-datastar-sdk dev.zio%zio-http-gen dev.zio%zio-http-htmx dev.zio%zio-http-shaded dev.zio%zio-http-stomp dev.zio%zio-http-testkit"
145
146[info] [launcher] getting org.scala-sbt sbt 1.11.7 (this may take some time)...
147[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 21)
148[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
149[info] loading project definition from /build/repo/project
150[info] compiling 11 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
151[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
152[info] Compilation completed in 8.43s.
153[info] done compiling
154*** shading enabled: false (env.PUBLISH_SHADED=None, sysprops.`publish.shaded`=None)
155v3.6.0
156[info] loading settings for project root from aliases.sbt, build.sbt, global.sbt...
157[info] resolving key references (19895 settings) ...
158Warning: Tried to extract the base path for relative glob zio-http-benchmarks/src/main/scala-2.13/**. To disable this warning, re-run the program with java option, -Dsbt.io.implicit.relative.glob.conversion=allow
159Warning: Tried to extract the base path for relative glob zio-http-benchmarks/src/main/scala/**. To disable this warning, re-run the program with java option, -Dsbt.io.implicit.relative.glob.conversion=allow
160[info]
161[info] ____ ___ ___ _ _ _____ _____ ___
162[info] |_ / |_ _| / _ \ ___ | || | |_ _| |_ _| | _ \
163[info] / / | | | (_) | |___| | __ | | | | | | _/
164[info] /___| |___| \___/ |_||_| |_| |_| |_|
165[info]
166[info] Useful sbt tasks:
167[info] > fmt: Prepares source files using scalafix and scalafmt.
168[info] > sFix: Fixes source files using scalafix.
169[info] > fmtCheck: Checks sources by applying both scalafix and scalafmt.
170[info] > sFixCheck: Checks sources by applying both scalafix.
171[info]
172[info] > Need help? Send us a message on discord: https://discord.gg/7KBzr3SRsh
173[info]
174[warn] there are 2 keys that are not used by any other settings/tasks:
175[warn]
176[warn] * ThisBuild / licenses
177[warn] +- /build/repo/build.sbt:120
178[warn] * ThisBuild / organization
179[warn] +- /build/repo/build.sbt:120
180[warn]
181[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
182[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
183Execute setCrossScalaVersions: 3.7.4
184OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zioHttpBenchmarks/crossScalaVersions
185OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zioHttpCli/crossScalaVersions
186OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zioHttpHtmx/crossScalaVersions
187OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zioHttpExample/crossScalaVersions
188OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zioHttpTools/crossScalaVersions
189OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in docs/crossScalaVersions
190OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zioHttpJVM/crossScalaVersions
191OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in sbtZioHttpGrpc/crossScalaVersions
192OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zioHttpDatastarSdk/crossScalaVersions
193OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in sbtZioHttpGrpcTests/crossScalaVersions
194OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zioHttpStomp/crossScalaVersions
195OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zioHttpGen/crossScalaVersions
196OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in root/crossScalaVersions
197OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zioHttpTestkit/crossScalaVersions
198OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zioHttpJS/crossScalaVersions
199[info]
200[info] ____ ___ ___ _ _ _____ _____ ___
201[info] |_ / |_ _| / _ \ ___ | || | |_ _| |_ _| | _ \
202[info] / / | | | (_) | |___| | __ | | | | | | _/
203[info] /___| |___| \___/ |_||_| |_| |_| |_|
204[info]
205[info] Useful sbt tasks:
206[info] > fmt: Prepares source files using scalafix and scalafmt.
207[info] > sFix: Fixes source files using scalafix.
208[info] > fmtCheck: Checks sources by applying both scalafix and scalafmt.
209[info] > sFixCheck: Checks sources by applying both scalafix.
210[info]
211[info] > Need help? Send us a message on discord: https://discord.gg/7KBzr3SRsh
212[info]
213[info] Setting Scala version to 3.7.4 on 15 projects.
214[info] Switching Scala version on:
215[info] zioHttpDatastarSdk (2.12.20, 2.13.16, 3.7.4)
216[info] sbtZioHttpGrpc (2.12.20, 2.13.16, 3.7.4)
217[info] zioHttpCli (2.12.20, 2.13.16, 3.7.4)
218[info] * root (2.12.20, 2.13.16, 3.7.4)
219[info] zioHttpJVM (2.12.20, 2.13.16, 3.7.4)
220[info] docs (2.12.20, 2.13.16, 3.7.4)
221[info] sbtZioHttpGrpcTests (2.12.20, 2.13.16, 3.7.4)
222[info] zioHttpStomp (2.12.20, 2.13.16, 3.7.4)
223[info] zioHttpGen (2.12.20, 2.13.16, 3.7.4)
224[info] zioHttpBenchmarks (2.12.20, 2.13.16, 3.7.4)
225[info] zioHttpTools (2.12.20, 2.13.16, 3.7.4)
226[info] zioHttpExample (2.12.20, 2.13.16, 3.7.4)
227[info] zioHttpTestkit (2.12.20, 2.13.16, 3.7.4)
228[info] zioHttpJS (2.12.20, 2.13.16, 3.7.4)
229[info] zioHttpHtmx (2.12.20, 2.13.16, 3.7.4)
230[info] Excluding projects:
231[info] Reapplying settings...
232[info]
233[info] ____ ___ ___ _ _ _____ _____ ___
234[info] |_ / |_ _| / _ \ ___ | || | |_ _| |_ _| | _ \
235[info] / / | | | (_) | |___| | __ | | | | | | _/
236[info] /___| |___| \___/ |_||_| |_| |_| |_|
237[info]
238[info] Useful sbt tasks:
239[info] > fmt: Prepares source files using scalafix and scalafmt.
240[info] > sFix: Fixes source files using scalafix.
241[info] > fmtCheck: Checks sources by applying both scalafix and scalafmt.
242[info] > sFixCheck: Checks sources by applying both scalafix.
243[info]
244[info] > Need help? Send us a message on discord: https://discord.gg/7KBzr3SRsh
245[info]
246Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
247[info] Reapplying settings...
248[info]
249[info] ____ ___ ___ _ _ _____ _____ ___
250[info] |_ / |_ _| / _ \ ___ | || | |_ _| |_ _| | _ \
251[info] / / | | | (_) | |___| | __ | | | | | | _/
252[info] /___| |___| \___/ |_||_| |_| |_| |_|
253[info]
254[info] Useful sbt tasks:
255[info] > fmt: Prepares source files using scalafix and scalafmt.
256[info] > sFix: Fixes source files using scalafix.
257[info] > fmtCheck: Checks sources by applying both scalafix and scalafmt.
258[info] > sFixCheck: Checks sources by applying both scalafix.
259[info]
260[info] > Need help? Send us a message on discord: https://discord.gg/7KBzr3SRsh
261[info]
262[info] Defining Global / credentials, credentials and 13 others.
263[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 135 others.
264[info] Run `last` for details.
265[info] Reapplying settings...
266[info]
267[info] ____ ___ ___ _ _ _____ _____ ___
268[info] |_ / |_ _| / _ \ ___ | || | |_ _| |_ _| | _ \
269[info] / / | | | (_) | |___| | __ | | | | | | _/
270[info] /___| |___| \___/ |_||_| |_| |_| |_|
271[info]
272[info] Useful sbt tasks:
273[info] > fmt: Prepares source files using scalafix and scalafmt.
274[info] > sFix: Fixes source files using scalafix.
275[info] > fmtCheck: Checks sources by applying both scalafix and scalafmt.
276[info] > sFixCheck: Checks sources by applying both scalafix.
277[info]
278[info] > Need help? Send us a message on discord: https://discord.gg/7KBzr3SRsh
279[info]
280Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
281[info] Reapplying settings...
282OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
283
284 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
285 Did you mean zioHttpCli / allExcludeDependencies ?
286 , retry without global scopes
287[info] Reapplying settings...
288[info]
289[info] ____ ___ ___ _ _ _____ _____ ___
290[info] |_ / |_ _| / _ \ ___ | || | |_ _| |_ _| | _ \
291[info] / / | | | (_) | |___| | __ | | | | | | _/
292[info] /___| |___| \___/ |_||_| |_| |_| |_|
293[info]
294[info] Useful sbt tasks:
295[info] > fmt: Prepares source files using scalafix and scalafmt.
296[info] > sFix: Fixes source files using scalafix.
297[info] > fmtCheck: Checks sources by applying both scalafix and scalafmt.
298[info] > sFixCheck: Checks sources by applying both scalafix.
299[info]
300[info] > Need help? Send us a message on discord: https://discord.gg/7KBzr3SRsh
301[info]
302Execute removeScalacOptionsStartingWith: -P:wartremover
303[info] Reapplying settings...
304[info]
305[info] ____ ___ ___ _ _ _____ _____ ___
306[info] |_ / |_ _| / _ \ ___ | || | |_ _| |_ _| | _ \
307[info] / / | | | (_) | |___| | __ | | | | | | _/
308[info] /___| |___| \___/ |_||_| |_| |_| |_|
309[info]
310[info] Useful sbt tasks:
311[info] > fmt: Prepares source files using scalafix and scalafmt.
312[info] > sFix: Fixes source files using scalafix.
313[info] > fmtCheck: Checks sources by applying both scalafix and scalafmt.
314[info] > sFixCheck: Checks sources by applying both scalafix.
315[info]
316[info] > Need help? Send us a message on discord: https://discord.gg/7KBzr3SRsh
317[info]
318[success] Total time: 0 s, completed Nov 27, 2025, 9:11:59 PM
319Build config: {"projects":{"exclude":["dev.zio%zio-http-testkit-shaded","dev.zio%zio-http-shaded"],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"zio-http/shared/src/main/scala/zio/http/endpoint/openapi/OpenAPIGen.scala","pattern":"contentAsJsonSchema(codec, referenceType = referenceType) _","replaceWith":"contentAsJsonSchema(codec, referenceType = referenceType)"},{"path":"zio-http/shared/src/main/scala/zio/http/endpoint/openapi/OpenAPIGen.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"zio-http/shared/src/main/scala/zio/http/WebSocketApp.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"zio-http/shared/src/main/scala-3/zio/http/HandlerVersionSpecific.scala","pattern":"Env0 with Ctx <:< Env","replaceWith":"(Env0 & Ctx) <:< Env"},{"path":"zio-http/shared/src/main/scala-3/zio/http/RoutesCompanionVersionSpecific.scala","pattern":"Env0 with Ctx <:< Env","replaceWith":"(Env0 & Ctx) <:< Env"},{"path":"zio-http/shared/src/main/scala/zio/http/Handler.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"zio-http/jvm/src/test/scala/zio/http/endpoint/NotFoundSpec.scala","pattern":") _\n","replaceWith":")\n"},{"path":"zio-http/jvm/src/test/scala/zio/http/endpoint/QueryParameterSpec.scala","pattern":") _\n","replaceWith":")\n"},{"path":"zio-http/jvm/src/test/scala/zio/http/endpoint/RequestSpec.scala","pattern":") _\n","replaceWith":")\n"},{"path":"zio-http/jvm/src/test/scala/zio/http/endpoint/HeaderSpec.scala","pattern":") _\n","replaceWith":")\n"},{"path":"zio-http/shared/src/main/scala/zio/http/endpoint/openapi/OpenAPIGen.scala","pattern":"contentAsJsonSchema(codec, referenceType = referenceType, omitDescription = omitContentDescription) _,","replaceWith":"contentAsJsonSchema(codec, referenceType = referenceType, omitDescription = omitContentDescription),"},{"path":"project/BuildHelper.scala","pattern":"val Scala3 = \"3.3.7\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
320Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(dev.zio%zio-http-testkit-shaded, dev.zio%zio-http-shaded),Map()),CompileOnly,List()))
321Excluding target 'dev.zio%zio-http-shaded' - matches exclusion rule: 'dev.zio%zio-http-shaded'
322Starting build...
323Projects: Set(zioHttpDatastarSdk, sbtZioHttpGrpc, zioHttpCli, zioHttpJVM, zioHttpStomp, zioHttpGen, zioHttpTestkit, zioHttpHtmx)
324Starting build for ProjectRef(file:/build/repo/,zioHttpJVM) (zio-http)... [0/8]
325OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
326OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Global
327OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
328OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
329OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
330Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:postfixOps, -Xignore-scala2-macros, -noindent, -Xplugin:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
331[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
332[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
333[error] acceptContinue: Boolean, keepAlive: Boolean,
334[error] requestDecompression: zio.http.Decompression,
335[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
336[error] ,
337[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
338[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
339[error] gracefulShutdownTimeout: zio.Duration,
340[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
341[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
342[error] zio.http.Server.Config: (Config.this.copy :
343[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
344[error] acceptContinue: Boolean, keepAlive: Boolean,
345[error] requestDecompression: zio.http.Decompression,
346[error] responseCompression:
347[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
348[error] requestStreaming: zio.http.Server.RequestStreaming,
349[error] maxInitialLineLength: Int, maxHeaderSize: Int,
350[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
351[error] webSocketConfig: zio.http.WebSocketConfig,
352[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
353[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
354[error] ), expected: 16, found: 17
355
356 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
357
358 An unhandled exception was thrown in the compiler plugin named "unroll".
359 Please report the issue to the plugin's maintainers.
360 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
361
362
363 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
364 during phase: unroll
365 mode: Mode(ImplicitsEnabled)
366 library version: version 2.13.16
367 compiler version: version 3.7.4
368 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@71587d81) -source 3.4-migration
369
370[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
371[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
372[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
373[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
374[error] scala.collection.immutable.List.map(List.scala:247)
375[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
376[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
377[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
378[error] scala.collection.immutable.List.map(List.scala:251)
379[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
380[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
381[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
382[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
383[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
384[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
385[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
386[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
387[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
388[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
389[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
390[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
391[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
392[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
393[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
394[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
395[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
396[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
397[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
398[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
399[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
400[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
401[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
402[error] scala.collection.immutable.List.foreach(List.scala:334)
403[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
404[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
405[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
406[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
407[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
408[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
409[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
410[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
411[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
412[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
413[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
414[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
415[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
416[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
417[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
418[error] dotty.tools.dotc.Run.compile(Run.scala:304)
419[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
420[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
421[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
422[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
423[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
424[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
425[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
426[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
427[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
428[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
429[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
430[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
431[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
432[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
433[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
434[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
435[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
436[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
437[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
438[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
439[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
440[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
441[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
442[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
443[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
444[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
445[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
446[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
447[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
448[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
449[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
450[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
451[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
452[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
453[error] sbt.internal.io.Retry$.io(Retry.scala:102)
454[error] sbt.internal.io.Retry$.io(Retry.scala:78)
455[error] sbt.internal.io.Retry$.io(Retry.scala:67)
456[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
457[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
458[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
459[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
460[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
461[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
462[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
463[error] sbt.Execute.work(Execute.scala:292)
464[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
465[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
466[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
467[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
468[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
469[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
470[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
471[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
472[error] java.base/java.lang.Thread.run(Thread.java:1583)
473[error]
474[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
475[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
476[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
477[error] at scala.collection.immutable.List.map(List.scala:247)
478[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
479[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
480[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
481[error] at scala.collection.immutable.List.map(List.scala:251)
482[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
483[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
484[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
485[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
486[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
487[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
488[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
489[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
490[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
491[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
492[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
493[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
494[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
495[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
496[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
497[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
498[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
499[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
500[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
501[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
502[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
503[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
504[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
505[error] at scala.collection.immutable.List.foreach(List.scala:334)
506[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
507[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
508[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
509[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
510[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
511[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
512[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
513[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
514[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
515[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
516[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
517[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
518[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
519[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
520[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
521[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
522[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
523[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
524[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
525[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
526[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
527[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
528[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
529[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
530[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
531[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
532[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
533[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
534[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
535[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
536[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
537[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
538[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
539[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
540[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
541[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
542[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
543[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
544[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
545[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
546[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
547[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
548[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
549[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
550[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
551[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
552[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
553[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
554[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
555[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
556[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
557[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
558[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
559[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
560[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
561[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
562[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
563[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
564[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
565[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
566[error] at sbt.Execute.work(Execute.scala:292)
567[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
568[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
569[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
570[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
571[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
572[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
573[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
574[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
575[error] at java.base/java.lang.Thread.run(Thread.java:1583)
576[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
577[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
578[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
579[error] acceptContinue: Boolean, keepAlive: Boolean,
580[error] requestDecompression: zio.http.Decompression,
581[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
582[error] ,
583[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
584[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
585[error] gracefulShutdownTimeout: zio.Duration,
586[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
587[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
588[error] zio.http.Server.Config: (Config.this.copy :
589[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
590[error] acceptContinue: Boolean, keepAlive: Boolean,
591[error] requestDecompression: zio.http.Decompression,
592[error] responseCompression:
593[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
594[error] requestStreaming: zio.http.Server.RequestStreaming,
595[error] maxInitialLineLength: Int, maxHeaderSize: Int,
596[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
597[error] webSocketConfig: zio.http.WebSocketConfig,
598[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
599[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
600[error] ), expected: 16, found: 17
601
602 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
603
604 An unhandled exception was thrown in the compiler plugin named "unroll".
605 Please report the issue to the plugin's maintainers.
606 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
607
608
609 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
610 during phase: unroll
611 mode: Mode(ImplicitsEnabled)
612 library version: version 2.13.16
613 compiler version: version 3.7.4
614 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@560b4c79) -source 3.4-migration
615
616[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
617[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
618[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
619[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
620[error] scala.collection.immutable.List.map(List.scala:247)
621[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
622[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
623[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
624[error] scala.collection.immutable.List.map(List.scala:251)
625[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
626[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
627[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
628[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
629[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
630[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
631[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
632[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
633[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
634[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
635[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
636[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
637[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
638[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
639[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
640[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
641[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
642[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
643[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
644[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
645[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
646[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
647[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
648[error] scala.collection.immutable.List.foreach(List.scala:334)
649[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
650[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
651[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
652[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
653[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
654[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
655[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
656[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
657[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
658[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
659[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
660[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
661[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
662[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
663[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
664[error] dotty.tools.dotc.Run.compile(Run.scala:304)
665[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
666[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
667[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
668[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
669[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
670[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
671[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
672[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
673[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
674[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
675[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
676[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
677[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
678[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
679[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
680[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
681[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
682[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
683[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
684[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
685[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
686[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
687[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
688[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
689[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
690[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
691[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
692[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
693[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
694[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
695[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
696[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
697[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
698[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
699[error] sbt.internal.io.Retry$.io(Retry.scala:102)
700[error] sbt.internal.io.Retry$.io(Retry.scala:78)
701[error] sbt.internal.io.Retry$.io(Retry.scala:67)
702[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
703[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
704[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
705[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
706[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
707[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
708[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
709[error] sbt.Execute.work(Execute.scala:292)
710[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
711[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
712[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
713[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
714[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
715[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
716[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
717[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
718[error] java.base/java.lang.Thread.run(Thread.java:1583)
719[error]
720[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
721[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
722[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
723[error] at scala.collection.immutable.List.map(List.scala:247)
724[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
725[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
726[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
727[error] at scala.collection.immutable.List.map(List.scala:251)
728[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
729[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
730[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
731[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
732[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
733[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
734[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
735[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
736[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
737[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
738[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
739[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
740[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
741[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
742[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
743[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
744[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
745[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
746[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
747[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
748[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
749[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
750[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
751[error] at scala.collection.immutable.List.foreach(List.scala:334)
752[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
753[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
754[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
755[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
756[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
757[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
758[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
759[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
760[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
761[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
762[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
763[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
764[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
765[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
766[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
767[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
768[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
769[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
770[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
771[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
772[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
773[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
774[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
775[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
776[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
777[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
778[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
779[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
780[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
781[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
782[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
783[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
784[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
785[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
786[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
787[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
788[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
789[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
790[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
791[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
792[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
793[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
794[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
795[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
796[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
797[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
798[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
799[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
800[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
801[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
802[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
803[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
804[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
805[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
806[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
807[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
808[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
809[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
810[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
811[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
812[error] at sbt.Execute.work(Execute.scala:292)
813[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
814[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
815[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
816[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
817[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
818[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
819[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
820[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
821[error] at java.base/java.lang.Thread.run(Thread.java:1583)
822[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
823[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
824[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
825[error] acceptContinue: Boolean, keepAlive: Boolean,
826[error] requestDecompression: zio.http.Decompression,
827[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
828[error] ,
829[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
830[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
831[error] gracefulShutdownTimeout: zio.Duration,
832[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
833[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
834[error] zio.http.Server.Config: (Config.this.copy :
835[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
836[error] acceptContinue: Boolean, keepAlive: Boolean,
837[error] requestDecompression: zio.http.Decompression,
838[error] responseCompression:
839[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
840[error] requestStreaming: zio.http.Server.RequestStreaming,
841[error] maxInitialLineLength: Int, maxHeaderSize: Int,
842[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
843[error] webSocketConfig: zio.http.WebSocketConfig,
844[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
845[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
846[error] ), expected: 16, found: 17
847
848 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
849
850 An unhandled exception was thrown in the compiler plugin named "unroll".
851 Please report the issue to the plugin's maintainers.
852 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
853
854
855 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
856 during phase: unroll
857 mode: Mode(ImplicitsEnabled)
858 library version: version 2.13.16
859 compiler version: version 3.7.4
860 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@6c877b6b) -source 3.4-migration
861
862[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
863[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
864[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
865[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
866[error] scala.collection.immutable.List.map(List.scala:247)
867[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
868[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
869[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
870[error] scala.collection.immutable.List.map(List.scala:251)
871[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
872[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
873[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
874[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
875[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
876[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
877[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
878[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
879[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
880[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
881[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
882[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
883[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
884[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
885[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
886[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
887[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
888[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
889[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
890[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
891[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
892[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
893[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
894[error] scala.collection.immutable.List.foreach(List.scala:334)
895[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
896[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
897[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
898[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
899[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
900[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
901[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
902[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
903[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
904[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
905[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
906[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
907[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
908[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
909[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
910[error] dotty.tools.dotc.Run.compile(Run.scala:304)
911[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
912[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
913[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
914[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
915[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
916[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
917[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
918[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
919[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
920[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
921[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
922[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
923[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
924[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
925[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
926[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
927[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
928[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
929[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
930[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
931[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
932[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
933[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
934[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
935[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
936[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
937[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
938[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
939[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
940[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
941[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
942[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
943[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
944[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
945[error] sbt.internal.io.Retry$.io(Retry.scala:102)
946[error] sbt.internal.io.Retry$.io(Retry.scala:78)
947[error] sbt.internal.io.Retry$.io(Retry.scala:67)
948[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
949[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
950[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
951[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
952[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
953[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
954[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
955[error] sbt.Execute.work(Execute.scala:292)
956[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
957[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
958[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
959[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
960[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
961[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
962[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
963[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
964[error] java.base/java.lang.Thread.run(Thread.java:1583)
965[error]
966[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
967[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
968[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
969[error] at scala.collection.immutable.List.map(List.scala:247)
970[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
971[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
972[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
973[error] at scala.collection.immutable.List.map(List.scala:251)
974[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
975[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
976[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
977[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
978[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
979[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
980[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
981[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
982[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
983[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
984[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
985[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
986[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
987[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
988[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
989[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
990[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
991[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
992[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
993[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
994[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
995[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
996[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
997[error] at scala.collection.immutable.List.foreach(List.scala:334)
998[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
999[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
1000[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
1001[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
1002[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
1003[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
1004[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
1005[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
1006[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
1007[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
1008[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
1009[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
1010[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
1011[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
1012[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
1013[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
1014[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
1015[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
1016[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
1017[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
1018[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
1019[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
1020[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
1021[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
1022[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
1023[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
1024[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
1025[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
1026[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
1027[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
1028[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
1029[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
1030[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
1031[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
1032[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
1033[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
1034[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
1035[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
1036[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
1037[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
1038[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
1039[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
1040[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
1041[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
1042[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
1043[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
1044[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
1045[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
1046[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
1047[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
1048[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
1049[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
1050[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
1051[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
1052[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
1053[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
1054[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
1055[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
1056[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
1057[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
1058[error] at sbt.Execute.work(Execute.scala:292)
1059[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
1060[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
1061[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
1062[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
1063[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
1064[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
1065[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
1066[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
1067[error] at java.base/java.lang.Thread.run(Thread.java:1583)
1068[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
1069Starting build for ProjectRef(file:/build/repo/,sbtZioHttpGrpc) (sbt-zio-http-grpc)... [1/8]
1070Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:postfixOps, -Xignore-scala2-macros, -noindent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1071[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
1072[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
1073[error] acceptContinue: Boolean, keepAlive: Boolean,
1074[error] requestDecompression: zio.http.Decompression,
1075[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
1076[error] ,
1077[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
1078[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
1079[error] gracefulShutdownTimeout: zio.Duration,
1080[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
1081[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
1082[error] zio.http.Server.Config: (Config.this.copy :
1083[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
1084[error] acceptContinue: Boolean, keepAlive: Boolean,
1085[error] requestDecompression: zio.http.Decompression,
1086[error] responseCompression:
1087[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
1088[error] requestStreaming: zio.http.Server.RequestStreaming,
1089[error] maxInitialLineLength: Int, maxHeaderSize: Int,
1090[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
1091[error] webSocketConfig: zio.http.WebSocketConfig,
1092[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
1093[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
1094[error] ), expected: 16, found: 17
1095
1096 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
1097
1098 An unhandled exception was thrown in the compiler plugin named "unroll".
1099 Please report the issue to the plugin's maintainers.
1100 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
1101
1102
1103 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
1104 during phase: unroll
1105 mode: Mode(ImplicitsEnabled)
1106 library version: version 2.13.16
1107 compiler version: version 3.7.4
1108 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@3ab61da) -source 3.4-migration
1109
1110[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
1111[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
1112[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
1113[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
1114[error] scala.collection.immutable.List.map(List.scala:247)
1115[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
1116[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
1117[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
1118[error] scala.collection.immutable.List.map(List.scala:251)
1119[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
1120[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
1121[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
1122[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1123[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
1124[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
1125[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
1126[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
1127[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
1128[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1129[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
1130[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
1131[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
1132[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
1133[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
1134[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
1135[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1136[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
1137[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
1138[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
1139[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
1140[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
1141[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
1142[error] scala.collection.immutable.List.foreach(List.scala:334)
1143[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
1144[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
1145[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
1146[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
1147[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
1148[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
1149[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
1150[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
1151[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
1152[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
1153[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
1154[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
1155[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
1156[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
1157[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
1158[error] dotty.tools.dotc.Run.compile(Run.scala:304)
1159[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
1160[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
1161[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
1162[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
1163[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
1164[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
1165[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
1166[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
1167[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
1168[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
1169[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
1170[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
1171[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
1172[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
1173[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
1174[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
1175[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
1176[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
1177[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
1178[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
1179[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
1180[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
1181[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
1182[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
1183[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
1184[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
1185[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
1186[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
1187[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
1188[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
1189[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
1190[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
1191[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
1192[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
1193[error] sbt.internal.io.Retry$.io(Retry.scala:102)
1194[error] sbt.internal.io.Retry$.io(Retry.scala:78)
1195[error] sbt.internal.io.Retry$.io(Retry.scala:67)
1196[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
1197[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
1198[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
1199[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
1200[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
1201[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
1202[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
1203[error] sbt.Execute.work(Execute.scala:292)
1204[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
1205[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
1206[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
1207[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
1208[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
1209[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
1210[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
1211[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
1212[error] java.base/java.lang.Thread.run(Thread.java:1583)
1213[error]
1214[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
1215[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
1216[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
1217[error] at scala.collection.immutable.List.map(List.scala:247)
1218[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
1219[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
1220[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
1221[error] at scala.collection.immutable.List.map(List.scala:251)
1222[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
1223[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
1224[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
1225[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1226[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
1227[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
1228[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
1229[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
1230[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
1231[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1232[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
1233[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
1234[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
1235[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
1236[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
1237[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
1238[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1239[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
1240[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
1241[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
1242[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
1243[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
1244[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
1245[error] at scala.collection.immutable.List.foreach(List.scala:334)
1246[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
1247[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
1248[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
1249[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
1250[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
1251[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
1252[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
1253[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
1254[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
1255[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
1256[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
1257[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
1258[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
1259[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
1260[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
1261[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
1262[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
1263[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
1264[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
1265[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
1266[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
1267[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
1268[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
1269[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
1270[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
1271[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
1272[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
1273[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
1274[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
1275[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
1276[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
1277[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
1278[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
1279[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
1280[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
1281[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
1282[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
1283[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
1284[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
1285[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
1286[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
1287[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
1288[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
1289[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
1290[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
1291[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
1292[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
1293[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
1294[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
1295[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
1296[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
1297[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
1298[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
1299[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
1300[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
1301[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
1302[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
1303[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
1304[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
1305[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
1306[error] at sbt.Execute.work(Execute.scala:292)
1307[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
1308[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
1309[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
1310[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
1311[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
1312[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
1313[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
1314[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
1315[error] at java.base/java.lang.Thread.run(Thread.java:1583)
1316[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
1317[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
1318[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
1319[error] acceptContinue: Boolean, keepAlive: Boolean,
1320[error] requestDecompression: zio.http.Decompression,
1321[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
1322[error] ,
1323[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
1324[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
1325[error] gracefulShutdownTimeout: zio.Duration,
1326[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
1327[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
1328[error] zio.http.Server.Config: (Config.this.copy :
1329[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
1330[error] acceptContinue: Boolean, keepAlive: Boolean,
1331[error] requestDecompression: zio.http.Decompression,
1332[error] responseCompression:
1333[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
1334[error] requestStreaming: zio.http.Server.RequestStreaming,
1335[error] maxInitialLineLength: Int, maxHeaderSize: Int,
1336[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
1337[error] webSocketConfig: zio.http.WebSocketConfig,
1338[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
1339[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
1340[error] ), expected: 16, found: 17
1341
1342 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
1343
1344 An unhandled exception was thrown in the compiler plugin named "unroll".
1345 Please report the issue to the plugin's maintainers.
1346 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
1347
1348
1349 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
1350 during phase: unroll
1351 mode: Mode(ImplicitsEnabled)
1352 library version: version 2.13.16
1353 compiler version: version 3.7.4
1354 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@2d4c2df2) -source 3.4-migration
1355
1356[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
1357[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
1358[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
1359[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
1360[error] scala.collection.immutable.List.map(List.scala:247)
1361[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
1362[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
1363[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
1364[error] scala.collection.immutable.List.map(List.scala:251)
1365[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
1366[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
1367[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
1368[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1369[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
1370[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
1371[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
1372[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
1373[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
1374[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1375[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
1376[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
1377[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
1378[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
1379[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
1380[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
1381[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1382[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
1383[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
1384[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
1385[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
1386[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
1387[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
1388[error] scala.collection.immutable.List.foreach(List.scala:334)
1389[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
1390[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
1391[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
1392[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
1393[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
1394[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
1395[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
1396[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
1397[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
1398[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
1399[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
1400[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
1401[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
1402[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
1403[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
1404[error] dotty.tools.dotc.Run.compile(Run.scala:304)
1405[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
1406[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
1407[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
1408[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
1409[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
1410[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
1411[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
1412[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
1413[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
1414[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
1415[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
1416[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
1417[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
1418[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
1419[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
1420[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
1421[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
1422[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
1423[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
1424[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
1425[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
1426[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
1427[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
1428[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
1429[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
1430[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
1431[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
1432[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
1433[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
1434[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
1435[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
1436[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
1437[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
1438[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
1439[error] sbt.internal.io.Retry$.io(Retry.scala:102)
1440[error] sbt.internal.io.Retry$.io(Retry.scala:78)
1441[error] sbt.internal.io.Retry$.io(Retry.scala:67)
1442[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
1443[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
1444[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
1445[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
1446[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
1447[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
1448[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
1449[error] sbt.Execute.work(Execute.scala:292)
1450[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
1451[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
1452[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
1453[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
1454[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
1455[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
1456[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
1457[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
1458[error] java.base/java.lang.Thread.run(Thread.java:1583)
1459[error]
1460[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
1461[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
1462[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
1463[error] at scala.collection.immutable.List.map(List.scala:247)
1464[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
1465[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
1466[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
1467[error] at scala.collection.immutable.List.map(List.scala:251)
1468[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
1469[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
1470[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
1471[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1472[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
1473[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
1474[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
1475[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
1476[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
1477[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1478[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
1479[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
1480[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
1481[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
1482[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
1483[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
1484[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1485[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
1486[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
1487[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
1488[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
1489[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
1490[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
1491[error] at scala.collection.immutable.List.foreach(List.scala:334)
1492[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
1493[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
1494[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
1495[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
1496[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
1497[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
1498[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
1499[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
1500[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
1501[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
1502[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
1503[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
1504[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
1505[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
1506[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
1507[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
1508[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
1509[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
1510[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
1511[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
1512[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
1513[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
1514[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
1515[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
1516[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
1517[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
1518[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
1519[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
1520[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
1521[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
1522[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
1523[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
1524[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
1525[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
1526[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
1527[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
1528[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
1529[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
1530[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
1531[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
1532[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
1533[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
1534[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
1535[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
1536[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
1537[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
1538[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
1539[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
1540[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
1541[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
1542[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
1543[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
1544[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
1545[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
1546[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
1547[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
1548[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
1549[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
1550[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
1551[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
1552[error] at sbt.Execute.work(Execute.scala:292)
1553[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
1554[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
1555[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
1556[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
1557[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
1558[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
1559[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
1560[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
1561[error] at java.base/java.lang.Thread.run(Thread.java:1583)
1562[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
1563[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
1564[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
1565[error] acceptContinue: Boolean, keepAlive: Boolean,
1566[error] requestDecompression: zio.http.Decompression,
1567[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
1568[error] ,
1569[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
1570[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
1571[error] gracefulShutdownTimeout: zio.Duration,
1572[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
1573[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
1574[error] zio.http.Server.Config: (Config.this.copy :
1575[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
1576[error] acceptContinue: Boolean, keepAlive: Boolean,
1577[error] requestDecompression: zio.http.Decompression,
1578[error] responseCompression:
1579[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
1580[error] requestStreaming: zio.http.Server.RequestStreaming,
1581[error] maxInitialLineLength: Int, maxHeaderSize: Int,
1582[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
1583[error] webSocketConfig: zio.http.WebSocketConfig,
1584[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
1585[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
1586[error] ), expected: 16, found: 17
1587
1588 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
1589
1590 An unhandled exception was thrown in the compiler plugin named "unroll".
1591 Please report the issue to the plugin's maintainers.
1592 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
1593
1594
1595 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
1596 during phase: unroll
1597 mode: Mode(ImplicitsEnabled)
1598 library version: version 2.13.16
1599 compiler version: version 3.7.4
1600 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@4702df) -source 3.4-migration
1601
1602[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
1603[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
1604[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
1605[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
1606[error] scala.collection.immutable.List.map(List.scala:247)
1607[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
1608[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
1609[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
1610[error] scala.collection.immutable.List.map(List.scala:251)
1611[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
1612[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
1613[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
1614[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1615[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
1616[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
1617[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
1618[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
1619[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
1620[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1621[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
1622[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
1623[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
1624[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
1625[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
1626[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
1627[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1628[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
1629[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
1630[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
1631[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
1632[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
1633[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
1634[error] scala.collection.immutable.List.foreach(List.scala:334)
1635[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
1636[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
1637[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
1638[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
1639[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
1640[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
1641[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
1642[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
1643[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
1644[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
1645[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
1646[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
1647[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
1648[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
1649[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
1650[error] dotty.tools.dotc.Run.compile(Run.scala:304)
1651[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
1652[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
1653[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
1654[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
1655[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
1656[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
1657[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
1658[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
1659[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
1660[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
1661[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
1662[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
1663[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
1664[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
1665[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
1666[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
1667[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
1668[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
1669[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
1670[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
1671[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
1672[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
1673[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
1674[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
1675[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
1676[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
1677[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
1678[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
1679[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
1680[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
1681[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
1682[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
1683[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
1684[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
1685[error] sbt.internal.io.Retry$.io(Retry.scala:102)
1686[error] sbt.internal.io.Retry$.io(Retry.scala:78)
1687[error] sbt.internal.io.Retry$.io(Retry.scala:67)
1688[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
1689[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
1690[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
1691[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
1692[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
1693[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
1694[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
1695[error] sbt.Execute.work(Execute.scala:292)
1696[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
1697[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
1698[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
1699[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
1700[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
1701[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
1702[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
1703[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
1704[error] java.base/java.lang.Thread.run(Thread.java:1583)
1705[error]
1706[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
1707[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
1708[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
1709[error] at scala.collection.immutable.List.map(List.scala:247)
1710[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
1711[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
1712[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
1713[error] at scala.collection.immutable.List.map(List.scala:251)
1714[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
1715[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
1716[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
1717[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1718[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
1719[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
1720[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
1721[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
1722[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
1723[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1724[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
1725[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
1726[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
1727[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
1728[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
1729[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
1730[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1731[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
1732[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
1733[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
1734[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
1735[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
1736[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
1737[error] at scala.collection.immutable.List.foreach(List.scala:334)
1738[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
1739[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
1740[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
1741[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
1742[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
1743[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
1744[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
1745[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
1746[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
1747[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
1748[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
1749[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
1750[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
1751[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
1752[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
1753[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
1754[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
1755[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
1756[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
1757[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
1758[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
1759[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
1760[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
1761[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
1762[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
1763[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
1764[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
1765[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
1766[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
1767[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
1768[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
1769[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
1770[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
1771[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
1772[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
1773[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
1774[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
1775[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
1776[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
1777[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
1778[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
1779[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
1780[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
1781[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
1782[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
1783[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
1784[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
1785[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
1786[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
1787[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
1788[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
1789[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
1790[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
1791[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
1792[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
1793[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
1794[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
1795[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
1796[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
1797[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
1798[error] at sbt.Execute.work(Execute.scala:292)
1799[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
1800[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
1801[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
1802[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
1803[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
1804[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
1805[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
1806[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
1807[error] at java.base/java.lang.Thread.run(Thread.java:1583)
1808[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
1809Starting build for ProjectRef(file:/build/repo/,zioHttpCli) (zio-http-cli)... [2/8]
1810Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:postfixOps, -Xignore-scala2-macros, -noindent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1811[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
1812[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
1813[error] acceptContinue: Boolean, keepAlive: Boolean,
1814[error] requestDecompression: zio.http.Decompression,
1815[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
1816[error] ,
1817[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
1818[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
1819[error] gracefulShutdownTimeout: zio.Duration,
1820[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
1821[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
1822[error] zio.http.Server.Config: (Config.this.copy :
1823[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
1824[error] acceptContinue: Boolean, keepAlive: Boolean,
1825[error] requestDecompression: zio.http.Decompression,
1826[error] responseCompression:
1827[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
1828[error] requestStreaming: zio.http.Server.RequestStreaming,
1829[error] maxInitialLineLength: Int, maxHeaderSize: Int,
1830[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
1831[error] webSocketConfig: zio.http.WebSocketConfig,
1832[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
1833[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
1834[error] ), expected: 16, found: 17
1835
1836 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
1837
1838 An unhandled exception was thrown in the compiler plugin named "unroll".
1839 Please report the issue to the plugin's maintainers.
1840 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
1841
1842
1843 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
1844 during phase: unroll
1845 mode: Mode(ImplicitsEnabled)
1846 library version: version 2.13.16
1847 compiler version: version 3.7.4
1848 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@1c3727fd) -source 3.4-migration
1849
1850[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
1851[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
1852[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
1853[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
1854[error] scala.collection.immutable.List.map(List.scala:247)
1855[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
1856[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
1857[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
1858[error] scala.collection.immutable.List.map(List.scala:251)
1859[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
1860[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
1861[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
1862[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1863[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
1864[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
1865[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
1866[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
1867[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
1868[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1869[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
1870[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
1871[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
1872[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
1873[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
1874[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
1875[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1876[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
1877[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
1878[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
1879[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
1880[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
1881[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
1882[error] scala.collection.immutable.List.foreach(List.scala:334)
1883[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
1884[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
1885[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
1886[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
1887[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
1888[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
1889[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
1890[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
1891[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
1892[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
1893[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
1894[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
1895[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
1896[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
1897[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
1898[error] dotty.tools.dotc.Run.compile(Run.scala:304)
1899[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
1900[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
1901[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
1902[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
1903[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
1904[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
1905[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
1906[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
1907[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
1908[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
1909[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
1910[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
1911[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
1912[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
1913[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
1914[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
1915[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
1916[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
1917[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
1918[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
1919[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
1920[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
1921[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
1922[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
1923[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
1924[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
1925[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
1926[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
1927[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
1928[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
1929[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
1930[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
1931[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
1932[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
1933[error] sbt.internal.io.Retry$.io(Retry.scala:102)
1934[error] sbt.internal.io.Retry$.io(Retry.scala:78)
1935[error] sbt.internal.io.Retry$.io(Retry.scala:67)
1936[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
1937[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
1938[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
1939[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
1940[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
1941[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
1942[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
1943[error] sbt.Execute.work(Execute.scala:292)
1944[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
1945[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
1946[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
1947[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
1948[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
1949[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
1950[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
1951[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
1952[error] java.base/java.lang.Thread.run(Thread.java:1583)
1953[error]
1954[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
1955[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
1956[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
1957[error] at scala.collection.immutable.List.map(List.scala:247)
1958[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
1959[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
1960[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
1961[error] at scala.collection.immutable.List.map(List.scala:251)
1962[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
1963[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
1964[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
1965[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1966[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
1967[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
1968[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
1969[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
1970[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
1971[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1972[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
1973[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
1974[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
1975[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
1976[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
1977[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
1978[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
1979[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
1980[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
1981[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
1982[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
1983[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
1984[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
1985[error] at scala.collection.immutable.List.foreach(List.scala:334)
1986[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
1987[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
1988[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
1989[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
1990[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
1991[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
1992[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
1993[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
1994[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
1995[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
1996[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
1997[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
1998[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
1999[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
2000[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
2001[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
2002[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
2003[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
2004[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
2005[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
2006[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
2007[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
2008[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
2009[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
2010[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
2011[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
2012[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
2013[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
2014[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
2015[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
2016[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
2017[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
2018[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
2019[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
2020[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
2021[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
2022[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
2023[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
2024[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
2025[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
2026[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
2027[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
2028[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
2029[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
2030[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
2031[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
2032[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
2033[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
2034[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
2035[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
2036[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
2037[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
2038[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
2039[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
2040[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
2041[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
2042[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
2043[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
2044[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
2045[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
2046[error] at sbt.Execute.work(Execute.scala:292)
2047[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
2048[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
2049[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
2050[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2051[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
2052[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2053[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
2054[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
2055[error] at java.base/java.lang.Thread.run(Thread.java:1583)
2056[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
2057[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
2058[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
2059[error] acceptContinue: Boolean, keepAlive: Boolean,
2060[error] requestDecompression: zio.http.Decompression,
2061[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
2062[error] ,
2063[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
2064[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
2065[error] gracefulShutdownTimeout: zio.Duration,
2066[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
2067[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
2068[error] zio.http.Server.Config: (Config.this.copy :
2069[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
2070[error] acceptContinue: Boolean, keepAlive: Boolean,
2071[error] requestDecompression: zio.http.Decompression,
2072[error] responseCompression:
2073[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
2074[error] requestStreaming: zio.http.Server.RequestStreaming,
2075[error] maxInitialLineLength: Int, maxHeaderSize: Int,
2076[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
2077[error] webSocketConfig: zio.http.WebSocketConfig,
2078[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
2079[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
2080[error] ), expected: 16, found: 17
2081
2082 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
2083
2084 An unhandled exception was thrown in the compiler plugin named "unroll".
2085 Please report the issue to the plugin's maintainers.
2086 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
2087
2088
2089 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
2090 during phase: unroll
2091 mode: Mode(ImplicitsEnabled)
2092 library version: version 2.13.16
2093 compiler version: version 3.7.4
2094 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@202f1841) -source 3.4-migration
2095
2096[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
2097[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
2098[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
2099[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
2100[error] scala.collection.immutable.List.map(List.scala:247)
2101[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
2102[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
2103[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
2104[error] scala.collection.immutable.List.map(List.scala:251)
2105[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
2106[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
2107[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
2108[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2109[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
2110[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
2111[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
2112[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
2113[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
2114[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2115[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
2116[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
2117[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
2118[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
2119[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
2120[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
2121[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2122[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
2123[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
2124[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
2125[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
2126[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
2127[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
2128[error] scala.collection.immutable.List.foreach(List.scala:334)
2129[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
2130[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
2131[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
2132[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
2133[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
2134[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
2135[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
2136[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
2137[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
2138[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
2139[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
2140[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
2141[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
2142[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
2143[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
2144[error] dotty.tools.dotc.Run.compile(Run.scala:304)
2145[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
2146[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
2147[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
2148[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
2149[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
2150[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
2151[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
2152[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
2153[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
2154[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
2155[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
2156[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
2157[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
2158[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
2159[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
2160[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
2161[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
2162[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
2163[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
2164[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
2165[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
2166[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
2167[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
2168[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
2169[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
2170[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
2171[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
2172[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
2173[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
2174[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
2175[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
2176[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
2177[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
2178[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
2179[error] sbt.internal.io.Retry$.io(Retry.scala:102)
2180[error] sbt.internal.io.Retry$.io(Retry.scala:78)
2181[error] sbt.internal.io.Retry$.io(Retry.scala:67)
2182[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
2183[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
2184[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
2185[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
2186[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
2187[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
2188[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
2189[error] sbt.Execute.work(Execute.scala:292)
2190[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
2191[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
2192[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
2193[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2194[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
2195[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2196[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
2197[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
2198[error] java.base/java.lang.Thread.run(Thread.java:1583)
2199[error]
2200[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
2201[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
2202[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
2203[error] at scala.collection.immutable.List.map(List.scala:247)
2204[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
2205[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
2206[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
2207[error] at scala.collection.immutable.List.map(List.scala:251)
2208[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
2209[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
2210[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
2211[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2212[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
2213[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
2214[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
2215[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
2216[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
2217[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2218[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
2219[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
2220[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
2221[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
2222[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
2223[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
2224[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2225[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
2226[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
2227[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
2228[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
2229[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
2230[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
2231[error] at scala.collection.immutable.List.foreach(List.scala:334)
2232[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
2233[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
2234[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
2235[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
2236[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
2237[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
2238[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
2239[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
2240[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
2241[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
2242[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
2243[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
2244[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
2245[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
2246[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
2247[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
2248[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
2249[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
2250[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
2251[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
2252[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
2253[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
2254[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
2255[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
2256[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
2257[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
2258[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
2259[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
2260[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
2261[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
2262[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
2263[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
2264[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
2265[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
2266[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
2267[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
2268[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
2269[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
2270[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
2271[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
2272[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
2273[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
2274[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
2275[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
2276[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
2277[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
2278[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
2279[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
2280[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
2281[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
2282[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
2283[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
2284[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
2285[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
2286[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
2287[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
2288[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
2289[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
2290[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
2291[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
2292[error] at sbt.Execute.work(Execute.scala:292)
2293[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
2294[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
2295[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
2296[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2297[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
2298[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2299[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
2300[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
2301[error] at java.base/java.lang.Thread.run(Thread.java:1583)
2302[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
2303[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
2304[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
2305[error] acceptContinue: Boolean, keepAlive: Boolean,
2306[error] requestDecompression: zio.http.Decompression,
2307[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
2308[error] ,
2309[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
2310[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
2311[error] gracefulShutdownTimeout: zio.Duration,
2312[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
2313[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
2314[error] zio.http.Server.Config: (Config.this.copy :
2315[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
2316[error] acceptContinue: Boolean, keepAlive: Boolean,
2317[error] requestDecompression: zio.http.Decompression,
2318[error] responseCompression:
2319[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
2320[error] requestStreaming: zio.http.Server.RequestStreaming,
2321[error] maxInitialLineLength: Int, maxHeaderSize: Int,
2322[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
2323[error] webSocketConfig: zio.http.WebSocketConfig,
2324[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
2325[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
2326[error] ), expected: 16, found: 17
2327
2328 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
2329
2330 An unhandled exception was thrown in the compiler plugin named "unroll".
2331 Please report the issue to the plugin's maintainers.
2332 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
2333
2334
2335 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
2336 during phase: unroll
2337 mode: Mode(ImplicitsEnabled)
2338 library version: version 2.13.16
2339 compiler version: version 3.7.4
2340 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@d834e24) -source 3.4-migration
2341
2342[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
2343[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
2344[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
2345[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
2346[error] scala.collection.immutable.List.map(List.scala:247)
2347[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
2348[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
2349[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
2350[error] scala.collection.immutable.List.map(List.scala:251)
2351[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
2352[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
2353[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
2354[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2355[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
2356[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
2357[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
2358[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
2359[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
2360[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2361[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
2362[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
2363[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
2364[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
2365[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
2366[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
2367[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2368[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
2369[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
2370[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
2371[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
2372[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
2373[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
2374[error] scala.collection.immutable.List.foreach(List.scala:334)
2375[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
2376[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
2377[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
2378[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
2379[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
2380[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
2381[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
2382[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
2383[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
2384[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
2385[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
2386[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
2387[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
2388[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
2389[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
2390[error] dotty.tools.dotc.Run.compile(Run.scala:304)
2391[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
2392[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
2393[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
2394[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
2395[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
2396[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
2397[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
2398[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
2399[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
2400[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
2401[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
2402[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
2403[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
2404[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
2405[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
2406[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
2407[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
2408[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
2409[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
2410[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
2411[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
2412[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
2413[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
2414[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
2415[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
2416[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
2417[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
2418[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
2419[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
2420[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
2421[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
2422[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
2423[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
2424[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
2425[error] sbt.internal.io.Retry$.io(Retry.scala:102)
2426[error] sbt.internal.io.Retry$.io(Retry.scala:78)
2427[error] sbt.internal.io.Retry$.io(Retry.scala:67)
2428[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
2429[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
2430[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
2431[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
2432[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
2433[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
2434[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
2435[error] sbt.Execute.work(Execute.scala:292)
2436[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
2437[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
2438[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
2439[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2440[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
2441[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2442[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
2443[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
2444[error] java.base/java.lang.Thread.run(Thread.java:1583)
2445[error]
2446[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
2447[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
2448[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
2449[error] at scala.collection.immutable.List.map(List.scala:247)
2450[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
2451[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
2452[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
2453[error] at scala.collection.immutable.List.map(List.scala:251)
2454[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
2455[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
2456[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
2457[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2458[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
2459[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
2460[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
2461[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
2462[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
2463[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2464[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
2465[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
2466[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
2467[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
2468[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
2469[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
2470[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2471[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
2472[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
2473[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
2474[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
2475[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
2476[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
2477[error] at scala.collection.immutable.List.foreach(List.scala:334)
2478[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
2479[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
2480[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
2481[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
2482[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
2483[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
2484[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
2485[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
2486[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
2487[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
2488[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
2489[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
2490[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
2491[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
2492[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
2493[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
2494[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
2495[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
2496[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
2497[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
2498[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
2499[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
2500[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
2501[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
2502[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
2503[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
2504[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
2505[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
2506[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
2507[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
2508[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
2509[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
2510[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
2511[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
2512[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
2513[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
2514[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
2515[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
2516[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
2517[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
2518[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
2519[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
2520[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
2521[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
2522[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
2523[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
2524[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
2525[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
2526[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
2527[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
2528[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
2529[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
2530[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
2531[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
2532[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
2533[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
2534[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
2535[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
2536[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
2537[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
2538[error] at sbt.Execute.work(Execute.scala:292)
2539[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
2540[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
2541[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
2542[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2543[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
2544[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2545[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
2546[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
2547[error] at java.base/java.lang.Thread.run(Thread.java:1583)
2548[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
2549Starting build for ProjectRef(file:/build/repo/,zioHttpDatastarSdk) (zio-http-datastar-sdk)... [3/8]
2550Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:postfixOps, -Xignore-scala2-macros, -noindent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
2551[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
2552[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
2553[error] acceptContinue: Boolean, keepAlive: Boolean,
2554[error] requestDecompression: zio.http.Decompression,
2555[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
2556[error] ,
2557[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
2558[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
2559[error] gracefulShutdownTimeout: zio.Duration,
2560[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
2561[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
2562[error] zio.http.Server.Config: (Config.this.copy :
2563[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
2564[error] acceptContinue: Boolean, keepAlive: Boolean,
2565[error] requestDecompression: zio.http.Decompression,
2566[error] responseCompression:
2567[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
2568[error] requestStreaming: zio.http.Server.RequestStreaming,
2569[error] maxInitialLineLength: Int, maxHeaderSize: Int,
2570[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
2571[error] webSocketConfig: zio.http.WebSocketConfig,
2572[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
2573[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
2574[error] ), expected: 16, found: 17
2575
2576 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
2577
2578 An unhandled exception was thrown in the compiler plugin named "unroll".
2579 Please report the issue to the plugin's maintainers.
2580 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
2581
2582
2583 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
2584 during phase: unroll
2585 mode: Mode(ImplicitsEnabled)
2586 library version: version 2.13.16
2587 compiler version: version 3.7.4
2588 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@5351526c) -source 3.4-migration
2589
2590[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
2591[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
2592[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
2593[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
2594[error] scala.collection.immutable.List.map(List.scala:247)
2595[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
2596[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
2597[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
2598[error] scala.collection.immutable.List.map(List.scala:251)
2599[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
2600[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
2601[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
2602[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2603[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
2604[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
2605[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
2606[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
2607[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
2608[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2609[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
2610[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
2611[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
2612[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
2613[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
2614[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
2615[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2616[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
2617[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
2618[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
2619[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
2620[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
2621[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
2622[error] scala.collection.immutable.List.foreach(List.scala:334)
2623[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
2624[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
2625[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
2626[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
2627[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
2628[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
2629[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
2630[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
2631[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
2632[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
2633[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
2634[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
2635[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
2636[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
2637[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
2638[error] dotty.tools.dotc.Run.compile(Run.scala:304)
2639[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
2640[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
2641[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
2642[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
2643[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
2644[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
2645[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
2646[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
2647[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
2648[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
2649[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
2650[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
2651[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
2652[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
2653[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
2654[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
2655[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
2656[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
2657[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
2658[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
2659[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
2660[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
2661[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
2662[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
2663[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
2664[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
2665[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
2666[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
2667[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
2668[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
2669[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
2670[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
2671[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
2672[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
2673[error] sbt.internal.io.Retry$.io(Retry.scala:102)
2674[error] sbt.internal.io.Retry$.io(Retry.scala:78)
2675[error] sbt.internal.io.Retry$.io(Retry.scala:67)
2676[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
2677[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
2678[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
2679[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
2680[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
2681[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
2682[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
2683[error] sbt.Execute.work(Execute.scala:292)
2684[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
2685[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
2686[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
2687[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2688[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
2689[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2690[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
2691[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
2692[error] java.base/java.lang.Thread.run(Thread.java:1583)
2693[error]
2694[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
2695[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
2696[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
2697[error] at scala.collection.immutable.List.map(List.scala:247)
2698[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
2699[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
2700[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
2701[error] at scala.collection.immutable.List.map(List.scala:251)
2702[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
2703[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
2704[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
2705[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2706[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
2707[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
2708[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
2709[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
2710[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
2711[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2712[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
2713[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
2714[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
2715[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
2716[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
2717[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
2718[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2719[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
2720[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
2721[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
2722[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
2723[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
2724[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
2725[error] at scala.collection.immutable.List.foreach(List.scala:334)
2726[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
2727[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
2728[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
2729[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
2730[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
2731[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
2732[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
2733[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
2734[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
2735[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
2736[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
2737[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
2738[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
2739[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
2740[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
2741[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
2742[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
2743[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
2744[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
2745[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
2746[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
2747[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
2748[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
2749[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
2750[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
2751[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
2752[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
2753[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
2754[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
2755[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
2756[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
2757[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
2758[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
2759[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
2760[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
2761[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
2762[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
2763[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
2764[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
2765[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
2766[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
2767[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
2768[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
2769[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
2770[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
2771[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
2772[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
2773[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
2774[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
2775[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
2776[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
2777[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
2778[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
2779[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
2780[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
2781[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
2782[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
2783[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
2784[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
2785[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
2786[error] at sbt.Execute.work(Execute.scala:292)
2787[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
2788[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
2789[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
2790[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2791[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
2792[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2793[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
2794[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
2795[error] at java.base/java.lang.Thread.run(Thread.java:1583)
2796[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
2797[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
2798[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
2799[error] acceptContinue: Boolean, keepAlive: Boolean,
2800[error] requestDecompression: zio.http.Decompression,
2801[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
2802[error] ,
2803[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
2804[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
2805[error] gracefulShutdownTimeout: zio.Duration,
2806[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
2807[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
2808[error] zio.http.Server.Config: (Config.this.copy :
2809[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
2810[error] acceptContinue: Boolean, keepAlive: Boolean,
2811[error] requestDecompression: zio.http.Decompression,
2812[error] responseCompression:
2813[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
2814[error] requestStreaming: zio.http.Server.RequestStreaming,
2815[error] maxInitialLineLength: Int, maxHeaderSize: Int,
2816[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
2817[error] webSocketConfig: zio.http.WebSocketConfig,
2818[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
2819[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
2820[error] ), expected: 16, found: 17
2821
2822 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
2823
2824 An unhandled exception was thrown in the compiler plugin named "unroll".
2825 Please report the issue to the plugin's maintainers.
2826 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
2827
2828
2829 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
2830 during phase: unroll
2831 mode: Mode(ImplicitsEnabled)
2832 library version: version 2.13.16
2833 compiler version: version 3.7.4
2834 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@134deec2) -source 3.4-migration
2835
2836[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
2837[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
2838[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
2839[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
2840[error] scala.collection.immutable.List.map(List.scala:247)
2841[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
2842[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
2843[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
2844[error] scala.collection.immutable.List.map(List.scala:251)
2845[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
2846[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
2847[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
2848[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2849[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
2850[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
2851[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
2852[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
2853[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
2854[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2855[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
2856[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
2857[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
2858[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
2859[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
2860[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
2861[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2862[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
2863[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
2864[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
2865[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
2866[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
2867[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
2868[error] scala.collection.immutable.List.foreach(List.scala:334)
2869[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
2870[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
2871[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
2872[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
2873[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
2874[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
2875[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
2876[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
2877[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
2878[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
2879[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
2880[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
2881[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
2882[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
2883[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
2884[error] dotty.tools.dotc.Run.compile(Run.scala:304)
2885[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
2886[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
2887[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
2888[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
2889[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
2890[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
2891[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
2892[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
2893[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
2894[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
2895[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
2896[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
2897[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
2898[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
2899[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
2900[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
2901[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
2902[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
2903[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
2904[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
2905[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
2906[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
2907[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
2908[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
2909[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
2910[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
2911[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
2912[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
2913[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
2914[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
2915[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
2916[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
2917[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
2918[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
2919[error] sbt.internal.io.Retry$.io(Retry.scala:102)
2920[error] sbt.internal.io.Retry$.io(Retry.scala:78)
2921[error] sbt.internal.io.Retry$.io(Retry.scala:67)
2922[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
2923[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
2924[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
2925[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
2926[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
2927[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
2928[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
2929[error] sbt.Execute.work(Execute.scala:292)
2930[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
2931[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
2932[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
2933[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2934[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
2935[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2936[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
2937[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
2938[error] java.base/java.lang.Thread.run(Thread.java:1583)
2939[error]
2940[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
2941[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
2942[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
2943[error] at scala.collection.immutable.List.map(List.scala:247)
2944[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
2945[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
2946[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
2947[error] at scala.collection.immutable.List.map(List.scala:251)
2948[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
2949[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
2950[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
2951[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2952[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
2953[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
2954[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
2955[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
2956[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
2957[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2958[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
2959[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
2960[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
2961[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
2962[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
2963[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
2964[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
2965[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
2966[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
2967[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
2968[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
2969[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
2970[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
2971[error] at scala.collection.immutable.List.foreach(List.scala:334)
2972[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
2973[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
2974[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
2975[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
2976[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
2977[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
2978[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
2979[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
2980[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
2981[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
2982[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
2983[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
2984[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
2985[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
2986[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
2987[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
2988[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
2989[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
2990[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
2991[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
2992[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
2993[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
2994[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
2995[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
2996[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
2997[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
2998[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
2999[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
3000[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
3001[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
3002[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
3003[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
3004[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
3005[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
3006[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
3007[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
3008[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
3009[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
3010[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
3011[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
3012[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
3013[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
3014[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
3015[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
3016[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
3017[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
3018[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
3019[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
3020[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
3021[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
3022[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
3023[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
3024[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
3025[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
3026[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
3027[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
3028[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
3029[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
3030[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
3031[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
3032[error] at sbt.Execute.work(Execute.scala:292)
3033[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
3034[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
3035[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
3036[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
3037[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
3038[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
3039[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
3040[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
3041[error] at java.base/java.lang.Thread.run(Thread.java:1583)
3042[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
3043[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
3044[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
3045[error] acceptContinue: Boolean, keepAlive: Boolean,
3046[error] requestDecompression: zio.http.Decompression,
3047[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
3048[error] ,
3049[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
3050[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
3051[error] gracefulShutdownTimeout: zio.Duration,
3052[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
3053[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
3054[error] zio.http.Server.Config: (Config.this.copy :
3055[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
3056[error] acceptContinue: Boolean, keepAlive: Boolean,
3057[error] requestDecompression: zio.http.Decompression,
3058[error] responseCompression:
3059[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
3060[error] requestStreaming: zio.http.Server.RequestStreaming,
3061[error] maxInitialLineLength: Int, maxHeaderSize: Int,
3062[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
3063[error] webSocketConfig: zio.http.WebSocketConfig,
3064[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
3065[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
3066[error] ), expected: 16, found: 17
3067
3068 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
3069
3070 An unhandled exception was thrown in the compiler plugin named "unroll".
3071 Please report the issue to the plugin's maintainers.
3072 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
3073
3074
3075 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
3076 during phase: unroll
3077 mode: Mode(ImplicitsEnabled)
3078 library version: version 2.13.16
3079 compiler version: version 3.7.4
3080 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@419d60fa) -source 3.4-migration
3081
3082[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
3083[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
3084[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
3085[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
3086[error] scala.collection.immutable.List.map(List.scala:247)
3087[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
3088[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
3089[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
3090[error] scala.collection.immutable.List.map(List.scala:251)
3091[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
3092[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
3093[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
3094[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3095[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
3096[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
3097[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
3098[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
3099[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
3100[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3101[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
3102[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
3103[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
3104[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
3105[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
3106[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
3107[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3108[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
3109[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
3110[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
3111[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
3112[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
3113[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
3114[error] scala.collection.immutable.List.foreach(List.scala:334)
3115[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
3116[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
3117[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
3118[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
3119[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
3120[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
3121[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
3122[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
3123[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
3124[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
3125[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
3126[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
3127[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
3128[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
3129[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
3130[error] dotty.tools.dotc.Run.compile(Run.scala:304)
3131[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
3132[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
3133[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
3134[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
3135[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
3136[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
3137[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
3138[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
3139[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
3140[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
3141[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
3142[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
3143[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
3144[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
3145[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
3146[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
3147[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
3148[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
3149[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
3150[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
3151[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
3152[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
3153[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
3154[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
3155[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
3156[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
3157[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
3158[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
3159[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
3160[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
3161[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
3162[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
3163[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
3164[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
3165[error] sbt.internal.io.Retry$.io(Retry.scala:102)
3166[error] sbt.internal.io.Retry$.io(Retry.scala:78)
3167[error] sbt.internal.io.Retry$.io(Retry.scala:67)
3168[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
3169[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
3170[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
3171[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
3172[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
3173[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
3174[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
3175[error] sbt.Execute.work(Execute.scala:292)
3176[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
3177[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
3178[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
3179[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
3180[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
3181[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
3182[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
3183[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
3184[error] java.base/java.lang.Thread.run(Thread.java:1583)
3185[error]
3186[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
3187[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
3188[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
3189[error] at scala.collection.immutable.List.map(List.scala:247)
3190[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
3191[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
3192[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
3193[error] at scala.collection.immutable.List.map(List.scala:251)
3194[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
3195[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
3196[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
3197[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3198[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
3199[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
3200[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
3201[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
3202[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
3203[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3204[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
3205[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
3206[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
3207[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
3208[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
3209[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
3210[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3211[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
3212[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
3213[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
3214[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
3215[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
3216[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
3217[error] at scala.collection.immutable.List.foreach(List.scala:334)
3218[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
3219[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
3220[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
3221[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
3222[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
3223[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
3224[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
3225[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
3226[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
3227[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
3228[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
3229[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
3230[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
3231[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
3232[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
3233[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
3234[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
3235[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
3236[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
3237[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
3238[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
3239[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
3240[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
3241[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
3242[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
3243[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
3244[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
3245[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
3246[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
3247[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
3248[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
3249[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
3250[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
3251[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
3252[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
3253[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
3254[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
3255[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
3256[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
3257[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
3258[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
3259[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
3260[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
3261[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
3262[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
3263[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
3264[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
3265[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
3266[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
3267[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
3268[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
3269[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
3270[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
3271[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
3272[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
3273[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
3274[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
3275[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
3276[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
3277[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
3278[error] at sbt.Execute.work(Execute.scala:292)
3279[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
3280[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
3281[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
3282[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
3283[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
3284[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
3285[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
3286[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
3287[error] at java.base/java.lang.Thread.run(Thread.java:1583)
3288[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
3289Starting build for ProjectRef(file:/build/repo/,zioHttpGen) (zio-http-gen)... [4/8]
3290Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:postfixOps, -Xignore-scala2-macros, -noindent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
3291[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
3292[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
3293[error] acceptContinue: Boolean, keepAlive: Boolean,
3294[error] requestDecompression: zio.http.Decompression,
3295[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
3296[error] ,
3297[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
3298[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
3299[error] gracefulShutdownTimeout: zio.Duration,
3300[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
3301[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
3302[error] zio.http.Server.Config: (Config.this.copy :
3303[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
3304[error] acceptContinue: Boolean, keepAlive: Boolean,
3305[error] requestDecompression: zio.http.Decompression,
3306[error] responseCompression:
3307[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
3308[error] requestStreaming: zio.http.Server.RequestStreaming,
3309[error] maxInitialLineLength: Int, maxHeaderSize: Int,
3310[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
3311[error] webSocketConfig: zio.http.WebSocketConfig,
3312[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
3313[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
3314[error] ), expected: 16, found: 17
3315
3316 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
3317
3318 An unhandled exception was thrown in the compiler plugin named "unroll".
3319 Please report the issue to the plugin's maintainers.
3320 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
3321
3322
3323 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
3324 during phase: unroll
3325 mode: Mode(ImplicitsEnabled)
3326 library version: version 2.13.16
3327 compiler version: version 3.7.4
3328 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@536e0468) -source 3.4-migration
3329
3330[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
3331[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
3332[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
3333[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
3334[error] scala.collection.immutable.List.map(List.scala:247)
3335[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
3336[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
3337[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
3338[error] scala.collection.immutable.List.map(List.scala:251)
3339[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
3340[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
3341[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
3342[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3343[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
3344[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
3345[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
3346[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
3347[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
3348[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3349[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
3350[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
3351[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
3352[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
3353[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
3354[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
3355[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3356[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
3357[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
3358[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
3359[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
3360[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
3361[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
3362[error] scala.collection.immutable.List.foreach(List.scala:334)
3363[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
3364[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
3365[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
3366[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
3367[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
3368[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
3369[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
3370[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
3371[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
3372[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
3373[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
3374[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
3375[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
3376[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
3377[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
3378[error] dotty.tools.dotc.Run.compile(Run.scala:304)
3379[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
3380[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
3381[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
3382[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
3383[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
3384[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
3385[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
3386[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
3387[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
3388[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
3389[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
3390[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
3391[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
3392[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
3393[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
3394[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
3395[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
3396[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
3397[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
3398[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
3399[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
3400[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
3401[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
3402[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
3403[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
3404[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
3405[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
3406[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
3407[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
3408[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
3409[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
3410[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
3411[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
3412[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
3413[error] sbt.internal.io.Retry$.io(Retry.scala:102)
3414[error] sbt.internal.io.Retry$.io(Retry.scala:78)
3415[error] sbt.internal.io.Retry$.io(Retry.scala:67)
3416[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
3417[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
3418[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
3419[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
3420[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
3421[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
3422[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
3423[error] sbt.Execute.work(Execute.scala:292)
3424[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
3425[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
3426[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
3427[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
3428[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
3429[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
3430[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
3431[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
3432[error] java.base/java.lang.Thread.run(Thread.java:1583)
3433[error]
3434[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
3435[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
3436[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
3437[error] at scala.collection.immutable.List.map(List.scala:247)
3438[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
3439[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
3440[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
3441[error] at scala.collection.immutable.List.map(List.scala:251)
3442[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
3443[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
3444[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
3445[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3446[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
3447[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
3448[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
3449[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
3450[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
3451[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3452[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
3453[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
3454[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
3455[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
3456[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
3457[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
3458[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3459[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
3460[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
3461[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
3462[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
3463[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
3464[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
3465[error] at scala.collection.immutable.List.foreach(List.scala:334)
3466[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
3467[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
3468[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
3469[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
3470[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
3471[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
3472[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
3473[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
3474[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
3475[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
3476[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
3477[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
3478[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
3479[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
3480[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
3481[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
3482[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
3483[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
3484[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
3485[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
3486[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
3487[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
3488[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
3489[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
3490[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
3491[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
3492[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
3493[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
3494[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
3495[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
3496[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
3497[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
3498[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
3499[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
3500[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
3501[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
3502[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
3503[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
3504[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
3505[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
3506[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
3507[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
3508[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
3509[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
3510[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
3511[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
3512[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
3513[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
3514[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
3515[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
3516[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
3517[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
3518[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
3519[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
3520[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
3521[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
3522[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
3523[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
3524[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
3525[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
3526[error] at sbt.Execute.work(Execute.scala:292)
3527[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
3528[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
3529[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
3530[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
3531[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
3532[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
3533[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
3534[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
3535[error] at java.base/java.lang.Thread.run(Thread.java:1583)
3536[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
3537[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
3538[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
3539[error] acceptContinue: Boolean, keepAlive: Boolean,
3540[error] requestDecompression: zio.http.Decompression,
3541[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
3542[error] ,
3543[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
3544[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
3545[error] gracefulShutdownTimeout: zio.Duration,
3546[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
3547[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
3548[error] zio.http.Server.Config: (Config.this.copy :
3549[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
3550[error] acceptContinue: Boolean, keepAlive: Boolean,
3551[error] requestDecompression: zio.http.Decompression,
3552[error] responseCompression:
3553[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
3554[error] requestStreaming: zio.http.Server.RequestStreaming,
3555[error] maxInitialLineLength: Int, maxHeaderSize: Int,
3556[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
3557[error] webSocketConfig: zio.http.WebSocketConfig,
3558[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
3559[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
3560[error] ), expected: 16, found: 17
3561
3562 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
3563
3564 An unhandled exception was thrown in the compiler plugin named "unroll".
3565 Please report the issue to the plugin's maintainers.
3566 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
3567
3568
3569 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
3570 during phase: unroll
3571 mode: Mode(ImplicitsEnabled)
3572 library version: version 2.13.16
3573 compiler version: version 3.7.4
3574 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@5941a4f) -source 3.4-migration
3575
3576[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
3577[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
3578[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
3579[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
3580[error] scala.collection.immutable.List.map(List.scala:247)
3581[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
3582[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
3583[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
3584[error] scala.collection.immutable.List.map(List.scala:251)
3585[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
3586[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
3587[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
3588[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3589[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
3590[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
3591[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
3592[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
3593[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
3594[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3595[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
3596[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
3597[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
3598[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
3599[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
3600[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
3601[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3602[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
3603[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
3604[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
3605[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
3606[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
3607[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
3608[error] scala.collection.immutable.List.foreach(List.scala:334)
3609[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
3610[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
3611[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
3612[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
3613[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
3614[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
3615[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
3616[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
3617[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
3618[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
3619[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
3620[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
3621[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
3622[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
3623[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
3624[error] dotty.tools.dotc.Run.compile(Run.scala:304)
3625[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
3626[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
3627[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
3628[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
3629[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
3630[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
3631[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
3632[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
3633[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
3634[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
3635[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
3636[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
3637[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
3638[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
3639[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
3640[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
3641[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
3642[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
3643[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
3644[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
3645[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
3646[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
3647[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
3648[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
3649[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
3650[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
3651[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
3652[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
3653[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
3654[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
3655[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
3656[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
3657[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
3658[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
3659[error] sbt.internal.io.Retry$.io(Retry.scala:102)
3660[error] sbt.internal.io.Retry$.io(Retry.scala:78)
3661[error] sbt.internal.io.Retry$.io(Retry.scala:67)
3662[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
3663[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
3664[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
3665[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
3666[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
3667[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
3668[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
3669[error] sbt.Execute.work(Execute.scala:292)
3670[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
3671[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
3672[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
3673[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
3674[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
3675[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
3676[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
3677[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
3678[error] java.base/java.lang.Thread.run(Thread.java:1583)
3679[error]
3680[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
3681[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
3682[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
3683[error] at scala.collection.immutable.List.map(List.scala:247)
3684[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
3685[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
3686[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
3687[error] at scala.collection.immutable.List.map(List.scala:251)
3688[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
3689[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
3690[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
3691[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3692[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
3693[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
3694[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
3695[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
3696[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
3697[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3698[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
3699[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
3700[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
3701[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
3702[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
3703[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
3704[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3705[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
3706[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
3707[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
3708[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
3709[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
3710[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
3711[error] at scala.collection.immutable.List.foreach(List.scala:334)
3712[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
3713[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
3714[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
3715[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
3716[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
3717[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
3718[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
3719[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
3720[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
3721[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
3722[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
3723[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
3724[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
3725[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
3726[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
3727[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
3728[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
3729[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
3730[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
3731[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
3732[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
3733[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
3734[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
3735[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
3736[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
3737[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
3738[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
3739[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
3740[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
3741[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
3742[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
3743[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
3744[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
3745[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
3746[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
3747[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
3748[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
3749[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
3750[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
3751[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
3752[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
3753[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
3754[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
3755[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
3756[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
3757[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
3758[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
3759[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
3760[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
3761[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
3762[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
3763[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
3764[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
3765[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
3766[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
3767[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
3768[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
3769[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
3770[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
3771[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
3772[error] at sbt.Execute.work(Execute.scala:292)
3773[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
3774[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
3775[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
3776[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
3777[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
3778[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
3779[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
3780[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
3781[error] at java.base/java.lang.Thread.run(Thread.java:1583)
3782[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
3783[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
3784[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
3785[error] acceptContinue: Boolean, keepAlive: Boolean,
3786[error] requestDecompression: zio.http.Decompression,
3787[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
3788[error] ,
3789[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
3790[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
3791[error] gracefulShutdownTimeout: zio.Duration,
3792[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
3793[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
3794[error] zio.http.Server.Config: (Config.this.copy :
3795[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
3796[error] acceptContinue: Boolean, keepAlive: Boolean,
3797[error] requestDecompression: zio.http.Decompression,
3798[error] responseCompression:
3799[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
3800[error] requestStreaming: zio.http.Server.RequestStreaming,
3801[error] maxInitialLineLength: Int, maxHeaderSize: Int,
3802[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
3803[error] webSocketConfig: zio.http.WebSocketConfig,
3804[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
3805[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
3806[error] ), expected: 16, found: 17
3807
3808 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
3809
3810 An unhandled exception was thrown in the compiler plugin named "unroll".
3811 Please report the issue to the plugin's maintainers.
3812 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
3813
3814
3815 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
3816 during phase: unroll
3817 mode: Mode(ImplicitsEnabled)
3818 library version: version 2.13.16
3819 compiler version: version 3.7.4
3820 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@125af5b) -source 3.4-migration
3821
3822[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
3823[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
3824[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
3825[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
3826[error] scala.collection.immutable.List.map(List.scala:247)
3827[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
3828[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
3829[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
3830[error] scala.collection.immutable.List.map(List.scala:251)
3831[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
3832[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
3833[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
3834[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3835[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
3836[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
3837[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
3838[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
3839[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
3840[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3841[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
3842[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
3843[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
3844[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
3845[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
3846[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
3847[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3848[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
3849[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
3850[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
3851[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
3852[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
3853[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
3854[error] scala.collection.immutable.List.foreach(List.scala:334)
3855[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
3856[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
3857[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
3858[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
3859[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
3860[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
3861[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
3862[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
3863[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
3864[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
3865[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
3866[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
3867[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
3868[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
3869[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
3870[error] dotty.tools.dotc.Run.compile(Run.scala:304)
3871[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
3872[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
3873[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
3874[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
3875[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
3876[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
3877[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
3878[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
3879[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
3880[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
3881[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
3882[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
3883[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
3884[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
3885[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
3886[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
3887[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
3888[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
3889[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
3890[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
3891[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
3892[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
3893[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
3894[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
3895[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
3896[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
3897[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
3898[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
3899[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
3900[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
3901[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
3902[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
3903[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
3904[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
3905[error] sbt.internal.io.Retry$.io(Retry.scala:102)
3906[error] sbt.internal.io.Retry$.io(Retry.scala:78)
3907[error] sbt.internal.io.Retry$.io(Retry.scala:67)
3908[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
3909[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
3910[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
3911[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
3912[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
3913[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
3914[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
3915[error] sbt.Execute.work(Execute.scala:292)
3916[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
3917[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
3918[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
3919[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
3920[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
3921[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
3922[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
3923[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
3924[error] java.base/java.lang.Thread.run(Thread.java:1583)
3925[error]
3926[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
3927[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
3928[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
3929[error] at scala.collection.immutable.List.map(List.scala:247)
3930[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
3931[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
3932[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
3933[error] at scala.collection.immutable.List.map(List.scala:251)
3934[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
3935[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
3936[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
3937[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3938[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
3939[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
3940[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
3941[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
3942[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
3943[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3944[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
3945[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
3946[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
3947[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
3948[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
3949[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
3950[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
3951[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
3952[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
3953[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
3954[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
3955[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
3956[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
3957[error] at scala.collection.immutable.List.foreach(List.scala:334)
3958[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
3959[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
3960[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
3961[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
3962[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
3963[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
3964[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
3965[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
3966[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
3967[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
3968[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
3969[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
3970[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
3971[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
3972[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
3973[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
3974[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
3975[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
3976[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
3977[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
3978[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
3979[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
3980[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
3981[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
3982[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
3983[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
3984[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
3985[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
3986[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
3987[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
3988[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
3989[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
3990[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
3991[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
3992[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
3993[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
3994[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
3995[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
3996[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
3997[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
3998[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
3999[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
4000[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
4001[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
4002[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
4003[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
4004[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
4005[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
4006[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
4007[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
4008[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
4009[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
4010[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
4011[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
4012[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
4013[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
4014[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
4015[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
4016[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
4017[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
4018[error] at sbt.Execute.work(Execute.scala:292)
4019[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
4020[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
4021[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
4022[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
4023[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
4024[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
4025[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
4026[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
4027[error] at java.base/java.lang.Thread.run(Thread.java:1583)
4028[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
4029Starting build for ProjectRef(file:/build/repo/,zioHttpHtmx) (zio-http-htmx)... [5/8]
4030Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:postfixOps, -Xignore-scala2-macros, -noindent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
4031[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
4032[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
4033[error] acceptContinue: Boolean, keepAlive: Boolean,
4034[error] requestDecompression: zio.http.Decompression,
4035[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
4036[error] ,
4037[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
4038[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
4039[error] gracefulShutdownTimeout: zio.Duration,
4040[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
4041[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
4042[error] zio.http.Server.Config: (Config.this.copy :
4043[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
4044[error] acceptContinue: Boolean, keepAlive: Boolean,
4045[error] requestDecompression: zio.http.Decompression,
4046[error] responseCompression:
4047[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
4048[error] requestStreaming: zio.http.Server.RequestStreaming,
4049[error] maxInitialLineLength: Int, maxHeaderSize: Int,
4050[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
4051[error] webSocketConfig: zio.http.WebSocketConfig,
4052[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
4053[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
4054[error] ), expected: 16, found: 17
4055
4056 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
4057
4058 An unhandled exception was thrown in the compiler plugin named "unroll".
4059 Please report the issue to the plugin's maintainers.
4060 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
4061
4062
4063 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
4064 during phase: unroll
4065 mode: Mode(ImplicitsEnabled)
4066 library version: version 2.13.16
4067 compiler version: version 3.7.4
4068 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@690edf72) -source 3.4-migration
4069
4070[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
4071[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
4072[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
4073[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
4074[error] scala.collection.immutable.List.map(List.scala:247)
4075[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
4076[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
4077[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
4078[error] scala.collection.immutable.List.map(List.scala:251)
4079[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
4080[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
4081[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
4082[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4083[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
4084[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
4085[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
4086[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
4087[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
4088[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4089[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
4090[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
4091[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
4092[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
4093[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
4094[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
4095[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4096[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
4097[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
4098[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
4099[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
4100[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
4101[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
4102[error] scala.collection.immutable.List.foreach(List.scala:334)
4103[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
4104[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
4105[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
4106[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
4107[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
4108[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
4109[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
4110[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
4111[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
4112[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
4113[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
4114[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
4115[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
4116[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
4117[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
4118[error] dotty.tools.dotc.Run.compile(Run.scala:304)
4119[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
4120[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
4121[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
4122[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
4123[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
4124[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
4125[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
4126[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
4127[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
4128[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
4129[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
4130[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
4131[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
4132[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
4133[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
4134[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
4135[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
4136[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
4137[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
4138[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
4139[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
4140[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
4141[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
4142[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
4143[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
4144[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
4145[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
4146[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
4147[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
4148[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
4149[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
4150[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
4151[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
4152[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
4153[error] sbt.internal.io.Retry$.io(Retry.scala:102)
4154[error] sbt.internal.io.Retry$.io(Retry.scala:78)
4155[error] sbt.internal.io.Retry$.io(Retry.scala:67)
4156[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
4157[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
4158[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
4159[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
4160[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
4161[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
4162[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
4163[error] sbt.Execute.work(Execute.scala:292)
4164[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
4165[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
4166[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
4167[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
4168[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
4169[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
4170[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
4171[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
4172[error] java.base/java.lang.Thread.run(Thread.java:1583)
4173[error]
4174[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
4175[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
4176[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
4177[error] at scala.collection.immutable.List.map(List.scala:247)
4178[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
4179[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
4180[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
4181[error] at scala.collection.immutable.List.map(List.scala:251)
4182[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
4183[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
4184[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
4185[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4186[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
4187[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
4188[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
4189[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
4190[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
4191[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4192[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
4193[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
4194[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
4195[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
4196[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
4197[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
4198[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4199[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
4200[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
4201[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
4202[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
4203[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
4204[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
4205[error] at scala.collection.immutable.List.foreach(List.scala:334)
4206[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
4207[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
4208[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
4209[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
4210[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
4211[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
4212[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
4213[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
4214[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
4215[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
4216[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
4217[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
4218[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
4219[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
4220[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
4221[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
4222[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
4223[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
4224[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
4225[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
4226[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
4227[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
4228[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
4229[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
4230[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
4231[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
4232[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
4233[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
4234[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
4235[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
4236[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
4237[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
4238[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
4239[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
4240[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
4241[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
4242[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
4243[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
4244[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
4245[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
4246[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
4247[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
4248[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
4249[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
4250[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
4251[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
4252[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
4253[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
4254[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
4255[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
4256[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
4257[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
4258[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
4259[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
4260[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
4261[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
4262[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
4263[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
4264[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
4265[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
4266[error] at sbt.Execute.work(Execute.scala:292)
4267[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
4268[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
4269[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
4270[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
4271[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
4272[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
4273[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
4274[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
4275[error] at java.base/java.lang.Thread.run(Thread.java:1583)
4276[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
4277[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
4278[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
4279[error] acceptContinue: Boolean, keepAlive: Boolean,
4280[error] requestDecompression: zio.http.Decompression,
4281[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
4282[error] ,
4283[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
4284[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
4285[error] gracefulShutdownTimeout: zio.Duration,
4286[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
4287[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
4288[error] zio.http.Server.Config: (Config.this.copy :
4289[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
4290[error] acceptContinue: Boolean, keepAlive: Boolean,
4291[error] requestDecompression: zio.http.Decompression,
4292[error] responseCompression:
4293[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
4294[error] requestStreaming: zio.http.Server.RequestStreaming,
4295[error] maxInitialLineLength: Int, maxHeaderSize: Int,
4296[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
4297[error] webSocketConfig: zio.http.WebSocketConfig,
4298[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
4299[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
4300[error] ), expected: 16, found: 17
4301
4302 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
4303
4304 An unhandled exception was thrown in the compiler plugin named "unroll".
4305 Please report the issue to the plugin's maintainers.
4306 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
4307
4308
4309 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
4310 during phase: unroll
4311 mode: Mode(ImplicitsEnabled)
4312 library version: version 2.13.16
4313 compiler version: version 3.7.4
4314 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@66c13bd4) -source 3.4-migration
4315
4316[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
4317[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
4318[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
4319[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
4320[error] scala.collection.immutable.List.map(List.scala:247)
4321[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
4322[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
4323[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
4324[error] scala.collection.immutable.List.map(List.scala:251)
4325[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
4326[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
4327[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
4328[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4329[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
4330[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
4331[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
4332[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
4333[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
4334[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4335[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
4336[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
4337[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
4338[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
4339[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
4340[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
4341[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4342[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
4343[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
4344[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
4345[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
4346[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
4347[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
4348[error] scala.collection.immutable.List.foreach(List.scala:334)
4349[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
4350[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
4351[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
4352[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
4353[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
4354[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
4355[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
4356[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
4357[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
4358[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
4359[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
4360[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
4361[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
4362[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
4363[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
4364[error] dotty.tools.dotc.Run.compile(Run.scala:304)
4365[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
4366[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
4367[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
4368[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
4369[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
4370[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
4371[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
4372[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
4373[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
4374[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
4375[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
4376[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
4377[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
4378[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
4379[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
4380[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
4381[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
4382[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
4383[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
4384[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
4385[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
4386[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
4387[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
4388[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
4389[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
4390[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
4391[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
4392[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
4393[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
4394[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
4395[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
4396[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
4397[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
4398[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
4399[error] sbt.internal.io.Retry$.io(Retry.scala:102)
4400[error] sbt.internal.io.Retry$.io(Retry.scala:78)
4401[error] sbt.internal.io.Retry$.io(Retry.scala:67)
4402[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
4403[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
4404[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
4405[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
4406[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
4407[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
4408[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
4409[error] sbt.Execute.work(Execute.scala:292)
4410[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
4411[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
4412[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
4413[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
4414[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
4415[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
4416[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
4417[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
4418[error] java.base/java.lang.Thread.run(Thread.java:1583)
4419[error]
4420[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
4421[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
4422[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
4423[error] at scala.collection.immutable.List.map(List.scala:247)
4424[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
4425[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
4426[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
4427[error] at scala.collection.immutable.List.map(List.scala:251)
4428[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
4429[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
4430[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
4431[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4432[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
4433[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
4434[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
4435[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
4436[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
4437[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4438[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
4439[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
4440[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
4441[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
4442[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
4443[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
4444[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4445[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
4446[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
4447[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
4448[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
4449[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
4450[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
4451[error] at scala.collection.immutable.List.foreach(List.scala:334)
4452[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
4453[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
4454[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
4455[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
4456[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
4457[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
4458[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
4459[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
4460[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
4461[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
4462[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
4463[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
4464[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
4465[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
4466[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
4467[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
4468[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
4469[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
4470[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
4471[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
4472[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
4473[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
4474[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
4475[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
4476[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
4477[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
4478[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
4479[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
4480[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
4481[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
4482[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
4483[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
4484[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
4485[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
4486[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
4487[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
4488[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
4489[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
4490[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
4491[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
4492[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
4493[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
4494[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
4495[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
4496[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
4497[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
4498[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
4499[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
4500[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
4501[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
4502[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
4503[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
4504[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
4505[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
4506[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
4507[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
4508[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
4509[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
4510[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
4511[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
4512[error] at sbt.Execute.work(Execute.scala:292)
4513[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
4514[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
4515[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
4516[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
4517[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
4518[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
4519[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
4520[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
4521[error] at java.base/java.lang.Thread.run(Thread.java:1583)
4522[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
4523[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
4524[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
4525[error] acceptContinue: Boolean, keepAlive: Boolean,
4526[error] requestDecompression: zio.http.Decompression,
4527[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
4528[error] ,
4529[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
4530[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
4531[error] gracefulShutdownTimeout: zio.Duration,
4532[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
4533[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
4534[error] zio.http.Server.Config: (Config.this.copy :
4535[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
4536[error] acceptContinue: Boolean, keepAlive: Boolean,
4537[error] requestDecompression: zio.http.Decompression,
4538[error] responseCompression:
4539[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
4540[error] requestStreaming: zio.http.Server.RequestStreaming,
4541[error] maxInitialLineLength: Int, maxHeaderSize: Int,
4542[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
4543[error] webSocketConfig: zio.http.WebSocketConfig,
4544[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
4545[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
4546[error] ), expected: 16, found: 17
4547
4548 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
4549
4550 An unhandled exception was thrown in the compiler plugin named "unroll".
4551 Please report the issue to the plugin's maintainers.
4552 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
4553
4554
4555 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
4556 during phase: unroll
4557 mode: Mode(ImplicitsEnabled)
4558 library version: version 2.13.16
4559 compiler version: version 3.7.4
4560 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@1820862) -source 3.4-migration
4561
4562[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
4563[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
4564[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
4565[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
4566[error] scala.collection.immutable.List.map(List.scala:247)
4567[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
4568[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
4569[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
4570[error] scala.collection.immutable.List.map(List.scala:251)
4571[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
4572[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
4573[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
4574[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4575[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
4576[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
4577[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
4578[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
4579[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
4580[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4581[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
4582[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
4583[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
4584[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
4585[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
4586[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
4587[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4588[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
4589[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
4590[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
4591[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
4592[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
4593[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
4594[error] scala.collection.immutable.List.foreach(List.scala:334)
4595[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
4596[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
4597[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
4598[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
4599[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
4600[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
4601[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
4602[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
4603[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
4604[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
4605[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
4606[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
4607[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
4608[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
4609[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
4610[error] dotty.tools.dotc.Run.compile(Run.scala:304)
4611[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
4612[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
4613[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
4614[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
4615[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
4616[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
4617[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
4618[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
4619[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
4620[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
4621[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
4622[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
4623[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
4624[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
4625[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
4626[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
4627[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
4628[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
4629[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
4630[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
4631[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
4632[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
4633[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
4634[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
4635[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
4636[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
4637[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
4638[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
4639[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
4640[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
4641[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
4642[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
4643[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
4644[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
4645[error] sbt.internal.io.Retry$.io(Retry.scala:102)
4646[error] sbt.internal.io.Retry$.io(Retry.scala:78)
4647[error] sbt.internal.io.Retry$.io(Retry.scala:67)
4648[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
4649[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
4650[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
4651[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
4652[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
4653[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
4654[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
4655[error] sbt.Execute.work(Execute.scala:292)
4656[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
4657[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
4658[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
4659[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
4660[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
4661[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
4662[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
4663[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
4664[error] java.base/java.lang.Thread.run(Thread.java:1583)
4665[error]
4666[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
4667[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
4668[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
4669[error] at scala.collection.immutable.List.map(List.scala:247)
4670[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
4671[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
4672[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
4673[error] at scala.collection.immutable.List.map(List.scala:251)
4674[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
4675[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
4676[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
4677[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4678[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
4679[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
4680[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
4681[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
4682[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
4683[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4684[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
4685[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
4686[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
4687[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
4688[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
4689[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
4690[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4691[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
4692[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
4693[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
4694[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
4695[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
4696[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
4697[error] at scala.collection.immutable.List.foreach(List.scala:334)
4698[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
4699[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
4700[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
4701[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
4702[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
4703[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
4704[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
4705[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
4706[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
4707[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
4708[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
4709[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
4710[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
4711[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
4712[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
4713[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
4714[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
4715[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
4716[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
4717[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
4718[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
4719[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
4720[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
4721[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
4722[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
4723[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
4724[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
4725[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
4726[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
4727[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
4728[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
4729[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
4730[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
4731[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
4732[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
4733[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
4734[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
4735[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
4736[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
4737[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
4738[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
4739[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
4740[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
4741[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
4742[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
4743[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
4744[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
4745[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
4746[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
4747[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
4748[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
4749[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
4750[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
4751[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
4752[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
4753[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
4754[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
4755[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
4756[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
4757[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
4758[error] at sbt.Execute.work(Execute.scala:292)
4759[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
4760[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
4761[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
4762[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
4763[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
4764[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
4765[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
4766[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
4767[error] at java.base/java.lang.Thread.run(Thread.java:1583)
4768[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
4769Starting build for ProjectRef(file:/build/repo/,zioHttpStomp) (zio-http-stomp)... [6/8]
4770Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:postfixOps, -Xignore-scala2-macros, -noindent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
4771[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
4772[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
4773[error] acceptContinue: Boolean, keepAlive: Boolean,
4774[error] requestDecompression: zio.http.Decompression,
4775[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
4776[error] ,
4777[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
4778[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
4779[error] gracefulShutdownTimeout: zio.Duration,
4780[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
4781[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
4782[error] zio.http.Server.Config: (Config.this.copy :
4783[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
4784[error] acceptContinue: Boolean, keepAlive: Boolean,
4785[error] requestDecompression: zio.http.Decompression,
4786[error] responseCompression:
4787[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
4788[error] requestStreaming: zio.http.Server.RequestStreaming,
4789[error] maxInitialLineLength: Int, maxHeaderSize: Int,
4790[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
4791[error] webSocketConfig: zio.http.WebSocketConfig,
4792[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
4793[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
4794[error] ), expected: 16, found: 17
4795
4796 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
4797
4798 An unhandled exception was thrown in the compiler plugin named "unroll".
4799 Please report the issue to the plugin's maintainers.
4800 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
4801
4802
4803 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
4804 during phase: unroll
4805 mode: Mode(ImplicitsEnabled)
4806 library version: version 2.13.16
4807 compiler version: version 3.7.4
4808 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@6f6fe38c) -source 3.4-migration
4809
4810[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
4811[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
4812[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
4813[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
4814[error] scala.collection.immutable.List.map(List.scala:247)
4815[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
4816[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
4817[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
4818[error] scala.collection.immutable.List.map(List.scala:251)
4819[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
4820[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
4821[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
4822[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4823[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
4824[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
4825[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
4826[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
4827[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
4828[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4829[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
4830[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
4831[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
4832[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
4833[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
4834[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
4835[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4836[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
4837[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
4838[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
4839[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
4840[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
4841[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
4842[error] scala.collection.immutable.List.foreach(List.scala:334)
4843[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
4844[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
4845[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
4846[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
4847[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
4848[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
4849[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
4850[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
4851[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
4852[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
4853[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
4854[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
4855[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
4856[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
4857[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
4858[error] dotty.tools.dotc.Run.compile(Run.scala:304)
4859[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
4860[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
4861[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
4862[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
4863[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
4864[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
4865[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
4866[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
4867[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
4868[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
4869[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
4870[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
4871[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
4872[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
4873[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
4874[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
4875[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
4876[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
4877[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
4878[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
4879[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
4880[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
4881[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
4882[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
4883[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
4884[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
4885[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
4886[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
4887[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
4888[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
4889[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
4890[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
4891[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
4892[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
4893[error] sbt.internal.io.Retry$.io(Retry.scala:102)
4894[error] sbt.internal.io.Retry$.io(Retry.scala:78)
4895[error] sbt.internal.io.Retry$.io(Retry.scala:67)
4896[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
4897[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
4898[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
4899[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
4900[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
4901[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
4902[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
4903[error] sbt.Execute.work(Execute.scala:292)
4904[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
4905[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
4906[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
4907[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
4908[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
4909[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
4910[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
4911[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
4912[error] java.base/java.lang.Thread.run(Thread.java:1583)
4913[error]
4914[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
4915[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
4916[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
4917[error] at scala.collection.immutable.List.map(List.scala:247)
4918[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
4919[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
4920[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
4921[error] at scala.collection.immutable.List.map(List.scala:251)
4922[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
4923[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
4924[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
4925[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4926[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
4927[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
4928[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
4929[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
4930[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
4931[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4932[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
4933[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
4934[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
4935[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
4936[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
4937[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
4938[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
4939[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
4940[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
4941[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
4942[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
4943[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
4944[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
4945[error] at scala.collection.immutable.List.foreach(List.scala:334)
4946[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
4947[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
4948[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
4949[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
4950[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
4951[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
4952[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
4953[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
4954[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
4955[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
4956[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
4957[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
4958[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
4959[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
4960[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
4961[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
4962[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
4963[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
4964[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
4965[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
4966[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
4967[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
4968[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
4969[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
4970[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
4971[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
4972[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
4973[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
4974[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
4975[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
4976[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
4977[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
4978[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
4979[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
4980[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
4981[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
4982[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
4983[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
4984[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
4985[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
4986[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
4987[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
4988[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
4989[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
4990[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
4991[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
4992[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
4993[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
4994[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
4995[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
4996[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
4997[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
4998[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
4999[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
5000[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
5001[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
5002[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
5003[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
5004[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
5005[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
5006[error] at sbt.Execute.work(Execute.scala:292)
5007[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
5008[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
5009[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
5010[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
5011[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
5012[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
5013[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
5014[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
5015[error] at java.base/java.lang.Thread.run(Thread.java:1583)
5016[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
5017[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
5018[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
5019[error] acceptContinue: Boolean, keepAlive: Boolean,
5020[error] requestDecompression: zio.http.Decompression,
5021[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
5022[error] ,
5023[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
5024[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
5025[error] gracefulShutdownTimeout: zio.Duration,
5026[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
5027[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
5028[error] zio.http.Server.Config: (Config.this.copy :
5029[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
5030[error] acceptContinue: Boolean, keepAlive: Boolean,
5031[error] requestDecompression: zio.http.Decompression,
5032[error] responseCompression:
5033[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
5034[error] requestStreaming: zio.http.Server.RequestStreaming,
5035[error] maxInitialLineLength: Int, maxHeaderSize: Int,
5036[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
5037[error] webSocketConfig: zio.http.WebSocketConfig,
5038[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
5039[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
5040[error] ), expected: 16, found: 17
5041
5042 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
5043
5044 An unhandled exception was thrown in the compiler plugin named "unroll".
5045 Please report the issue to the plugin's maintainers.
5046 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
5047
5048
5049 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
5050 during phase: unroll
5051 mode: Mode(ImplicitsEnabled)
5052 library version: version 2.13.16
5053 compiler version: version 3.7.4
5054 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@322d2c3c) -source 3.4-migration
5055
5056[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
5057[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
5058[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
5059[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
5060[error] scala.collection.immutable.List.map(List.scala:247)
5061[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
5062[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
5063[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
5064[error] scala.collection.immutable.List.map(List.scala:251)
5065[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
5066[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
5067[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
5068[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5069[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
5070[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
5071[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
5072[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
5073[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
5074[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5075[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
5076[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
5077[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
5078[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
5079[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
5080[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
5081[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5082[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
5083[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
5084[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
5085[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
5086[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
5087[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
5088[error] scala.collection.immutable.List.foreach(List.scala:334)
5089[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
5090[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
5091[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
5092[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
5093[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
5094[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
5095[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
5096[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
5097[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
5098[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
5099[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
5100[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
5101[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
5102[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
5103[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
5104[error] dotty.tools.dotc.Run.compile(Run.scala:304)
5105[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
5106[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
5107[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
5108[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
5109[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
5110[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
5111[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
5112[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
5113[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
5114[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
5115[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
5116[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
5117[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
5118[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
5119[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
5120[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
5121[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
5122[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
5123[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
5124[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
5125[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
5126[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
5127[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
5128[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
5129[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
5130[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
5131[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
5132[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
5133[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
5134[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
5135[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
5136[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
5137[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
5138[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
5139[error] sbt.internal.io.Retry$.io(Retry.scala:102)
5140[error] sbt.internal.io.Retry$.io(Retry.scala:78)
5141[error] sbt.internal.io.Retry$.io(Retry.scala:67)
5142[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
5143[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
5144[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
5145[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
5146[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
5147[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
5148[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
5149[error] sbt.Execute.work(Execute.scala:292)
5150[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
5151[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
5152[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
5153[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
5154[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
5155[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
5156[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
5157[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
5158[error] java.base/java.lang.Thread.run(Thread.java:1583)
5159[error]
5160[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
5161[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
5162[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
5163[error] at scala.collection.immutable.List.map(List.scala:247)
5164[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
5165[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
5166[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
5167[error] at scala.collection.immutable.List.map(List.scala:251)
5168[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
5169[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
5170[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
5171[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5172[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
5173[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
5174[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
5175[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
5176[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
5177[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5178[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
5179[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
5180[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
5181[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
5182[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
5183[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
5184[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5185[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
5186[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
5187[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
5188[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
5189[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
5190[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
5191[error] at scala.collection.immutable.List.foreach(List.scala:334)
5192[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
5193[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
5194[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
5195[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
5196[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
5197[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
5198[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
5199[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
5200[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
5201[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
5202[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
5203[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
5204[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
5205[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
5206[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
5207[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
5208[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
5209[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
5210[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
5211[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
5212[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
5213[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
5214[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
5215[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
5216[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
5217[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
5218[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
5219[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
5220[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
5221[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
5222[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
5223[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
5224[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
5225[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
5226[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
5227[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
5228[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
5229[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
5230[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
5231[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
5232[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
5233[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
5234[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
5235[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
5236[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
5237[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
5238[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
5239[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
5240[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
5241[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
5242[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
5243[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
5244[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
5245[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
5246[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
5247[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
5248[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
5249[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
5250[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
5251[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
5252[error] at sbt.Execute.work(Execute.scala:292)
5253[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
5254[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
5255[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
5256[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
5257[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
5258[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
5259[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
5260[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
5261[error] at java.base/java.lang.Thread.run(Thread.java:1583)
5262[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
5263[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
5264[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
5265[error] acceptContinue: Boolean, keepAlive: Boolean,
5266[error] requestDecompression: zio.http.Decompression,
5267[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
5268[error] ,
5269[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
5270[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
5271[error] gracefulShutdownTimeout: zio.Duration,
5272[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
5273[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
5274[error] zio.http.Server.Config: (Config.this.copy :
5275[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
5276[error] acceptContinue: Boolean, keepAlive: Boolean,
5277[error] requestDecompression: zio.http.Decompression,
5278[error] responseCompression:
5279[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
5280[error] requestStreaming: zio.http.Server.RequestStreaming,
5281[error] maxInitialLineLength: Int, maxHeaderSize: Int,
5282[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
5283[error] webSocketConfig: zio.http.WebSocketConfig,
5284[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
5285[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
5286[error] ), expected: 16, found: 17
5287
5288 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
5289
5290 An unhandled exception was thrown in the compiler plugin named "unroll".
5291 Please report the issue to the plugin's maintainers.
5292 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
5293
5294
5295 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
5296 during phase: unroll
5297 mode: Mode(ImplicitsEnabled)
5298 library version: version 2.13.16
5299 compiler version: version 3.7.4
5300 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@5fc2390e) -source 3.4-migration
5301
5302[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
5303[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
5304[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
5305[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
5306[error] scala.collection.immutable.List.map(List.scala:247)
5307[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
5308[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
5309[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
5310[error] scala.collection.immutable.List.map(List.scala:251)
5311[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
5312[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
5313[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
5314[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5315[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
5316[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
5317[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
5318[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
5319[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
5320[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5321[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
5322[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
5323[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
5324[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
5325[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
5326[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
5327[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5328[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
5329[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
5330[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
5331[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
5332[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
5333[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
5334[error] scala.collection.immutable.List.foreach(List.scala:334)
5335[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
5336[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
5337[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
5338[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
5339[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
5340[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
5341[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
5342[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
5343[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
5344[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
5345[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
5346[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
5347[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
5348[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
5349[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
5350[error] dotty.tools.dotc.Run.compile(Run.scala:304)
5351[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
5352[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
5353[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
5354[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
5355[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
5356[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
5357[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
5358[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
5359[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
5360[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
5361[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
5362[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
5363[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
5364[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
5365[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
5366[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
5367[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
5368[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
5369[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
5370[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
5371[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
5372[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
5373[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
5374[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
5375[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
5376[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
5377[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
5378[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
5379[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
5380[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
5381[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
5382[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
5383[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
5384[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
5385[error] sbt.internal.io.Retry$.io(Retry.scala:102)
5386[error] sbt.internal.io.Retry$.io(Retry.scala:78)
5387[error] sbt.internal.io.Retry$.io(Retry.scala:67)
5388[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
5389[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
5390[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
5391[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
5392[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
5393[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
5394[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
5395[error] sbt.Execute.work(Execute.scala:292)
5396[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
5397[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
5398[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
5399[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
5400[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
5401[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
5402[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
5403[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
5404[error] java.base/java.lang.Thread.run(Thread.java:1583)
5405[error]
5406[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
5407[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
5408[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
5409[error] at scala.collection.immutable.List.map(List.scala:247)
5410[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
5411[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
5412[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
5413[error] at scala.collection.immutable.List.map(List.scala:251)
5414[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
5415[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
5416[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
5417[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5418[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
5419[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
5420[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
5421[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
5422[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
5423[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5424[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
5425[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
5426[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
5427[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
5428[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
5429[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
5430[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5431[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
5432[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
5433[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
5434[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
5435[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
5436[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
5437[error] at scala.collection.immutable.List.foreach(List.scala:334)
5438[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
5439[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
5440[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
5441[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
5442[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
5443[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
5444[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
5445[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
5446[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
5447[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
5448[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
5449[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
5450[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
5451[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
5452[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
5453[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
5454[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
5455[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
5456[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
5457[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
5458[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
5459[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
5460[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
5461[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
5462[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
5463[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
5464[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
5465[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
5466[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
5467[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
5468[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
5469[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
5470[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
5471[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
5472[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
5473[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
5474[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
5475[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
5476[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
5477[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
5478[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
5479[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
5480[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
5481[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
5482[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
5483[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
5484[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
5485[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
5486[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
5487[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
5488[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
5489[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
5490[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
5491[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
5492[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
5493[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
5494[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
5495[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
5496[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
5497[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
5498[error] at sbt.Execute.work(Execute.scala:292)
5499[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
5500[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
5501[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
5502[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
5503[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
5504[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
5505[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
5506[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
5507[error] at java.base/java.lang.Thread.run(Thread.java:1583)
5508[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
5509Starting build for ProjectRef(file:/build/repo/,zioHttpTestkit) (zio-http-testkit)... [7/8]
5510Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:postfixOps, -Xignore-scala2-macros, -noindent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
5511[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
5512[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
5513[error] acceptContinue: Boolean, keepAlive: Boolean,
5514[error] requestDecompression: zio.http.Decompression,
5515[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
5516[error] ,
5517[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
5518[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
5519[error] gracefulShutdownTimeout: zio.Duration,
5520[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
5521[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
5522[error] zio.http.Server.Config: (Config.this.copy :
5523[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
5524[error] acceptContinue: Boolean, keepAlive: Boolean,
5525[error] requestDecompression: zio.http.Decompression,
5526[error] responseCompression:
5527[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
5528[error] requestStreaming: zio.http.Server.RequestStreaming,
5529[error] maxInitialLineLength: Int, maxHeaderSize: Int,
5530[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
5531[error] webSocketConfig: zio.http.WebSocketConfig,
5532[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
5533[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
5534[error] ), expected: 16, found: 17
5535
5536 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
5537
5538 An unhandled exception was thrown in the compiler plugin named "unroll".
5539 Please report the issue to the plugin's maintainers.
5540 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
5541
5542
5543 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
5544 during phase: unroll
5545 mode: Mode(ImplicitsEnabled)
5546 library version: version 2.13.16
5547 compiler version: version 3.7.4
5548 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@196a5183) -source 3.4-migration
5549
5550[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
5551[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
5552[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
5553[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
5554[error] scala.collection.immutable.List.map(List.scala:247)
5555[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
5556[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
5557[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
5558[error] scala.collection.immutable.List.map(List.scala:251)
5559[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
5560[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
5561[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
5562[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5563[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
5564[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
5565[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
5566[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
5567[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
5568[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5569[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
5570[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
5571[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
5572[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
5573[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
5574[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
5575[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5576[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
5577[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
5578[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
5579[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
5580[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
5581[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
5582[error] scala.collection.immutable.List.foreach(List.scala:334)
5583[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
5584[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
5585[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
5586[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
5587[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
5588[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
5589[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
5590[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
5591[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
5592[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
5593[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
5594[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
5595[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
5596[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
5597[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
5598[error] dotty.tools.dotc.Run.compile(Run.scala:304)
5599[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
5600[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
5601[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
5602[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
5603[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
5604[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
5605[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
5606[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
5607[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
5608[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
5609[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
5610[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
5611[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
5612[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
5613[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
5614[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
5615[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
5616[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
5617[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
5618[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
5619[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
5620[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
5621[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
5622[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
5623[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
5624[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
5625[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
5626[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
5627[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
5628[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
5629[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
5630[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
5631[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
5632[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
5633[error] sbt.internal.io.Retry$.io(Retry.scala:102)
5634[error] sbt.internal.io.Retry$.io(Retry.scala:78)
5635[error] sbt.internal.io.Retry$.io(Retry.scala:67)
5636[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
5637[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
5638[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
5639[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
5640[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
5641[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
5642[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
5643[error] sbt.Execute.work(Execute.scala:292)
5644[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
5645[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
5646[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
5647[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
5648[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
5649[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
5650[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
5651[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
5652[error] java.base/java.lang.Thread.run(Thread.java:1583)
5653[error]
5654[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
5655[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
5656[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
5657[error] at scala.collection.immutable.List.map(List.scala:247)
5658[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
5659[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
5660[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
5661[error] at scala.collection.immutable.List.map(List.scala:251)
5662[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
5663[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
5664[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
5665[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5666[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
5667[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
5668[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
5669[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
5670[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
5671[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5672[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
5673[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
5674[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
5675[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
5676[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
5677[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
5678[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5679[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
5680[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
5681[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
5682[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
5683[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
5684[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
5685[error] at scala.collection.immutable.List.foreach(List.scala:334)
5686[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
5687[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
5688[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
5689[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
5690[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
5691[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
5692[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
5693[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
5694[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
5695[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
5696[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
5697[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
5698[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
5699[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
5700[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
5701[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
5702[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
5703[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
5704[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
5705[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
5706[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
5707[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
5708[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
5709[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
5710[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
5711[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
5712[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
5713[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
5714[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
5715[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
5716[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
5717[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
5718[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
5719[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
5720[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
5721[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
5722[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
5723[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
5724[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
5725[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
5726[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
5727[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
5728[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
5729[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
5730[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
5731[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
5732[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
5733[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
5734[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
5735[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
5736[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
5737[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
5738[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
5739[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
5740[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
5741[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
5742[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
5743[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
5744[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
5745[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
5746[error] at sbt.Execute.work(Execute.scala:292)
5747[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
5748[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
5749[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
5750[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
5751[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
5752[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
5753[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
5754[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
5755[error] at java.base/java.lang.Thread.run(Thread.java:1583)
5756[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
5757[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
5758[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
5759[error] acceptContinue: Boolean, keepAlive: Boolean,
5760[error] requestDecompression: zio.http.Decompression,
5761[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
5762[error] ,
5763[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
5764[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
5765[error] gracefulShutdownTimeout: zio.Duration,
5766[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
5767[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
5768[error] zio.http.Server.Config: (Config.this.copy :
5769[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
5770[error] acceptContinue: Boolean, keepAlive: Boolean,
5771[error] requestDecompression: zio.http.Decompression,
5772[error] responseCompression:
5773[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
5774[error] requestStreaming: zio.http.Server.RequestStreaming,
5775[error] maxInitialLineLength: Int, maxHeaderSize: Int,
5776[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
5777[error] webSocketConfig: zio.http.WebSocketConfig,
5778[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
5779[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
5780[error] ), expected: 16, found: 17
5781
5782 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
5783
5784 An unhandled exception was thrown in the compiler plugin named "unroll".
5785 Please report the issue to the plugin's maintainers.
5786 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
5787
5788
5789 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
5790 during phase: unroll
5791 mode: Mode(ImplicitsEnabled)
5792 library version: version 2.13.16
5793 compiler version: version 3.7.4
5794 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@317c7e94) -source 3.4-migration
5795
5796[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
5797[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
5798[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
5799[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
5800[error] scala.collection.immutable.List.map(List.scala:247)
5801[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
5802[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
5803[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
5804[error] scala.collection.immutable.List.map(List.scala:251)
5805[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
5806[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
5807[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
5808[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5809[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
5810[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
5811[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
5812[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
5813[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
5814[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5815[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
5816[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
5817[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
5818[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
5819[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
5820[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
5821[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5822[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
5823[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
5824[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
5825[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
5826[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
5827[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
5828[error] scala.collection.immutable.List.foreach(List.scala:334)
5829[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
5830[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
5831[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
5832[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
5833[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
5834[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
5835[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
5836[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
5837[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
5838[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
5839[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
5840[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
5841[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
5842[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
5843[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
5844[error] dotty.tools.dotc.Run.compile(Run.scala:304)
5845[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
5846[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
5847[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
5848[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
5849[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
5850[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
5851[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
5852[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
5853[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
5854[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
5855[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
5856[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
5857[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
5858[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
5859[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
5860[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
5861[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
5862[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
5863[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
5864[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
5865[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
5866[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
5867[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
5868[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
5869[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
5870[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
5871[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
5872[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
5873[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
5874[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
5875[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
5876[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
5877[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
5878[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
5879[error] sbt.internal.io.Retry$.io(Retry.scala:102)
5880[error] sbt.internal.io.Retry$.io(Retry.scala:78)
5881[error] sbt.internal.io.Retry$.io(Retry.scala:67)
5882[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
5883[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
5884[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
5885[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
5886[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
5887[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
5888[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
5889[error] sbt.Execute.work(Execute.scala:292)
5890[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
5891[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
5892[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
5893[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
5894[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
5895[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
5896[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
5897[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
5898[error] java.base/java.lang.Thread.run(Thread.java:1583)
5899[error]
5900[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
5901[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
5902[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
5903[error] at scala.collection.immutable.List.map(List.scala:247)
5904[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
5905[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
5906[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
5907[error] at scala.collection.immutable.List.map(List.scala:251)
5908[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
5909[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
5910[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
5911[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5912[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
5913[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
5914[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
5915[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
5916[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
5917[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5918[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
5919[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
5920[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
5921[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
5922[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
5923[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
5924[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
5925[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
5926[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
5927[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
5928[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
5929[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
5930[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
5931[error] at scala.collection.immutable.List.foreach(List.scala:334)
5932[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
5933[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
5934[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
5935[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
5936[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
5937[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
5938[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
5939[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
5940[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
5941[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
5942[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
5943[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
5944[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
5945[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
5946[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
5947[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
5948[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
5949[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
5950[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
5951[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
5952[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
5953[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
5954[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
5955[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
5956[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
5957[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
5958[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
5959[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
5960[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
5961[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
5962[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
5963[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
5964[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
5965[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
5966[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
5967[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
5968[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
5969[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
5970[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
5971[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
5972[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
5973[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
5974[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
5975[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
5976[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
5977[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
5978[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
5979[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
5980[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
5981[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
5982[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
5983[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
5984[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
5985[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
5986[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
5987[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
5988[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
5989[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
5990[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
5991[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
5992[error] at sbt.Execute.work(Execute.scala:292)
5993[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
5994[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
5995[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
5996[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
5997[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
5998[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
5999[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
6000[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
6001[error] at java.base/java.lang.Thread.run(Thread.java:1583)
6002[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
6003[info] compiling 196 Scala sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes ...
6004[error] wrong number of arguments at unroll for (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
6005[error] acceptContinue: Boolean, keepAlive: Boolean,
6006[error] requestDecompression: zio.http.Decompression,
6007[error] responseCompression: Option[zio.http.Server.Config.ResponseCompressionConfig]
6008[error] ,
6009[error] requestStreaming: zio.http.Server.RequestStreaming, maxInitialLineLength: Int,
6010[error] maxHeaderSize: Int, logWarningOnFatalError: Boolean,
6011[error] gracefulShutdownTimeout: zio.Duration,
6012[error] webSocketConfig: zio.http.WebSocketConfig, idleTimeout: Option[zio.Duration],
6013[error] avoidContextSwitching: Boolean, soBacklog: Int, tcpNoDelay: Boolean):
6014[error] zio.http.Server.Config: (Config.this.copy :
6015[error] (sslConfig: Option[zio.http.SSLConfig], address: java.net.InetSocketAddress,
6016[error] acceptContinue: Boolean, keepAlive: Boolean,
6017[error] requestDecompression: zio.http.Decompression,
6018[error] responseCompression:
6019[error] Option[zio.http.Server.Config.ResponseCompressionConfig],
6020[error] requestStreaming: zio.http.Server.RequestStreaming,
6021[error] maxInitialLineLength: Int, maxHeaderSize: Int,
6022[error] logWarningOnFatalError: Boolean, gracefulShutdownTimeout: zio.Duration,
6023[error] webSocketConfig: zio.http.WebSocketConfig,
6024[error] idleTimeout: Option[zio.Duration], avoidContextSwitching: Boolean,
6025[error] soBacklog: Int, tcpNoDelay: Boolean): zio.http.Server.Config
6026[error] ), expected: 16, found: 17
6027
6028 unhandled exception while running unroll on /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
6029
6030 An unhandled exception was thrown in the compiler plugin named "unroll".
6031 Please report the issue to the plugin's maintainers.
6032 For non-enriched exceptions, compile with -Xno-enrich-error-messages.
6033
6034
6035 while compiling: /build/repo/zio-http/shared/src/main/scala/zio/http/Server.scala
6036 during phase: unroll
6037 mode: Mode(ImplicitsEnabled)
6038 library version: version 2.13.16
6039 compiler version: version 3.7.4
6040 settings: -Wconf List(msg=can be rewritten automatically under:s) -Xignore-scala2-macros true -Xplugin List(/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar) -classpath /build/repo/zio-http/jvm/target/scala-3.7.4/classes:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-library_3/3.7.4/scala3-library_3-3.7.4.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-annotation_3/0.1.12/unroll-annotation_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/lihaoyi/unroll-plugin_3/0.1.12/unroll-plugin_3-0.1.12.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio_3/2.1.21/zio_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-streams_3/2.1.21/zio-streams_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema_3/1.7.5/zio-schema_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-json_3/1.7.5/zio-schema-json_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-protobuf_3/1.7.5/zio-schema-protobuf_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-collection-compat_3/2.13.0/scala-collection-compat_3-2.13.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-http/4.2.7.Final/netty-codec-http-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler-proxy/4.2.7.Final/netty-handler-proxy-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-epoll/4.2.7.Final/netty-transport-native-epoll-4.2.7.Final-linux-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-kqueue/4.2.7.Final/netty-transport-native-kqueue-4.2.7.Final-osx-aarch_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-pkitesting/4.2.7.Final/netty-pkitesting-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-io_uring/4.2.7.Final/netty-transport-native-io_uring-4.2.7.Final-linux-x86_64.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/brotli4j/1.20.0/brotli4j-1.20.0.jar:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/2.13.16/scala-library-2.13.16.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-compiler_3/3.3.1/scala3-compiler_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-internal-macros_3/2.1.21/zio-internal-macros_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-stacktracer_3/2.1.21/zio-stacktracer_3-2.1.21.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect_3/3.0.6/izumi-reflect_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-macros_3/1.7.5/zio-schema-macros_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude_3/1.0.0-RC41/zio-prelude_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-constraintless_3/0.3.3/zio-constraintless_3-0.3.3.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-schema-derivation_3/1.7.5/zio-schema-derivation_3-1.7.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-json_3/0.7.44/zio-json_3-0.7.44.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-common/4.2.7.Final/netty-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-buffer/4.2.7.Final/netty-buffer-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport/4.2.7.Final/netty-transport-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-base/4.2.7.Final/netty-codec-base-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-compression/4.2.7.Final/netty-codec-compression-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-handler/4.2.7.Final/netty-handler-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-codec-socks/4.2.7.Final/netty-codec-socks-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-native-unix-common/4.2.7.Final/netty-transport-native-unix-common-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-epoll/4.2.7.Final/netty-transport-classes-epoll-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-kqueue/4.2.7.Final/netty-transport-classes-kqueue-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-transport-classes-io_uring/4.2.7.Final/netty-transport-classes-io_uring-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/native-linux-x86_64/1.20.0/native-linux-x86_64-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/aayushatharva/brotli4j/service/1.20.0/service-1.20.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/scala3-interfaces/3.3.1/scala3-interfaces-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/tasty-core_3/3.3.1/tasty-core_3-3.3.1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-lang/modules/scala-asm/9.5.0-scala-1/scala-asm-9.5.0-scala-1.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/compiler-interface/1.3.5/compiler-interface-1.3.5.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-reader/3.19.0/jline-reader-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal/3.19.0/jline-terminal-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/jline/jline-terminal-jna/3.19.0/jline-terminal-jna-3.19.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/izumi-reflect-thirdparty-boopickle-shaded_3/3.0.6/izumi-reflect-thirdparty-boopickle-shaded_3-3.0.6.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/dev/zio/zio-prelude-macros_3/1.0.0-RC41/zio-prelude-macros_3-1.0.0-RC41.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/softwaremill/magnolia1_3/magnolia_3/1.3.18/magnolia_3-1.3.18.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/io/netty/netty-resolver/4.2.7.Final/netty-resolver-4.2.7.Final.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/com/google/protobuf/protobuf-java/3.7.0/protobuf-java-3.7.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/org/scala-sbt/util-interface/1.3.0/util-interface-1.3.0.jar:/root/.cache/coursier/v1/https/repo.scala-lang.org/artifactory/maven-nightlies/net/java/dev/jna/jna/5.3.1/jna-5.3.1.jar -d /build/repo/zio-http/jvm/target/scala-3.7.4/classes -language List(postfixOps) -no-indent true -rewrite Some(dotty.tools.dotc.rewrites.Rewrites@53b17455) -source 3.4-migration
6041
6042[error] ## Exception when compiling 196 sources to /build/repo/zio-http/jvm/target/scala-3.7.4/classes
6043[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
6044[error] unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
6045[error] unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
6046[error] scala.collection.immutable.List.map(List.scala:247)
6047[error] unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
6048[error] unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
6049[error] unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
6050[error] scala.collection.immutable.List.map(List.scala:251)
6051[error] unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
6052[error] dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
6053[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
6054[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
6055[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
6056[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
6057[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
6058[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
6059[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
6060[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
6061[error] dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
6062[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
6063[error] dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
6064[error] dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
6065[error] dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
6066[error] dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
6067[error] dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
6068[error] dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
6069[error] dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
6070[error] dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
6071[error] dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
6072[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
6073[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
6074[error] scala.collection.immutable.List.foreach(List.scala:334)
6075[error] dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
6076[error] dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
6077[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
6078[error] scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
6079[error] scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
6080[error] dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
6081[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
6082[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
6083[error] scala.Function0.apply$mcV$sp(Function0.scala:42)
6084[error] dotty.tools.dotc.Run.showProgress(Run.scala:482)
6085[error] dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
6086[error] dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
6087[error] dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
6088[error] dotty.tools.dotc.Run.compileUnits(Run.scala:432)
6089[error] dotty.tools.dotc.Run.compileSources(Run.scala:319)
6090[error] dotty.tools.dotc.Run.compile(Run.scala:304)
6091[error] dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
6092[error] dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
6093[error] dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
6094[error] sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
6095[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
6096[error] scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
6097[error] sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
6098[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
6099[error] sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
6100[error] sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
6101[error] sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
6102[error] sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
6103[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
6104[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
6105[error] sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
6106[error] sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
6107[error] sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
6108[error] sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
6109[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
6110[error] sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
6111[error] sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
6112[error] sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
6113[error] sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
6114[error] sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
6115[error] sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
6116[error] sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
6117[error] sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
6118[error] sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
6119[error] sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
6120[error] sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
6121[error] sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
6122[error] sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
6123[error] sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
6124[error] sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
6125[error] sbt.internal.io.Retry$.io(Retry.scala:102)
6126[error] sbt.internal.io.Retry$.io(Retry.scala:78)
6127[error] sbt.internal.io.Retry$.io(Retry.scala:67)
6128[error] sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
6129[error] sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
6130[error] scala.Function1.$anonfun$compose$1(Function1.scala:49)
6131[error] sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
6132[error] sbt.std.Transform$$anon$4.work(Transform.scala:69)
6133[error] sbt.Execute.$anonfun$submit$2(Execute.scala:283)
6134[error] sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
6135[error] sbt.Execute.work(Execute.scala:292)
6136[error] sbt.Execute.$anonfun$submit$1(Execute.scala:283)
6137[error] sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
6138[error] sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
6139[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
6140[error] java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
6141[error] java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
6142[error] java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
6143[error] java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
6144[error] java.base/java.lang.Thread.run(Thread.java:1583)
6145[error]
6146[error] scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
6147[error] at unroll.UnrollPhaseScala3.generateFromProduct$$anonfun$1(UnrollPhaseScala3.scala:158)
6148[error] at unroll.UnrollPhaseScala3.$anonfun$adapted$2(UnrollPhaseScala3.scala:170)
6149[error] at scala.collection.immutable.List.map(List.scala:247)
6150[error] at unroll.UnrollPhaseScala3.generateFromProduct(UnrollPhaseScala3.scala:170)
6151[error] at unroll.UnrollPhaseScala3.generateSyntheticDefs(UnrollPhaseScala3.scala:213)
6152[error] at unroll.UnrollPhaseScala3.$anonfun$6(UnrollPhaseScala3.scala:264)
6153[error] at scala.collection.immutable.List.map(List.scala:251)
6154[error] at unroll.UnrollPhaseScala3.transformTemplate(UnrollPhaseScala3.scala:264)
6155[error] at dotty.tools.dotc.transform.MegaPhase.goTemplate(MegaPhase.scala:1071)
6156[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:377)
6157[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
6158[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
6159[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
6160[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
6161[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
6162[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:376)
6163[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
6164[error] at dotty.tools.dotc.transform.MegaPhase.transformNamed$1(MegaPhase.scala:272)
6165[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:452)
6166[error] at dotty.tools.dotc.transform.MegaPhase.loop$1(MegaPhase.scala:465)
6167[error] at dotty.tools.dotc.transform.MegaPhase.transformStats(MegaPhase.scala:465)
6168[error] at dotty.tools.dotc.transform.MegaPhase.mapPackage$1(MegaPhase.scala:396)
6169[error] at dotty.tools.dotc.transform.MegaPhase.transformUnnamed$1(MegaPhase.scala:399)
6170[error] at dotty.tools.dotc.transform.MegaPhase.transformTree(MegaPhase.scala:454)
6171[error] at dotty.tools.dotc.transform.MegaPhase.transformUnit(MegaPhase.scala:481)
6172[error] at dotty.tools.dotc.transform.MegaPhase.run(MegaPhase.scala:493)
6173[error] at dotty.tools.dotc.transform.MegaPhase$MiniPhase.run(MegaPhase.scala:138)
6174[error] at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
6175[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
6176[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
6177[error] at scala.collection.immutable.List.foreach(List.scala:334)
6178[error] at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
6179[error] at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
6180[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
6181[error] at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
6182[error] at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
6183[error] at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
6184[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
6185[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
6186[error] at scala.Function0.apply$mcV$sp(Function0.scala:42)
6187[error] at dotty.tools.dotc.Run.showProgress(Run.scala:482)
6188[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
6189[error] at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
6190[error] at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
6191[error] at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
6192[error] at dotty.tools.dotc.Run.compileSources(Run.scala:319)
6193[error] at dotty.tools.dotc.Run.compile(Run.scala:304)
6194[error] at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
6195[error] at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
6196[error] at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
6197[error] at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
6198[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
6199[error] at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
6200[error] at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
6201[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
6202[error] at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
6203[error] at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
6204[error] at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
6205[error] at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
6206[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
6207[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
6208[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
6209[error] at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
6210[error] at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
6211[error] at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
6212[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
6213[error] at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
6214[error] at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
6215[error] at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
6216[error] at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
6217[error] at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
6218[error] at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
6219[error] at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
6220[error] at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
6221[error] at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
6222[error] at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
6223[error] at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
6224[error] at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2493)
6225[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2443)
6226[error] at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
6227[error] at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
6228[error] at sbt.internal.io.Retry$.io(Retry.scala:102)
6229[error] at sbt.internal.io.Retry$.io(Retry.scala:78)
6230[error] at sbt.internal.io.Retry$.io(Retry.scala:67)
6231[error] at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
6232[error] at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2441)
6233[error] at scala.Function1.$anonfun$compose$1(Function1.scala:49)
6234[error] at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
6235[error] at sbt.std.Transform$$anon$4.work(Transform.scala:69)
6236[error] at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
6237[error] at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
6238[error] at sbt.Execute.work(Execute.scala:292)
6239[error] at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
6240[error] at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
6241[error] at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
6242[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
6243[error] at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
6244[error] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
6245[error] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
6246[error] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
6247[error] at java.base/java.lang.Thread.run(Thread.java:1583)
6248[error] (zioHttpJVM / Compile / compileIncremental) scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)
6249
6250************************
6251Build summary:
6252[{
6253 "module": "zio-http",
6254 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)"]}, "tookMs": 29105, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
6255 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
6256 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
6257 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
6258 "publish": {"status": "skipped", "tookMs": 0},
6259 "metadata": {
6260 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
6261}
6262},{
6263 "module": "sbt-zio-http-grpc",
6264 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)"]}, "tookMs": 9066, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
6265 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
6266 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
6267 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
6268 "publish": {"status": "skipped", "tookMs": 0},
6269 "metadata": {
6270 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
6271}
6272},{
6273 "module": "zio-http-cli",
6274 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)"]}, "tookMs": 7796, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
6275 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
6276 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
6277 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
6278 "publish": {"status": "skipped", "tookMs": 0},
6279 "metadata": {
6280 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
6281}
6282},{
6283 "module": "zio-http-datastar-sdk",
6284 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)"]}, "tookMs": 7742, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
6285 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
6286 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
6287 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
6288 "publish": {"status": "skipped", "tookMs": 0},
6289 "metadata": {
6290 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
6291}
6292},{
6293 "module": "zio-http-gen",
6294 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)"]}, "tookMs": 7352, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
6295 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
6296 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
6297 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
6298 "publish": {"status": "skipped", "tookMs": 0},
6299 "metadata": {
6300 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
6301}
6302},{
6303 "module": "zio-http-htmx",
6304 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)"]}, "tookMs": 7532, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
6305 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
6306 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
6307 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
6308 "publish": {"status": "skipped", "tookMs": 0},
6309 "metadata": {
6310 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
6311}
6312},{
6313 "module": "zio-http-stomp",
6314 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)"]}, "tookMs": 7407, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
6315 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
6316 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
6317 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
6318 "publish": {"status": "skipped", "tookMs": 0},
6319 "metadata": {
6320 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
6321}
6322},{
6323 "module": "zio-http-testkit",
6324 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["scala.MatchError: Block(List(ValDef(arity,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class scala)),class Int)],Select(Ident(x$0),productArity)), ValDef(sslConfig$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(0)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class SSLConfig)))]))), ValDef(address$11,TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(1)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object java),object net),class InetSocketAddress)]))), ValDef(acceptContinue$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(2)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(keepAlive$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(3)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(requestDecompression$10,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(4)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),trait Decompression)]))), ValDef(responseCompression$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(5)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object zio),object http),object Server),object Config),class ResponseCompressionConfig)))]))), ValDef(requestStreaming$10,TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(6)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),trait RequestStreaming)]))), ValDef(maxInitialLineLength$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(7)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(maxHeaderSize$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(8)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(logWarningOnFatalError$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(9)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(gracefulShutdownTimeout$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(10)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)]))), ValDef(webSocketConfig$11,TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(11)))),$asInstanceOf$),List(TypeTree[TypeRef(ThisType(TypeRef(NoPrefix,module class http)),class WebSocketConfig)]))), ValDef(idleTimeout$10,TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(12)))),$asInstanceOf$),List(TypeTree[AppliedType(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Option),List(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class zio)),object package),type Duration)))]))), ValDef(avoidContextSwitching$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(13)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(soBacklog$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(14)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Int)]))), ValDef(tcpNoDelay$10,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(Apply(Select(Ident(x$0),productElement),List(Literal(Constant(15)))),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)]))), ValDef(generateHeadRoutes$11,TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)],TypeApply(Select(If(Apply(Select(Ident(arity),>),List(Literal(Constant(16)))),Apply(Select(Ident(x$0),productElement),List(Literal(Constant(16)))),Select(Ident(Config),$lessinit$greater$default$17)),$asInstanceOf$),List(TypeTree[TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class <root>)),object scala),class Boolean)])))),Apply(Select(New(TypeTree[TypeRef(ThisType(TypeRef(ThisType(TypeRef(NoPrefix,module class http)),module class Server$)),class Config)]),<init>),List(Ident(sslConfig$10), Ident(address$11), Ident(acceptContinue$10), Ident(keepAlive$10), Ident(requestDecompression$10), Ident(responseCompression$10), Ident(requestStreaming$10), Ident(maxInitialLineLength$10), Ident(maxHeaderSize$10), Ident(logWarningOnFatalError$10), Ident(gracefulShutdownTimeout$10), Ident(webSocketConfig$11), Ident(idleTimeout$10), Ident(avoidContextSwitching$10), Ident(soBacklog$10), Ident(tcpNoDelay$10), Ident(generateHeadRoutes$11)))) (of class dotty.tools.dotc.ast.Trees$Block)"]}, "tookMs": 7251, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
6325 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
6326 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
6327 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
6328 "publish": {"status": "skipped", "tookMs": 0},
6329 "metadata": {
6330 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.7"]
6331}
6332}]
6333************************
6334[error] Scala3CommunityBuild$ProjectBuildFailureException: 8 module(s) finished with failures: zio-http, sbt-zio-http-grpc, zio-http-cli, zio-http-datastar-sdk, zio-http-gen, zio-http-htmx, zio-http-stomp, zio-http-testkit
6335[error] (Global / runBuild) Scala3CommunityBuild$ProjectBuildFailureException: 8 module(s) finished with failures: zio-http, sbt-zio-http-grpc, zio-http-cli, zio-http-datastar-sdk, zio-http-gen, zio-http-htmx, zio-http-stomp, zio-http-testkit
6336[error] Total time: 265 s (0:04:25.0), completed Nov 27, 2025, 9:16:25 PM
6337[0JBuild failed, not retrying.