Build Logs

apache/pekko-http • 3.8.0-RC3:2025-12-04

Errors

34

Warnings

1853

Total Lines

4828

1##################################
2Clonning https://github.com/apache/pekko-http.git into /build/repo using revision v1.3.0
3##################################
4Note: switching to '6b8a38973e79d511289390c230e15a0afc451eed'.
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.6
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: http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala
32Pattern: case b: BypassEvent with MessagePart
33Replacement: case b: (BypassEvent & MessagePart)
34Starting compilation server
35Compiling project (Scala 3.7.3, JVM (21))
36Compiled project (Scala 3.7.3, JVM (21))
37Successfully applied pattern 'case b: BypassEvent with MessagePart' in http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala
38
39Try apply source patch:
40Path: http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpMessage.scala
41Pattern: headers[T](ClassTag[T](headerClass)).asJava
42Replacement: headers[T](using ClassTag[T](headerClass)).asJava
43Successfully applied pattern 'headers[T](ClassTag[T](headerClass)).asJava' in http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpMessage.scala
44
45Try apply source patch:
46Path: project/Dependencies.scala
47Pattern: val scala3Version = "3.3.6"
48Replacement: val scala3Version = "3.7.4"
49Successfully applied pattern 'val scala3Version = "3.3.6"' in project/Dependencies.scala
50----
51Starting build for 3.7.4
52Execute tests: false
53sbt project found:
54No prepare script found for project apache/pekko-http
55##################################
56Scala version: 3.7.4
57Targets: org.apache.pekko%pekko-http org.apache.pekko%pekko-http-bom org.apache.pekko%pekko-http-caching org.apache.pekko%pekko-http-core org.apache.pekko%pekko-http-cors org.apache.pekko%pekko-http-jackson org.apache.pekko%pekko-http-spray-json org.apache.pekko%pekko-http-testkit org.apache.pekko%pekko-http-testkit-munit org.apache.pekko%pekko-http-xml org.apache.pekko%pekko-parsing
58Project projectConfig: {"projects":{"exclude":["pekko-http-scalafix-rules","pekko-http-scalafix-tests","http-scalafix-test-input","http-scalafix-test-output","pekko-http-tests","pekko-http-docs"],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala","pattern":"case b: BypassEvent with MessagePart","replaceWith":"case b: (BypassEvent & MessagePart)"},{"path":"http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpMessage.scala","pattern":"headers[T](ClassTag[T](headerClass)).asJava","replaceWith":"headers[T](using ClassTag[T](headerClass)).asJava"},{"path":"project/Dependencies.scala","pattern":"val scala3Version = \"3.3.6\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
59##################################
60Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
61Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
62[sbt_options] declare -a sbt_options=()
63[process_args] java_version = '21'
64[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21/rt.jar'
65# Executing command line:
66java
67-Xmx4g
68-Duser.language=en_US.UTF-8
69-Dfile.encoding=en_US.UTF-8
70-Dsun.jnu.encoding=UTF-8
71-Dcommunitybuild.scala=3.7.4
72-Dcommunitybuild.project.dependencies.add=
73-Xmx7G
74-Xms4G
75-Xss8M
76-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
77-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21
78-jar
79/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
80"setCrossScalaVersions 3.7.4"
81"++3.7.4 -v"
82"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""
83"set every credentials := Nil"
84"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
85"removeScalacOptionsStartingWith -P:wartremover"
86
87moduleMappings
88"runBuild 3.7.4 """{"projects":{"exclude":["pekko-http-scalafix-rules","pekko-http-scalafix-tests","http-scalafix-test-input","http-scalafix-test-output","pekko-http-tests","pekko-http-docs"],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala","pattern":"case b: BypassEvent with MessagePart","replaceWith":"case b: (BypassEvent & MessagePart)"},{"path":"http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpMessage.scala","pattern":"headers[T](ClassTag[T](headerClass)).asJava","replaceWith":"headers[T](using ClassTag[T](headerClass)).asJava"},{"path":"project/Dependencies.scala","pattern":"val scala3Version = \"3.3.6\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}""" org.apache.pekko%pekko-http org.apache.pekko%pekko-http-bom org.apache.pekko%pekko-http-caching org.apache.pekko%pekko-http-core org.apache.pekko%pekko-http-cors org.apache.pekko%pekko-http-jackson org.apache.pekko%pekko-http-spray-json org.apache.pekko%pekko-http-testkit org.apache.pekko%pekko-http-testkit-munit org.apache.pekko%pekko-http-xml org.apache.pekko%pekko-parsing"
89
90[info] [launcher] getting org.scala-sbt sbt 1.11.7 (this may take some time)...
91[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 21)
92[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
93[info] loading project definition from /build/repo/project
94[info] compiling 21 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
95[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
96[info] Compilation completed in 8.397s.
97[warn] /build/repo/project/CopyrightHeader.scala:101:17: method contains in class StringUtils is deprecated
98[warn] StringUtils.contains(text, "DO NOT EDIT DIRECTLY")
99[warn] ^
100[warn] /build/repo/project/CopyrightHeader.scala:104:17: method containsIgnoreCase in class StringUtils is deprecated
101[warn] StringUtils.containsIgnoreCase(text, "licensed to the apache software foundation (asf)") ||
102[warn] ^
103[warn] /build/repo/project/CopyrightHeader.scala:105:17: method containsIgnoreCase in class StringUtils is deprecated
104[warn] StringUtils.containsIgnoreCase(text, "www.apache.org/licenses/license-2.0") ||
105[warn] ^
106[warn] /build/repo/project/CopyrightHeader.scala:106:17: method contains in class StringUtils is deprecated
107[warn] StringUtils.contains(text, "Apache-2.0")
108[warn] ^
109[warn] /build/repo/project/CopyrightHeader.scala:109:17: method containsIgnoreCase in class StringUtils is deprecated
110[warn] StringUtils.containsIgnoreCase(text, "lightbend inc.")
111[warn] ^
112[warn] /build/repo/project/CopyrightHeader.scala:116:17: method containsIgnoreCase in class StringUtils is deprecated
113[warn] StringUtils.containsIgnoreCase(text, "sbt -- Simple Build Tool")
114[warn] ^
115[warn] /build/repo/project/ValidatePullRequest.scala:392:36: method logger in class LogExchange is deprecated (since 1.4.0): Use LoggerContext to create loggers
116[warn] val testLogger = LogExchange.logger("testLogger")
117[warn] ^
118[warn] /build/repo/project/ValidatePullRequest.scala:394:19: method bindLoggerAppenders in class LogExchange is deprecated (since 1.4.0): Use LoggerContext to bind appenders
119[warn] LogExchange.bindLoggerAppenders("testLogger", appender -> Level.Info :: Nil)
120[warn] ^
121[warn] two feature warnings; re-run with -feature for details
122[warn] 9 warnings found
123[info] done compiling
124[info] loading settings for project pekko-http from build.sbt...
125[info] resolving key references (37029 settings) ...
126[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
127[info] Building Pekko HTTP 1.3.0+0-6b8a3897+20251204-1458-SNAPSHOT against Pekko 1.1.5 on Scala 2.13.17
128[info] set current project to pekko-http-root (in build file:/build/repo/)
129[warn] there are 41 keys that are not used by any other settings/tasks:
130[warn]
131[warn] * ThisBuild / projectInfoVersion
132[warn] +- /build/repo/build.sbt:30
133[warn] * bill-of-materials / mimaReportSignatureProblems
134[warn] +- /build/repo/project/Common.scala:53
135[warn] * bill-of-materials / projectInfoVersion
136[warn] +- /build/repo/project/Common.scala:22
137[warn] * docs / mimaReportSignatureProblems
138[warn] +- /build/repo/project/Common.scala:53
139[warn] * http / projectInfoVersion
140[warn] +- /build/repo/project/Common.scala:22
141[warn] * http-bench-jmh / mimaReportSignatureProblems
142[warn] +- /build/repo/project/Common.scala:53
143[warn] * http-bench-jmh / projectInfoVersion
144[warn] +- /build/repo/project/Common.scala:22
145[warn] * http-caching / projectInfoVersion
146[warn] +- /build/repo/project/Common.scala:22
147[warn] * http-core / doc / autoAPIMappings
148[warn] +- /build/repo/project/Doc.scala:54
149[warn] * http-core / projectInfoVersion
150[warn] +- /build/repo/project/Common.scala:22
151[warn] * http-cors / projectInfoVersion
152[warn] +- /build/repo/project/Common.scala:22
153[warn] * http-jackson / projectInfoVersion
154[warn] +- /build/repo/project/Common.scala:22
155[warn] * http-marshallers-java / mimaReportSignatureProblems
156[warn] +- /build/repo/project/Common.scala:53
157[warn] * http-marshallers-java / projectInfoVersion
158[warn] +- /build/repo/project/Common.scala:22
159[warn] * http-marshallers-scala / mimaReportSignatureProblems
160[warn] +- /build/repo/project/Common.scala:53
161[warn] * http-marshallers-scala / projectInfoVersion
162[warn] +- /build/repo/project/Common.scala:22
163[warn] * http-scalafix / mimaReportSignatureProblems
164[warn] +- /build/repo/project/Common.scala:53
165[warn] * http-scalafix / projectInfoVersion
166[warn] +- /build/repo/project/Common.scala:22
167[warn] * http-scalafix-rules / mimaReportSignatureProblems
168[warn] +- /build/repo/project/Common.scala:53
169[warn] * http-scalafix-rules / projectInfoVersion
170[warn] +- /build/repo/project/Common.scala:22
171[warn] * http-scalafix-test-input / mimaReportSignatureProblems
172[warn] +- /build/repo/project/Common.scala:53
173[warn] * http-scalafix-test-input / projectInfoVersion
174[warn] +- /build/repo/project/Common.scala:22
175[warn] * http-scalafix-test-output / mimaReportSignatureProblems
176[warn] +- /build/repo/project/Common.scala:53
177[warn] * http-scalafix-test-output / projectInfoVersion
178[warn] +- /build/repo/project/Common.scala:22
179[warn] * http-scalafix-tests / mimaReportSignatureProblems
180[warn] +- /build/repo/project/Common.scala:53
181[warn] * http-scalafix-tests / projectInfoVersion
182[warn] +- /build/repo/project/Common.scala:22
183[warn] * http-spray-json / projectInfoVersion
184[warn] +- /build/repo/project/Common.scala:22
185[warn] * http-testkit / mimaReportSignatureProblems
186[warn] +- /build/repo/project/Common.scala:53
187[warn] * http-testkit / projectInfoVersion
188[warn] +- /build/repo/project/Common.scala:22
189[warn] * http-testkit-munit / mimaReportSignatureProblems
190[warn] +- /build/repo/project/Common.scala:53
191[warn] * http-testkit-munit / projectInfoVersion
192[warn] +- /build/repo/project/Common.scala:22
193[warn] * http-tests / mimaReportSignatureProblems
194[warn] +- /build/repo/project/Common.scala:53
195[warn] * http-tests / projectInfoVersion
196[warn] +- /build/repo/project/Common.scala:22
197[warn] * http-xml / projectInfoVersion
198[warn] +- /build/repo/project/Common.scala:22
199[warn] * http2-tests / mimaReportSignatureProblems
200[warn] +- /build/repo/project/Common.scala:53
201[warn] * http2-tests / projectInfoVersion
202[warn] +- /build/repo/project/Common.scala:22
203[warn] * parsing / mimaReportSignatureProblems
204[warn] +- /build/repo/project/Common.scala:53
205[warn] * parsing / projectInfoVersion
206[warn] +- /build/repo/project/Common.scala:22
207[warn] * pekko-http / Javaunidoc / unidoc / unidocProjectFilter
208[warn] +- /build/repo/project/Doc.scala:166
209[warn] * pekko-http / mimaReportSignatureProblems
210[warn] +- /build/repo/project/Common.scala:53
211[warn] * pekko-http / projectInfoVersion
212[warn] +- /build/repo/project/Common.scala:22
213[warn]
214[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
215[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
216Execute setCrossScalaVersions: 3.7.4
217[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
218OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-marshallers-java/crossScalaVersions
219OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-testkit-munit/crossScalaVersions
220OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-spray-json/crossScalaVersions
221OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http2-tests/crossScalaVersions
222OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-jackson/crossScalaVersions
223OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-marshallers-scala/crossScalaVersions
224OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-bench-jmh/crossScalaVersions
225OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-xml/crossScalaVersions
226OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http/crossScalaVersions
227OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-testkit/crossScalaVersions
228OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in parsing/crossScalaVersions
229OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-core/crossScalaVersions
230OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in docs/crossScalaVersions
231OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-tests/crossScalaVersions
232OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-cors/crossScalaVersions
233OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in bill-of-materials/crossScalaVersions
234OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-caching/crossScalaVersions
235[info] Building Pekko HTTP 1.3.0+0-6b8a3897+20251204-1458-SNAPSHOT against Pekko 1.1.5 on Scala 2.13.17
236[info] set current project to pekko-http-root (in build file:/build/repo/)
237[info] Setting Scala version to 3.7.4 on 17 projects.
238[info] Switching Scala version on:
239[info] http-testkit (2.13.17, 2.12.20, 3.7.4)
240[info] http-core (2.13.17, 2.12.20, 3.7.4)
241[info] http-marshallers-scala (2.13.17, 2.12.20, 3.7.4)
242[info] http-jackson (2.13.17, 2.12.20, 3.7.4)
243[info] docs (2.13.17, 2.12.20, 3.7.4)
244[info] parsing (2.13.17, 2.12.20, 3.7.4)
245[info] http-spray-json (2.13.17, 2.12.20, 3.7.4)
246[info] http-xml (2.13.17, 2.12.20, 3.7.4)
247[info] http-testkit-munit (2.13.17, 2.12.20, 3.7.4)
248[info] http2-tests (2.13.17, 2.12.20, 3.7.4)
249[info] http-cors (2.13.17, 2.12.20, 3.7.4)
250[info] http (2.13.17, 2.12.20, 3.7.4)
251[info] http-bench-jmh (2.13.17, 2.12.20, 3.7.4)
252[info] http-caching (2.13.17, 2.12.20, 3.7.4)
253[info] http-marshallers-java (2.13.17, 2.12.20, 3.7.4)
254[info] bill-of-materials (2.13.17, 2.12.20, 3.7.4)
255[info] http-tests (2.13.17, 2.12.20, 3.7.4)
256[info] Excluding projects:
257[info] * pekko-http (2.13.17, 2.12.20)
258[info] http-scalafix-tests (2.13.17, 2.12.20)
259[info] http-scalafix-test-output (2.13.17, 2.12.20)
260[info] http-scalafix-test-input (2.13.17, 2.12.20)
261[info] http-scalafix (2.13.17, 2.12.20)
262[info] http-scalafix-rules (2.13.17, 2.12.20)
263[info] Reapplying settings...
264[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
265[info] Building Pekko HTTP 1.3.0+0-6b8a3897+20251204-1458-SNAPSHOT against Pekko 1.1.5 on Scala 3.7.4
266[info] set current project to pekko-http-root (in build file:/build/repo/)
267Execute 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
268[info] Reapplying settings...
269[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
270[info] Building Pekko HTTP 1.3.0+0-6b8a3897+20251204-1458-SNAPSHOT against Pekko 1.1.5 on Scala 3.7.4
271[info] set current project to pekko-http-root (in build file:/build/repo/)
272[info] Defining Global / credentials, ThisBuild / credentials and 22 others.
273[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 187 others.
274[info] Run `last` for details.
275[info] Reapplying settings...
276[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
277[info] Building Pekko HTTP 1.3.0+0-6b8a3897+20251204-1458-SNAPSHOT against Pekko 1.1.5 on Scala 3.7.4
278[info] set current project to pekko-http-root (in build file:/build/repo/)
279Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
280[info] Reapplying settings...
281OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
282
283 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
284 Did you mean http2-tests / allExcludeDependencies ?
285 , retry without global scopes
286[info] Reapplying settings...
287[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
288[info] Building Pekko HTTP 1.3.0+0-6b8a3897+20251204-1458-SNAPSHOT against Pekko 1.1.5 on Scala 3.7.4
289[info] set current project to pekko-http-root (in build file:/build/repo/)
290Execute removeScalacOptionsStartingWith: -P:wartremover
291[info] Reapplying settings...
292[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
293[info] Building Pekko HTTP 1.3.0+0-6b8a3897+20251204-1458-SNAPSHOT against Pekko 1.1.5 on Scala 3.7.4
294[info] set current project to pekko-http-root (in build file:/build/repo/)
295[success] Total time: 0 s, completed 2025 Dec 4 14:58:27
296Build config: {"projects":{"exclude":["pekko-http-scalafix-rules","pekko-http-scalafix-tests","http-scalafix-test-input","http-scalafix-test-output","pekko-http-tests","pekko-http-docs"],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala","pattern":"case b: BypassEvent with MessagePart","replaceWith":"case b: (BypassEvent & MessagePart)"},{"path":"http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpMessage.scala","pattern":"headers[T](ClassTag[T](headerClass)).asJava","replaceWith":"headers[T](using ClassTag[T](headerClass)).asJava"},{"path":"project/Dependencies.scala","pattern":"val scala3Version = \"3.3.6\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
297Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(pekko-http-scalafix-rules, pekko-http-scalafix-tests, http-scalafix-test-input, http-scalafix-test-output, pekko-http-tests, pekko-http-docs),Map()),CompileOnly,List()))
298Starting build...
299Projects: Set(http-testkit, http-core, http-jackson, parsing, http-spray-json, http-xml, http-testkit-munit, http-cors, http, http-caching, bill-of-materials)
300Starting build for ProjectRef(file:/build/repo/,http-testkit) (pekko-http-testkit)... [0/11]
301OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
302OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Global
303OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
304[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
305[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
306[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
307[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
308[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
309[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
310[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
311[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
312OpenCB::Filter out '-language:_', matches setting pattern '^-?-language:_'
313Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, -release:8, -Wconf:cat=deprecation:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
314[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
315[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
316[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
317[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
318[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
319[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
320[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
321[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
322[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
323[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
324[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
325[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
326[info] Generating 'JavaPathMatchers.scala'
327[info] compiling 4 Scala sources to /build/repo/parsing/target/scala-3.7.4/classes ...
328[info] Generating 'ParameterDirectivesInstances.scala'
329[info] Generating 'FormFieldDirectivesInstances.scala'
330[info] Generating 'ConstructFromTupleInstances.scala'
331[info] Generating 'TupleAppendOneInstances.scala'
332[info] Generating 'TupleFoldInstances.scala'
333[info] Generating 'ApplyConverterInstances.scala'
334[warn] bad option '-Ywarn-dead-code' was ignored
335[warn] one warning found
336[info] done compiling
337[info] compiling 227 Scala sources and 151 Java sources to /build/repo/http-core/target/scala-3.7.4/classes ...
338[warn] bad option '-Ywarn-dead-code' was ignored
339[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/package.scala:61:4
340[warn] 61 | synchronized {
341[warn] | ^^^^^^^^^^^^
342[warn] | Suspicious top-level unqualified call to synchronized
343[warn] |
344[warn] | longer explanation available when compiling with `-explain`
345[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/client/ResponseParsing.scala:76:30
346[warn] 76 | } else remainingHeaders.head match {
347[warn] | ^^^^^^^^^^^^^^^^^^^^^
348[warn] | match may not be exhaustive.
349[warn] |
350[warn] | It would fail on pattern case: (_, _)
351[warn] |
352[warn] | longer explanation available when compiling with `-explain`
353[warn] -- [E121] Pattern Match Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/framing/Http2FrameParsing.scala:160:11
354[warn] 160 | case tpe => // TODO: remove once all stream types are defined
355[warn] | ^^^
356[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
357[warn] -- [E121] Pattern Match Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/HttpMessageParser.scala:94:13
358[warn] 94 | case x => x
359[warn] | ^
360[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
361[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/rendering/BodyPartRenderer.scala:64:14
362[warn] 64 | entity match {
363[warn] | ^^^^^^
364[warn] |match may not be exhaustive.
365[warn] |
366[warn] |It would fail on pattern case: org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked(_, _), org.apache.pekko.http.scaladsl.model.HttpEntity.CloseDelimited(_, _), org.apache.pekko.http.scaladsl.model.HttpEntity.CloseDelimited(_, _)
367[warn] |
368[warn] | longer explanation available when compiling with `-explain`
369[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala:161:10
370[warn] 161 | case (TextMessagePart(text, true) +: Nil, remaining) =>
371[warn] | ^
372[warn] | match may not be exhaustive.
373[warn] |
374[warn] | It would fail on pattern case: (_, _)
375[warn] |
376[warn] | longer explanation available when compiling with `-explain`
377[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/ContentTypeHeader.scala:39:20
378[warn] 39 | getMediaType(main, sub, charset.isDefined, parameters) match {
379[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
380[warn] |match may not be exhaustive.
381[warn] |
382[warn] |It would fail on pattern case: _: org.apache.pekko.http.scaladsl.model.MediaType.NonMultipartWithOpenCharset (anonymous)
383[warn] |
384[warn] | longer explanation available when compiling with `-explain`
385[warn] -- [E121] Pattern Match Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/javadsl/Http.scala:478:13
386[warn] 478 | case _ =>
387[warn] | ^
388[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
389[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/Rendering.scala:155:15
390[warn] 155 | case x: LinearSeq[T] => recL(x)
391[warn] | ^
392[warn] |the type test for scala.collection.LinearSeq[T] cannot be checked at runtime because its type arguments can't be determined from scala.collection.immutable.Iterable[T]
393[warn] |
394[warn] | longer explanation available when compiling with `-explain`
395[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/ws/Message.scala]
396[info] [patched file /build/repo/http-core/target/scala-3.7.4/src_managed/LanguageRange.scala]
397[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/ws/UpgradeToWebSocket.scala]
398[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/CommonRules.scala]
399[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/server/ServerTerminator.scala]
400[info] [patched file /build/repo/http-core/target/scala-3.7.4/src_managed/HttpMessage.scala]
401[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/headers/EntityTag.scala]
402[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/Http2Multiplexer.scala]
403[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/Http2Blueprint.scala]
404[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/StreamUtils.scala]
405[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/AcceptCharsetHeader.scala]
406[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/client/PoolInterface.scala]
407[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/client/OutgoingConnectionBlueprint.scala]
408[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/javadsl/model/ws/Message.scala]
409[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/HttpRequestParser.scala]
410[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/SimpleHeaders.scala]
411[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/Rendering.scala]
412[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/client/PoolId.scala]
413[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/SettingsCompanionImpl.scala]
414[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/FormData.scala]
415[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/BoyerMoore.scala]
416[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala]
417[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/HttpHeaderParser.scala]
418[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/ContentType.scala]
419[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/AcceptHeader.scala]
420[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/MessageToFrameRenderer.scala]
421[info] [patched file /build/repo/http-core/src/main/scala-2.13+/org/apache/pekko/http/ccompat/package.scala]
422[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/package.scala]
423[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/AttributeKey.scala]
424[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/headers/ProductVersion.scala]
425[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/ws/WebSocketUpgrade.scala]
426[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/javadsl/model/ws/WebSocket.scala]
427[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/UriJavaAccessor.scala]
428[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/settings/ParserSettingsImpl.scala]
429[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/SocketOptionSettings.scala]
430[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/server/HttpServerBluePrint.scala]
431[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/BodyPartParser.scala]
432[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/AcceptLanguageHeader.scala]
433[info] [patched file /build/repo/http-core/target/scala-3.7.4/src_managed/CacheDirective.scala]
434[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/AcceptEncodingHeader.scala]
435[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/StageLoggingWithOverride.scala]
436[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/MediaType.scala]
437[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/ParserOutput.scala]
438[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/client/PoolMasterActor.scala]
439[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/util/AsciiTreeLayout.scala]
440[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/Uri.scala]
441[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/Multipart.scala]
442[info] [patched file /build/repo/http-core/src/main/scala-2.13+/org/apache/pekko/http/scaladsl/util/FastFuture.scala]
443[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/client/pool/NewHostConnectionPool.scala]
444[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/javadsl/model/ws/WebSocketUpgrade.scala]
445[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/UriParser.scala]
446[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/ContentDispositionHeader.scala]
447[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/HttpMessageParser.scala]
448[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/javadsl/ServerBuilder.scala]
449[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/LinkHeader.scala]
450[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpCharset.scala]
451[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/javadsl/settings/Http2ServerSettings.scala]
452[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/javadsl/model/ws/UpgradeToWebSocket.scala]
453[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/headers/HttpOrigin.scala]
454[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/HttpResponseParser.scala]
455[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/ServerBuilder.scala]
456[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/Utf8Decoder.scala]
457[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/ObjectRegistry.scala]
458[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/WebSocketHeaders.scala]
459[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/ContentTypeHeader.scala]
460[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/Http.scala]
461[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/Http2Demux.scala]
462[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/RequestParsing.scala]
463[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/client/PersistentConnection.scala]
464[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/JavaMapping.scala]
465[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/javadsl/Http.scala]
466[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/DateTime.scala]
467[info] [patched file /build/repo/http-core/target/scala-3.7.4/src_managed/headers.scala]
468[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/JavaQuery.scala]
469[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/Http2StreamHandling.scala]
470[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/Http2.scala]
471[warn] there was 1 feature warning; re-run with -feature for details
472[warn] 11 warnings found
473[warn] source value 8 is obsolete and will be removed in a future release
474[warn] target value 8 is obsolete and will be removed in a future release
475[warn] To suppress warnings about obsolete options, use -Xlint:-options.
476[info] /build/repo/http-core/src/main/java/org/apache/pekko/http/javadsl/model/ContentTypes.java: ContentTypes.java uses or overrides a deprecated API.
477[info] /build/repo/http-core/src/main/java/org/apache/pekko/http/javadsl/model/ContentTypes.java: Recompile with -Xlint:deprecation for details.
478[info] /build/repo/http-core/src/main/java/org/apache/pekko/http/impl/util/Util.java: Some input files use unchecked or unsafe operations.
479[info] /build/repo/http-core/src/main/java/org/apache/pekko/http/impl/util/Util.java: Recompile with -Xlint:unchecked for details.
480[info] done compiling
481[info] compiling 146 Scala sources and 9 Java sources to /build/repo/http/target/scala-3.7.4/classes ...
482[warn] bad option '-Ywarn-dead-code' was ignored
483[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/coding/Encoder.scala:79:4
484[warn] 79 | case req: HttpRequest => isCompressible(req)
485[warn] | ^
486[warn] |match may not be exhaustive.
487[warn] |
488[warn] |It would fail on pattern case: _: org.apache.pekko.http.scaladsl.model.HttpResponse
489[warn] |
490[warn] | longer explanation available when compiling with `-explain`
491[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/FileAndResourceDirectives.scala]
492[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/MiscDirectives.scala]
493[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/MiscDirectives.scala]
494[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/coding/GzipCompressor.scala]
495[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/FutureDirectives.scala]
496[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/client/RequestBuilding.scala]
497[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/Rejection.scala]
498[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/marshalling/Marshaller.scala]
499[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/PathDirectives.scala]
500[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/PathMatcher.scala]
501[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/FileAndResourceDirectives.scala]
502[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/RejectionHandler.scala]
503[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/MarshallingDirectives.scala]
504[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/CodingDirectives.scala]
505[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/PathMatchers.scala]
506[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/unmarshalling/Unmarshaller.scala]
507[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/BasicDirectives.scala]
508[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/RequestContext.scala]
509[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/marshalling/Marshaller.scala]
510[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/BasicDirectives.scala]
511[info] [patched file /build/repo/http/target/scala-3.7.4/src_managed/FormFieldDirectives.scala]
512[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/Directive.scala]
513[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/unmarshalling/Unmarshaller.scala]
514[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/CodingDirectives.scala]
515[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/marshalling/PredefinedToResponseMarshallers.scala]
516[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/unmarshalling/PredefinedFromEntityUnmarshallers.scala]
517[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/FramedEntityStreamingDirectives.scala]
518[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/SecurityDirectives.scala]
519[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/RangeDirectives.scala]
520[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/HostDirectives.scala]
521[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/Directives.scala]
522[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/RouteDirectives.scala]
523[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/CookieDirectives.scala]
524[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/HeaderDirectives.scala]
525[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/RouteDirectives.scala]
526[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/coding/DataMapper.scala]
527[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/RejectionHandler.scala]
528[warn] there were 96 feature warnings; re-run with -feature for details
529[warn] three warnings found
530[warn] source value 8 is obsolete and will be removed in a future release
531[warn] target value 8 is obsolete and will be removed in a future release
532[warn] To suppress warnings about obsolete options, use -Xlint:-options.
533[info] /build/repo/http/src/main/java/org/apache/pekko/http/javadsl/coding/Coder.java: Coder.java uses or overrides a deprecated API.
534[info] /build/repo/http/src/main/java/org/apache/pekko/http/javadsl/coding/Coder.java: Recompile with -Xlint:deprecation for details.
535[info] /build/repo/http/src/main/java/org/apache/pekko/http/javadsl/unmarshalling/StringUnmarshallers.java: StringUnmarshallers.java uses unchecked or unsafe operations.
536[info] /build/repo/http/src/main/java/org/apache/pekko/http/javadsl/unmarshalling/StringUnmarshallers.java: Recompile with -Xlint:unchecked for details.
537[info] done compiling
538[info] compiling 16 Scala sources to /build/repo/http-testkit/target/scala-3.7.4/classes ...
539[warn] bad option '-Ywarn-dead-code' was ignored
540[info] [patched file /build/repo/http-testkit/src/main/scala/org/apache/pekko/http/scaladsl/testkit/ScalatestUtils.scala]
541[info] [patched file /build/repo/http-testkit/src/main/scala/org/apache/pekko/http/javadsl/testkit/JUnitRouteTest.scala]
542[info] [patched file /build/repo/http-testkit/src/main/scala/org/apache/pekko/http/javadsl/testkit/RouteTest.scala]
543[info] [patched file /build/repo/http-testkit/src/main/scala/org/apache/pekko/http/scaladsl/testkit/RouteTestResultComponent.scala]
544[info] [patched file /build/repo/http-testkit/src/main/scala/org/apache/pekko/http/javadsl/testkit/TestRouteResult.scala]
545[info] [patched file /build/repo/http-testkit/src/main/scala/org/apache/pekko/http/scaladsl/testkit/Specs2Utils.scala]
546[info] [patched file /build/repo/http-testkit/src/main/scala/org/apache/pekko/http/scaladsl/testkit/RouteTest.scala]
547[warn] one warning found
548[info] done compiling
549[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
550[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
551[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
552[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
553[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
554[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
555[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
556[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
557[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
558[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
559[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
560[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
561[info] compiling 76 Scala sources to /build/repo/http-core/target/scala-3.7.4/classes ...
562[warn] bad option '-Ywarn-dead-code' was ignored
563[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/package.scala:61:4
564[warn] 61 | synchronized {
565[warn] | ^^^^^^^^^^^^
566[warn] | Suspicious top-level unqualified call to synchronized
567[warn] |
568[warn] | longer explanation available when compiling with `-explain`
569[warn] -- [E121] Pattern Match Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/HttpMessageParser.scala:94:13
570[warn] 94 | case x => x
571[warn] | ^
572[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
573[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala:161:10
574[warn] 161 | case (TextMessagePart(text, true) +: Nil, remaining) =>
575[warn] | ^
576[warn] | match may not be exhaustive.
577[warn] |
578[warn] | It would fail on pattern case: (_, _)
579[warn] |
580[warn] | longer explanation available when compiling with `-explain`
581[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/ContentTypeHeader.scala:39:20
582[warn] 39 | getMediaType(main, sub, charset.isDefined, parameters) match {
583[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
584[warn] |match may not be exhaustive.
585[warn] |
586[warn] |It would fail on pattern case: _: org.apache.pekko.http.scaladsl.model.MediaType.NonMultipartWithOpenCharset (anonymous)
587[warn] |
588[warn] | longer explanation available when compiling with `-explain`
589[warn] -- [E121] Pattern Match Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/javadsl/Http.scala:478:13
590[warn] 478 | case _ =>
591[warn] | ^
592[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
593[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/Rendering.scala:155:15
594[warn] 155 | case x: LinearSeq[T] => recL(x)
595[warn] | ^
596[warn] |the type test for scala.collection.LinearSeq[T] cannot be checked at runtime because its type arguments can't be determined from scala.collection.immutable.Iterable[T]
597[warn] |
598[warn] | longer explanation available when compiling with `-explain`
599[info] [patched file /build/repo/http-core/target/scala-3.7.4/src_managed/LanguageRange.scala]
600[info] [patched file /build/repo/http-core/target/scala-3.7.4/src_managed/CacheDirective.scala]
601[info] [patched file /build/repo/http-core/target/scala-3.7.4/src_managed/HttpMessage.scala]
602[info] [patched file /build/repo/http-core/target/scala-3.7.4/src_managed/headers.scala]
603[warn] 7 warnings found
604[info] done compiling
605[info] compiling 106 Scala sources and 79 Java sources to /build/repo/http-core/target/scala-3.7.4/classes ...
606[warn] bad option '-Ywarn-dead-code' was ignored
607[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/client/ResponseParsing.scala:76:30
608[warn] 76 | } else remainingHeaders.head match {
609[warn] | ^^^^^^^^^^^^^^^^^^^^^
610[warn] | match may not be exhaustive.
611[warn] |
612[warn] | It would fail on pattern case: (_, _)
613[warn] |
614[warn] | longer explanation available when compiling with `-explain`
615[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/rendering/BodyPartRenderer.scala:64:14
616[warn] 64 | entity match {
617[warn] | ^^^^^^
618[warn] |match may not be exhaustive.
619[warn] |
620[warn] |It would fail on pattern case: org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked(_, _), org.apache.pekko.http.scaladsl.model.HttpEntity.CloseDelimited(_, _), org.apache.pekko.http.scaladsl.model.HttpEntity.CloseDelimited(_, _)
621[warn] |
622[warn] | longer explanation available when compiling with `-explain`
623[warn] 10 warnings found
624[warn] source value 8 is obsolete and will be removed in a future release
625[warn] target value 8 is obsolete and will be removed in a future release
626[warn] To suppress warnings about obsolete options, use -Xlint:-options.
627[info] /build/repo/http-core/src/main/java/org/apache/pekko/http/javadsl/model/ContentTypes.java: ContentTypes.java uses or overrides a deprecated API.
628[info] /build/repo/http-core/src/main/java/org/apache/pekko/http/javadsl/model/ContentTypes.java: Recompile with -Xlint:deprecation for details.
629[info] /build/repo/http-core/src/main/java/org/apache/pekko/http/javadsl/model/Multiparts.java: Multiparts.java uses unchecked or unsafe operations.
630[info] /build/repo/http-core/src/main/java/org/apache/pekko/http/javadsl/model/Multiparts.java: Recompile with -Xlint:unchecked for details.
631[info] done compiling
632[info] compiling 67 Scala sources and 76 Java sources to /build/repo/http-core/target/scala-3.7.4/classes ...
633[warn] bad option '-Ywarn-dead-code' was ignored
634[warn] 14 warnings found
635[warn] source value 8 is obsolete and will be removed in a future release
636[warn] target value 8 is obsolete and will be removed in a future release
637[warn] To suppress warnings about obsolete options, use -Xlint:-options.
638[info] done compiling
639[info] compiling 227 Scala sources and 151 Java sources to /build/repo/http-core/target/scala-3.7.4/classes ...
640[warn] bad option '-Ywarn-dead-code' was ignored
641[warn] -- [E121] Pattern Match Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/framing/Http2FrameParsing.scala:160:11
642[warn] 160 | case tpe => // TODO: remove once all stream types are defined
643[warn] | ^^^
644[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
645[warn] there was 1 feature warning; re-run with -feature for details
646[warn] 20 warnings found
647[warn] source value 8 is obsolete and will be removed in a future release
648[warn] target value 8 is obsolete and will be removed in a future release
649[warn] To suppress warnings about obsolete options, use -Xlint:-options.
650[info] /build/repo/http-core/src/main/java/org/apache/pekko/http/javadsl/model/ContentTypes.java: ContentTypes.java uses or overrides a deprecated API.
651[info] /build/repo/http-core/src/main/java/org/apache/pekko/http/javadsl/model/ContentTypes.java: Recompile with -Xlint:deprecation for details.
652[info] /build/repo/http-core/src/main/java/org/apache/pekko/http/impl/util/Util.java: Some input files use unchecked or unsafe operations.
653[info] /build/repo/http-core/src/main/java/org/apache/pekko/http/impl/util/Util.java: Recompile with -Xlint:unchecked for details.
654[info] done compiling
655[info] compiling 46 Scala sources to /build/repo/http/target/scala-3.7.4/classes ...
656[warn] bad option '-Ywarn-dead-code' was ignored
657[info] [patched file /build/repo/http/target/scala-3.7.4/src_managed/FormFieldDirectives.scala]
658[warn] there were 32 feature warnings; re-run with -feature for details
659[warn] two warnings found
660[info] done compiling
661[info] compiling 27 Scala sources and 3 Java sources to /build/repo/http/target/scala-3.7.4/classes ...
662[warn] bad option '-Ywarn-dead-code' was ignored
663[warn] there were 29 feature warnings; re-run with -feature for details
664[warn] four warnings found
665[warn] source value 8 is obsolete and will be removed in a future release
666[warn] target value 8 is obsolete and will be removed in a future release
667[warn] To suppress warnings about obsolete options, use -Xlint:-options.
668[info] /build/repo/http/src/main/java/org/apache/pekko/http/javadsl/unmarshalling/StringUnmarshallers.java: StringUnmarshallers.java uses unchecked or unsafe operations.
669[info] /build/repo/http/src/main/java/org/apache/pekko/http/javadsl/unmarshalling/StringUnmarshallers.java: Recompile with -Xlint:unchecked for details.
670[info] done compiling
671[info] compiling 8 Scala sources to /build/repo/http-testkit/target/scala-3.7.4/classes ...
672[warn] bad option '-Ywarn-dead-code' was ignored
673[warn] one warning found
674[info] done compiling
675[info] compiling 2 Scala sources and 1 Java source to /build/repo/http-testkit/target/scala-3.7.4/test-classes ...
676[warn] bad option '-Ywarn-dead-code' was ignored
677[warn] one warning found
678[warn] source value 8 is obsolete and will be removed in a future release
679[warn] target value 8 is obsolete and will be removed in a future release
680[warn] To suppress warnings about obsolete options, use -Xlint:-options.
681[info] done compiling
682[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
683[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
684[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
685[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
686[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
687[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
688[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
689[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
690[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
691[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
692[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
693[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
694[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
695[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
696[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
697[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
698[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
699[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
700[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
701[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
702[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
703[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
704[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
705[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
706Starting build for ProjectRef(file:/build/repo/,bill-of-materials) (pekko-http-bom)... [1/11]
707[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
708[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
709Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, -release:8, -Wconf:cat=deprecation:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
710[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
711[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
712[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
713[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
714[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
715[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
716[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
717[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
718[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
719[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
720[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
721[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
722Starting build for ProjectRef(file:/build/repo/,http-jackson) (pekko-http-jackson)... [2/11]
723[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
724[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
725[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
726[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
727[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
728[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
729[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
730[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
731[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
732[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
733Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, -release:8, -Wconf:cat=deprecation:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
734[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
735[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
736[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
737[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
738[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
739[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
740[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
741[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
742[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
743[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
744[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
745[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
746[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
747[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
748[info] compiling 1 Java source to /build/repo/http-marshallers-java/http-jackson/target/scala-3.7.4/classes ...
749[warn] source value 8 is obsolete and will be removed in a future release
750[warn] target value 8 is obsolete and will be removed in a future release
751[warn] To suppress warnings about obsolete options, use -Xlint:-options.
752[info] /build/repo/http-marshallers-java/http-jackson/src/main/java/org/apache/pekko/http/javadsl/marshallers/jackson/Jackson.java: Jackson.java uses or overrides a deprecated API.
753[info] /build/repo/http-marshallers-java/http-jackson/src/main/java/org/apache/pekko/http/javadsl/marshallers/jackson/Jackson.java: Recompile with -Xlint:deprecation for details.
754[info] done compiling
755[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
756[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
757[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
758[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
759[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
760[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
761[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
762[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
763[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
764[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
765[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
766[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
767[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
768[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
769[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
770[info] compiling 1 Java source to /build/repo/http-marshallers-java/http-jackson/target/scala-3.7.4/test-classes ...
771[warn] source value 8 is obsolete and will be removed in a future release
772[warn] target value 8 is obsolete and will be removed in a future release
773[warn] To suppress warnings about obsolete options, use -Xlint:-options.
774[info] done compiling
775[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
776[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
777[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
778[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
779[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
780[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
781[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
782[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
783[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
784[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
785[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
786[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
787[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
788[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
789[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
790[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
791[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
792[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
793[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
794[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
795[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
796[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
797[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
798[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
799[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
800[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
801[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
802[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
803[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
804[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
805Starting build for ProjectRef(file:/build/repo/,http-caching) (pekko-http-caching)... [3/11]
806[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
807[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
808[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
809[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
810[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
811[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
812[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
813[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
814[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
815[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
816Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, -release:8, -Wconf:cat=deprecation:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
817[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
818[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
819[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
820[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
821[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
822[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
823[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
824[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
825[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
826[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
827[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
828[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
829[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
830[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
831[info] compiling 11 Scala sources and 1 Java source to /build/repo/http-caching/target/scala-3.7.4/classes ...
832[warn] bad option '-Ywarn-dead-code' was ignored
833[warn] one warning found
834[warn] source value 8 is obsolete and will be removed in a future release
835[warn] target value 8 is obsolete and will be removed in a future release
836[warn] To suppress warnings about obsolete options, use -Xlint:-options.
837[info] done compiling
838[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
839[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
840[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
841[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
842[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
843[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
844[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
845[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
846[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
847[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
848[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
849[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
850[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
851[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
852[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
853[info] compiling 2 Scala sources to /build/repo/http-caching/target/scala-3.7.4/test-classes ...
854[warn] bad option '-Ywarn-dead-code' was ignored
855[info] [patched file /build/repo/http-caching/src/test/scala/org/apache/pekko/http/caching/ExpiringLfuCacheSpec.scala]
856[warn] one warning found
857[info] done compiling
858[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
859[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
860[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
861[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
862[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
863[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
864[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
865[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
866[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
867[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
868[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
869[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
870[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
871[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
872[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
873[info] compiling 1 Scala source to /build/repo/http-caching/target/scala-3.7.4/test-classes ...
874[warn] bad option '-Ywarn-dead-code' was ignored
875[warn] one warning found
876[info] done compiling
877[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
878[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
879[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
880[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
881[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
882[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
883[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
884[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
885[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
886[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
887[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
888[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
889[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
890[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
891[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
892Starting build for ProjectRef(file:/build/repo/,http-testkit-munit) (pekko-http-testkit-munit)... [4/11]
893[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
894[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
895[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
896[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
897[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
898[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
899[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
900[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
901[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
902[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
903Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, -release:8, -Wconf:cat=deprecation:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
904[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
905[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
906[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
907[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
908[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
909[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
910[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
911[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
912[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
913[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
914[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
915[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
916[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
917[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
918[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
919[info] compiling 2 Scala sources to /build/repo/http-testkit-munit/target/scala-3.7.4/classes ...
920[warn] bad option '-Ywarn-dead-code' was ignored
921[warn] one warning found
922[info] done compiling
923[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
924[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
925[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
926[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
927[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
928[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
929[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
930[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
931[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
932[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
933[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
934[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
935[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
936[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
937[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
938[info] compiling 1 Scala source to /build/repo/http-testkit-munit/target/scala-3.7.4/test-classes ...
939[warn] bad option '-Ywarn-dead-code' was ignored
940[warn] one warning found
941[info] done compiling
942[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
943[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
944[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
945[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
946[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
947[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
948[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
949[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
950[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
951[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
952[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
953[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
954[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
955[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
956[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
957[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
958[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
959[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
960[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
961[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
962[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
963[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
964[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
965[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
966[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
967[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
968[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
969[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
970[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
971[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
972Starting build for ProjectRef(file:/build/repo/,http-xml) (pekko-http-xml)... [5/11]
973[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
974[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
975[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
976[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
977[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
978[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
979[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
980[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
981Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, -release:8, -Wconf:cat=deprecation:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
982[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
983[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
984[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
985[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
986[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
987[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
988[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
989[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
990[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
991[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
992[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
993[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
994[info] compiling 1 Scala source to /build/repo/http-marshallers-scala/http-xml/target/scala-3.7.4/classes ...
995[warn] bad option '-Ywarn-dead-code' was ignored
996[info] [patched file /build/repo/http-marshallers-scala/http-xml/src/main/scala/org/apache/pekko/http/scaladsl/marshallers/xml/ScalaXmlSupport.scala]
997[warn] one warning found
998[info] done compiling
999[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1000[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1001[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1002[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1003[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1004[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1005[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1006[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1007[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1008[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1009[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1010[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1011[info] compiling 1 Scala source to /build/repo/http-marshallers-scala/http-xml/target/scala-3.7.4/classes ...
1012[warn] bad option '-Ywarn-dead-code' was ignored
1013[warn] one warning found
1014[info] done compiling
1015[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1016[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1017[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1018[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1019[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1020[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1021[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1022[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1023[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1024[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1025[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1026[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1027[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1028[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1029[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1030[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1031[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1032[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1033[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1034[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1035[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1036[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1037[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1038[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1039Starting build for ProjectRef(file:/build/repo/,http-core) (pekko-http-core)... [6/11]
1040[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1041[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1042[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1043[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1044Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, -release:8, -Wconf:cat=deprecation:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1045[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1046[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1047[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1048[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1049[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1050[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1051[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1052[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1053[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1054[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1055[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1056[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1057[info] compiling 87 Scala sources and 12 Java sources to /build/repo/http-core/target/scala-3.7.4/test-classes ...
1058[warn] bad option '-Ywarn-dead-code' was ignored
1059[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:73:28
1060[warn] 73 | PekkoSpec.getCallerName(getClass),
1061[warn] | ^^^^^^^^
1062[warn] | Suspicious top-level unqualified call to getClass
1063[warn] |
1064[warn] | longer explanation available when compiling with `-explain`
1065[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:80:56
1066[warn] 80 | def this() = this(ActorSystem(PekkoSpec.getCallerName(getClass), PekkoSpec.testConf))
1067[warn] | ^^^^^^^^
1068[warn] | Suspicious top-level unqualified call to getClass
1069[warn] |
1070[warn] | longer explanation available when compiling with `-explain`
1071[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:101:28
1072[warn] 101 | PekkoSpec.getCallerName(getClass),
1073[warn] | ^^^^^^^^
1074[warn] | Suspicious top-level unqualified call to getClass
1075[warn] |
1076[warn] | longer explanation available when compiling with `-explain`
1077[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:108:56
1078[warn] 108 | def this() = this(ActorSystem(PekkoSpec.getCallerName(getClass), PekkoSpec.testConf))
1079[warn] | ^^^^^^^^
1080[warn] | Suspicious top-level unqualified call to getClass
1081[warn] |
1082[warn] | longer explanation available when compiling with `-explain`
1083[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:132:28
1084[warn] 132 | PekkoSpec.getCallerName(getClass),
1085[warn] | ^^^^^^^^
1086[warn] | Suspicious top-level unqualified call to getClass
1087[warn] |
1088[warn] | longer explanation available when compiling with `-explain`
1089[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:139:56
1090[warn] 139 | def this() = this(ActorSystem(PekkoSpec.getCallerName(getClass), PekkoSpec.testConf))
1091[warn] | ^^^^^^^^
1092[warn] | Suspicious top-level unqualified call to getClass
1093[warn] |
1094[warn] | longer explanation available when compiling with `-explain`
1095[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/ws/FramingSpec.scala]
1096[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/ws/BitBuilder.scala]
1097[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/scaladsl/ClientServerSpec.scala]
1098[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/client/TlsEndpointVerificationSpec.scala]
1099[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/scaladsl/model/UriSpec.scala]
1100[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/parsing/RequestParserSpec.scala]
1101[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/scaladsl/model/HttpEntitySpec.scala]
1102[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/parsing/ContentLengthHeaderParserSpec.scala]
1103[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/model/parser/HttpHeaderSpec.scala]
1104[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/scaladsl/model/headers/HeaderSpec.scala]
1105[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/ws/WSTestSetupBase.scala]
1106[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/client/HostConnectionPoolSpec.scala]
1107[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/scaladsl/model/SerializabilitySpec.scala]
1108[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala]
1109[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/parsing/HttpHeaderParserSpec.scala]
1110[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/parsing/BoyerMooreSpec.scala]
1111[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/client/NewConnectionPoolSpec.scala]
1112[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/Coroner.scala]
1113[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/server/HttpServerSpec.scala]
1114[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/scaladsl/model/HttpMessageSpec.scala]
1115[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/client/LowLevelOutgoingConnectionSpec.scala]
1116[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/parsing/ResponseParserSpec.scala]
1117[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/ws/MessageSpec.scala]
1118[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/ws/ByteStringSinkProbe.scala]
1119[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/util/StreamUtilsSpec.scala]
1120[warn] 7 warnings found
1121[warn] source value 8 is obsolete and will be removed in a future release
1122[warn] target value 8 is obsolete and will be removed in a future release
1123[warn] To suppress warnings about obsolete options, use -Xlint:-options.
1124[info] /build/repo/http-core/src/test/java/org/apache/pekko/http/javadsl/settings/ParserSettingsTest.java: ParserSettingsTest.java uses or overrides a deprecated API.
1125[info] /build/repo/http-core/src/test/java/org/apache/pekko/http/javadsl/settings/ParserSettingsTest.java: Recompile with -Xlint:deprecation for details.
1126[info] done compiling
1127[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1128[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1129[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1130[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1131[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1132[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1133[info] compiling 25 Scala sources to /build/repo/http-core/target/scala-3.7.4/test-classes ...
1134[warn] bad option '-Ywarn-dead-code' was ignored
1135[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:73:28
1136[warn] 73 | PekkoSpec.getCallerName(getClass),
1137[warn] | ^^^^^^^^
1138[warn] | Suspicious top-level unqualified call to getClass
1139[warn] |
1140[warn] | longer explanation available when compiling with `-explain`
1141[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:80:56
1142[warn] 80 | def this() = this(ActorSystem(PekkoSpec.getCallerName(getClass), PekkoSpec.testConf))
1143[warn] | ^^^^^^^^
1144[warn] | Suspicious top-level unqualified call to getClass
1145[warn] |
1146[warn] | longer explanation available when compiling with `-explain`
1147[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:101:28
1148[warn] 101 | PekkoSpec.getCallerName(getClass),
1149[warn] | ^^^^^^^^
1150[warn] | Suspicious top-level unqualified call to getClass
1151[warn] |
1152[warn] | longer explanation available when compiling with `-explain`
1153[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:108:56
1154[warn] 108 | def this() = this(ActorSystem(PekkoSpec.getCallerName(getClass), PekkoSpec.testConf))
1155[warn] | ^^^^^^^^
1156[warn] | Suspicious top-level unqualified call to getClass
1157[warn] |
1158[warn] | longer explanation available when compiling with `-explain`
1159[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:132:28
1160[warn] 132 | PekkoSpec.getCallerName(getClass),
1161[warn] | ^^^^^^^^
1162[warn] | Suspicious top-level unqualified call to getClass
1163[warn] |
1164[warn] | longer explanation available when compiling with `-explain`
1165[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:139:56
1166[warn] 139 | def this() = this(ActorSystem(PekkoSpec.getCallerName(getClass), PekkoSpec.testConf))
1167[warn] | ^^^^^^^^
1168[warn] | Suspicious top-level unqualified call to getClass
1169[warn] |
1170[warn] | longer explanation available when compiling with `-explain`
1171[warn] 7 warnings found
1172[info] done compiling
1173[info] compiling 44 Scala sources to /build/repo/http-core/target/scala-3.7.4/test-classes ...
1174[warn] bad option '-Ywarn-dead-code' was ignored
1175[warn] 8 warnings found
1176[info] done compiling
1177[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1178[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1179[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1180[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1181[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1182[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1183Starting build for ProjectRef(file:/build/repo/,parsing) (pekko-parsing)... [7/11]
1184[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1185[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1186Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, -release:8, -Wconf:cat=deprecation:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1187[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1188[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1189[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1190[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1191[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1192[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1193[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1194[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1195[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1196[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1197[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1198[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1199Starting build for ProjectRef(file:/build/repo/,http-cors) (pekko-http-cors)... [8/11]
1200[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1201[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1202[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1203[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1204[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1205[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1206[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1207[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1208[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1209[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1210Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, -release:8, -Wconf:cat=deprecation:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1211[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1212[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1213[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1214[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1215[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1216[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1217[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1218[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1219[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1220[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1221[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1222[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1223[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1224[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1225[info] compiling 10 Scala sources and 3 Java sources to /build/repo/http-cors/target/scala-3.7.4/classes ...
1226[warn] bad option '-Ywarn-dead-code' was ignored
1227[info] [patched file /build/repo/http-cors/src/main/scala/org/apache/pekko/http/cors/scaladsl/CorsDirectives.scala]
1228[info] [patched file /build/repo/http-cors/src/main/scala/org/apache/pekko/http/cors/scaladsl/model/HttpHeaderRange.scala]
1229[info] [patched file /build/repo/http-cors/src/main/scala/org/apache/pekko/http/cors/scaladsl/settings/CorsSettings.scala]
1230[warn] one warning found
1231[warn] source value 8 is obsolete and will be removed in a future release
1232[warn] target value 8 is obsolete and will be removed in a future release
1233[warn] To suppress warnings about obsolete options, use -Xlint:-options.
1234[info] done compiling
1235[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1236[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1237[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1238[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1239[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1240[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1241[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1242[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1243[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1244[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1245[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1246[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1247[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1248[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1249[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1250[info] compiling 3 Scala sources to /build/repo/http-cors/target/scala-3.7.4/classes ...
1251[warn] bad option '-Ywarn-dead-code' was ignored
1252[warn] one warning found
1253[info] done compiling
1254[info] compiling 2 Scala sources and 2 Java sources to /build/repo/http-cors/target/scala-3.7.4/classes ...
1255[warn] bad option '-Ywarn-dead-code' was ignored
1256[warn] two warnings found
1257[warn] source value 8 is obsolete and will be removed in a future release
1258[warn] target value 8 is obsolete and will be removed in a future release
1259[warn] To suppress warnings about obsolete options, use -Xlint:-options.
1260[info] done compiling
1261[info] compiling 3 Scala sources to /build/repo/http-cors/target/scala-3.7.4/test-classes ...
1262[warn] bad option '-Ywarn-dead-code' was ignored
1263[info] [patched file /build/repo/http-cors/src/test/scala/org/apache/pekko/http/cors/scaladsl/model/HttpOriginMatcherSpec.scala]
1264[warn] one warning found
1265[info] done compiling
1266[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1267[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1268[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1269[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1270[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1271[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1272[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1273[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1274[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1275[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1276[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1277[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1278[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1279[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1280[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1281[info] compiling 1 Scala source to /build/repo/http-cors/target/scala-3.7.4/test-classes ...
1282[warn] bad option '-Ywarn-dead-code' was ignored
1283[warn] one warning found
1284[info] done compiling
1285[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1286[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1287[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1288[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1289[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1290[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1291[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1292[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1293[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1294[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1295[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1296[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1297[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1298[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1299[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1300Starting build for ProjectRef(file:/build/repo/,http-spray-json) (pekko-http-spray-json)... [9/11]
1301[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1302[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1303[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1304[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1305[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1306[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1307[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1308[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1309Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, -release:8, -Wconf:cat=deprecation:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1310[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1311[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1312[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1313[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1314[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1315[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1316[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1317[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1318[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1319[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1320[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1321[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1322[info] compiling 2 Scala sources to /build/repo/http-marshallers-scala/http-spray-json/target/scala-3.7.4/classes ...
1323[warn] bad option '-Ywarn-dead-code' was ignored
1324[warn] one warning found
1325[info] done compiling
1326[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1327[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1328[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1329[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1330[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1331[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1332[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1333[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1334[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1335[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1336[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1337[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1338[info] compiling 1 Scala source to /build/repo/http-marshallers-scala/http-spray-json/target/scala-3.7.4/test-classes ...
1339[warn] bad option '-Ywarn-dead-code' was ignored
1340[warn] one warning found
1341[info] done compiling
1342[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1343[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1344[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1345[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1346[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1347[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1348[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1349[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1350[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1351[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1352[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1353[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1354[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1355[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1356[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1357[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1358[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1359[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1360[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1361[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1362[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1363[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1364[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1365[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1366Starting build for ProjectRef(file:/build/repo/,http) (pekko-http)... [10/11]
1367[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1368[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1369[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1370[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1371[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1372[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1373Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, -release:8, -Wconf:cat=deprecation:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1374[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1375[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1376[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1377[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1378[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1379[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1380[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1381[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1382[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1383[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1384[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1385[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1386[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1387[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1388[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1389[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1390[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1391[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1392[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1393[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1394[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1395[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1396[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1397[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1398[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1399[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1400[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1401[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1402[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1403[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1404[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1405[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1406[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1407[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1408[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1409[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1410
1411************************
1412Build summary:
1413[{
1414 "module": "pekko-http-testkit",
1415 "compile": {"status": "ok", "tookMs": 64663, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1416 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1417 "test-compile": {"status": "ok", "tookMs": 56581, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1418 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1419 "publish": {"status": "skipped", "tookMs": 0},
1420 "metadata": {
1421 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
1422}
1423},{
1424 "module": "pekko-http-bom",
1425 "compile": {"status": "ok", "tookMs": 51, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1426 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1427 "test-compile": {"status": "ok", "tookMs": 90, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1428 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1429 "publish": {"status": "skipped", "tookMs": 0},
1430 "metadata": {
1431 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
1432}
1433},{
1434 "module": "pekko-http-jackson",
1435 "compile": {"status": "ok", "tookMs": 379, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1436 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1437 "test-compile": {"status": "ok", "tookMs": 550, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1438 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1439 "publish": {"status": "skipped", "tookMs": 0},
1440 "metadata": {
1441 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
1442}
1443},{
1444 "module": "pekko-http-caching",
1445 "compile": {"status": "ok", "tookMs": 1176, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1446 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1447 "test-compile": {"status": "ok", "tookMs": 1899, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1448 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1449 "publish": {"status": "skipped", "tookMs": 0},
1450 "metadata": {
1451 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
1452}
1453},{
1454 "module": "pekko-http-testkit-munit",
1455 "compile": {"status": "ok", "tookMs": 719, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1456 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1457 "test-compile": {"status": "ok", "tookMs": 971, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1458 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1459 "publish": {"status": "skipped", "tookMs": 0},
1460 "metadata": {
1461 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
1462}
1463},{
1464 "module": "pekko-http-xml",
1465 "compile": {"status": "ok", "tookMs": 562, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1466 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1467 "test-compile": {"status": "ok", "tookMs": 604, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1468 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1469 "publish": {"status": "skipped", "tookMs": 0},
1470 "metadata": {
1471 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
1472}
1473},{
1474 "module": "pekko-http-core",
1475 "compile": {"status": "ok", "tookMs": 90, "warnings": 24, "errors": 0, "sourceVersion": "3.4-migration"},
1476 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1477 "test-compile": {"status": "ok", "tookMs": 11877, "warnings": 6, "errors": 0, "sourceVersion": "3.4-migration"},
1478 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1479 "publish": {"status": "skipped", "tookMs": 0},
1480 "metadata": {
1481 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
1482}
1483},{
1484 "module": "pekko-parsing",
1485 "compile": {"status": "ok", "tookMs": 33, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1486 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1487 "test-compile": {"status": "ok", "tookMs": 59, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1488 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1489 "publish": {"status": "skipped", "tookMs": 0},
1490 "metadata": {
1491 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
1492}
1493},{
1494 "module": "pekko-http-cors",
1495 "compile": {"status": "ok", "tookMs": 1021, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1496 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1497 "test-compile": {"status": "ok", "tookMs": 2754, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1498 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1499 "publish": {"status": "skipped", "tookMs": 0},
1500 "metadata": {
1501 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
1502}
1503},{
1504 "module": "pekko-http-spray-json",
1505 "compile": {"status": "ok", "tookMs": 651, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1506 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1507 "test-compile": {"status": "ok", "tookMs": 716, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1508 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1509 "publish": {"status": "skipped", "tookMs": 0},
1510 "metadata": {
1511 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
1512}
1513},{
1514 "module": "pekko-http",
1515 "compile": {"status": "ok", "tookMs": 135, "warnings": 1, "errors": 0, "sourceVersion": "3.4-migration"},
1516 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1517 "test-compile": {"status": "ok", "tookMs": 174, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1518 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1519 "publish": {"status": "skipped", "tookMs": 0},
1520 "metadata": {
1521 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
1522}
1523}]
1524************************
1525[success] Total time: 206 s (0:03:26.0), completed 2025 Dec 4 15:01:53
1526[0JChecking patch project/plugins.sbt...
1527Checking patch project/Dependencies.scala...
1528Checking patch http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpMessage.scala...
1529Checking patch http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala...
1530Checking patch build.sbt...
1531Applied patch project/plugins.sbt cleanly.
1532Applied patch project/Dependencies.scala cleanly.
1533Applied patch http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpMessage.scala cleanly.
1534Applied patch http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala cleanly.
1535Applied patch build.sbt cleanly.
1536Commit migration rewrites
1537Switched to a new branch 'opencb/migrate-source-3.4'
1538[opencb/migrate-source-3.4 e719a5bd7] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4
1539 146 files changed, 509 insertions(+), 509 deletions(-)
1540----
1541Preparing build for 3.8.0-RC3
1542Scala binary version found: 3.8
1543Implicitly using source version 3.8
1544Scala binary version found: 3.8
1545Implicitly using source version 3.8
1546Would try to apply common scalacOption (best-effort, sbt/mill only):
1547Append: ,REQUIRE:-source:3.8
1548Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1549
1550Try apply source patch:
1551Path: http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala
1552Pattern: case b: BypassEvent with MessagePart
1553Replacement: case b: (BypassEvent & MessagePart)
1554Successfully applied pattern 'case b: BypassEvent with MessagePart' in http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala
1555
1556Try apply source patch:
1557Path: http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpMessage.scala
1558Pattern: headers[T](ClassTag[T](headerClass)).asJava
1559Replacement: headers[T](using ClassTag[T](headerClass)).asJava
1560Successfully applied pattern 'headers[T](ClassTag[T](headerClass)).asJava' in http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpMessage.scala
1561
1562Try apply source patch:
1563Path: project/Dependencies.scala
1564Pattern: val scala3Version = "3.3.6"
1565Replacement: val scala3Version = "3.8.0-RC3"
1566Successfully applied pattern 'val scala3Version = "3.3.6"' in project/Dependencies.scala
1567----
1568Starting build for 3.8.0-RC3
1569Execute tests: true
1570sbt project found:
1571No prepare script found for project apache/pekko-http
1572##################################
1573Scala version: 3.8.0-RC3
1574Targets: org.apache.pekko%pekko-http org.apache.pekko%pekko-http-bom org.apache.pekko%pekko-http-caching org.apache.pekko%pekko-http-core org.apache.pekko%pekko-http-cors org.apache.pekko%pekko-http-jackson org.apache.pekko%pekko-http-spray-json org.apache.pekko%pekko-http-testkit org.apache.pekko%pekko-http-testkit-munit org.apache.pekko%pekko-http-xml org.apache.pekko%pekko-parsing
1575Project projectConfig: {"projects":{"exclude":["pekko-http-scalafix-rules","pekko-http-scalafix-tests","http-scalafix-test-input","http-scalafix-test-output","pekko-http-tests","pekko-http-docs"],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.4"],"sourcePatches":[{"path":"http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala","pattern":"case b: BypassEvent with MessagePart","replaceWith":"case b: (BypassEvent & MessagePart)"},{"path":"http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpMessage.scala","pattern":"headers[T](ClassTag[T](headerClass)).asJava","replaceWith":"headers[T](using ClassTag[T](headerClass)).asJava"},{"path":"project/Dependencies.scala","pattern":"val scala3Version = \"3.3.6\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
1576##################################
1577Using extra scalacOptions: ,REQUIRE:-source:3.8
1578Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1579[sbt_options] declare -a sbt_options=()
1580[process_args] java_version = '21'
1581[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21/rt.jar'
1582# Executing command line:
1583java
1584-Xmx4g
1585-Duser.language=en_US.UTF-8
1586-Dfile.encoding=en_US.UTF-8
1587-Dsun.jnu.encoding=UTF-8
1588-Dcommunitybuild.scala=3.8.0-RC3
1589-Dcommunitybuild.project.dependencies.add=
1590-Xmx7G
1591-Xms4G
1592-Xss8M
1593-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
1594-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21
1595-jar
1596/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
1597"setCrossScalaVersions 3.8.0-RC3"
1598"++3.8.0-RC3 -v"
1599"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
1600"set every credentials := Nil"
1601"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
1602"removeScalacOptionsStartingWith -P:wartremover"
1603
1604moduleMappings
1605"runBuild 3.8.0-RC3 """{"projects":{"exclude":["pekko-http-scalafix-rules","pekko-http-scalafix-tests","http-scalafix-test-input","http-scalafix-test-output","pekko-http-tests","pekko-http-docs"],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.4"],"sourcePatches":[{"path":"http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala","pattern":"case b: BypassEvent with MessagePart","replaceWith":"case b: (BypassEvent & MessagePart)"},{"path":"http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpMessage.scala","pattern":"headers[T](ClassTag[T](headerClass)).asJava","replaceWith":"headers[T](using ClassTag[T](headerClass)).asJava"},{"path":"project/Dependencies.scala","pattern":"val scala3Version = \"3.3.6\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}""" org.apache.pekko%pekko-http org.apache.pekko%pekko-http-bom org.apache.pekko%pekko-http-caching org.apache.pekko%pekko-http-core org.apache.pekko%pekko-http-cors org.apache.pekko%pekko-http-jackson org.apache.pekko%pekko-http-spray-json org.apache.pekko%pekko-http-testkit org.apache.pekko%pekko-http-testkit-munit org.apache.pekko%pekko-http-xml org.apache.pekko%pekko-parsing"
1606
1607[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 21)
1608[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
1609[info] loading project definition from /build/repo/project
1610[info] compiling 1 Scala source to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
1611[info] done compiling
1612[info] loading settings for project pekko-http from build.sbt...
1613[info] resolving key references (37029 settings) ...
1614[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
1615[info] Building Pekko HTTP 1.3.0+1-e719a5bd+20251204-1502-SNAPSHOT against Pekko 1.1.5 on Scala 2.13.17
1616[info] set current project to pekko-http-root (in build file:/build/repo/)
1617[warn] there are 41 keys that are not used by any other settings/tasks:
1618[warn]
1619[warn] * ThisBuild / projectInfoVersion
1620[warn] +- /build/repo/build.sbt:30
1621[warn] * bill-of-materials / mimaReportSignatureProblems
1622[warn] +- /build/repo/project/Common.scala:53
1623[warn] * bill-of-materials / projectInfoVersion
1624[warn] +- /build/repo/project/Common.scala:22
1625[warn] * docs / mimaReportSignatureProblems
1626[warn] +- /build/repo/project/Common.scala:53
1627[warn] * http / projectInfoVersion
1628[warn] +- /build/repo/project/Common.scala:22
1629[warn] * http-bench-jmh / mimaReportSignatureProblems
1630[warn] +- /build/repo/project/Common.scala:53
1631[warn] * http-bench-jmh / projectInfoVersion
1632[warn] +- /build/repo/project/Common.scala:22
1633[warn] * http-caching / projectInfoVersion
1634[warn] +- /build/repo/project/Common.scala:22
1635[warn] * http-core / doc / autoAPIMappings
1636[warn] +- /build/repo/project/Doc.scala:54
1637[warn] * http-core / projectInfoVersion
1638[warn] +- /build/repo/project/Common.scala:22
1639[warn] * http-cors / projectInfoVersion
1640[warn] +- /build/repo/project/Common.scala:22
1641[warn] * http-jackson / projectInfoVersion
1642[warn] +- /build/repo/project/Common.scala:22
1643[warn] * http-marshallers-java / mimaReportSignatureProblems
1644[warn] +- /build/repo/project/Common.scala:53
1645[warn] * http-marshallers-java / projectInfoVersion
1646[warn] +- /build/repo/project/Common.scala:22
1647[warn] * http-marshallers-scala / mimaReportSignatureProblems
1648[warn] +- /build/repo/project/Common.scala:53
1649[warn] * http-marshallers-scala / projectInfoVersion
1650[warn] +- /build/repo/project/Common.scala:22
1651[warn] * http-scalafix / mimaReportSignatureProblems
1652[warn] +- /build/repo/project/Common.scala:53
1653[warn] * http-scalafix / projectInfoVersion
1654[warn] +- /build/repo/project/Common.scala:22
1655[warn] * http-scalafix-rules / mimaReportSignatureProblems
1656[warn] +- /build/repo/project/Common.scala:53
1657[warn] * http-scalafix-rules / projectInfoVersion
1658[warn] +- /build/repo/project/Common.scala:22
1659[warn] * http-scalafix-test-input / mimaReportSignatureProblems
1660[warn] +- /build/repo/project/Common.scala:53
1661[warn] * http-scalafix-test-input / projectInfoVersion
1662[warn] +- /build/repo/project/Common.scala:22
1663[warn] * http-scalafix-test-output / mimaReportSignatureProblems
1664[warn] +- /build/repo/project/Common.scala:53
1665[warn] * http-scalafix-test-output / projectInfoVersion
1666[warn] +- /build/repo/project/Common.scala:22
1667[warn] * http-scalafix-tests / mimaReportSignatureProblems
1668[warn] +- /build/repo/project/Common.scala:53
1669[warn] * http-scalafix-tests / projectInfoVersion
1670[warn] +- /build/repo/project/Common.scala:22
1671[warn] * http-spray-json / projectInfoVersion
1672[warn] +- /build/repo/project/Common.scala:22
1673[warn] * http-testkit / mimaReportSignatureProblems
1674[warn] +- /build/repo/project/Common.scala:53
1675[warn] * http-testkit / projectInfoVersion
1676[warn] +- /build/repo/project/Common.scala:22
1677[warn] * http-testkit-munit / mimaReportSignatureProblems
1678[warn] +- /build/repo/project/Common.scala:53
1679[warn] * http-testkit-munit / projectInfoVersion
1680[warn] +- /build/repo/project/Common.scala:22
1681[warn] * http-tests / mimaReportSignatureProblems
1682[warn] +- /build/repo/project/Common.scala:53
1683[warn] * http-tests / projectInfoVersion
1684[warn] +- /build/repo/project/Common.scala:22
1685[warn] * http-xml / projectInfoVersion
1686[warn] +- /build/repo/project/Common.scala:22
1687[warn] * http2-tests / mimaReportSignatureProblems
1688[warn] +- /build/repo/project/Common.scala:53
1689[warn] * http2-tests / projectInfoVersion
1690[warn] +- /build/repo/project/Common.scala:22
1691[warn] * parsing / mimaReportSignatureProblems
1692[warn] +- /build/repo/project/Common.scala:53
1693[warn] * parsing / projectInfoVersion
1694[warn] +- /build/repo/project/Common.scala:22
1695[warn] * pekko-http / Javaunidoc / unidoc / unidocProjectFilter
1696[warn] +- /build/repo/project/Doc.scala:166
1697[warn] * pekko-http / mimaReportSignatureProblems
1698[warn] +- /build/repo/project/Common.scala:53
1699[warn] * pekko-http / projectInfoVersion
1700[warn] +- /build/repo/project/Common.scala:22
1701[warn]
1702[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
1703[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
1704Execute setCrossScalaVersions: 3.8.0-RC3
1705[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
1706OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in http-jackson/crossScalaVersions
1707OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in http2-tests/crossScalaVersions
1708OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in http-marshallers-java/crossScalaVersions
1709OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in http-testkit-munit/crossScalaVersions
1710OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in http-spray-json/crossScalaVersions
1711OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in http-marshallers-scala/crossScalaVersions
1712OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in http-bench-jmh/crossScalaVersions
1713OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in http-xml/crossScalaVersions
1714OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in http/crossScalaVersions
1715OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in http-testkit/crossScalaVersions
1716OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in parsing/crossScalaVersions
1717OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in http-core/crossScalaVersions
1718OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in docs/crossScalaVersions
1719OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in http-tests/crossScalaVersions
1720OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in http-cors/crossScalaVersions
1721OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in bill-of-materials/crossScalaVersions
1722OpenCB::Changing crossVersion 3.8.0-RC3 -> 3.8.0-RC3 in http-caching/crossScalaVersions
1723[info] Building Pekko HTTP 1.3.0+1-e719a5bd+20251204-1502-SNAPSHOT against Pekko 1.1.5 on Scala 2.13.17
1724[info] set current project to pekko-http-root (in build file:/build/repo/)
1725[info] Setting Scala version to 3.8.0-RC3 on 17 projects.
1726[info] Switching Scala version on:
1727[info] http-testkit (2.13.17, 2.12.20, 3.8.0-RC3)
1728[info] http-core (2.13.17, 2.12.20, 3.8.0-RC3)
1729[info] http-marshallers-scala (2.13.17, 2.12.20, 3.8.0-RC3)
1730[info] http-jackson (2.13.17, 2.12.20, 3.8.0-RC3)
1731[info] docs (2.13.17, 2.12.20, 3.8.0-RC3)
1732[info] parsing (2.13.17, 2.12.20, 3.8.0-RC3)
1733[info] http-spray-json (2.13.17, 2.12.20, 3.8.0-RC3)
1734[info] http-xml (2.13.17, 2.12.20, 3.8.0-RC3)
1735[info] http-testkit-munit (2.13.17, 2.12.20, 3.8.0-RC3)
1736[info] http2-tests (2.13.17, 2.12.20, 3.8.0-RC3)
1737[info] http-cors (2.13.17, 2.12.20, 3.8.0-RC3)
1738[info] http (2.13.17, 2.12.20, 3.8.0-RC3)
1739[info] http-bench-jmh (2.13.17, 2.12.20, 3.8.0-RC3)
1740[info] http-caching (2.13.17, 2.12.20, 3.8.0-RC3)
1741[info] http-marshallers-java (2.13.17, 2.12.20, 3.8.0-RC3)
1742[info] bill-of-materials (2.13.17, 2.12.20, 3.8.0-RC3)
1743[info] http-tests (2.13.17, 2.12.20, 3.8.0-RC3)
1744[info] Excluding projects:
1745[info] * pekko-http (2.13.17, 2.12.20)
1746[info] http-scalafix-tests (2.13.17, 2.12.20)
1747[info] http-scalafix-test-output (2.13.17, 2.12.20)
1748[info] http-scalafix-test-input (2.13.17, 2.12.20)
1749[info] http-scalafix (2.13.17, 2.12.20)
1750[info] http-scalafix-rules (2.13.17, 2.12.20)
1751[info] Reapplying settings...
1752[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
1753[info] Building Pekko HTTP 1.3.0+1-e719a5bd+20251204-1502-SNAPSHOT against Pekko 1.1.5 on Scala 3.8.0-RC3
1754[info] set current project to pekko-http-root (in build file:/build/repo/)
1755Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1756[info] Reapplying settings...
1757[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
1758[info] Building Pekko HTTP 1.3.0+1-e719a5bd+20251204-1502-SNAPSHOT against Pekko 1.1.5 on Scala 3.8.0-RC3
1759[info] set current project to pekko-http-root (in build file:/build/repo/)
1760[info] Defining Global / credentials, ThisBuild / credentials and 22 others.
1761[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 187 others.
1762[info] Run `last` for details.
1763[info] Reapplying settings...
1764[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
1765[info] Building Pekko HTTP 1.3.0+1-e719a5bd+20251204-1502-SNAPSHOT against Pekko 1.1.5 on Scala 3.8.0-RC3
1766[info] set current project to pekko-http-root (in build file:/build/repo/)
1767Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
1768[info] Reapplying settings...
1769OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
1770
1771 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
1772 Did you mean http2-tests / allExcludeDependencies ?
1773 , retry without global scopes
1774[info] Reapplying settings...
1775[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
1776[info] Building Pekko HTTP 1.3.0+1-e719a5bd+20251204-1502-SNAPSHOT against Pekko 1.1.5 on Scala 3.8.0-RC3
1777[info] set current project to pekko-http-root (in build file:/build/repo/)
1778Execute removeScalacOptionsStartingWith: -P:wartremover
1779[info] Reapplying settings...
1780[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
1781[info] Building Pekko HTTP 1.3.0+1-e719a5bd+20251204-1502-SNAPSHOT against Pekko 1.1.5 on Scala 3.8.0-RC3
1782[info] set current project to pekko-http-root (in build file:/build/repo/)
1783[success] Total time: 0 s, completed 2025 Dec 4 15:02:27
1784Build config: {"projects":{"exclude":["pekko-http-scalafix-rules","pekko-http-scalafix-tests","http-scalafix-test-input","http-scalafix-test-output","pekko-http-tests","pekko-http-docs"],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.4"],"sourcePatches":[{"path":"http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala","pattern":"case b: BypassEvent with MessagePart","replaceWith":"case b: (BypassEvent & MessagePart)"},{"path":"http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpMessage.scala","pattern":"headers[T](ClassTag[T](headerClass)).asJava","replaceWith":"headers[T](using ClassTag[T](headerClass)).asJava"},{"path":"project/Dependencies.scala","pattern":"val scala3Version = \"3.3.6\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
1785Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(pekko-http-scalafix-rules, pekko-http-scalafix-tests, http-scalafix-test-input, http-scalafix-test-output, pekko-http-tests, pekko-http-docs),Map()),Full,List()))
1786Starting build...
1787Projects: Set(http-testkit, http-core, http-jackson, parsing, http-spray-json, http-xml, http-testkit-munit, http-cors, http, http-caching, bill-of-materials)
1788Starting build for ProjectRef(file:/build/repo/,http-testkit) (pekko-http-testkit)... [0/11]
1789OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
1790OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
1791[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1792[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1793[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1794[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1795[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1796[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1797[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1798[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1799OpenCB::Filter out '-language:_', matches setting pattern '^-?-language:_'
1800Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, --java-output-version:17, -Wconf:cat=deprecation:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1801[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1802[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1803[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1804[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1805[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1806[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1807[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1808[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1809[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1810[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1811[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1812[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1813[info] Generating 'JavaPathMatchers.scala'
1814[info] Generating 'ParameterDirectivesInstances.scala'
1815[info] Generating 'FormFieldDirectivesInstances.scala'
1816[info] Generating 'ConstructFromTupleInstances.scala'
1817[info] Generating 'TupleAppendOneInstances.scala'
1818[info] Generating 'TupleFoldInstances.scala'
1819[info] Generating 'ApplyConverterInstances.scala'
1820[info] compiling 4 Scala sources to /build/repo/parsing/target/scala-3.8.0-RC3/classes ...
1821[warn] bad option '-Ywarn-dead-code' was ignored
1822[warn] one warning found
1823[info] done compiling
1824[info] compiling 227 Scala sources and 151 Java sources to /build/repo/http-core/target/scala-3.8.0-RC3/classes ...
1825[warn] bad option '-Ywarn-dead-code' was ignored
1826[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/package.scala:61:4
1827[warn] 61 | synchronized {
1828[warn] | ^^^^^^^^^^^^
1829[warn] | Suspicious top-level unqualified call to synchronized
1830[warn] |
1831[warn] | longer explanation available when compiling with `-explain`
1832[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/client/ResponseParsing.scala:76:30
1833[warn] 76 | } else remainingHeaders.head match {
1834[warn] | ^^^^^^^^^^^^^^^^^^^^^
1835[warn] | match may not be exhaustive.
1836[warn] |
1837[warn] | It would fail on pattern case: (_, _)
1838[warn] |
1839[warn] | longer explanation available when compiling with `-explain`
1840[warn] -- [E121] Pattern Match Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/framing/Http2FrameParsing.scala:160:11
1841[warn] 160 | case tpe => // TODO: remove once all stream types are defined
1842[warn] | ^^^
1843[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
1844[warn] -- [E121] Pattern Match Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/HttpMessageParser.scala:94:13
1845[warn] 94 | case x => x
1846[warn] | ^
1847[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
1848[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/rendering/BodyPartRenderer.scala:64:14
1849[warn] 64 | entity match {
1850[warn] | ^^^^^^
1851[warn] |match may not be exhaustive.
1852[warn] |
1853[warn] |It would fail on pattern case: org.apache.pekko.http.scaladsl.model.HttpEntity.Chunked(_, _), org.apache.pekko.http.scaladsl.model.HttpEntity.CloseDelimited(_, _), org.apache.pekko.http.scaladsl.model.HttpEntity.CloseDelimited(_, _)
1854[warn] |
1855[warn] | longer explanation available when compiling with `-explain`
1856[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala:161:10
1857[warn] 161 | case (TextMessagePart(text, true) +: Nil, remaining) =>
1858[warn] | ^
1859[warn] | match may not be exhaustive.
1860[warn] |
1861[warn] | It would fail on pattern case: (_, _)
1862[warn] |
1863[warn] | longer explanation available when compiling with `-explain`
1864[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/ContentTypeHeader.scala:39:20
1865[warn] 39 | getMediaType(main, sub, charset.isDefined, parameters) match {
1866[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1867[warn] |match may not be exhaustive.
1868[warn] |
1869[warn] |It would fail on pattern case: _: org.apache.pekko.http.scaladsl.model.MediaType.NonMultipartWithOpenCharset (anonymous)
1870[warn] |
1871[warn] | longer explanation available when compiling with `-explain`
1872[warn] -- [E121] Pattern Match Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/javadsl/Http.scala:478:13
1873[warn] 478 | case _ =>
1874[warn] | ^
1875[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
1876[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/Rendering.scala:155:15
1877[warn] 155 | case x: LinearSeq[T] => recL(x)
1878[warn] | ^
1879[warn] |the type test for scala.collection.LinearSeq[T] cannot be checked at runtime because its type arguments can't be determined from scala.collection.immutable.Iterable[T]
1880[warn] |
1881[warn] | longer explanation available when compiling with `-explain`
1882[warn] there was 1 feature warning; re-run with -feature for details
1883[warn] 11 warnings found
1884[warn] source value 8 is obsolete and will be removed in a future release
1885[warn] target value 8 is obsolete and will be removed in a future release
1886[warn] To suppress warnings about obsolete options, use -Xlint:-options.
1887[info] /build/repo/http-core/src/main/java/org/apache/pekko/http/javadsl/model/ContentTypes.java: ContentTypes.java uses or overrides a deprecated API.
1888[info] /build/repo/http-core/src/main/java/org/apache/pekko/http/javadsl/model/ContentTypes.java: Recompile with -Xlint:deprecation for details.
1889[info] /build/repo/http-core/src/main/java/org/apache/pekko/http/impl/util/Util.java: Some input files use unchecked or unsafe operations.
1890[info] /build/repo/http-core/src/main/java/org/apache/pekko/http/impl/util/Util.java: Recompile with -Xlint:unchecked for details.
1891[info] done compiling
1892[info] compiling 146 Scala sources and 9 Java sources to /build/repo/http/target/scala-3.8.0-RC3/classes ...
1893[warn] bad option '-Ywarn-dead-code' was ignored
1894[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/coding/Encoder.scala:79:4
1895[warn] 79 | case req: HttpRequest => isCompressible(req)
1896[warn] | ^
1897[warn] |match may not be exhaustive.
1898[warn] |
1899[warn] |It would fail on pattern case: _: org.apache.pekko.http.scaladsl.model.HttpResponse
1900[warn] |
1901[warn] | longer explanation available when compiling with `-explain`
1902[warn] there were 96 feature warnings; re-run with -feature for details
1903[warn] three warnings found
1904[warn] source value 8 is obsolete and will be removed in a future release
1905[warn] target value 8 is obsolete and will be removed in a future release
1906[warn] To suppress warnings about obsolete options, use -Xlint:-options.
1907[info] /build/repo/http/src/main/java/org/apache/pekko/http/javadsl/coding/Coder.java: Coder.java uses or overrides a deprecated API.
1908[info] /build/repo/http/src/main/java/org/apache/pekko/http/javadsl/coding/Coder.java: Recompile with -Xlint:deprecation for details.
1909[info] /build/repo/http/src/main/java/org/apache/pekko/http/javadsl/unmarshalling/StringUnmarshallers.java: StringUnmarshallers.java uses unchecked or unsafe operations.
1910[info] /build/repo/http/src/main/java/org/apache/pekko/http/javadsl/unmarshalling/StringUnmarshallers.java: Recompile with -Xlint:unchecked for details.
1911[info] done compiling
1912[info] compiling 16 Scala sources to /build/repo/http-testkit/target/scala-3.8.0-RC3/classes ...
1913[warn] bad option '-Ywarn-dead-code' was ignored
1914[warn] one warning found
1915[info] done compiling
1916[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1917[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1918[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1919[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1920[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1921[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1922[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1923[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1924[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1925[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1926[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1927[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1928[info] compiling 2 Scala sources and 1 Java source to /build/repo/http-testkit/target/scala-3.8.0-RC3/test-classes ...
1929[warn] bad option '-Ywarn-dead-code' was ignored
1930[warn] one warning found
1931[warn] source value 8 is obsolete and will be removed in a future release
1932[warn] target value 8 is obsolete and will be removed in a future release
1933[warn] To suppress warnings about obsolete options, use -Xlint:-options.
1934[info] done compiling
1935[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1936[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1937[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1938[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1939[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1940[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1941[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1942[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1943[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1944[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1945[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1946[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1947[ERROR] [12/04/2025 15:03:52.125] [specs2-1] [org.apache.pekko.actor.ActorSystemImpl(org-apache-pekko-http-scaladsl-testkit-Specs2RouteTestSpec)] Error during processing of request: 'BOOM'. Completing with 500 Internal Server Error response. To change default exception handling behavior, provide a custom ExceptionHandler.
1948java.lang.RuntimeException: BOOM
1949 at org.apache.pekko.http.scaladsl.testkit.Specs2RouteTestSpec.$anonfun$4(Specs2RouteTestSpec.scala:113)
1950 at org.apache.pekko.http.scaladsl.server.Directive$.addByNameNullaryApply$$anonfun$1$$anonfun$1(Directive.scala:184)
1951 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$3.apply$$anonfun$1$$anonfun$1$$anonfun$1(Directive.scala:255)
1952 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.mapRouteResult$$anonfun$1$$anonfun$1(BasicDirectives.scala:80)
1953 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.textract$$anonfun$1$$anonfun$1(BasicDirectives.scala:173)
1954 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.handleExceptions$$anonfun$1$$anonfun$1(ExecutionDirectives.scala:42)
1955 at org.apache.pekko.http.scaladsl.testkit.RouteTest$$anon$3.apply(RouteTest.scala:199)
1956 at org.apache.pekko.http.scaladsl.testkit.RouteTest$$anon$3.apply(RouteTest.scala:176)
1957 at org.apache.pekko.http.scaladsl.testkit.RouteTest$WithTransformation2.$tilde$greater(RouteTest.scala:145)
1958 at org.apache.pekko.http.scaladsl.testkit.Specs2RouteTestSpec.$init$$$anonfun$1$$anonfun$7(Specs2RouteTestSpec.scala:116)
1959 at org.specs2.matcher.MatchResult$.org$specs2$matcher$MatchResult$$anon$12$$_$asResult$$anonfun$1(MatchResult.scala:354)
1960 at org.specs2.execute.ResultExecution.execute(ResultExecution.scala:23)
1961 at org.specs2.execute.ResultExecution.execute$(ResultExecution.scala:14)
1962 at org.specs2.execute.ResultExecution$.execute(ResultExecution.scala:125)
1963 at org.specs2.execute.Result$$anon$4.asResult(Result.scala:247)
1964 at org.specs2.execute.AsResult$.apply(AsResult.scala:32)
1965 at org.specs2.matcher.MatchResult$$anon$12.asResult(MatchResult.scala:354)
1966 at org.specs2.execute.AsResult$.apply(AsResult.scala:32)
1967 at org.specs2.specification.core.AsExecution$$anon$1.execute$$anonfun$1(AsExecution.scala:17)
1968 at org.specs2.execute.ResultExecution.execute(ResultExecution.scala:23)
1969 at org.specs2.execute.ResultExecution.execute$(ResultExecution.scala:14)
1970 at org.specs2.execute.ResultExecution$.execute(ResultExecution.scala:125)
1971 at org.specs2.execute.Result$$anon$4.asResult(Result.scala:247)
1972 at org.specs2.execute.AsResult$.apply(AsResult.scala:32)
1973 at org.specs2.execute.AsResult$.safely$$anonfun$1(AsResult.scala:40)
1974 at org.specs2.execute.ResultExecution.execute(ResultExecution.scala:23)
1975 at org.specs2.execute.ResultExecution.execute$(ResultExecution.scala:14)
1976 at org.specs2.execute.ResultExecution$.execute(ResultExecution.scala:125)
1977 at org.specs2.execute.AsResult$.safely(AsResult.scala:40)
1978 at org.specs2.specification.core.Execution$.result$$anonfun$1(Execution.scala:357)
1979 at org.specs2.specification.core.Execution$.withEnvSync$$anonfun$1$$anonfun$1$$anonfun$1(Execution.scala:375)
1980 at org.specs2.execute.ResultExecution.execute(ResultExecution.scala:23)
1981 at org.specs2.execute.ResultExecution.execute$(ResultExecution.scala:14)
1982 at org.specs2.execute.ResultExecution$.execute(ResultExecution.scala:125)
1983 at org.specs2.execute.Result$$anon$4.asResult(Result.scala:247)
1984 at org.specs2.execute.AsResult$.apply(AsResult.scala:32)
1985 at org.specs2.execute.AsResult$.safely$$anonfun$1(AsResult.scala:40)
1986 at org.specs2.execute.ResultExecution.execute(ResultExecution.scala:23)
1987 at org.specs2.execute.ResultExecution.execute$(ResultExecution.scala:14)
1988 at org.specs2.execute.ResultExecution$.execute(ResultExecution.scala:125)
1989 at org.specs2.execute.AsResult$.safely(AsResult.scala:40)
1990 at org.specs2.specification.core.Execution$.withEnvSync$$anonfun$1$$anonfun$1(Execution.scala:375)
1991 at org.specs2.specification.core.Execution.$anonfun$2$$anonfun$1(Execution.scala:143)
1992 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:506)
1993 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
1994 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
1995 at java.base/java.lang.Thread.run(Thread.java:1583)
1996
1997[INFO] [12/04/2025 15:03:52.152] [specs2-1] [CoordinatedShutdown(pekko://org-apache-pekko-http-scaladsl-testkit-Specs2RouteTestSpec)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
1998[info] Specs2RouteTestSpec
1999[info] The ScalatestRouteTest should support should
2000[info] + the most simple and direct route test
2001[info] + a test using a directive and some checks
2002[info] + proper rejection collection
2003[info] + separation of route execution from checking
2004[info] + failing the test inside the route
2005[info] + failing an assertion inside the route
2006[info] + internal server error
2007[info] Total for specification Specs2RouteTestSpec
2008[info] Finished in 203 ms
2009[info] 7 examples, 8 expectations, 0 failure, 0 error
2010[INFO] [12/04/2025 15:03:52.345] [pool-19-thread-6] [CoordinatedShutdown(pekko://JUnitRouteTestTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2011[INFO] [12/04/2025 15:03:52.391] [pool-19-thread-6] [CoordinatedShutdown(pekko://JUnitRouteTestTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2012[INFO] [12/04/2025 15:03:52.419] [pool-19-thread-6] [CoordinatedShutdown(pekko://JUnitRouteTestTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2013[INFO] [12/04/2025 15:03:52.441] [pool-19-thread-6] [CoordinatedShutdown(pekko://JUnitRouteTestTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2014[INFO] [12/04/2025 15:03:52.817] [pool-19-thread-6] [CoordinatedShutdown(pekko://JUnitRouteTestTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2015[info] Test run org.apache.pekko.http.javadsl.testkit.JUnitRouteTestTest started
2016[info] Test org.apache.pekko.http.javadsl.testkit.JUnitRouteTestTest.testSeparationOfRouteExecutionFromChecking started
2017[info] Test org.apache.pekko.http.javadsl.testkit.JUnitRouteTestTest.testProperRejectionCollection started
2018[info] Test org.apache.pekko.http.javadsl.testkit.JUnitRouteTestTest.testUsingADirectiveAndSomeChecks started
2019[info] Test org.apache.pekko.http.javadsl.testkit.JUnitRouteTestTest.testTheMostSimpleAndDirectRouteTest started
2020[info] Test org.apache.pekko.http.javadsl.testkit.JUnitRouteTestTest.testUsingADirectiveAndSomeChecksAndRunClientServer started
2021[info] Test run org.apache.pekko.http.javadsl.testkit.JUnitRouteTestTest finished: 0 failed, 0 ignored, 5 total, 0.546s
2022[ERROR] [12/04/2025 15:03:53.014] [pool-19-thread-2-ScalaTest-running-ScalatestRouteTestSpec] [org.apache.pekko.actor.ActorSystemImpl(org-apache-pekko-http-scaladsl-testkit-ScalatestRouteTestSpec)] Error during processing of request: 'BOOM'. Completing with 500 Internal Server Error response. To change default exception handling behavior, provide a custom ExceptionHandler.
2023java.lang.RuntimeException: BOOM
2024 at org.apache.pekko.http.scaladsl.testkit.ScalatestRouteTestSpec.$anonfun$7(ScalatestRouteTestSpec.scala:159)
2025 at org.apache.pekko.http.scaladsl.server.Directive$.addByNameNullaryApply$$anonfun$1$$anonfun$1(Directive.scala:184)
2026 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$3.apply$$anonfun$1$$anonfun$1$$anonfun$1(Directive.scala:255)
2027 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.mapRouteResult$$anonfun$1$$anonfun$1(BasicDirectives.scala:80)
2028 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.textract$$anonfun$1$$anonfun$1(BasicDirectives.scala:173)
2029 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.handleExceptions$$anonfun$1$$anonfun$1(ExecutionDirectives.scala:42)
2030 at org.apache.pekko.http.scaladsl.testkit.RouteTest$$anon$3.apply(RouteTest.scala:199)
2031 at org.apache.pekko.http.scaladsl.testkit.RouteTest$$anon$3.apply(RouteTest.scala:176)
2032 at org.apache.pekko.http.scaladsl.testkit.RouteTest$WithTransformation2.$tilde$greater(RouteTest.scala:145)
2033 at org.apache.pekko.http.scaladsl.testkit.ScalatestRouteTestSpec.$init$$$anonfun$1$$anonfun$10(ScalatestRouteTestSpec.scala:162)
2034 at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
2035 at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
2036 at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:31)
2037 at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
2038 at org.scalatest.Transformer.apply(Transformer.scala:22)
2039 at org.scalatest.Transformer.apply(Transformer.scala:21)
2040 at org.scalatest.freespec.AnyFreeSpecLike$$anon$1.apply(AnyFreeSpecLike.scala:424)
2041 at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
2042 at org.scalatest.TestSuite.withFixture$(TestSuite.scala:138)
2043 at org.scalatest.freespec.AnyFreeSpec.withFixture(AnyFreeSpec.scala:1739)
2044 at org.scalatest.freespec.AnyFreeSpecLike.invokeWithFixture$1(AnyFreeSpecLike.scala:430)
2045 at org.scalatest.freespec.AnyFreeSpecLike.runTest$$anonfun$1(AnyFreeSpecLike.scala:434)
2046 at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
2047 at org.scalatest.freespec.AnyFreeSpecLike.runTest(AnyFreeSpecLike.scala:434)
2048 at org.scalatest.freespec.AnyFreeSpecLike.runTest$(AnyFreeSpecLike.scala:49)
2049 at org.scalatest.freespec.AnyFreeSpec.runTest(AnyFreeSpec.scala:1739)
2050 at org.scalatest.freespec.AnyFreeSpecLike.runTests$$anonfun$1(AnyFreeSpecLike.scala:493)
2051 at org.scalatest.SuperEngine.traverseSubNodes$1$$anonfun$1(Engine.scala:413)
2052 at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
2053 at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
2054 at scala.collection.immutable.List.foreach(List.scala:327)
2055 at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:429)
2056 at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
2057 at org.scalatest.SuperEngine.traverseSubNodes$1$$anonfun$1(Engine.scala:427)
2058 at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
2059 at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
2060 at scala.collection.immutable.List.foreach(List.scala:327)
2061 at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:429)
2062 at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
2063 at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
2064 at org.scalatest.freespec.AnyFreeSpecLike.runTests(AnyFreeSpecLike.scala:493)
2065 at org.scalatest.freespec.AnyFreeSpecLike.runTests$(AnyFreeSpecLike.scala:49)
2066 at org.scalatest.freespec.AnyFreeSpec.runTests(AnyFreeSpec.scala:1739)
2067 at org.scalatest.Suite.run(Suite.scala:1114)
2068 at org.scalatest.Suite.run$(Suite.scala:564)
2069 at org.scalatest.freespec.AnyFreeSpec.org$scalatest$freespec$AnyFreeSpecLike$$super$run(AnyFreeSpec.scala:1739)
2070 at org.scalatest.freespec.AnyFreeSpecLike.run$$anonfun$1(AnyFreeSpecLike.scala:537)
2071 at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
2072 at org.scalatest.freespec.AnyFreeSpecLike.run(AnyFreeSpecLike.scala:537)
2073 at org.scalatest.freespec.AnyFreeSpecLike.run$(AnyFreeSpecLike.scala:49)
2074 at org.apache.pekko.http.scaladsl.testkit.ScalatestRouteTestSpec.org$scalatest$BeforeAndAfterAll$$super$run(ScalatestRouteTestSpec.scala:38)
2075 at org.scalatest.BeforeAndAfterAll.liftedTree1$1(BeforeAndAfterAll.scala:213)
2076 at org.scalatest.BeforeAndAfterAll.run(BeforeAndAfterAll.scala:217)
2077 at org.scalatest.BeforeAndAfterAll.run$(BeforeAndAfterAll.scala:135)
2078 at org.apache.pekko.http.scaladsl.testkit.ScalatestRouteTestSpec.run(ScalatestRouteTestSpec.scala:38)
2079 at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
2080 at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
2081 at sbt.TestRunner.runTest$1(TestFramework.scala:153)
2082 at sbt.TestRunner.run(TestFramework.scala:168)
2083 at sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.$anonfun$apply$1(TestFramework.scala:336)
2084 at sbt.TestFramework$.sbt$TestFramework$$withContextLoader(TestFramework.scala:296)
2085 at sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.apply(TestFramework.scala:336)
2086 at sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.apply(TestFramework.scala:336)
2087 at sbt.TestFunction.apply(TestFramework.scala:348)
2088 at sbt.Tests$.$anonfun$toTask$1(Tests.scala:436)
2089 at sbt.std.Transform$$anon$3.$anonfun$apply$2(Transform.scala:47)
2090 at sbt.std.Transform$$anon$4.work(Transform.scala:69)
2091 at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
2092 at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
2093 at sbt.Execute.work(Execute.scala:292)
2094 at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
2095 at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
2096 at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
2097 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2098 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
2099 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2100 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
2101 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
2102 at java.base/java.lang.Thread.run(Thread.java:1583)
2103
2104[INFO] [12/04/2025 15:03:53.026] [pool-19-thread-2] [CoordinatedShutdown(pekko://org-apache-pekko-http-scaladsl-testkit-ScalatestRouteTestSpec)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2105[info] ScalatestRouteTestSpec:
2106[info] The ScalatestRouteTest should support
2107[info] - the most simple and direct route test (11 milliseconds)
2108[info] - a test using a directive and some checks (2 milliseconds)
2109[info] - a test using ~!> and some checks (30 milliseconds)
2110[info] - a test checking a route that returns infinite chunks (14 milliseconds)
2111[info] - proper rejection collection (2 milliseconds)
2112[info] - running on pekko dispatcher threads (2 milliseconds)
2113[info] - separation of route execution from checking (24 milliseconds)
2114[info] - failing the test inside the route (2 milliseconds)
2115[info] - throwing an AssertionError inside the route (1 millisecond)
2116[info] - internal server error (2 milliseconds)
2117[info] - fail if testing a HEAD request with ~> and `transparent-head-request = on` (4 milliseconds)
2118[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2119[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2120[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2121[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2122[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2123[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2124[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2125[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2126[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2127[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2128[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2129[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2130[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2131[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2132[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2133[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2134[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2135[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2136[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2137[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2138[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2139[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2140[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2141[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2142Starting build for ProjectRef(file:/build/repo/,bill-of-materials) (pekko-http-bom)... [1/11]
2143[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2144[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2145Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, --java-output-version:17, -Wconf:cat=deprecation:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2146[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2147[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2148[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2149[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2150[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2151[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2152[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2153[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2154[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2155[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2156[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2157[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2158[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2159[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2160[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2161Starting build for ProjectRef(file:/build/repo/,http-jackson) (pekko-http-jackson)... [2/11]
2162[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2163[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2164[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2165[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2166[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2167[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2168[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2169[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2170[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2171[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2172Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, --java-output-version:17, -Wconf:cat=deprecation:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2173[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2174[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2175[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2176[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2177[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2178[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2179[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2180[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2181[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2182[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2183[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2184[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2185[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2186[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2187[info] compiling 1 Java source to /build/repo/http-marshallers-java/http-jackson/target/scala-3.8.0-RC3/classes ...
2188[warn] source value 8 is obsolete and will be removed in a future release
2189[warn] target value 8 is obsolete and will be removed in a future release
2190[warn] To suppress warnings about obsolete options, use -Xlint:-options.
2191[info] /build/repo/http-marshallers-java/http-jackson/src/main/java/org/apache/pekko/http/javadsl/marshallers/jackson/Jackson.java: Jackson.java uses or overrides a deprecated API.
2192[info] /build/repo/http-marshallers-java/http-jackson/src/main/java/org/apache/pekko/http/javadsl/marshallers/jackson/Jackson.java: Recompile with -Xlint:deprecation for details.
2193[info] done compiling
2194[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2195[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2196[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2197[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2198[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2199[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2200[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2201[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2202[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2203[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2204[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2205[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2206[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2207[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2208[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2209[info] compiling 1 Java source to /build/repo/http-marshallers-java/http-jackson/target/scala-3.8.0-RC3/test-classes ...
2210[warn] source value 8 is obsolete and will be removed in a future release
2211[warn] target value 8 is obsolete and will be removed in a future release
2212[warn] To suppress warnings about obsolete options, use -Xlint:-options.
2213[info] done compiling
2214[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2215[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2216[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2217[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2218[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2219[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2220[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2221[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2222[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2223[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2224[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2225[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2226[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2227[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2228[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2229[INFO] [12/04/2025 15:03:57.577] [pool-38-thread-5] [CoordinatedShutdown(pekko://JacksonTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2230[INFO] [12/04/2025 15:03:57.852] [pool-38-thread-5] [CoordinatedShutdown(pekko://JacksonTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2231[INFO] [12/04/2025 15:03:57.882] [pool-38-thread-5] [CoordinatedShutdown(pekko://JacksonTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2232[INFO] [12/04/2025 15:03:57.909] [pool-38-thread-5] [CoordinatedShutdown(pekko://JacksonTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2233[INFO] [12/04/2025 15:03:57.944] [pool-38-thread-5] [CoordinatedShutdown(pekko://test)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2234[INFO] [12/04/2025 15:03:57.946] [pool-38-thread-5] [CoordinatedShutdown(pekko://JacksonTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2235[INFO] [12/04/2025 15:03:57.978] [pool-38-thread-5] [CoordinatedShutdown(pekko://JacksonTest)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2236[info] Test run org.apache.pekko.http.javadsl.marshallers.jackson.JacksonTest started
2237[info] Test org.apache.pekko.http.javadsl.marshallers.jackson.JacksonTest.configStreamWritesConstraints started
2238[info] Test org.apache.pekko.http.javadsl.marshallers.jackson.JacksonTest.detailsShouldBeHiddenFromResponseEntity started
2239[info] Test org.apache.pekko.http.javadsl.marshallers.jackson.JacksonTest.testFactoryWithBufferRecyclerSetting started
2240[info] Test org.apache.pekko.http.javadsl.marshallers.jackson.JacksonTest.testDefaultFactory started
2241[info] Test org.apache.pekko.http.javadsl.marshallers.jackson.JacksonTest.failingToUnmarshallShouldProvideFailureDetails started
2242[info] Test org.apache.pekko.http.javadsl.marshallers.jackson.JacksonTest.configStreamReadsConstraints started
2243[info] Test run org.apache.pekko.http.javadsl.marshallers.jackson.JacksonTest finished: 0 failed, 0 ignored, 6 total, 0.978s
2244[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2245[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2246[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2247[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2248[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2249[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2250[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2251[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2252[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2253[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2254[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2255[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2256[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2257[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2258[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2259[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2260[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2261[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2262[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2263[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2264[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2265[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2266[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2267[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2268[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2269[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2270[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2271[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2272[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2273[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2274Starting build for ProjectRef(file:/build/repo/,http-caching) (pekko-http-caching)... [3/11]
2275[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2276[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2277[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2278[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2279[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2280[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2281[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2282[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2283[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2284[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2285Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, --java-output-version:17, -Wconf:cat=deprecation:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2286[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2287[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2288[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2289[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2290[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2291[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2292[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2293[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2294[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2295[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2296[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2297[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2298[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2299[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2300[info] compiling 11 Scala sources and 1 Java source to /build/repo/http-caching/target/scala-3.8.0-RC3/classes ...
2301[warn] bad option '-Ywarn-dead-code' was ignored
2302[warn] one warning found
2303[warn] source value 8 is obsolete and will be removed in a future release
2304[warn] target value 8 is obsolete and will be removed in a future release
2305[warn] To suppress warnings about obsolete options, use -Xlint:-options.
2306[info] done compiling
2307[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2308[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2309[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2310[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2311[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2312[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2313[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2314[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2315[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2316[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2317[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2318[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2319[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2320[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2321[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2322[info] compiling 2 Scala sources to /build/repo/http-caching/target/scala-3.8.0-RC3/test-classes ...
2323[warn] bad option '-Ywarn-dead-code' was ignored
2324[warn] one warning found
2325[info] done compiling
2326[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2327[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2328[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2329[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2330[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2331[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2332[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2333[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2334[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2335[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2336[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2337[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2338[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2339[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2340[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2341[INFO] [12/04/2025 15:04:03.114] [pool-47-thread-2] [CoordinatedShutdown(pekko://default)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2342[info] ExpiringLfuCacheSpec:
2343[info] An LfuCache
2344[info] - should be initially empty (31 milliseconds)
2345[info] - should store uncached values (8 milliseconds)
2346[info] - should load uncached values with a given function (1 millisecond)
2347[info] - should return stored values upon cache hit on existing values (0 milliseconds)
2348[info] - should return Futures on uncached values during evaluation and replace these with the value afterwards (3 milliseconds)
2349[info] - should put given uncached future value (1 millisecond)
2350[info] - should replace existing cache when evaluation of new value completes (1 millisecond)
2351[info] - should not remove existing cache when evaluation of new value fails (2 milliseconds)
2352[info] - should properly limit capacity (51 milliseconds)
2353[info] - should not cache exceptions (1 millisecond)
2354[info] - should refresh an entries expiration time on cache hit (2 milliseconds)
2355[info] - should be thread-safe (231 milliseconds)
2356[info] - should be created with the same ttl and tti (21 milliseconds)
23572025-12-04 15:04:03.404+0100 warn [LocalAsyncCache] Exception thrown during asynchronous load
2358org.apache.pekko.http.scaladsl.server.directives.CachingDirectivesSpec$MyException$2$
23592025-12-04 15:04:03.413+0100 warn [LocalAsyncCache] Exception thrown during asynchronous load
2360org.apache.pekko.http.scaladsl.server.directives.CachingDirectivesSpec$MyException$2$
2361[INFO] [12/04/2025 15:04:03.867] [pool-47-thread-6] [CoordinatedShutdown(pekko://org-apache-pekko-http-scaladsl-server-directives-CachingDirectivesSpec)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2362[info] CachingDirectivesSpec:
2363[info] the cache directive
2364[info] - should return and cache the response of the first GET (196 milliseconds)
2365[info] - should return the cached response for a second GET (2 milliseconds)
2366[info] - should return the cached response also for HttpFailures on GETs (4 milliseconds)
2367[info] - should not cache responses for PUTs (2 milliseconds)
2368[info] - should not cache responses for GETs if the request contains a `Cache-Control: no-cache` header (5 milliseconds)
2369[info] - should not cache responses for GETs if the request contains a `Cache-Control: max-age=0` header (2 milliseconds)
2370[info] - should be transparent to exceptions thrown from its inner route (14 milliseconds)
2371[info] - should don't block cache when directive processing is slow (452 milliseconds)
2372[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2373[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2374[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2375[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2376[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2377[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2378[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2379[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2380[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2381[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2382[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2383[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2384[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2385[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2386[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2387[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2388[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2389[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2390[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2391[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2392[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2393[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2394[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2395[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2396[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2397[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2398[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2399[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2400[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2401[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2402Starting build for ProjectRef(file:/build/repo/,http-testkit-munit) (pekko-http-testkit-munit)... [4/11]
2403[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2404[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2405[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2406[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2407[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2408[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2409[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2410[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2411[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2412[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2413Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, --java-output-version:17, -Wconf:cat=deprecation:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2414[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2415[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2416[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2417[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2418[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2419[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2420[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2421[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2422[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2423[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2424[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2425[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2426[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2427[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2428[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2429[info] compiling 2 Scala sources to /build/repo/http-testkit-munit/target/scala-3.8.0-RC3/classes ...
2430[warn] bad option '-Ywarn-dead-code' was ignored
2431[warn] one warning found
2432[info] done compiling
2433[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2434[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2435[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2436[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2437[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2438[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2439[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2440[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2441[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2442[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2443[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2444[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2445[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2446[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2447[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2448[info] compiling 1 Scala source to /build/repo/http-testkit-munit/target/scala-3.8.0-RC3/test-classes ...
2449[warn] bad option '-Ywarn-dead-code' was ignored
2450[warn] one warning found
2451[info] done compiling
2452[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2453[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2454[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2455[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2456[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2457[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2458[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2459[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2460[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2461[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2462[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2463[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2464[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2465[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2466[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2467[ERROR] [12/04/2025 15:04:07.876] [pool-57-thread-2] [org.apache.pekko.actor.ActorSystemImpl(org-apache-pekko-http-scaladsl-testkit-munit-MunitRouteTestSpec)] Error during processing of request: 'BOOM'. Completing with 500 Internal Server Error response. To change default exception handling behavior, provide a custom ExceptionHandler.
2468java.lang.RuntimeException: BOOM
2469 at org.apache.pekko.http.scaladsl.testkit.munit.MunitRouteTestSpec.$anonfun$7(MunitRouteTestSpec.scala:147)
2470 at org.apache.pekko.http.scaladsl.server.Directive$.addByNameNullaryApply$$anonfun$1$$anonfun$1(Directive.scala:184)
2471 at org.apache.pekko.http.scaladsl.server.ConjunctionMagnet$$anon$3.apply$$anonfun$1$$anonfun$1$$anonfun$1(Directive.scala:255)
2472 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.mapRouteResult$$anonfun$1$$anonfun$1(BasicDirectives.scala:80)
2473 at org.apache.pekko.http.scaladsl.server.directives.BasicDirectives.textract$$anonfun$1$$anonfun$1(BasicDirectives.scala:173)
2474 at org.apache.pekko.http.scaladsl.server.directives.ExecutionDirectives.handleExceptions$$anonfun$1$$anonfun$1(ExecutionDirectives.scala:42)
2475 at org.apache.pekko.http.scaladsl.testkit.RouteTest$$anon$3.apply(RouteTest.scala:199)
2476 at org.apache.pekko.http.scaladsl.testkit.RouteTest$$anon$3.apply(RouteTest.scala:176)
2477 at org.apache.pekko.http.scaladsl.testkit.RouteTest$WithTransformation2.$tilde$greater(RouteTest.scala:145)
2478 at org.apache.pekko.http.scaladsl.testkit.munit.MunitRouteTestSpec.$init$$$anonfun$9(MunitRouteTestSpec.scala:150)
2479 at munit.internal.console.StackTraces$.dropOutside(StackTraces.scala:12)
2480 at munit.ValueTransforms.$anonfun$3(ValueTransforms.scala:35)
2481 at scala.util.Try$.apply(Try.scala:218)
2482 at munit.ValueTransforms.munitValueTransform(ValueTransforms.scala:35)
2483 at munit.ValueTransforms.munitValueTransform$(ValueTransforms.scala:9)
2484 at munit.FunSuite.munitValueTransform(FunSuite.scala:13)
2485 at munit.BaseFunSuite.test$$anonfun$1$$anonfun$1(FunSuite.scala:35)
2486 at munit.internal.PlatformCompat$$anon$3.run(PlatformCompat.scala:60)
2487 at munit.Suite$$anon$1.execute(Suite.scala:29)
2488 at munit.internal.PlatformCompat$.waitAtMost(PlatformCompat.scala:64)
2489 at munit.BaseFunSuite.waitForCompletion(FunSuite.scala:44)
2490 at munit.BaseFunSuite.test$$anonfun$1(FunSuite.scala:35)
2491 at munit.MUnitRunner.$anonfun$6$$anonfun$1(MUnitRunner.scala:294)
2492 at munit.internal.console.StackTraces$.dropOutside(StackTraces.scala:12)
2493 at munit.MUnitRunner.$anonfun$6(MUnitRunner.scala:294)
2494 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:506)
2495 at munit.Suite$$anon$1.execute(Suite.scala:29)
2496 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:465)
2497 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:374)
2498 at scala.concurrent.impl.Promise$DefaultPromise.dispatchOrAddCallbacks(Promise.scala:325)
2499 at scala.concurrent.impl.Promise$DefaultPromise.flatMap(Promise.scala:179)
2500 at munit.MUnitRunner.runTestBody(MUnitRunner.scala:304)
2501 at munit.MUnitRunner.runTest(MUnitRunner.scala:274)
2502 at munit.MUnitRunner.runTests$$anonfun$1(MUnitRunner.scala:126)
2503 at scala.collection.Iterator$$anon$9.next(Iterator.scala:600)
2504 at munit.MUnitRunner.loop$1(MUnitRunner.scala:138)
2505 at munit.MUnitRunner.sequenceFutures(MUnitRunner.scala:150)
2506 at munit.MUnitRunner.runTests(MUnitRunner.scala:126)
2507 at munit.MUnitRunner.runAll$$anonfun$1(MUnitRunner.scala:161)
2508 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:506)
2509 at munit.Suite$$anon$1.execute(Suite.scala:29)
2510 at scala.concurrent.impl.Promise$Transformation.submitWithValue(Promise.scala:465)
2511 at scala.concurrent.impl.Promise$DefaultPromise.submitWithValue(Promise.scala:374)
2512 at scala.concurrent.impl.Promise$DefaultPromise.dispatchOrAddCallbacks(Promise.scala:325)
2513 at scala.concurrent.impl.Promise$DefaultPromise.flatMap(Promise.scala:179)
2514 at munit.MUnitRunner.runAll(MUnitRunner.scala:164)
2515 at munit.MUnitRunner.runAsync(MUnitRunner.scala:115)
2516 at munit.MUnitRunner.run(MUnitRunner.scala:107)
2517 at munit.internal.junitinterface.JUnitRunnerWrapper.run(JUnitRunnerWrapper.java:24)
2518 at org.junit.runners.Suite.runChild(Suite.java:128)
2519 at org.junit.runners.Suite.runChild(Suite.java:27)
2520 at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
2521 at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
2522 at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
2523 at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
2524 at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
2525 at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
2526 at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
2527 at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
2528 at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
2529 at munit.internal.junitinterface.JUnitTask.execute(JUnitTask.java:87)
2530 at sbt.TestRunner.runTest$1(TestFramework.scala:153)
2531 at sbt.TestRunner.run(TestFramework.scala:168)
2532 at sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.$anonfun$apply$1(TestFramework.scala:336)
2533 at sbt.TestFramework$.sbt$TestFramework$$withContextLoader(TestFramework.scala:296)
2534 at sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.apply(TestFramework.scala:336)
2535 at sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.apply(TestFramework.scala:336)
2536 at sbt.TestFunction.apply(TestFramework.scala:348)
2537 at sbt.Tests$.$anonfun$toTask$1(Tests.scala:436)
2538 at sbt.std.Transform$$anon$3.$anonfun$apply$2(Transform.scala:47)
2539 at sbt.std.Transform$$anon$4.work(Transform.scala:69)
2540 at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
2541 at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
2542 at sbt.Execute.work(Execute.scala:292)
2543 at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
2544 at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
2545 at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
2546 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2547 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
2548 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
2549 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
2550 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
2551 at java.base/java.lang.Thread.run(Thread.java:1583)
2552
2553[INFO] [12/04/2025 15:04:07.890] [pool-57-thread-2] [CoordinatedShutdown(pekko://org-apache-pekko-http-scaladsl-testkit-munit-MunitRouteTestSpec)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2554org.apache.pekko.http.scaladsl.testkit.munit.MunitRouteTestSpec:
2555 + The MunitRouteTest should support the most simple and direct route test 0.138s
2556 + The MunitRouteTest should support a test using a directive and some checks 0.013s
2557 + The MunitRouteTest should support a test using ~!> and some checks 0.33s
2558 + The MunitRouteTest should support test checking a route that returns infinite chunks 0.013s
2559 + The MunitRouteTest should support proper rejection collection 0.005s
2560 + The MunitRouteTest should support separation of route execution from checking 0.032s
2561 + The MunitRouteTest should support failing the test inside the route 0.004s
2562 + The MunitRouteTest should support throwing an AssertionError inside the route 0.001s
2563 + The MunitRouteTest should support internal server error 0.003s
2564 + The MunitRouteTest should fail if testing a HEAD request with ~> and `transparent-head-request = on` 0.002s
2565[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2566[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2567[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2568[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2569[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2570[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2571[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2572[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2573[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2574[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2575[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2576[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2577[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2578[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2579[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2580[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2581[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2582[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2583[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2584[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2585[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2586[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2587[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2588[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2589[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2590[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2591[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2592[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2593[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2594[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2595Starting build for ProjectRef(file:/build/repo/,http-xml) (pekko-http-xml)... [5/11]
2596[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2597[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2598[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2599[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2600[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2601[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2602[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2603[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2604Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, --java-output-version:17, -Wconf:cat=deprecation:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2605[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2606[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2607[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2608[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2609[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2610[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2611[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2612[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2613[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2614[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2615[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2616[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2617[info] compiling 1 Scala source to /build/repo/http-marshallers-scala/http-xml/target/scala-3.8.0-RC3/classes ...
2618[warn] bad option '-Ywarn-dead-code' was ignored
2619[warn] one warning found
2620[info] done compiling
2621[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2622[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2623[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2624[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2625[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2626[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2627[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2628[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2629[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2630[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2631[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2632[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2633[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2634[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2635[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2636[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2637[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2638[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2639[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2640[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2641[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2642[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2643[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2644[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2645[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2646[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2647[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2648[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2649[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2650[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2651[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2652[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2653[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2654[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2655[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2656[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2657[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2658[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2659[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2660[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2661[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2662[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2663[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2664[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2665[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2666[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2667[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2668[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2669Starting build for ProjectRef(file:/build/repo/,http-core) (pekko-http-core)... [6/11]
2670[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2671[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2672[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2673[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2674Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, --java-output-version:17, -Wconf:cat=deprecation:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2675[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2676[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2677[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2678[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2679[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2680[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2681[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2682[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2683[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2684[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2685[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2686[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2687[info] compiling 87 Scala sources and 12 Java sources to /build/repo/http-core/target/scala-3.8.0-RC3/test-classes ...
2688[warn] bad option '-Ywarn-dead-code' was ignored
2689[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:73:28
2690[warn] 73 | PekkoSpec.getCallerName(getClass),
2691[warn] | ^^^^^^^^
2692[warn] | Suspicious top-level unqualified call to getClass
2693[warn] |
2694[warn] | longer explanation available when compiling with `-explain`
2695[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:80:56
2696[warn] 80 | def this() = this(ActorSystem(PekkoSpec.getCallerName(getClass), PekkoSpec.testConf))
2697[warn] | ^^^^^^^^
2698[warn] | Suspicious top-level unqualified call to getClass
2699[warn] |
2700[warn] | longer explanation available when compiling with `-explain`
2701[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:101:28
2702[warn] 101 | PekkoSpec.getCallerName(getClass),
2703[warn] | ^^^^^^^^
2704[warn] | Suspicious top-level unqualified call to getClass
2705[warn] |
2706[warn] | longer explanation available when compiling with `-explain`
2707[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:108:56
2708[warn] 108 | def this() = this(ActorSystem(PekkoSpec.getCallerName(getClass), PekkoSpec.testConf))
2709[warn] | ^^^^^^^^
2710[warn] | Suspicious top-level unqualified call to getClass
2711[warn] |
2712[warn] | longer explanation available when compiling with `-explain`
2713[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:132:28
2714[warn] 132 | PekkoSpec.getCallerName(getClass),
2715[warn] | ^^^^^^^^
2716[warn] | Suspicious top-level unqualified call to getClass
2717[warn] |
2718[warn] | longer explanation available when compiling with `-explain`
2719[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:139:56
2720[warn] 139 | def this() = this(ActorSystem(PekkoSpec.getCallerName(getClass), PekkoSpec.testConf))
2721[warn] | ^^^^^^^^
2722[warn] | Suspicious top-level unqualified call to getClass
2723[warn] |
2724[warn] | longer explanation available when compiling with `-explain`
2725[warn] 7 warnings found
2726[warn] source value 8 is obsolete and will be removed in a future release
2727[warn] target value 8 is obsolete and will be removed in a future release
2728[warn] To suppress warnings about obsolete options, use -Xlint:-options.
2729[info] /build/repo/http-core/src/test/java/org/apache/pekko/http/javadsl/settings/ParserSettingsTest.java: ParserSettingsTest.java uses or overrides a deprecated API.
2730[info] /build/repo/http-core/src/test/java/org/apache/pekko/http/javadsl/settings/ParserSettingsTest.java: Recompile with -Xlint:deprecation for details.
2731[info] done compiling
2732[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2733[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2734[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2735[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2736[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2737[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2738Coroner Thread Count starts at 63 in org.apache.pekko.http.scaladsl.GracefulTerminationSpec
2739[INFO] [12/04/2025 15:04:26.904] [pool-75-thread-1-ScalaTest-running-GracefulTerminationSpec] [CoordinatedShutdown(pekko://client)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2740Coroner Thread Count started at 63, ended at 61, peaked at 104 in org.apache.pekko.http.scaladsl.GracefulTerminationSpec
2741[info] GracefulTerminationSpec:
2742[info] Unbinding
2743[info] - should not allow new connections (542 milliseconds)
2744[info] Graceful termination
2745[info] - should stop accepting new connections (368 milliseconds)
2746[info] - should fail chunked response streams (149 milliseconds)
2747[info] - should fail close delimited response streams !!! IGNORED !!!
2748[info] - should provide whenTerminated future that completes once server has completed termination (no connections) (7 milliseconds)
2749[info] - should provide whenTerminated future that completes once server has completed termination (existing connection, no user reply) (1 second, 86 milliseconds)
2750[info] - should provide whenTerminated future that completes once server has completed termination (existing connection, user reply) (533 milliseconds)
2751[info] - should provide whenTerminated future that completes once server has completed termination (existing connection, user reply, terminate, no reply) (557 milliseconds)
2752[info] - should in-flight request responses should include additional Connection: close header and connection should be closed (1 second, 650 milliseconds)
2753[info] - should allow configuring the automatic termination response (in config) (1 second, 41 milliseconds)
2754[info] - should allow configuring the automatic termination response (in code) (1 second, 60 milliseconds)
2755[info] HttpModelIntegrationSpec:
2756[info] External HTTP libraries
2757[info] - should be able to get String headers and an Array[Byte] body out of an HttpRequest (5 milliseconds)
2758[info] - should be able to build an HttpResponse from String headers and Array[Byte] body (2 milliseconds)
2759[info] - should be able to wrap HttpHeaders with custom typed headers (2 milliseconds)
2760[info] ParserSettingsTest:
2761[info] - testCreateWithActorSystem
2762[info] HttpMessageTest:
2763[info] - testRetrieveAttributeByKey
2764[info] - testAttributeKeys
2765[info] - testSslAttribute
2766[info] ContentLengthHeaderParserLFSpec:
2767[info] specialized ContentLength parser (mode: LF)
2768[info] - should accept zero (0 milliseconds)
2769[info] - should accept positive value (0 milliseconds)
2770[info] - should accept positive value > Int.MaxValue <= Long.MaxValue (0 milliseconds)
2771[info] - should don't accept positive value > Long.MaxValue (2 milliseconds)
2772[info] DateTimeSpec:
2773[info] DateTime.toRfc1123DateTimeString
2774[info] - should properly print a known date (1 millisecond)
2775[info] - should behave exactly as a corresponding formatting via SimpleDateFormat (132 milliseconds)
2776[info] DateTime.toIsoDateTimeString
2777[info] - should properly print a known date (1 millisecond)
2778[info] DateTime.fromIsoDateTimeString
2779[info] - should properly parse a legal string (0 milliseconds)
2780[info] - should properly parse a legal extended string (1 millisecond)
2781[info] - should fail on an illegal string (0 milliseconds)
2782[info] - should fail on an illegal extended string (1 millisecond)
2783[info] The two DateTime implementations
2784[info] - should allow for transparent round-trip conversions (40 milliseconds)
2785[info] - should properly represent DateTime.MinValue (0 milliseconds)
2786[info] - should properly represent DateTime.MaxValue (0 milliseconds)
2787Coroner Thread Count starts at 68 in org.apache.pekko.http.impl.engine.server.HttpServerWithExplicitSchedulerSpec
2788Coroner Thread Count started at 68, ended at 73, peaked at 73 in org.apache.pekko.http.impl.engine.server.HttpServerWithExplicitSchedulerSpec
2789[info] HttpServerWithExplicitSchedulerSpec:
2790[info] The server implementation
2791[info] should support request timeouts which
2792[info] - are defined via the config (177 milliseconds)
2793[info] - are programmatically increased (not expiring) (171 milliseconds)
2794[info] - are programmatically increased (expiring) (373 milliseconds)
2795[info] - are programmatically decreased (270 milliseconds)
2796[info] - have a programmatically set timeout handler (170 milliseconds)
2797[info] BoyerMooreSpec:
2798[info] The Boyer Moore implementation
2799[info] - should correctly find all matches of a few handwritten string-search examples (1 millisecond)
2800[info] - should perform identically to a regex search (18 milliseconds)
2801Coroner Thread Count starts at 80 in org.apache.pekko.http.impl.util.One2OneBidiFlowSpec
2802Coroner Thread Count started at 80, ended at 75, peaked at 86 in org.apache.pekko.http.impl.util.One2OneBidiFlowSpec
2803[info] One2OneBidiFlowSpec:
2804[info] A One2OneBidiFlow
2805[info] - must be fully transparent for valid one-to-one streams (23 milliseconds)
2806[info] - must be fully transparent to errors (2 milliseconds)
2807[info] - must trigger an `OutputTruncationException` if the wrapped stream completes early (65 milliseconds)
2808[info] - must trigger an `UnexpectedOutputException` if the wrapped stream produces out-of-order elements (64 milliseconds)
2809[info] - must fully propagate cancellation (63 milliseconds)
2810[info] - must backpressure the input side if the maximum number of pending output elements has been reached (47 milliseconds)
2811[info] - must not pull when input is closed before suppressed pull can be acted on (63 milliseconds)
2812[info] ClientSpec:
2813[info] HTTP Client
2814[info] - should reuse connection pool (22 milliseconds)
2815Coroner Thread Count starts at 81 in org.apache.pekko.http.impl.engine.client.ClientCancellationSpec
2816Coroner Thread Count started at 81, ended at 83, peaked at 103 in org.apache.pekko.http.impl.engine.client.ClientCancellationSpec
2817[info] ClientCancellationSpec:
2818[info] Http client connections
2819[info] - must support cancellation in simple outgoing connection (155 milliseconds)
2820[info] - must support cancellation in pooled outgoing connection (55 milliseconds)
2821[info] - must support cancellation in simple outgoing connection with TLS (pending)
2822[info] - must support cancellation in pooled outgoing connection with TLS (59 milliseconds)
2823Coroner Thread Count starts at 80 in org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStageSpec
2824Coroner Thread Count started at 80, ended at 80, peaked at 86 in org.apache.pekko.http.impl.engine.client.HttpsProxyGraphStageSpec
2825[info] HttpsProxyGraphStageSpec:
2826[info] A ProxyGraphStage
2827[info] - should send CONNECT message and then forward incoming messages (373 milliseconds)
2828[info] - should send CONNECT message with ProxyAuth header and then forward incoming messages (366 milliseconds)
2829[info] - should treat any 2xx response for CONNECT message as successful (66 milliseconds)
2830[info] - should treat fragmented 200 response for CONNECT message as successful (66 milliseconds)
2831[info] - should fail in case of non-2xx Proxy response for CONNECT message (64 milliseconds)
2832[info] - should fail in case of unexpected Proxy response for CONNECT message (66 milliseconds)
2833[info] - should forward additional data sent by Proxy (67 milliseconds)
2834Coroner Thread Count starts at 79 in org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettingsSpec
2835Coroner Thread Count started at 79, ended at 75, peaked at 80 in org.apache.pekko.http.scaladsl.settings.ConnectionPoolSettingsSpec
2836[info] ConnectionPoolSettingsSpec:
2837[info] ConnectionPoolSettings
2838[info] - should use pekko.http.client settings by default (2 milliseconds)
2839[info] - should allow overriding client settings with pekko.http.host-connection-pool.client (1 millisecond)
2840[info] - should allow max-open-requests = 1 (1 millisecond)
2841[info] - should allow max-open-requests = 42 (1 millisecond)
2842[info] - should allow per host overrides (5 milliseconds)
2843[info] - should allow overriding values from code (2 milliseconds)
2844[info] - should choose the first matching override when there are multiple (3 milliseconds)
2845[info] HttpCookieSpec:
2846[info] The Java HttpCookie API
2847[info] create cookies with
2848[info] - name and value (4 milliseconds)
2849[info] - SameSite None by default (1 millisecond)
2850[info] - SameSite as specified (1 millisecond)
2851[info] SameSite conversation to Scala
2852[info] - convert Strict (0 milliseconds)
2853[info] - convert Lax (0 milliseconds)
2854[info] - convert None (0 milliseconds)
2855Coroner Thread Count starts at 80 in org.apache.pekko.http.impl.engine.ws.Utf8CodingSpecs
2856Coroner Thread Count started at 80, ended at 73, peaked at 86 in org.apache.pekko.http.impl.engine.ws.Utf8CodingSpecs
2857[info] Utf8CodingSpecs:
2858[info] Utf8 decoding/encoding
2859[info] - should work for all codepoints (89 milliseconds)
2860[info] ConnectionPoolSettingsTest:
2861[info] - testCreateWithActorSystem
2862Coroner Thread Count starts at 87 in org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec
2863Coroner Thread Count started at 87, ended at 85, peaked at 90 in org.apache.pekko.http.impl.engine.client.LowLevelOutgoingConnectionSpec
2864[info] LowLevelOutgoingConnectionSpec:
2865[info] The connection-level client implementation
2866[info] should handle a request/response round-trip which
2867[info] - has a request with empty entity (47 milliseconds)
2868[info] - has a request with default entity (62 milliseconds)
2869[info] - has a response with a chunked entity (56 milliseconds)
2870[info] - has a response with a chunked entity and Connection: close (56 milliseconds)
2871[info] - has a request with a chunked entity and Connection: close (46 milliseconds)
2872[info] - has a request with a overridden User-Agent RawHeader (44 milliseconds)
2873[info] - has a request with a overridden Host RawHeader (44 milliseconds)
2874[info] - exhibits eager request stream completion (44 milliseconds)
2875[info] - should close the connection if response entity stream has been cancelled (57 milliseconds)
2876[info] - should proceed to next response once previous response's entity has been drained (46 milliseconds)
2877[info] should handle several requests on one persistent connection which
2878[info] - has a first response that was chunked (55 milliseconds)
2879[info] should process the illegal response header value properly which
2880[info] - catch illegal response header value by default (45 milliseconds)
2881[info] - ignore illegal response header value if setting the config to ignore (47 milliseconds)
2882[info] - ignore illegal response header name if setting the config to ignore (47 milliseconds)
2883[info] - ignore illegal response header value and log a warning message if setting the config to warn (46 milliseconds)
2884[info] - should ignore illegal response header name and log a warning message if setting the config to warn (45 milliseconds)
2885[info] should produce proper errors which
2886[info] - catch the request entity stream being shorter than the Content-Length (58 milliseconds)
2887[info] - catch the request entity stream being longer than the Content-Length (56 milliseconds)
2888[info] - catch illegal response starts (45 milliseconds)
2889[info] - catch illegal response chunks (56 milliseconds)
2890[info] - catch a response start truncation (44 milliseconds)
2891[info] should support response length verification which is defined via
2892[info] - the config setting (strict entity) (47 milliseconds)
2893[info] - the config setting (default entity) (48 milliseconds)
2894[info] - the config setting (chunked entity) (47 milliseconds)
2895[info] - the config setting (close-delimited entity) (89 milliseconds)
2896[info] - a smaller programmatically-set limit (strict entity) (45 milliseconds)
2897[info] - a smaller programmatically-set limit (default entity) (45 milliseconds)
2898[info] - a smaller programmatically-set limit (chunked entity) (46 milliseconds)
2899[info] - a smaller programmatically-set limit (close-delimited entity) (90 milliseconds)
2900[info] - a larger programmatically-set limit (strict entity) (46 milliseconds)
2901[info] - a larger programmatically-set limit (default entity) (46 milliseconds)
2902[info] - a larger programmatically-set limit (chunked entity) (46 milliseconds)
2903[info] - a larger programmatically-set limit (close-delimited entity) (90 milliseconds)
2904[info] should support requests with an `Expect: 100-continue` headers which
2905[info] - have a strict entity and receive a `100 Continue` response (98 milliseconds)
2906[info] - have a default entity and receive a `100 Continue` response (95 milliseconds)
2907[info] - receive a normal response (95 milliseconds)
2908[info] - receive an error response (95 milliseconds)
2909[info] - should ignore interim 1xx responses (45 milliseconds)
2910[info] - should receive Content-Length for HEAD requests (46 milliseconds)
2911[info] ServerSettingsTest:
2912[info] - testCreateWithActorSystem
2913[info] SerializabilitySpec:
2914[info] HttpRequests
2915[info] should be serializable
2916[info] should be serializable (pending)
2917[info] HttpResponse
2918[info] should be serializable
2919[info] - when empty (pending)
2920[info] Header values
2921[info] should be serializable
2922[info] - when Cache (14 milliseconds)
2923[info] - when DateTime (2 milliseconds)
2924[info] - when Charsets (9 milliseconds)
2925[info] - when LanguageRange (7 milliseconds)
2926[info] - when MediaRange (2 milliseconds)
2927Coroner Thread Count starts at 92 in org.apache.pekko.http.impl.engine.client.TlsEndpointVerificationSpec
2928Coroner Thread Count started at 92, ended at 90, peaked at 98 in org.apache.pekko.http.impl.engine.client.TlsEndpointVerificationSpec
2929[info] TlsEndpointVerificationSpec:
2930[info] The client implementation
2931[info] - should not accept certificates signed by unknown CA (42 milliseconds)
2932[info] - should accept certificates signed by known CA (17 milliseconds)
2933[info] - should not accept certificates for foreign hosts (12 milliseconds)
2934[info] - should allow disabling endpoint verification (24 milliseconds)
2935Coroner Thread Count starts at 92 in org.apache.pekko.http.impl.engine.client.HttpConfigurationSpec
2936[INFO] [12/04/2025 15:04:38.939] [pool-75-thread-1-ScalaTest-running-HttpConfigurationSpec] [CoordinatedShutdown(pekko://config-testing)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2937[INFO] [12/04/2025 15:04:38.952] [pool-75-thread-1-ScalaTest-running-HttpConfigurationSpec] [CoordinatedShutdown(pekko://config-testing)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2938[INFO] [12/04/2025 15:04:38.964] [pool-75-thread-1-ScalaTest-running-HttpConfigurationSpec] [CoordinatedShutdown(pekko://config-testing)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2939[INFO] [12/04/2025 15:04:38.975] [pool-75-thread-1-ScalaTest-running-HttpConfigurationSpec] [CoordinatedShutdown(pekko://config-testing)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2940[INFO] [12/04/2025 15:04:38.987] [pool-75-thread-1-ScalaTest-running-HttpConfigurationSpec] [CoordinatedShutdown(pekko://config-testing)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2941[INFO] [12/04/2025 15:04:39.000] [pool-75-thread-1-ScalaTest-running-HttpConfigurationSpec] [CoordinatedShutdown(pekko://config-testing)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2942[INFO] [12/04/2025 15:04:39.012] [pool-75-thread-1-ScalaTest-running-HttpConfigurationSpec] [CoordinatedShutdown(pekko://config-testing)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2943[INFO] [12/04/2025 15:04:39.023] [pool-75-thread-1-ScalaTest-running-HttpConfigurationSpec] [CoordinatedShutdown(pekko://config-testing)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2944[INFO] [12/04/2025 15:04:39.033] [pool-75-thread-1-ScalaTest-running-HttpConfigurationSpec] [CoordinatedShutdown(pekko://config-testing)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2945[INFO] [12/04/2025 15:04:39.044] [pool-75-thread-1-ScalaTest-running-HttpConfigurationSpec] [CoordinatedShutdown(pekko://config-testing)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2946[INFO] [12/04/2025 15:04:39.053] [pool-75-thread-1-ScalaTest-running-HttpConfigurationSpec] [CoordinatedShutdown(pekko://config-testing)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2947[INFO] [12/04/2025 15:04:39.063] [pool-75-thread-1-ScalaTest-running-HttpConfigurationSpec] [CoordinatedShutdown(pekko://config-testing)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2948[INFO] [12/04/2025 15:04:39.074] [pool-75-thread-1-ScalaTest-running-HttpConfigurationSpec] [CoordinatedShutdown(pekko://config-testing)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
2949Coroner Thread Count started at 92, ended at 89, peaked at 107 in org.apache.pekko.http.impl.engine.client.HttpConfigurationSpec
2950[info] HttpConfigurationSpec:
2951[info] Reference configurations
2952[info] - should have default server `parsing` settings (2 milliseconds)
2953[info] - should have default client `parsing` settings (2 milliseconds)
2954[info] - should have default client and pool `client` settings (1 millisecond)
2955[info] - should have empty string host default client https proxy settings (2 milliseconds)
2956[info] - should override value from `pekko.http.parsing` by setting `pekko.http.client.parsing` (10 milliseconds)
2957[info] - should override `pekko.http.parsing` by setting `pekko.http.host-connection-pool.client.parsing` setting (12 milliseconds)
2958[info] - should set `pekko.http.host-connection-pool.client.idle-timeout` only (12 milliseconds)
2959[info] - should set `pekko.http.server.idle-timeout` only (11 milliseconds)
2960[info] - should change parser settings for all by setting `pekko.http.parsing` (11 milliseconds)
2961[info] - should change parser settings for all by setting `pekko.http.parsing`, unless client/server override it (12 milliseconds)
2962[info] - should change parser settings for all by setting `pekko.http.parsing`, unless all override it (12 milliseconds)
2963[info] - should set `pekko.http.host-connection-pool.min-connections` only (31 milliseconds)
2964[info] - should set `pekko.http.client.proxy.https.host` only in (9 milliseconds)
2965[info] - should set `pekko.http.client.proxy.https.port` only in (10 milliseconds)
2966[info] - should set `pekko.http.client.proxy.https.port` and `pekko.http.client.proxy.https.host` in (9 milliseconds)
2967[info] FastFutureSpec:
2968[info] FastFuture should implement
2969[info] transformWith(Try => Future)
2970[info] - Success -> Success (2 milliseconds)
2971[info] - Success -> Failure (2 milliseconds)
2972[info] - Failure -> Success (1 millisecond)
2973[info] - Failure -> Failure (1 millisecond)
2974[info] - Success -> user-function failed (1 millisecond)
2975[info] - Failure -> user-function failed (0 milliseconds)
2976[info] transformWith(A => Future[B], Throwable => Future[B])
2977[info] - Success -> Success (0 milliseconds)
2978[info] - Success -> Failure (0 milliseconds)
2979[info] - Failure -> Success (1 millisecond)
2980[info] - Failure -> Failure (1 millisecond)
2981[info] - Success -> user-function failed (1 millisecond)
2982[info] - Failure -> user-function failed (0 milliseconds)
2983[info] map
2984[info] - map success (1 millisecond)
2985[info] - report exceptions from user function (1 millisecond)
2986[info] - propagate errors (0 milliseconds)
2987[info] flatMap
2988[info] - both success (0 milliseconds)
2989[info] - outer failure (0 milliseconds)
2990[info] - inner failure (1 millisecond)
2991[info] - user-func failure (1 millisecond)
2992[info] recoverWith
2993[info] - Success (1 millisecond)
2994[info] - Failure -> Success (1 millisecond)
2995[info] - Failure -> Failure (1 millisecond)
2996[info] - user-function failed (0 milliseconds)
2997[info] recover
2998[info] - Success (0 milliseconds)
2999[info] - Failure -> Success (0 milliseconds)
3000[info] - user-function failed (0 milliseconds)
3001[info] MultipartsSpec:
3002[info] Multiparts.createFormDataFromParts
3003[info] - should create a model from Multiparts.createFormDataBodyPartparts (16 milliseconds)
3004[info] - should create a model from Multiparts.createFormDataFromSourceParts (5 milliseconds)
3005[info] Multiparts.createFormDataFromFields
3006[info] - should create a model from a map of fields (0 milliseconds)
3007[info] Multiparts.createStrictFormDataFromParts
3008[info] - should create a strict model from Multiparts.createFormDataBodyPartStrict parts (2 milliseconds)
3009[info] JavaApiSpec:
3010[info] The Java API should work for
3011[info] work with Uris
3012[info] - query (7 milliseconds)
3013[info] - query(Iterable) (0 milliseconds)
3014[info] - addSegment (0 milliseconds)
3015[info] - scheme/host/port (1 millisecond)
3016[info] - toRelative (0 milliseconds)
3017[info] - pathSegments (3 milliseconds)
3018[info] - access parameterMap (7 milliseconds)
3019[info] - access parameters (1 millisecond)
3020[info] - access single parameter (1 millisecond)
3021[info] UriTest:
3022[info] - testAddingQueryParams
3023[info] - testIllegalScheme
3024[info] - testStrictModeException1
3025[info] - testStrictModeException2
3026[info] - testStrictModeException3
3027[info] - testStrictModeException4
3028[info] - testIllegalUserInfo
3029[info] - testIllegalPercentEncoding
3030[info] - testRelaxedMode
3031[info] - testIllegalPathWithControlCharacter
3032[info] - testValidUrlExamples
3033[info] - testPercentEscape
3034[info] - testIllegalQuery
3035[info] - testStrictMode
3036[info] - testRelaxedModeException1
3037[info] - testIllegalPath
3038Coroner Thread Count starts at 94 in org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec
3039Coroner Thread Count started at 94, ended at 92, peaked at 114 in org.apache.pekko.http.impl.engine.client.NewConnectionPoolSpec
3040[info] NewConnectionPoolSpec:
3041[info] The host-level client infrastructure
3042[info] - should complete a simple request/response cycle (57 milliseconds)
3043[info] - should open a second connection if the first one is loaded (56 milliseconds)
3044[info] - should open a second connection if the request on the first one is dispatch but not yet completed (69 milliseconds)
3045[info] - should automatically open a new connection after configured max-connection-lifetime elapsed (1 second, 56 milliseconds)
3046[info] - should not open a second connection if there is an idle one available (141 milliseconds)
3047[info] - should be able to handle 500 requests against the test server (661 milliseconds)
3048[info] - should surface connection-level errors (38 milliseconds)
3049[info] - should surface connection-level and stream-level errors while receiving response entity (2 seconds, 146 milliseconds)
3050[info] - should retry failed requests (31 milliseconds)
3051[info] - should respect the configured `maxRetries` value (40 milliseconds)
3052[info] - should automatically shutdown after configured timeout periods (1 second, 38 milliseconds)
3053[info] - should automatically shutdown after configured timeout periods but only after streaming response is finished (852 milliseconds)
3054[info] - should transparently restart after idle shutdown (1 second, 43 milliseconds)
3055[info] - should don't drop requests during idle-timeout shutdown (561 milliseconds)
3056[info] - should never close hot connections when minConnections key is given and >0 (minConnections = 1) (696 milliseconds)
3057[info] - should never close hot connections when minConnections key is given and >0 (minConnections = 5) (1 second, 521 milliseconds)
3058[info] - should shutdown if idle and min connection has been set to 0 (1 second, 37 milliseconds)
3059[info] - should use the configured ClientTransport (26 milliseconds)
3060[info] The single-request client infrastructure
3061[info] - should transform absolute request URIs into relative URIs plus host header (8 milliseconds)
3062[info] - should support absolute request URIs without path component (5 milliseconds)
3063[info] - should support absolute request URIs with a double slash path component (5 milliseconds)
3064[info] - should produce an error if the request does not have an absolute URI (3 milliseconds)
3065[info] - should use the configured ClientTransport (25 milliseconds)
3066[info] - should support receiving a response before the request is complete (22 milliseconds)
3067[info] - should support receiving a response entity even when the request already failed !!! IGNORED !!!
3068[info] The superPool client infrastructure
3069[info] - should route incoming requests to the right cached host connection pool (32 milliseconds)
3070[info] - should use the configured ClientTransport (24 milliseconds)
3071[info] - be able to handle 500 `Connection: close` requests against the test server (1 second, 125 milliseconds)
3072[info] - be able to handle 500 requests with connection termination (892 milliseconds)
3073[info] RequestParserCRLFSpec:
3074[info] The request parsing logic should (mode: CRLF)
3075[info] properly parse a request
3076[info] - with no headers and no body (16 milliseconds)
3077[info] - with no headers and no body but remaining content (5 milliseconds)
3078[info] - with one header (2 milliseconds)
3079[info] - with absolute uri in request-target (2 milliseconds)
3080[info] - with 3 headers and a body (2 milliseconds)
3081[info] - with 3 headers, a body and remaining content (2 milliseconds)
3082[info] - with multi-line headers (2 milliseconds)
3083[info] - byte-by-byte (6 milliseconds)
3084[info] - with a custom HTTP method (2 milliseconds)
3085[info] - with several identical `Content-Type` headers (1 millisecond)
3086[info] - with several conflicting `Content-Type` headers with conflicting-content-type-header-processing-mode = first (3 milliseconds)
3087[info] - with several conflicting `Content-Type` headers with conflicting-content-type-header-processing-mode = last (3 milliseconds)
3088[info] - with several conflicting `Content-Type` headers with conflicting-content-type-header-processing-mode = no-content-type (3 milliseconds)
3089[info] - with a request target starting with a double-slash (2 milliseconds)
3090[info] - with additional fields in Strict-Transport-Security header (7 milliseconds)
3091[info] properly parse a chunked request
3092[info] - request start (4 milliseconds)
3093[info] - message chunk with and without extension (4 milliseconds)
3094[info] - message end (3 milliseconds)
3095[info] - with incorrect but harmless whitespace after chunk size (3 milliseconds)
3096[info] - message end with extension and trailer (4 milliseconds)
3097[info] - don't overflow the stack for large buffers of chunks (137 milliseconds)
3098[info] - properly parse a chunked transfer encoding request (3 milliseconds)
3099[info] - support `rawRequestUriHeader` setting (2 milliseconds)
3100[info] - support custom media type parsing (7 milliseconds)
3101[info] - support custom media types that override existing media types (6 milliseconds)
3102[info] reject a message chunk with
3103[info] - an illegal char after chunk size (3 milliseconds)
3104[info] - an illegal char in chunk size (3 milliseconds)
3105[info] - too-long chunk extension (3 milliseconds)
3106[info] - too-large chunk size (> Int.MaxValue) (3 milliseconds)
3107[info] - too-large chunk size (5 milliseconds)
3108[info] - an illegal chunk termination (2 milliseconds)
3109[info] - an illegal header in the trailer (2 milliseconds)
3110[info] reject a request with
3111[info] - an illegal HTTP method (2 milliseconds)
3112[info] - a too long HTTP method (2 milliseconds)
3113[info] - two Content-Length headers (2 milliseconds)
3114[info] - two Host headers (1 millisecond)
3115[info] - a too-long URI (1 millisecond)
3116[info] - HTTP version 1.2 (1 millisecond)
3117[info] - with an illegal char in a header name (1 millisecond)
3118[info] - with a too-long header name (2 milliseconds)
3119[info] - with a too-long header-value (2 milliseconds)
3120[info] - with an invalid Content-Length header value (1 millisecond)
3121[info] - with Content-Length > Long.MaxSize (1 millisecond)
3122[info] - with several conflicting `Content-Type` headers (2 milliseconds)
3123[info] - with an illegal entity using CONNECT (1 millisecond)
3124[info] - with an illegal entity using HEAD (1 millisecond)
3125[info] - with an illegal entity using TRACE (2 milliseconds)
3126[info] - a request with an unsupported transfer encoding (6 milliseconds)
3127[info] - a chunked request with additional transfer encodings (1 millisecond)
3128[info] - a chunked request with additional transfer encodings after chunked in multiple headers (1 millisecond)
3129[info] - a chunked request with additional transfer encodings after chunked in one header (1 millisecond)
3130[info] - a chunked request with a content length (2 milliseconds)
3131Coroner Thread Count starts at 94 in org.apache.pekko.http.javadsl.HttpExtensionApiSpec
3132Coroner Thread Count started at 94, ended at 90, peaked at 115 in org.apache.pekko.http.javadsl.HttpExtensionApiSpec
3133[info] HttpExtensionApiSpec:
3134[info] The Java HTTP extension
3135[info] - should properly bind a server (with three parameters) (23 milliseconds)
3136[info] - should properly bind a server (with four parameters) (12 milliseconds)
3137[info] - should properly bind a server (with five parameters) (12 milliseconds)
3138[info] - should properly bind a server (with six parameters) (12 milliseconds)
3139[info] - should properly bind and handle a server with a flow (simple) (15 milliseconds)
3140[info] - should properly bind and handle a server with a flow (with settings and log) (7 milliseconds)
3141[info] - should properly bind and handle a server with a synchronous function (simple) (8 milliseconds)
3142[info] - should properly bind and handle a server with a synchronous (with settings and log) (7 milliseconds)
3143[info] - should properly bind and handle a server with an asynchronous function (simple) (8 milliseconds)
3144[info] - should properly bind and handle a server with an asynchronous function (with settings and log) (7 milliseconds)
3145[info] - should have serverLayer methods (pending)
3146[info] - should create a cached connection pool (with a ConnectToHttp and a materializer) (9 milliseconds)
3147[info] - should create a cached connection pool to a https server (with four parameters) (pending)
3148[info] - should create a cached connection pool (with a String and a Materializer) (8 milliseconds)
3149[info] - should create a host connection pool (with a ConnectHttp and a Materializer) (14 milliseconds)
3150[info] - should create a host connection pool to a https server (with four parameters) (pending)
3151[info] - should create a host connection pool (with a String and a Materializer) (4 milliseconds)
3152[info] - should allow access to the default client https context (0 milliseconds)
3153[info] - should have client layer methods (pending)
3154[info] - should create an outgoing connection (with a string) (pending)
3155[info] - should create an outgoing connection (with a ConnectHttp) (4 milliseconds)
3156[info] - should create an outgoing connection (with 6 parameters) (8 milliseconds)
3157[info] - should allow a single request (with two parameters) (5 milliseconds)
3158[info] - should allow a single request (with three parameters) (5 milliseconds)
3159[info] - should allow a single request (with five parameters) (5 milliseconds)
3160[info] - should interact with a websocket through a flow (with with one parameter) (72 milliseconds)
3161[info] - should interact with a websocket through a flow (with five parameters) (12 milliseconds)
3162Coroner Thread Count starts at 92 in org.apache.pekko.http.scaladsl.settings.Http2CommonSettingsSpec
3163Coroner Thread Count started at 92, ended at 85, peaked at 92 in org.apache.pekko.http.scaladsl.settings.Http2CommonSettingsSpec
3164[info] Http2CommonSettingsSpec:
3165[info] Validation of HTTP2 settings
3166[info] - should require ping-timeout to be evenly divisable by ping-interval (2 milliseconds)
3167[info] TurkishISpec:
3168[info] Model
3169[info] - should not suffer from turkish-i problem (4 milliseconds)
3170Coroner Thread Count starts at 92 in org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec
3171Coroner Thread Count started at 92, ended at 95, peaked at 114 in org.apache.pekko.http.impl.engine.client.HostConnectionPoolSpec
3172[info] HostConnectionPoolSpec:
3173[info] NewPoolImplementation on PassThrough
3174[info] - should complete a simple request/response cycle with a strict request and response (69 milliseconds)
3175[info] - should complete a simple request/response cycle with a chunked request and response (76 milliseconds)
3176[info] - should complete a request/response cycle with a chunked request and response with dependent entity bytes (64 milliseconds)
3177[info] - should not crash slot when connection is aborted after an early response while waiting for rest of request entity (86 milliseconds)
3178[info] - should open up to max-connections when enough requests are pending (75 milliseconds)
3179[info] - should only buffer a reasonable number of extra requests (pending)
3180[info] - should only send next request when last response entity was read completely (74 milliseconds)
3181[info] - should time out quickly when response entity stream is not subscribed fast enough (pending)
3182[info] - should time out when a connection was unused for a long time (pending)
3183[info] - should time out and reconnect when a request is not handled in time (pending)
3184[info] - should time out when connection cannot be established (pending)
3185[info] - should fail a request if the request entity fails (64 milliseconds)
3186[info] - should fail a request if the connection stream fails while waiting for request entity bytes (64 milliseconds)
3187[info] - should fail a request if the connection stream fails while waiting for a response (53 milliseconds)
3188[info] - should fail a request if the connection stream fails while waiting for response entity bytes (74 milliseconds)
3189[info] - should fail a request if the response entity stream fails during processing (74 milliseconds)
3190[info] - should create a new connection when previous one was closed regularly between requests (75 milliseconds)
3191[info] - should create a new connection when previous one timed out between requests because of keep-alive-timeout (894 milliseconds)
3192[info] - should create a new connection when previous one was closed regularly between requests without sending a `Connection: close` header first (177 milliseconds)
3193[info] - should create a new connection when previous one failed between requests (75 milliseconds)
3194[info] - should support 100-continue (pending)
3195[info] - should without any connections establish the number of configured min-connections (53 milliseconds)
3196[info] - should re-establish min-connections when number of open connections falls below threshold (64 milliseconds)
3197[info] - should not buffer an unreasonable number of outgoing responses (155 milliseconds)
3198[info] - should dispatch multiple failures on different slots when request entity fails (127 milliseconds)
3199[info] - should not send requests to known-to-be-closed-soon connections (pending)
3200[info] - should support retries (pending)
3201[info] - should strictly enforce number of established connections in longer running case (pending)
3202[info] - should provide access to basic metrics as the materialized value (pending)
3203[info] - should ignore the pipelining setting (for now) (pending)
3204[info] - should work correctly in the presence of `Connection: close` headers (pending)
3205[info] - should if connecting attempt fails, backup the next connection attempts (2 seconds, 183 milliseconds)
3206[info] NewPoolImplementation on PekkoHttpEngineNoNetwork
3207[info] - should complete a simple request/response cycle with a strict request and response (57 milliseconds)
3208[info] - should complete a simple request/response cycle with a chunked request and response (68 milliseconds)
3209[info] - should complete a request/response cycle with a chunked request and response with dependent entity bytes (68 milliseconds)
3210[info] - should not crash slot when connection is aborted after an early response while waiting for rest of request entity (90 milliseconds)
3211[info] - should open up to max-connections when enough requests are pending (80 milliseconds)
3212[info] - should only buffer a reasonable number of extra requests (pending)
3213[info] - should only send next request when last response entity was read completely (78 milliseconds)
3214[info] - should not get stuck on HEAD requests if payload is never subscribed (58 milliseconds)
3215[info] - should not fail if HEAD request entity is subscribed (157 milliseconds)
3216[info] - should time out quickly when response entity stream is not subscribed fast enough (1 second, 199 milliseconds)
3217[info] - should time out when a connection was unused for a long time (pending)
3218[info] - should time out and reconnect when a request is not handled in time (pending)
3219[info] - should time out when connection cannot be established (pending)
3220[info] - should fail a request if the request entity fails (65 milliseconds)
3221[info] - should fail a request if the connection stream fails while waiting for request entity bytes (65 milliseconds)
3222[info] - should fail a request if the connection stream fails while waiting for a response (55 milliseconds)
3223[info] - should fail a request if the connection stream fails while waiting for response entity bytes (75 milliseconds)
3224[info] - should fail a request if the response entity stream fails during processing (186 milliseconds)
3225[info] - should create a new connection when previous one was closed regularly between requests (80 milliseconds)
3226[info] - should create a new connection when previous one timed out between requests because of keep-alive-timeout (893 milliseconds)
3227[info] - should create a new connection when previous one was closed regularly between requests without sending a `Connection: close` header first (180 milliseconds)
3228[info] - should create a new connection when previous one failed between requests (80 milliseconds)
3229[info] - should support 100-continue (pending)
3230[info] - should without any connections establish the number of configured min-connections (54 milliseconds)
3231[info] - should re-establish min-connections when number of open connections falls below threshold (68 milliseconds)
3232[info] - should not buffer an unreasonable number of outgoing responses (156 milliseconds)
3233[info] - should dispatch multiple failures on different slots when request entity fails (121 milliseconds)
3234[info] - should not send requests to known-to-be-closed-soon connections (pending)
3235[info] - should support retries (pending)
3236[info] - should strictly enforce number of established connections in longer running case (pending)
3237[info] - should provide access to basic metrics as the materialized value (pending)
3238[info] - should ignore the pipelining setting (for now) (pending)
3239[info] - should work correctly in the presence of `Connection: close` headers (pending)
3240[info] - should if connecting attempt fails, backup the next connection attempts (2 seconds, 38 milliseconds)
3241[info] NewPoolImplementation on PekkoHttpEngineTCP
3242[info] - should complete a simple request/response cycle with a strict request and response (73 milliseconds)
3243[info] - should complete a simple request/response cycle with a chunked request and response (88 milliseconds)
3244[info] - should complete a request/response cycle with a chunked request and response with dependent entity bytes (78 milliseconds)
3245[info] - should not crash slot when connection is aborted after an early response while waiting for rest of request entity (113 milliseconds)
3246[info] - should open up to max-connections when enough requests are pending (100 milliseconds)
3247[info] - should only buffer a reasonable number of extra requests (pending)
3248[info] - should only send next request when last response entity was read completely (88 milliseconds)
3249[info] - should not get stuck on HEAD requests if payload is never subscribed (67 milliseconds)
3250[info] - should not fail if HEAD request entity is subscribed (167 milliseconds)
3251[info] - should time out quickly when response entity stream is not subscribed fast enough (1 second, 178 milliseconds)
3252[info] - should time out when a connection was unused for a long time (pending)
3253[info] - should time out and reconnect when a request is not handled in time (pending)
3254[info] - should time out when connection cannot be established (pending)
3255[info] - should fail a request if the request entity fails (76 milliseconds)
3256[info] - should fail a request if the connection stream fails while waiting for request entity bytes (76 milliseconds)
3257[info] - should fail a request if the connection stream fails while waiting for a response (66 milliseconds)
3258[info] - should fail a request if the connection stream fails while waiting for response entity bytes (87 milliseconds)
3259[info] - should fail a request if the response entity stream fails during processing (89 milliseconds)
3260[info] - should create a new connection when previous one was closed regularly between requests (102 milliseconds)
3261[info] - should create a new connection when previous one timed out between requests because of keep-alive-timeout (916 milliseconds)
3262[info] - should create a new connection when previous one was closed regularly between requests without sending a `Connection: close` header first (201 milliseconds)
3263[info] - should create a new connection when previous one failed between requests (101 milliseconds)
3264[info] - should support 100-continue (pending)
3265[info] - should without any connections establish the number of configured min-connections (65 milliseconds)
3266[info] - should re-establish min-connections when number of open connections falls below threshold (79 milliseconds)
3267[info] - should not buffer an unreasonable number of outgoing responses (180 milliseconds)
3268[info] - should dispatch multiple failures on different slots when request entity fails (155 milliseconds)
3269[info] - should not send requests to known-to-be-closed-soon connections (pending)
3270[info] - should support retries (pending)
3271[info] - should strictly enforce number of established connections in longer running case (pending)
3272[info] - should provide access to basic metrics as the materialized value (pending)
3273[info] - should ignore the pipelining setting (for now) (pending)
3274[info] - should work correctly in the presence of `Connection: close` headers (pending)
3275[info] - should if connecting attempt fails, backup the next connection attempts (1 second, 393 milliseconds)
3276[info] ResponseRendererSpec:
3277[info] The response preparation logic should properly render
3278[info] a response with no body,
3279[info] - status 200 and no headers (5 milliseconds)
3280[info] - a custom Date header (1 millisecond)
3281[info] - status 304 and a few headers (2 milliseconds)
3282[info] - a custom status code and no headers (0 milliseconds)
3283[info] - a custom status code and no headers and different dates (7 milliseconds)
3284[info] - to a transparent HEAD request (Strict response entity) (0 milliseconds)
3285[info] - to a transparent HEAD request (CloseDelimited response entity) (1 millisecond)
3286[info] - to a transparent HEAD request (Chunked response entity) (1 millisecond)
3287[info] - to a HEAD request setting a custom Content-Type and Content-Length (default response entity) (1 millisecond)
3288[info] a response with a Strict body,
3289[info] - status 400 and a few headers (1 millisecond)
3290[info] - status 400, a few headers and a body with an explicitly suppressed Content Type header (1 millisecond)
3291[info] - status 200 and a custom Transfer-Encoding header (1 millisecond)
3292[info] a response with a Default (streamed with explicit content-length body,
3293[info] - status 400 and a few headers (1 millisecond)
3294[info] - one chunk and incorrect (too large) Content-Length (1 millisecond)
3295[info] - one chunk and incorrect (too small) Content-Length (1 millisecond)
3296[info] a response with a CloseDelimited body
3297[info] - without data (1 millisecond)
3298[info] - consisting of two parts (1 millisecond)
3299[info] a chunked response
3300[info] - with empty entity (1 millisecond)
3301[info] - with empty entity but non-default Content-Type (0 milliseconds)
3302[info] - with one chunk and no explicit LastChunk (1 millisecond)
3303[info] - with one chunk and an explicit LastChunk (1 millisecond)
3304[info] - with one chunk and and extra LastChunks at the end (which should be ignored) (1 millisecond)
3305[info] - with a custom Transfer-Encoding header (1 millisecond)
3306[info] chunked responses to a HTTP/1.0 request
3307[info] - with two chunks (1 millisecond)
3308[info] - with one chunk and an explicit LastChunk (1 millisecond)
3309[info] properly handle the Server header
3310[info] - if no default is set and no explicit Server header given (1 millisecond)
3311[info] - if a default is set but an explicit Server header given (0 milliseconds)
3312[info] render a CustomHeader header
3313[info] - if renderInResponses = true (1 millisecond)
3314[info] - not if renderInResponses = false (2 milliseconds)
3315[info] render headers safely
3316[info] - when Server header contains CRLF (0 milliseconds)
3317[info] - when RawHeader header name contains CRLF (0 milliseconds)
3318[info] - when RawHeader header value contains CRLF (1 millisecond)
3319[info] - when CustomModeledHeader header name contains CRLF (2 milliseconds)
3320[info] - when CustomModeledHeader header value contains CRLF (1 millisecond)
3321[info] - when CustomHeader header name contains CRLF (1 millisecond)
3322[info] - when CustomHeader header value contains CRLF (1 millisecond)
3323[info] - The 'Connection' header should be rendered correctly (48 milliseconds)
3324Coroner Thread Count starts at 93 in org.apache.pekko.http.impl.engine.server.HttpServerBug21008Spec
3325Coroner Thread Count started at 93, ended at 90, peaked at 98 in org.apache.pekko.http.impl.engine.server.HttpServerBug21008Spec
3326[info] HttpServerBug21008Spec:
3327[info] The HttpServer
3328[info] - should not cause internal graph failures when consuming a `100 Continue` entity triggers a failure (1 second, 69 milliseconds)
3329Coroner Thread Count starts at 91 in org.apache.pekko.http.impl.util.RenderingSpec
3330Coroner Thread Count started at 91, ended at 90, peaked at 97 in org.apache.pekko.http.impl.util.RenderingSpec
3331[info] RenderingSpec:
3332[info] The StringRendering should
3333[info] - should correctly render Ints and Longs to decimal (1 millisecond)
3334[info] - should correctly render Ints and Longs to hex (1 millisecond)
3335[info] - should correctly render plain Strings (0 milliseconds)
3336[info] - should correctly render escaped Strings (1 millisecond)
3337[info] Renderings
3338[info] should StringRendering
3339[info] - should render correct headers correctly (0 milliseconds)
3340[info] - should do not render header with invalid name (1 millisecond)
3341[info] - should do not render header with invalid value (0 milliseconds)
3342[info] should ByteArrayRendering
3343[info] - should render correct headers correctly (0 milliseconds)
3344[info] - should do not render header with invalid name (1 millisecond)
3345[info] - should do not render header with invalid value (0 milliseconds)
3346[info] should ByteStringRendering
3347[info] - should render correct headers correctly (1 millisecond)
3348[info] - should do not render header with invalid name (0 milliseconds)
3349[info] - should do not render header with invalid value (1 millisecond)
3350[info] should CustomCharsetByteStringRendering
3351[info] - should render correct headers correctly (0 milliseconds)
3352[info] - should do not render header with invalid name (1 millisecond)
3353[info] - should do not render header with invalid value (0 milliseconds)
3354[info] Http2BlueprintSpec:
3355[info] Http2Blueprint
3356[info] - should match frame type alias (reset) (3 milliseconds)
3357[info] - should match frame type alias (headers) (1 millisecond)
3358[info] - should match frame type alias (continuation) (1 millisecond)
3359[info] - should match frame type alias (go-away) (1 millisecond)
3360[info] - should match frame type alias (priority) (0 milliseconds)
3361[info] - should match frame type alias (ping) (1 millisecond)
3362[info] - should match frame type alias (push-promise) (1 millisecond)
3363[info] - should match frame type alias (window-update) (0 milliseconds)
3364[info] - should not match empty frame type alias (0 milliseconds)
3365[info] - should not match unknown frame type alias (0 milliseconds)
3366Coroner Thread Count starts at 99 in org.apache.pekko.http.scaladsl.ClientServerHttp2EnabledSpec
3367Coroner Thread Count started at 99, ended at 71, peaked at 116 in org.apache.pekko.http.scaladsl.ClientServerHttp2EnabledSpec
3368[info] ClientServerHttp2EnabledSpec:
3369[info] The low-level HTTP infrastructure
3370[info] - should properly bind a server (13 milliseconds)
3371[info] - should properly bind a server with a default port set via settings (12 milliseconds)
3372[info] - should report failure if bind fails (46 milliseconds)
3373[info] - should properly terminate client when server is not running (36 milliseconds)
3374[info] - should run with bindSync (22 milliseconds)
3375[info] - should prevent more than the configured number of max-connections with bind (1 second, 29 milliseconds)
3376[info] should Remote-Address header
3377[info] - should be added when using bind API (7 milliseconds)
3378[info] - should be added when using bindFlow API (5 milliseconds)
3379[info] - should be added when using bindSync API (4 milliseconds)
3380[info] should timeouts
3381[info] should support server timeouts
3382[info] - should close connection with idle client after idleTimeout (361 milliseconds)
3383[info] should support client timeouts
3384[info] - should close connection with idle server after idleTimeout (using connection level client API) (359 milliseconds)
3385[info] - should close connection with idle server after idleTimeout (using pool level client API) (2 seconds, 7 milliseconds)
3386[info] - should close connection with idle server after idleTimeout (using request level client API) (3 seconds, 6 milliseconds)
3387[info] - should avoid client vs. server race-condition for persistent connections with keep-alive-timeout (1 second, 269 milliseconds)
3388[info] should log materialization errors in `bindFlow` which
3389[info] - are triggered in `mapMaterialized` (pending)
3390[info] - stop stages on failure (126 milliseconds)
3391[info] - should properly complete a simple request/response cycle (549 milliseconds)
3392[info] - should properly complete a simple request/response cycle using Http.singleRequest (1 second, 50 milliseconds)
3393[info] - should properly complete a two request/response cycles using Http.singleRequest (1 second, 60 milliseconds)
3394[info] - should properly complete a chunked request/response cycle (559 milliseconds)
3395[info] - should complete a request/response when request has `Connection: close` set (pending)
3396[info] - should complete a request/response when the request side immediately closes the connection after sending the request (pending)
3397[info] - should complete a request/response over https, disabling hostname verification with SSLConfigSettings (62 milliseconds)
3398[info] - should complete a request/response over https when request has `Connection: close` set (1 second, 928 milliseconds)
3399[info] - should complete a request/response with CloseDelimited entity over TLS (48 milliseconds)
3400[info] - should complete a request/response over https when server closes connection without close_notify (453 milliseconds)
3401[info] - should properly complete a simple request/response cycle when `modeled-header-parsing = off` (548 milliseconds)
3402[info] - should properly complete a simple request/response cycle when `max-content-length` is set to 0 (549 milliseconds)
3403[info] - should be able to deal with eager closing of the request stream on the client side (549 milliseconds)
3404[info] - should produce a useful error message when connecting to a HTTP endpoint over HTTPS (29 milliseconds)
3405[info] - should produce a useful error message when connecting to an endpoint speaking wrong protocol (25 milliseconds)
3406[info] - should report idle timeout on request entity stream for stalled client (3 seconds, 477 milliseconds)
3407Coroner Thread Count starts at 79 in org.apache.pekko.http.impl.engine.client.pool.SlotStateSpec
3408Coroner Thread Count started at 79, ended at 72, peaked at 79 in org.apache.pekko.http.impl.engine.client.pool.SlotStateSpec
3409[info] SlotStateSpec:
3410[info] The new connection pool slot state machine
3411[info] - should successfully complete a 'happy path' request (6 milliseconds)
3412[info] - should allow postponing completing the request until just after the response was received (0 milliseconds)
3413[info] - should allow postponing completing the request until just after the response was dispatchable (0 milliseconds)
3414[info] - should allow postponing completing the request until just after the response was subscribed (1 millisecond)
3415[info] - should consider a slot 'idle' only when the request has been successfully sent (0 milliseconds)
3416[info] JavaInitializationSpec:
3417[info] EntityTagRange
3418[info] - should initializes the right field (1 millisecond)
3419[info] HttpEncodingRange
3420[info] - should initializes the right field (2 milliseconds)
3421[info] HttpEntity
3422[info] - should initializes the right field (0 milliseconds)
3423[info] HttpOriginRange
3424[info] - should initializes the right field (1 millisecond)
3425[info] LanguageRange
3426[info] - should initializes the right field (0 milliseconds)
3427[info] RemoteAddress
3428[info] - should initializes the right field (1 millisecond)
3429[info] HttpMessageSpec:
3430[info] HttpRequest
3431[info] - should provide an effective URI for relative URIs or matching Host-headers (0 milliseconds)
3432[info] - should throw IllegalUriException for non-matching Host-headers (2 milliseconds)
3433[info] - should throw IllegalUriException for relative URI with no default Host header (0 milliseconds)
3434[info] - should throw IllegalUriException for relative URI with empty Host header and no default Host header (1 millisecond)
3435[info] - should throw IllegalUriException for an invalid URI schema (0 milliseconds)
3436[info] - should throw IllegalUriException for empty URI (0 milliseconds)
3437[info] - should take attributes into account for hashCode calculation (1 millisecond)
3438[info] HttpResponse
3439[info] - should take attributes into account for hashCode calculation (0 milliseconds)
3440[info] HttpMessage
3441[info] - should not throw a ClassCastException on header[`Content-Type`] (1 millisecond)
3442[info] - should retrieve all headers of a given class when calling headers[...] (1 millisecond)
3443[info] - should retrieve an attribute by key (0 milliseconds)
3444[info] - should support ssl attribute (0 milliseconds)
3445Coroner Thread Count starts at 79 in org.apache.pekko.http.scaladsl.settings.ServerSettingsSpec
3446Coroner Thread Count started at 79, ended at 75, peaked at 79 in org.apache.pekko.http.scaladsl.settings.ServerSettingsSpec
3447[info] ServerSettingsSpec:
3448[info] ServerSettings
3449[info] - should fail early when creating ServerSettings with incomplete ParserSettings (1 millisecond)
3450[info] - should default enableHttp2 to false (1 millisecond)
3451[info] - should set enableHttp2 to true if preview.enable-http2 is on (1 millisecond)
3452[info] - should set enableHttp2 to true if enable-http2 is on (0 milliseconds)
3453[info] - should set enableHttp2 to true if enable-http2 is on and preview.enable-http2 is off (0 milliseconds)
3454[info] RequestRendererSpec:
3455[info] The request preparation logic should
3456[info] properly render an unchunked
3457[info] - GET request without headers and without body (86 milliseconds)
3458[info] - GET request with a URI that requires encoding (1 millisecond)
3459[info] - GET request to a literal IPv6 address (1 millisecond)
3460[info] - POST request, a few headers (incl. a custom Host header) and no body (3 milliseconds)
3461[info] - PUT request, a few headers and a body (0 milliseconds)
3462[info] - PUT request, a few headers and a body with suppressed content type (0 milliseconds)
3463[info] - PUT request with a custom Transfer-Encoding header (1 millisecond)
3464[info] - DELETE request without headers and without body (1 millisecond)
3465[info] proper render a chunked
3466[info] - PUT request with empty chunk stream and custom Content-Type (1 millisecond)
3467[info] - POST request with body (1 millisecond)
3468[info] - POST request with chunked body and explicit LastChunk (1 millisecond)
3469[info] - POST request with chunked body and extra LastChunks at the end (which should be ignored) (1 millisecond)
3470[info] - POST request with custom Transfer-Encoding header (1 millisecond)
3471[info] properly handle the User-Agent header
3472[info] - if no default is set and no explicit User-Agent header given (1 millisecond)
3473[info] - if a default is set but an explicit User-Agent header given (1 millisecond)
3474[info] render a CustomHeader header
3475[info] - if renderInRequests = true (1 millisecond)
3476[info] - not if renderInRequests = false (2 milliseconds)
3477[info] properly use URI from Raw-Request-URI header if present
3478[info] - GET request with Raw-Request-URI (1 millisecond)
3479[info] - GET request with Raw-Request-URI sends raw URI even with invalid utf8 characters (2 milliseconds)
3480Coroner Thread Count starts at 77 in org.apache.pekko.http.impl.engine.parsing.ResponseParserLFSpec
3481Coroner Thread Count started at 77, ended at 75, peaked at 85 in org.apache.pekko.http.impl.engine.parsing.ResponseParserLFSpec
3482[info] ResponseParserLFSpec:
3483[info] The response parsing logic should (mode: LF)
3484[info] should properly parse
3485[info] - should a 200 response to a HEAD request (5 milliseconds)
3486[info] - should a 204 response (1 millisecond)
3487[info] - should a response with a simple body (0 milliseconds)
3488[info] - should a response with a registered custom status code (2 milliseconds)
3489[info] - should a response with an unrecognized status code (1 millisecond)
3490[info] - should a response with a missing reason phrase (1 millisecond)
3491[info] - should a response with no reason phrase and no trailing space (1 millisecond)
3492[info] - should a response with one header, a body, but no Content-Length header (1 millisecond)
3493[info] - should a response with duplicate host headers (1 millisecond)
3494[info] - should a response with several identical Content-Type headers (2 milliseconds)
3495[info] - should a response with several conflicting Content-Type headers with conflicting-content-type-header-processing-mode = first (1 millisecond)
3496[info] - should a response with several conflicting Content-Type headers with conflicting-content-type-header-processing-mode = last (2 milliseconds)
3497[info] - should a response with several conflicting Content-Type headers with conflicting-content-type-header-processing-mode = no-content-type (1 millisecond)
3498[info] - should a response with one header, no body, and no Content-Length header (2 milliseconds)
3499[info] - should a response with 3 headers, a body and remaining content (2 milliseconds)
3500[info] - should a split response (parsed byte-by-byte) (2 milliseconds)
3501[info] should properly parse a chunked
3502[info] - should response start (2 milliseconds)
3503[info] - should message chunk with and without extension (3 milliseconds)
3504[info] - should message end (3 milliseconds)
3505[info] - should message end with extension, trailer and remaining content (2 milliseconds)
3506[info] - should a response configured to override a built-in media type (2 milliseconds)
3507[info] should reject a response with
3508[info] - should HTTP version 1.2 (2 milliseconds)
3509[info] - should an illegal status code (1 millisecond)
3510[info] - should a too-long response status reason (2 milliseconds)
3511[info] - should conflicting Content-Type headers (1 millisecond)
3512[info] - should multiple transfer encodings in one header (2 milliseconds)
3513[info] - should multiple transfer encoding headers (1 millisecond)
3514[info] - should transfer encoding chunked and a content length (1 millisecond)
3515[info] ContentLengthHeaderParserCRLFSpec:
3516[info] specialized ContentLength parser (mode: CRLF)
3517[info] - should accept zero (0 milliseconds)
3518[info] - should accept positive value (1 millisecond)
3519[info] - should accept positive value > Int.MaxValue <= Long.MaxValue (0 milliseconds)
3520[info] - should don't accept positive value > Long.MaxValue (0 milliseconds)
3521Coroner Thread Count starts at 79 in org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserLFSpec
3522Coroner Thread Count started at 79, ended at 81, peaked at 85 in org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserLFSpec
3523[info] HttpHeaderParserLFSpec:
3524[info] The HttpHeaderParser (mode: LF)
3525[info] - should insert the 1st value (4 milliseconds)
3526[info] - should insert a new branch underneath a simple node (4 milliseconds)
3527[info] - should insert a new branch underneath the root (0 milliseconds)
3528[info] - should insert a new branch underneath an existing branch node (0 milliseconds)
3529[info] - should support overriding of previously inserted values (1 millisecond)
3530[info] - should retrieve the EmptyHeader (1 millisecond)
3531[info] - should retrieve a cached header with an exact header name match (0 milliseconds)
3532[info] - should retrieve a cached header with a case-insensitive header-name match (1 millisecond)
3533[info] - should parse and cache a modelled header (1 millisecond)
3534[info] - should parse and cache a Set-Cookie header with a value in double quotes (1 millisecond)
3535[info] - should parse and cache an invalid modelled header as RawHeader (4 milliseconds)
3536[info] - should parse and cache an X-Forwarded-For with a hostname in it as a RawHeader (5 milliseconds)
3537[info] - should parse and cache an X-Real-Ip with a hostname as it's value as a RawHeader (3 milliseconds)
3538[info] - should parse and cache a raw header (1 millisecond)
3539[info] - should parse and cache a modelled header with line-folding (0 milliseconds)
3540[info] - should parse and cache a header with a tab char in the value (1 millisecond)
3541[info] - should parse and cache a header with UTF8 chars in the value (2 milliseconds)
3542[info] - should parse and cache a header with UTF8 chars in the value after an incomplete line (1 millisecond)
3543[info] - should parse multiple header lines subsequently with UTF-8 characters one after another without crashing (3 milliseconds)
3544[info] - should produce an error message for lines with an illegal header name (2 milliseconds)
3545[info] - should ignore illegal headers when configured to ignore them (1 millisecond)
3546[info] - should ignore illegal headers when configured to ignore and warn about them (1 millisecond)
3547[info] - should produce an error message for lines with a too-long header name (2 milliseconds)
3548[info] - should produce an error message for lines with a too-long header value (3 milliseconds)
3549[info] - should continue parsing raw headers even if the overall cache value capacity is reached (12 milliseconds)
3550[info] - should continue parsing modelled headers even if the overall cache value capacity is reached (16 milliseconds)
3551[info] - should continue parsing headers even if the overall cache node capacity is reached (25 milliseconds)
3552[info] - should continue parsing raw headers even if the header-specific cache capacity is reached (2 milliseconds)
3553[info] - should continue parsing modelled headers even if the header-specific cache capacity is reached (3 milliseconds)
3554[info] - should ignore headers whose value cannot be parsed (3 milliseconds)
3555[info] - should parse most headers to RawHeader when `modeled-header-parsing = off` (1 millisecond)
3556[info] - should disables the logging of warning message when set the whitelist for illegal headers (5 milliseconds)
3557[info] - should not show bad performance characteristics when parameter names' hashCodes collide (780 milliseconds)
3558[info] UriSpec:
3559[info] Uri.Host instances
3560[info] - should correctly parse empty hosts (0 milliseconds)
3561[info] - should parse correctly from IPv4 literals (1 millisecond)
3562[info] - should support inetAddresses round-trip for Inet4Addresses (0 milliseconds)
3563[info] - should parse correctly from IPv6 literals (RFC2732) (4 milliseconds)
3564[info] - should support inetAddresses round-trip for Inet6Addresses (1 millisecond)
3565[info] - should parse correctly from NamedHost literals (0 milliseconds)
3566[info] - should not accept illegal IPv4 literals (1 millisecond)
3567[info] - should not accept illegal IPv6 literals (31 milliseconds)
3568[info] Uri.Path instances
3569[info] - should be parsed and rendered correctly (7 milliseconds)
3570[info] - should support the `startsWith` predicate (1 millisecond)
3571[info] - should support the `endsWithSlash` predicate (0 milliseconds)
3572[info] - should support the `endsWith` predicate (0 milliseconds)
3573[info] - should support the `?/` operator (0 milliseconds)
3574[info] - should support the `dropChars` modifier (0 milliseconds)
3575[info] - should not accept illegal parcent-encoding (1 millisecond)
3576[info] Uri.Query instances
3577[info] - should be parsed correctly in strict mode (2 milliseconds)
3578[info] - should be parsed correctly in relaxed mode (0 milliseconds)
3579[info] - should properly support the retrieval interface (1 millisecond)
3580[info] - should preserve the order of repeated parameters when retrieving as a multimap (0 milliseconds)
3581[info] - should support conversion from list of name/value pairs (1 millisecond)
3582[info] - should encode special separators in query parameter names (0 milliseconds)
3583[info] - should encode special separators in query parameter values (1 millisecond)
3584[info] URIs
3585[info] - should be correctly parsed from and rendered to simple test examples (1 millisecond)
3586[info] - should properly complete a normalization cycle (6 milliseconds)
3587[info] - should support tunneling a URI through a query param (0 milliseconds)
3588[info] - should produce proper error messages for illegal URIs (3 milliseconds)
3589[info] should pass the RFC 3986 reference resolution examples
3590[info] - when normal examples (1 millisecond)
3591[info] - when abnormal examples (1 millisecond)
3592[info] - should be properly copyable (0 milliseconds)
3593[info] - should provide sugar for fluent transformations (2 milliseconds)
3594[info] - should return the correct effective port (1 millisecond)
3595[info] - should parse authority (0 milliseconds)
3596[info] - should properly render authority (0 milliseconds)
3597[info] - should keep the specified authority port (0 milliseconds)
3598[info] - should properly render as HTTP request target origin forms (0 milliseconds)
3599[info] - should properly render query strings with invalid values (0 milliseconds)
3600[info] - should survive parsing a URI with thousands of path segments (1 millisecond)
3601[info] - should survive parsing a URI with thousands of query string values (11 milliseconds)
3602[info] - should collapsing dot segments correctly in relative paths (0 milliseconds)
3603Coroner Thread Count starts at 79 in org.apache.pekko.http.impl.engine.client.HighLevelOutgoingConnectionSpec
3604Coroner Thread Count started at 79, ended at 72, peaked at 102 in org.apache.pekko.http.impl.engine.client.HighLevelOutgoingConnectionSpec
3605[info] HighLevelOutgoingConnectionSpec:
3606[info] The connection-level client implementation
3607[info] - should be able to handle 100 requests across one connection (73 milliseconds)
3608[info] - should be able to handle 100 requests across 4 connections (client-flow is reusable) (123 milliseconds)
3609Coroner Thread Count starts at 79 in org.apache.pekko.http.impl.engine.ws.FramingSpec
3610Coroner Thread Count started at 79, ended at 79, peaked at 85 in org.apache.pekko.http.impl.engine.ws.FramingSpec
3611[info] FramingSpec:
3612[info] The WebSocket parser/renderer round-trip should work for
3613[info] should the frame header
3614[info] should interpret flags correctly
3615[info] - should FIN (9 milliseconds)
3616[info] - should RSV1 (1 millisecond)
3617[info] - should RSV2 (1 millisecond)
3618[info] - should RSV3 (1 millisecond)
3619[info] should interpret opcode correctly
3620[info] - should Continuation (1 millisecond)
3621[info] - should Text (0 milliseconds)
3622[info] - should Binary (1 millisecond)
3623[info] - should Close (1 millisecond)
3624[info] - should Ping (0 milliseconds)
3625[info] - should Pong (1 millisecond)
3626[info] - should Other (1 millisecond)
3627[info] - should read mask correctly (1 millisecond)
3628[info] should read length
3629[info] - should < 126 (2 milliseconds)
3630[info] - should 126 (0 milliseconds)
3631[info] - should 127 (0 milliseconds)
3632[info] - should 127 < length < 65536 (1 millisecond)
3633[info] - should 65535 (1 millisecond)
3634[info] - should 65536 (0 milliseconds)
3635[info] - should > 65536 (0 milliseconds)
3636[info] - should Long.MaxValue (1 millisecond)
3637[info] - should a partial frame (1 millisecond)
3638[info] - should a partial frame of total size > Int.MaxValue (1 millisecond)
3639[info] - should a full frame (1 millisecond)
3640[info] - should a full frame in chunks (1 millisecond)
3641[info] - should several frames (0 milliseconds)
3642Coroner Thread Count starts at 78 in org.apache.pekko.http.impl.engine.ws.MessageSpec
3643org.scalatest.exceptions.TestFailedException: class org.apache.pekko.stream.CompletionTimeoutException was not equal to class java.util.concurrent.TimeoutException
3644 at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:397)
3645 at org.scalatest.matchers.should.Matchers$ShouldMethodHelperClass.shouldMatcher(Matchers.scala:6810)
3646 at org.scalatest.matchers.should.Matchers.should(Matchers.scala:6855)
3647 at org.scalatest.matchers.should.Matchers.should$(Matchers.scala:1808)
3648 at org.apache.pekko.testkit.PekkoBaseSpec.should(PekkoSpec.scala:125)
3649 at org.apache.pekko.http.impl.engine.ws.MessageSpec.f$proxy78$1$$anonfun$1(MessageSpec.scala:969)
3650 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:520)
3651 at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1423)
3652 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
3653 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
3654 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
3655 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
3656 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
3657org.scalatest.exceptions.TestFailedException: class org.apache.pekko.stream.CompletionTimeoutException was not equal to class java.util.concurrent.TimeoutException
3658 at org.scalatest.matchers.MatchersHelper$.indicateFailure(MatchersHelper.scala:397)
3659 at org.scalatest.matchers.should.Matchers$ShouldMethodHelperClass.shouldMatcher(Matchers.scala:6810)
3660 at org.scalatest.matchers.should.Matchers.should(Matchers.scala:6855)
3661 at org.scalatest.matchers.should.Matchers.should$(Matchers.scala:1808)
3662 at org.apache.pekko.testkit.PekkoBaseSpec.should(PekkoSpec.scala:125)
3663 at org.apache.pekko.http.impl.engine.ws.MessageSpec.f$proxy79$1$$anonfun$1(MessageSpec.scala:980)
3664 at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:520)
3665 at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1423)
3666 at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
3667 at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
3668 at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
3669 at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
3670 at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
3671Coroner Thread Count started at 78, ended at 72, peaked at 81 in org.apache.pekko.http.impl.engine.ws.MessageSpec
3672[info] MessageSpec:
3673[info] The WebSocket implementation should
3674[info] should collect messages from frames
3675[info] should for binary messages
3676[info] - should for an empty message (45 milliseconds)
3677[info] - should for one complete, strict, single frame message (42 milliseconds)
3678[info] - should for a partial frame (54 milliseconds)
3679[info] - should for a frame split up into parts (53 milliseconds)
3680[info] - should for a message split into several frames (52 milliseconds)
3681[info] - should for several messages (63 milliseconds)
3682[info] - should unmask masked input on the server side (53 milliseconds)
3683[info] - should unmask masked input on the server side for empty frame (41 milliseconds)
3684[info] should for text messages
3685[info] - should empty message (42 milliseconds)
3686[info] - should decode complete, strict frame from utf8 (42 milliseconds)
3687[info] - should decode utf8 as far as possible for partial frame (54 milliseconds)
3688[info] - should decode utf8 with code point split across frames (152 milliseconds)
3689[info] - should unmask masked input on the server side (52 milliseconds)
3690[info] - should unmask masked input on the server side for empty frame (42 milliseconds)
3691[info] - should apply backpressure to the network if a message isn't read by the user (124 milliseconds)
3692[info] should render frames from messages
3693[info] should for binary messages
3694[info] - should for a short strict message (42 milliseconds)
3695[info] - should for a strict message larger than configured maximum frame size (pending)
3696[info] - should for a streamed message (44 milliseconds)
3697[info] - should for a streamed message with a chunk being larger than configured maximum frame size (pending)
3698[info] - should and mask input on the client side (42 milliseconds)
3699[info] - should and mask input on the client side for empty frame (42 milliseconds)
3700[info] should for text messages
3701[info] - should for a short strict message (42 milliseconds)
3702[info] - should for a strict message larger than configured maximum frame size (pending)
3703[info] - should for a streamed message (42 milliseconds)
3704[info] - should for a streamed message don't convert half surrogate pairs naively (142 milliseconds)
3705[info] - should for a streamed message with a chunk being larger than configured maximum frame size (pending)
3706[info] - should and mask input on the client side (42 milliseconds)
3707[info] - should and mask input on the client side for empty frame (42 milliseconds)
3708[info] should supply automatic low-level websocket behavior
3709[info] - should respond to ping frames unmasking them on the server side (42 milliseconds)
3710[info] - should respond to ping frames masking them on the client side (42 milliseconds)
3711[info] - should respond to ping frames interleaved with data frames (without mixing frame data) (164 milliseconds)
3712[info] - should don't respond to unsolicited pong frames (142 milliseconds)
3713[info] - should automatically send keep-alive [ping] frames, with empty data, when configured on the server side (379 milliseconds)
3714[info] - should automatically send keep-alive [ping] frames, with data payload, when configured on the server side (380 milliseconds)
3715[info] - should automatically send keep-alive [ping] frames, with empty data, when configured on the client side (380 milliseconds)
3716[info] - should automatically send keep-alive [ping] frames, with data payload, when configured on the client side (379 milliseconds)
3717[info] - should automatically send keep-alive [pong] frames, with empty data, when configured on the server side (380 milliseconds)
3718[info] - should automatically send keep-alive [pong] frames, with data payload, when configured on the server side (380 milliseconds)
3719[info] - should automatically send keep-alive [pong] frames, with empty data, when configured on the client side (380 milliseconds)
3720[info] - should automatically send keep-alive [pong] frames, with data payload, when configured on the client side (380 milliseconds)
3721[info] should provide close behavior
3722[info] - should after receiving regular close frame when idle (user closes immediately) (243 milliseconds)
3723[info] - should after receiving close frame without close code (43 milliseconds)
3724[info] - should after receiving regular close frame when idle (but some data was exchanged before) (243 milliseconds)
3725[info] - should after receiving regular close frame when idle (user still sends some data) (53 milliseconds)
3726[info] - should after receiving regular close frame when fragmented message is still open (64 milliseconds)
3727[info] - should after receiving error close frame with close code and without reason (43 milliseconds)
3728[info] - should after receiving error close frame with close code and with reason (42 milliseconds)
3729[info] - should after peer closes connection without sending a close frame (42 milliseconds)
3730[info] - should when user handler closes (simple) (142 milliseconds)
3731[info] - should when user handler closes main stream and substream only afterwards (243 milliseconds)
3732[info] - should if user handler fails (143 milliseconds)
3733[info] should if peer closes with invalid close frame
3734[info] - should close code outside of the valid range (43 milliseconds)
3735[info] - should close data of size 1 (42 milliseconds)
3736[info] - should close message is invalid UTF8 (41 milliseconds)
3737[info] - should timeout if user handler closes and peer doesn't send a close frame (162 milliseconds)
3738[info] - should timeout after we close after error and peer doesn't send a close frame (43 milliseconds)
3739[info] - should ignore frames peer sends after close frame (42 milliseconds)
3740[info] should reject unexpected frames
3741[info] should reserved bits set
3742[info] - should rsv1 (41 milliseconds)
3743[info] - should rsv2 (42 milliseconds)
3744[info] - should rsv3 (41 milliseconds)
3745[info] - should highest bit of 64-bit length is set (42 milliseconds)
3746[info] - should control frame bigger than 125 bytes (42 milliseconds)
3747[info] - should fragmented control frame (41 milliseconds)
3748[info] - should unexpected continuation frame (42 milliseconds)
3749[info] - should unexpected data frame when waiting for continuation (42 milliseconds)
3750[info] - should invalid utf8 encoding for single frame message (42 milliseconds)
3751[info] - should invalid utf8 encoding for streamed frame (42 milliseconds)
3752[info] - should truncated utf8 encoding for single frame message (41 milliseconds)
3753[info] - should truncated utf8 encoding for streamed frame (41 milliseconds)
3754[info] - should half a surrogate pair in utf8 encoding for a strict frame (42 milliseconds)
3755[info] - should half a surrogate pair in utf8 encoding for a streamed frame (42 milliseconds)
3756[info] - should unmasked input on the server side (42 milliseconds)
3757[info] - should unmasked input on the server side for empty frame (41 milliseconds)
3758[info] - should masked input on the client side (42 milliseconds)
3759[info] - should masked input on the client side for empty frame (42 milliseconds)
3760[info] should convert any message to strict message
3761[info] - should convert streamed text with multiple elements to strict text (3 milliseconds)
3762[info] - should convert streamed binary with multiple elements to strict binary (1 millisecond)
3763[info] - should convert streamed text to strict text (0 milliseconds)
3764[info] - should convert streamed binary to strict binary (0 milliseconds)
3765[info] - should convert streamed text to strict text if stream is empty (1 millisecond)
3766[info] - should convert streamed binary to strict binary if stream is empty (0 milliseconds)
3767[info] - should convert streamed text to strict text if stream is infinite (1 second, 17 milliseconds)
3768[info] - should convert streamed binary to strict binary if stream is infinite (1 second, 19 milliseconds)
3769[info] - should support per-message-compression extension (pending)
3770[info] RequestParserLFSpec:
3771[info] The request parsing logic should (mode: LF)
3772[info] properly parse a request
3773[info] - with no headers and no body (2 milliseconds)
3774[info] - with no headers and no body but remaining content (1 millisecond)
3775[info] - with one header (1 millisecond)
3776[info] - with absolute uri in request-target (1 millisecond)
3777[info] - with 3 headers and a body (1 millisecond)
3778[info] - with 3 headers, a body and remaining content (1 millisecond)
3779[info] - with multi-line headers (1 millisecond)
3780[info] - byte-by-byte (3 milliseconds)
3781[info] - with a custom HTTP method (1 millisecond)
3782[info] - with several identical `Content-Type` headers (0 milliseconds)
3783[info] - with several conflicting `Content-Type` headers with conflicting-content-type-header-processing-mode = first (1 millisecond)
3784[info] - with several conflicting `Content-Type` headers with conflicting-content-type-header-processing-mode = last (1 millisecond)
3785[info] - with several conflicting `Content-Type` headers with conflicting-content-type-header-processing-mode = no-content-type (1 millisecond)
3786[info] - with a request target starting with a double-slash (1 millisecond)
3787[info] - with additional fields in Strict-Transport-Security header (2 milliseconds)
3788[info] properly parse a chunked request
3789[info] - request start (1 millisecond)
3790[info] - message chunk with and without extension (1 millisecond)
3791[info] - message end (1 millisecond)
3792[info] - with incorrect but harmless whitespace after chunk size (2 milliseconds)
3793[info] - message end with extension and trailer (1 millisecond)
3794[info] - don't overflow the stack for large buffers of chunks (29 milliseconds)
3795[info] - properly parse a chunked transfer encoding request (1 millisecond)
3796[info] - support `rawRequestUriHeader` setting (1 millisecond)
3797[info] - support custom media type parsing (4 milliseconds)
3798[info] - support custom media types that override existing media types (2 milliseconds)
3799[info] reject a message chunk with
3800[info] - an illegal char after chunk size (2 milliseconds)
3801[info] - an illegal char in chunk size (1 millisecond)
3802[info] - too-long chunk extension (1 millisecond)
3803[info] - too-large chunk size (> Int.MaxValue) (2 milliseconds)
3804[info] - too-large chunk size (1 millisecond)
3805[info] - an illegal chunk termination (2 milliseconds)
3806[info] - an illegal header in the trailer (1 millisecond)
3807[info] reject a request with
3808[info] - an illegal HTTP method (1 millisecond)
3809[info] - a too long HTTP method (0 milliseconds)
3810[info] - two Content-Length headers (1 millisecond)
3811[info] - two Host headers (1 millisecond)
3812[info] - a too-long URI (1 millisecond)
3813[info] - HTTP version 1.2 (1 millisecond)
3814[info] - with an illegal char in a header name (1 millisecond)
3815[info] - with a too-long header name (1 millisecond)
3816[info] - with a too-long header-value (0 milliseconds)
3817[info] - with an invalid Content-Length header value (0 milliseconds)
3818[info] - with Content-Length > Long.MaxSize (1 millisecond)
3819[info] - with several conflicting `Content-Type` headers (1 millisecond)
3820[info] - with an illegal entity using CONNECT (1 millisecond)
3821[info] - with an illegal entity using HEAD (1 millisecond)
3822[info] - with an illegal entity using TRACE (0 milliseconds)
3823[info] - a request with an unsupported transfer encoding (1 millisecond)
3824[info] - a chunked request with additional transfer encodings (1 millisecond)
3825[info] - a chunked request with additional transfer encodings after chunked in multiple headers (1 millisecond)
3826[info] - a chunked request with additional transfer encodings after chunked in one header (1 millisecond)
3827[info] - a chunked request with a content length (1 millisecond)
3828Coroner Thread Count starts at 69 in org.apache.pekko.http.scaladsl.settings.PreviewServerSettingsSpec
3829Coroner Thread Count started at 69, ended at 67, peaked at 71 in org.apache.pekko.http.scaladsl.settings.PreviewServerSettingsSpec
3830[info] PreviewServerSettingsSpec:
3831[info] PreviewServerSettings
3832[info] - should compile when set programmatically (0 milliseconds)
3833[info] - should work get right defaults (1 millisecond)
3834Coroner Thread Count starts at 71 in org.apache.pekko.http.impl.engine.client.ResponseParsingMergeSpec
3835Coroner Thread Count started at 71, ended at 66, peaked at 74 in org.apache.pekko.http.impl.engine.client.ResponseParsingMergeSpec
3836[info] ResponseParsingMergeSpec:
3837[info] The ResponseParsingMerge stage
3838[info] - should not lose entity truncation errors on upstream finish (33 milliseconds)
3839Coroner Thread Count starts at 69 in org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserCRLFSpec
3840Coroner Thread Count started at 69, ended at 72, peaked at 77 in org.apache.pekko.http.impl.engine.parsing.HttpHeaderParserCRLFSpec
3841[info] HttpHeaderParserCRLFSpec:
3842[info] The HttpHeaderParser (mode: CRLF)
3843[info] - should insert the 1st value (1 millisecond)
3844[info] - should insert a new branch underneath a simple node (0 milliseconds)
3845[info] - should insert a new branch underneath the root (0 milliseconds)
3846[info] - should insert a new branch underneath an existing branch node (1 millisecond)
3847[info] - should support overriding of previously inserted values (0 milliseconds)
3848[info] - should retrieve the EmptyHeader (1 millisecond)
3849[info] - should retrieve a cached header with an exact header name match (0 milliseconds)
3850[info] - should retrieve a cached header with a case-insensitive header-name match (1 millisecond)
3851[info] - should parse and cache a modelled header (0 milliseconds)
3852[info] - should parse and cache a Set-Cookie header with a value in double quotes (1 millisecond)
3853[info] - should parse and cache an invalid modelled header as RawHeader (1 millisecond)
3854[info] - should parse and cache an X-Forwarded-For with a hostname in it as a RawHeader (3 milliseconds)
3855[info] - should parse and cache an X-Real-Ip with a hostname as it's value as a RawHeader (1 millisecond)
3856[info] - should parse and cache a raw header (0 milliseconds)
3857[info] - should parse and cache a modelled header with line-folding (0 milliseconds)
3858[info] - should parse and cache a header with a tab char in the value (1 millisecond)
3859[info] - should parse and cache a header with UTF8 chars in the value (0 milliseconds)
3860[info] - should parse and cache a header with UTF8 chars in the value after an incomplete line (0 milliseconds)
3861[info] - should parse multiple header lines subsequently with UTF-8 characters one after another without crashing (1 millisecond)
3862[info] - should produce an error message for lines with an illegal header name (1 millisecond)
3863[info] - should ignore illegal headers when configured to ignore them (0 milliseconds)
3864[info] - should ignore illegal headers when configured to ignore and warn about them (1 millisecond)
3865[info] - should produce an error message for lines with a too-long header name (1 millisecond)
3866[info] - should produce an error message for lines with a too-long header value (1 millisecond)
3867[info] - should continue parsing raw headers even if the overall cache value capacity is reached (6 milliseconds)
3868[info] - should continue parsing modelled headers even if the overall cache value capacity is reached (9 milliseconds)
3869[info] - should continue parsing headers even if the overall cache node capacity is reached (13 milliseconds)
3870[info] - should continue parsing raw headers even if the header-specific cache capacity is reached (1 millisecond)
3871[info] - should continue parsing modelled headers even if the header-specific cache capacity is reached (3 milliseconds)
3872[info] - should ignore headers whose value cannot be parsed (1 millisecond)
3873[info] - should parse most headers to RawHeader when `modeled-header-parsing = off` (1 millisecond)
3874[info] - should disables the logging of warning message when set the whitelist for illegal headers (102 milliseconds)
3875[info] - should not show bad performance characteristics when parameter names' hashCodes collide (592 milliseconds)
3876Coroner Thread Count starts at 71 in org.apache.pekko.http.scaladsl.model.HttpEntitySpec
3877Coroner Thread Count started at 71, ended at 73, peaked at 77 in org.apache.pekko.http.scaladsl.model.HttpEntitySpec
3878[info] HttpEntitySpec:
3879[info] HttpEntity
3880[info] should support dataBytes
3881[info] - should Strict (1 millisecond)
3882[info] - should Default (0 milliseconds)
3883[info] - should CloseDelimited (0 milliseconds)
3884[info] - should Chunked w/o LastChunk (0 milliseconds)
3885[info] - should Chunked with LastChunk (0 milliseconds)
3886[info] should support contentLength
3887[info] - should Strict (0 milliseconds)
3888[info] - should Default (0 milliseconds)
3889[info] - should CloseDelimited (0 milliseconds)
3890[info] - should Chunked (0 milliseconds)
3891[info] should support toStrict
3892[info] - should Strict (0 milliseconds)
3893[info] - should Default (0 milliseconds)
3894[info] - should CloseDelimited (0 milliseconds)
3895[info] - should Chunked w/o LastChunk (1 millisecond)
3896[info] - should Chunked with LastChunk (0 milliseconds)
3897[info] - should Infinite data stream (117 milliseconds)
3898[info] should support toStrict with the default max size
3899[info] - should Infinite data stream (345 milliseconds)
3900[info] should support toStrict with a max size
3901[info] - should Strict (1 millisecond)
3902[info] - should Default (0 milliseconds)
3903[info] - should CloseDelimited (1 millisecond)
3904[info] - should Chunked w/o LastChunk (0 milliseconds)
3905[info] - should Chunked with LastChunk (1 millisecond)
3906[info] - should Infinite data stream (0 milliseconds)
3907[info] should support transformDataBytes
3908[info] - should Strict (2 milliseconds)
3909[info] - should Default (1 millisecond)
3910[info] - should CloseDelimited (0 milliseconds)
3911[info] - should Chunked w/o LastChunk (4 milliseconds)
3912[info] - should Chunked with LastChunk (1 millisecond)
3913[info] - should Chunked with extra LastChunk (1 millisecond)
3914[info] - should Chunked with LastChunk with trailer header (0 milliseconds)
3915[info] - should Chunked with LastChunk with trailer header keep header chunk (1 millisecond)
3916[info] should support toString
3917[info] - should Strict with binary MediaType (1 millisecond)
3918[info] - should Strict with non-binary MediaType (0 milliseconds)
3919[info] - should Default (1 millisecond)
3920[info] - should CloseDelimited (0 milliseconds)
3921[info] - should Chunked (0 milliseconds)
3922[info] - should IndefiniteLength (1 millisecond)
3923[info] should support withoutSizeLimit
3924[info] - should Strict (0 milliseconds)
3925[info] - should Default (1 millisecond)
3926[info] - should CloseDelimited (0 milliseconds)
3927[info] - should Chunked (0 milliseconds)
3928[info] should support withSizeLimit
3929[info] - should Strict (0 milliseconds)
3930[info] - should Default (0 milliseconds)
3931[info] - should CloseDelimited (0 milliseconds)
3932[info] - should Chunked (0 milliseconds)
3933[info] ServerSentEventTest:
3934[info] - createDataEventId
3935[info] - createDataEvent
3936[info] - create
3937[info] - createRetry
3938[info] - heartbeat
3939[info] - createData
3940[info] ServerSentEventSpec:
3941[info] Creating a ServerSentEvent
3942[info] - should throw an IllegalArgumentException if type contains a
3943[info] or
3944 character (0 milliseconds)
3945[info] - should throw an IllegalArgumentException if id contains a
3946[info] or
3947 character (1 millisecond)
3948[info] - should throw an IllegalArgumentException if retry is not a positive number (11 milliseconds)
3949[info] A ServerSentEvent heartbeat
3950[info] - should be an empty ServerSentEvent (0 milliseconds)
3951[info] Calling encode
3952[info] - should return a single data line (1 millisecond)
3953[info] - should return multiple data lines (0 milliseconds)
3954[info] - should return data lines and an event line (0 milliseconds)
3955[info] - should return a data line and an id line (0 milliseconds)
3956[info] - should return a data line and a retry line (0 milliseconds)
3957[info] - should return all possible lines (0 milliseconds)
3958[info] - should not return and an event line for an empty type (0 milliseconds)
3959[info] HttpHeaderSpec:
3960[info] The HTTP header model must correctly parse and render the headers
3961[info] - Accept (4 milliseconds)
3962[info] - Accept-Charset (3 milliseconds)
3963[info] - Access-Control-Allow-Credentials (0 milliseconds)
3964[info] - Access-Control-Allow-Headers (1 millisecond)
3965[info] - Access-Control-Allow-Methods (1 millisecond)
3966[info] - Access-Control-Allow-Origin (2 milliseconds)
3967[info] - Access-Control-Expose-Headers (1 millisecond)
3968[info] - Access-Control-Max-Age (0 milliseconds)
3969[info] - Access-Control-Request-Headers (0 milliseconds)
3970[info] - Access-Control-Request-Method (1 millisecond)
3971[info] - Accept-Ranges (1 millisecond)
3972[info] - Accept-Encoding (2 milliseconds)
3973[info] - Accept-Language (3 milliseconds)
3974[info] - Age (0 milliseconds)
3975[info] - Allow (1 millisecond)
3976[info] - Authorization (5 milliseconds)
3977[info] - Cache-Control (4 milliseconds)
3978[info] - Connection (0 milliseconds)
3979[info] - Content-Disposition (3 milliseconds)
3980[info] - Content-Encoding (0 milliseconds)
3981[info] - Content-Length (0 milliseconds)
3982[info] - Content-Location (2 milliseconds)
3983[info] - Content-Type (2 milliseconds)
3984[info] - Content-Range (3 milliseconds)
3985[info] - Cookie (RFC 6265) (2 milliseconds)
3986[info] - Cookie (Raw) (1 millisecond)
3987[info] - Date (1 millisecond)
3988[info] - ETag (1 millisecond)
3989[info] - Expect (0 milliseconds)
3990[info] - Expires (0 milliseconds)
3991[info] - Host (0 milliseconds)
3992[info] - If-Match dispatching (1 millisecond)
3993[info] - If-Match (1 millisecond)
3994[info] - If-Modified-Since (1 millisecond)
3995[info] - If-None-Match (1 millisecond)
3996[info] - If-Range (1 millisecond)
3997[info] - If-Unmodified-Since (0 milliseconds)
3998[info] - Last-Modified (1 millisecond)
3999[info] - Location (1 millisecond)
4000[info] - Link (5 milliseconds)
4001[info] - Origin (1 millisecond)
4002[info] - Proxy-Authenticate (3 milliseconds)
4003[info] - Proxy-Authorization (1 millisecond)
4004[info] - Referer (1 millisecond)
4005[info] - Retry-After (2 milliseconds)
4006[info] - Server (0 milliseconds)
4007[info] - Strict-Transport-Security (0 milliseconds)
4008[info] - TE (1 millisecond)
4009[info] - Transfer-Encoding (0 milliseconds)
4010[info] - Range (3 milliseconds)
4011[info] - Sec-WebSocket-Accept (0 milliseconds)
4012[info] - Sec-WebSocket-Extensions (2 milliseconds)
4013[info] - Sec-WebSocket-Key (0 milliseconds)
4014[info] - Sec-WebSocket-Protocol (1 millisecond)
4015[info] - Sec-WebSocket-Version (1 millisecond)
4016[info] - Set-Cookie (6 milliseconds)
4017[info] - Upgrade (0 milliseconds)
4018[info] - User-Agent (1 millisecond)
4019[info] - WWW-Authenticate (2 milliseconds)
4020[info] - X-Forwarded-For (4 milliseconds)
4021[info] - X-Forwarded-Host (2 milliseconds)
4022[info] - X-Forwarded-Proto (1 millisecond)
4023[info] - X-Real-Ip (3 milliseconds)
4024[info] - Trailer (2 milliseconds)
4025[info] - RawHeader (1 millisecond)
4026[info] The header parser should
4027[info] - not accept illegal header names (1 millisecond)
4028[info] - not accept illegal header values (1 millisecond)
4029[info] - allow UTF8 characters in RawHeaders (0 milliseconds)
4030[info] - compress value whitespace into single spaces and trim (0 milliseconds)
4031[info] - resolve obs-fold occurrences (0 milliseconds)
4032[info] - parse with custom uri parsing mode (1 millisecond)
4033[info] - parse content-type with custom media types (0 milliseconds)
4034[info] - fail gracefully for deeply nested header comments (1 millisecond)
4035[info] - not break when header-value is null (15 milliseconds)
4036[info] ByteStringParserInputSpec:
4037[info] The ByteStringParserInput
4038[info] - should return the correct character for index (0 milliseconds)
4039[info] - should return the correct length (0 milliseconds)
4040[info] - should slice the bytes correctly into a string (0 milliseconds)
4041[info] - should slice the bytes correctly into a char array (11 milliseconds)
4042Coroner Thread Count starts at 71 in org.apache.pekko.http.impl.util.StreamUtilsSpec
4043Coroner Thread Count started at 71, ended at 68, peaked at 72 in org.apache.pekko.http.impl.util.StreamUtilsSpec
4044[info] StreamUtilsSpec:
4045[info] captureTermination
4046[info] should signal completion
4047[info] - when upstream terminates (1 millisecond)
4048[info] - when upstream fails (2 milliseconds)
4049[info] - when downstream cancels (0 milliseconds)
4050[info] exposeAttributes
4051[info] - should expose attrs (1 millisecond)
4052[info] sliceBytesTransformer
4053[info] - should not discard data when slicing more that Int.MaxValue (15 milliseconds)
4054[info] TightRequestTimeoutSpec:
4055[info] Tight request timeout
4056[info] - should not cause double push error caused by the late response attempting to push (1 second, 45 milliseconds)
4057Coroner Thread Count starts at 71 in org.apache.pekko.http.impl.engine.client.PrepareResponseSpec
4058Coroner Thread Count started at 71, ended at 68, peaked at 73 in org.apache.pekko.http.impl.engine.client.PrepareResponseSpec
4059[info] PrepareResponseSpec:
4060[info] The PrepareRequest stage
4061[info] - should not lose demand that comes in while streaming entity (33 milliseconds)
4062[info] - should not lose demand that comes in while handling strict entity (22 milliseconds)
4063[info] - should complete entity stream then complete stage when downstream cancels (31 milliseconds)
4064[info] - should complete stage when downstream cancels before end of strict request has arrived (21 milliseconds)
4065[info] - should cancel entire stage when the entity stream is canceled (31 milliseconds)
4066Coroner Thread Count starts at 71 in org.apache.pekko.http.impl.engine.server.HttpServerSpec
4067Coroner Thread Count started at 71, ended at 70, peaked at 77 in org.apache.pekko.http.impl.engine.server.HttpServerSpec
4068[info] HttpServerSpec:
4069[info] The server implementation
4070[info] - should deliver an empty request as soon as all headers are received (66 milliseconds)
4071[info] - should deliver a request as soon as all headers are received (476 milliseconds)
4072[info] - should deliver an error response as soon as a parsing error occurred (566 milliseconds)
4073[info] - should report an invalid Chunked stream (126 milliseconds)
4074[info] - should deliver the request entity as it comes in strictly for an immediately completed Strict entity (64 milliseconds)
4075[info] - should deliver the request entity as it comes in for a Default entity (426 milliseconds)
4076[info] - should deliver the request entity as it comes in for a chunked entity (426 milliseconds)
4077[info] - should deliver the second message properly after a Strict entity (65 milliseconds)
4078[info] - should deliver the second message properly after a Default entity (75 milliseconds)
4079[info] - should deliver the second message properly after a Chunked entity (125 milliseconds)
4080[info] - should close the request entity stream when the entity is complete for a Default entity (74 milliseconds)
4081[info] - should close the request entity stream when the entity is complete for a Chunked entity (124 milliseconds)
4082[info] - should close the connection if request entity stream has been cancelled (476 milliseconds)
4083[info] - should proceed to next request once previous request's entity has been drained (65 milliseconds)
4084[info] - should report a truncated entity stream on the entity data stream and the main stream for a Default entity (426 milliseconds)
4085[info] - should report a truncated entity stream on the entity data stream and the main stream for a Chunked entity (426 milliseconds)
4086[info] - should translate HEAD request to GET request when transparent-head-requests are enabled (64 milliseconds)
4087[info] - should keep HEAD request when transparent-head-requests are disabled (64 milliseconds)
4088[info] - should not emit entities when responding to HEAD requests if transparent-head-requests is enabled (with Strict) (565 milliseconds)
4089[info] - should not emit entities when responding to HEAD requests if transparent-head-requests is enabled (with Default) (576 milliseconds)
4090[info] - should not emit entities when responding to HEAD requests if transparent-head-requests is enabled (with CloseDelimited) (626 milliseconds)
4091[info] - should not emit entities when responding to HEAD requests if transparent-head-requests is enabled (with Chunked) (577 milliseconds)
4092[info] - should respect Connection headers of HEAD requests if transparent-head-requests is enabled (576 milliseconds)
4093[info] - should produce a `100 Continue` response when requested by a `Default` entity (678 milliseconds)
4094[info] - should produce a `100 Continue` response when requested by a `Default` entity and some data sent early (677 milliseconds)
4095[info] - should not produce a `100 Continue` response for a `Strict` entity when all data sent early (566 milliseconds)
4096[info] - should not produce a `100 Continue` response if `Strict` entity is empty because `Content-Length` header is 0 (566 milliseconds)
4097[info] - should not produce a `100 Continue` response if `Strict` entity is empty because `Content-Length` header is missing (565 milliseconds)
4098[info] - should produce a `100 Continue` response when requested by a `Chunked` entity (677 milliseconds)
4099[info] - should render a closing response instead of `100 Continue` if request entity is not requested (484 milliseconds)
4100[info] - should not fail with 'Cannot pull port (ControllerStage.requestParsingIn) twice' for early response to `100 Continue` request (after 100-Continue has been sent) (638 milliseconds)
4101[info] - should not fail with 'Cannot pull port (ControllerStage.requestParsingIn) twice' for early response to `100 Continue` request (before 100-Continue has been sent) (486 milliseconds)
4102[info] - should render a 500 response on response stream errors from the application (64 milliseconds)
4103[info] - should log error and reset connection when the response stream fails (375 milliseconds)
4104[info] - should log error and reset connection when the response stream materialization fails (667 milliseconds)
4105[info] - should correctly consume and render large requests and responses (177 milliseconds)
4106[info] - should not leak stages when network fails while streaming response (275 milliseconds)
4107[info] - should deliver a request with a non-RFC3986 request-target (63 milliseconds)
4108[info] - should use default-host-header for HTTP/1.0 requests (63 milliseconds)
4109[info] - should fail an HTTP/1.0 request with 400 if no default-host-header is set (563 milliseconds)
4110[info] - should support remote-address-header when blueprint not constructed with it (63 milliseconds)
4111[info] - should support remote-address-attribute (63 milliseconds)
4112[info] should don't leak stages when connection is closed for request which
4113[info] - uses GET method with an unread empty chunked entity (481 milliseconds)
4114[info] - uses GET request with an unread truncated chunked entity (480 milliseconds)
4115[info] - uses GET request with a truncated default entity (480 milliseconds)
4116[info] - should add `Connection: close` to early responses (480 milliseconds)
4117[info] - should add `Connection: close` to early responses if HttpResponse includes `Connection: keep-alive` header (481 milliseconds)
4118[info] should support request length verification which is defined via
4119[info] - the config setting (strict entity) (48 milliseconds)
4120[info] - the config setting (default entity) (44 milliseconds)
4121[info] - the config setting (chunked entity) (44 milliseconds)
4122[info] - a smaller programmatically-set limit (strict entity) (43 milliseconds)
4123[info] - a smaller programmatically-set limit (default entity) (44 milliseconds)
4124[info] - a smaller programmatically-set limit (chunked entity) (44 milliseconds)
4125[info] - a larger programmatically-set limit (strict entity) (43 milliseconds)
4126[info] - a larger programmatically-set limit (default entity) (43 milliseconds)
4127[info] - a larger programmatically-set limit (chunked entity) (44 milliseconds)
4128[info] - the config setting applied before another attribute (default entity) (44 milliseconds)
4129[info] - should reject CONNECT requests gracefully (564 milliseconds)
4130[info] - should reject requests with an invalid URI schema (264 milliseconds)
4131[info] - should reject HTTP/1.1 requests with Host header that doesn't match absolute request target authority (564 milliseconds)
4132[info] - should allow overriding the URI parsing error response (566 milliseconds)
4133Coroner Thread Count starts at 70 in org.apache.pekko.http.ConfigSpec
4134[INFO] [12/04/2025 15:06:03.419] [pool-75-thread-5] [CoordinatedShutdown(pekko://ConfigSpec)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
4135Coroner Thread Count started at 70, ended at 66, peaked at 71 in org.apache.pekko.http.ConfigSpec
4136[info] ConfigSpec:
4137[info] The default configuration file (i.e. reference.conf)
4138[info] - must include the generated version file (i.e. pekko-http-version.conf) (1 millisecond)
4139Coroner Thread Count starts at 71 in org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec
4140Coroner Thread Count started at 71, ended at 70, peaked at 77 in org.apache.pekko.http.impl.engine.ws.WebSocketClientSpec
4141[info] WebSocketClientSpec:
4142[info] The client-side WebSocket implementation should
4143[info] - should establish a websocket connection when the user requests it (26 milliseconds)
4144[info] - should establish connection with case insensitive header values (24 milliseconds)
4145[info] - should establish connection with header values sent in parts (23 milliseconds)
4146[info] should reject invalid handshakes
4147[info] - should other status code (23 milliseconds)
4148[info] - should missing Sec-WebSocket-Accept hash (23 milliseconds)
4149[info] - should wrong Sec-WebSocket-Accept hash (23 milliseconds)
4150[info] - should missing `Upgrade` header (23 milliseconds)
4151[info] - should missing `Connection: upgrade` header (23 milliseconds)
4152[info] - should don't send out frames before handshake was finished successfully (123 milliseconds)
4153[info] - should receive first frame in same chunk as HTTP upgrade response (44 milliseconds)
4154[info] - should manual scenario client sends first (43 milliseconds)
4155[info] - should client echoes scenario (25 milliseconds)
4156[info] should support subprotocols
4157[info] - should accept if server supports subprotocol (23 milliseconds)
4158[info] should multiple subprotocols
4159[info] - should accept if server supports subprotocol (22 milliseconds)
4160[info] should send error on user flow if server doesn't support subprotocol
4161[info] - should if no protocol was selected (43 milliseconds)
4162[info] - should if different protocol was selected (43 milliseconds)
4163Coroner Thread Count starts at 71 in org.apache.pekko.http.scaladsl.settings.ClientConnectionSettingsSpec
4164Coroner Thread Count started at 71, ended at 64, peaked at 71 in org.apache.pekko.http.scaladsl.settings.ClientConnectionSettingsSpec
4165[info] ClientConnectionSettingsSpec:
4166[info] ClientConnectionSettings
4167[info] - should fail early when creating ClientConnectionSettings with incomplete ParserSettings (1 millisecond)
4168Coroner Thread Count starts at 71 in org.apache.pekko.http.scaladsl.ClientTransportWithCustomResolverSpec
4169Coroner Thread Count started at 71, ended at 72, peaked at 77 in org.apache.pekko.http.scaladsl.ClientTransportWithCustomResolverSpec
4170[info] ClientTransportWithCustomResolverSpec:
4171[info] A custom resolver
4172[info] - should change to the desired destination (13 milliseconds)
4173[info] - should resolve not before a connection is needed (3 seconds, 9 milliseconds)
4174Coroner Thread Count starts at 79 in org.apache.pekko.http.scaladsl.ClientServerSpec
4175Coroner Thread Count started at 79, ended at 64, peaked at 95 in org.apache.pekko.http.scaladsl.ClientServerSpec
4176[info] ClientServerSpec:
4177[info] The low-level HTTP infrastructure
4178[info] - should properly bind a server (12 milliseconds)
4179[info] - should properly bind a server with a default port set via settings (12 milliseconds)
4180[info] - should report failure if bind fails (43 milliseconds)
4181[info] - should properly terminate client when server is not running (34 milliseconds)
4182[info] - should run with bindSync (4 milliseconds)
4183[info] - should prevent more than the configured number of max-connections with bind (1 second, 18 milliseconds)
4184[info] should Remote-Address header
4185[info] - should be added when using bind API (4 milliseconds)
4186[info] - should be added when using bindFlow API (4 milliseconds)
4187[info] - should be added when using bindSync API (4 milliseconds)
4188[info] should timeouts
4189[info] should support server timeouts
4190[info] - should close connection with idle client after idleTimeout (356 milliseconds)
4191[info] should support client timeouts
4192[info] - should close connection with idle server after idleTimeout (using connection level client API) (360 milliseconds)
4193[info] - should close connection with idle server after idleTimeout (using pool level client API) (2 seconds, 5 milliseconds)
4194[info] - should close connection with idle server after idleTimeout (using request level client API) (3 seconds, 5 milliseconds)
4195[info] - should avoid client vs. server race-condition for persistent connections with keep-alive-timeout (1 second, 260 milliseconds)
4196[info] should log materialization errors in `bindFlow` which
4197[info] - are triggered in `mapMaterialized` (pending)
4198[info] - stop stages on failure (125 milliseconds)
4199[info] - should properly complete a simple request/response cycle (553 milliseconds)
4200[info] - should properly complete a simple request/response cycle using Http.singleRequest (1 second, 49 milliseconds)
4201[info] - should properly complete a two request/response cycles using Http.singleRequest (1 second, 49 milliseconds)
4202[info] - should properly complete a chunked request/response cycle (551 milliseconds)
4203[info] - should complete a request/response when request has `Connection: close` set (1 second, 258 milliseconds)
4204[info] - should complete a request/response when the request side immediately closes the connection after sending the request (2 seconds, 23 milliseconds)
4205[info] - should complete a request/response over https, disabling hostname verification with SSLConfigSettings (36 milliseconds)
4206[info] - should complete a request/response over https when request has `Connection: close` set (1 second, 892 milliseconds)
4207[info] - should complete a request/response with CloseDelimited entity over TLS (46 milliseconds)
4208[info] - should complete a request/response over https when server closes connection without close_notify (446 milliseconds)
4209[info] - should properly complete a simple request/response cycle when `modeled-header-parsing = off` (546 milliseconds)
4210[info] - should properly complete a simple request/response cycle when `max-content-length` is set to 0 (550 milliseconds)
4211[info] - should be able to deal with eager closing of the request stream on the client side (550 milliseconds)
4212[info] - should produce a useful error message when connecting to a HTTP endpoint over HTTPS (27 milliseconds)
4213[info] - should produce a useful error message when connecting to an endpoint speaking wrong protocol (24 milliseconds)
4214[info] - should report idle timeout on request entity stream for stalled client (3 seconds, 20 milliseconds)
4215Coroner Thread Count starts at 68 in org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec
4216Coroner Thread Count started at 68, ended at 69, peaked at 74 in org.apache.pekko.http.impl.engine.ws.WebSocketServerSpec
4217[info] WebSocketServerSpec:
4218[info] The server-side WebSocket integration should
4219[info] should establish a websocket connection when the user requests it
4220[info] - should when user handler instantly tries to send messages (567 milliseconds)
4221[info] - should for echoing user handler (568 milliseconds)
4222[info] should send Ping keep-alive heartbeat
4223[info] - should on idle websocket connection (580 milliseconds)
4224[info] - should prevent the selection of an unavailable subprotocol (pending)
4225[info] should reject invalid WebSocket handshakes
4226[info] - should missing `Upgrade: websocket` header (pending)
4227[info] - should missing `Connection: upgrade` header (pending)
4228[info] - should missing `Sec-WebSocket-Key header (pending)
4229[info] - should `Sec-WebSocket-Key` with wrong amount of base64 encoded data (pending)
4230[info] - should missing `Sec-WebSocket-Version` header (pending)
4231[info] - should unsupported `Sec-WebSocket-Version` (pending)
4232Coroner Thread Count starts at 68 in org.apache.pekko.http.impl.engine.parsing.ResponseParserCRLFSpec
4233Coroner Thread Count started at 68, ended at 61, peaked at 74 in org.apache.pekko.http.impl.engine.parsing.ResponseParserCRLFSpec
4234[info] ResponseParserCRLFSpec:
4235[info] The response parsing logic should (mode: CRLF)
4236[info] should properly parse
4237[info] - should a 200 response to a HEAD request (1 millisecond)
4238[info] - should a 204 response (1 millisecond)
4239[info] - should a response with a simple body (1 millisecond)
4240[info] - should a response with a registered custom status code (1 millisecond)
4241[info] - should a response with an unrecognized status code (0 milliseconds)
4242[info] - should a response with a missing reason phrase (0 milliseconds)
4243[info] - should a response with no reason phrase and no trailing space (1 millisecond)
4244[info] - should a response with one header, a body, but no Content-Length header (1 millisecond)
4245[info] - should a response with duplicate host headers (1 millisecond)
4246[info] - should a response with several identical Content-Type headers (1 millisecond)
4247[info] - should a response with several conflicting Content-Type headers with conflicting-content-type-header-processing-mode = first (1 millisecond)
4248[info] - should a response with several conflicting Content-Type headers with conflicting-content-type-header-processing-mode = last (1 millisecond)
4249[info] - should a response with several conflicting Content-Type headers with conflicting-content-type-header-processing-mode = no-content-type (1 millisecond)
4250[info] - should a response with one header, no body, and no Content-Length header (0 milliseconds)
4251[info] - should a response with 3 headers, a body and remaining content (1 millisecond)
4252[info] - should a split response (parsed byte-by-byte) (1 millisecond)
4253[info] should properly parse a chunked
4254[info] - should response start (2 milliseconds)
4255[info] - should message chunk with and without extension (2 milliseconds)
4256[info] - should message end (5 milliseconds)
4257[info] - should message end with extension, trailer and remaining content (1 millisecond)
4258[info] - should a response configured to override a built-in media type (1 millisecond)
4259[info] should reject a response with
4260[info] - should HTTP version 1.2 (1 millisecond)
4261[info] - should an illegal status code (1 millisecond)
4262[info] - should a too-long response status reason (1 millisecond)
4263[info] - should conflicting Content-Type headers (0 milliseconds)
4264[info] - should multiple transfer encodings in one header (1 millisecond)
4265[info] - should multiple transfer encoding headers (1 millisecond)
4266[info] - should transfer encoding chunked and a content length (1 millisecond)
4267[info] EntityDiscardingTest:
4268[info] - testHttpRequestDiscardEntity
4269[info] - testHttpResponseDiscardEntity
4270[info] ConnectionContextSpec:
4271[info] ConnectionContext.https
4272[info] - should pass through all parameters (2 milliseconds)
4273Coroner Thread Count starts at 87 in org.apache.pekko.http.scaladsl.model.EntityDiscardingSpec
4274Coroner Thread Count started at 87, ended at 90, peaked at 110 in org.apache.pekko.http.scaladsl.model.EntityDiscardingSpec
4275[info] EntityDiscardingSpec:
4276[info] HttpRequest
4277[info] - should discard entity stream after .discardEntityBytes() call (2 milliseconds)
4278[info] HttpResponse
4279[info] - should discard entity stream after .discardEntityBytes() call (1 millisecond)
4280[info] - should should not allow draining a second time (11 milliseconds)
4281[info] JavaApiTestCaseSpecs:
4282[info] JavaApiTestCases should work as intended
4283[info] - buildRequest (1 millisecond)
4284[info] handleRequest
4285[info] - wrong method (0 milliseconds)
4286[info] - missing path (1 millisecond)
4287[info] happy path
4288[info] - with name parameter (0 milliseconds)
4289[info] - without name parameter (0 milliseconds)
4290[info] - addAuthentication (0 milliseconds)
4291[info] - removeCookies (0 milliseconds)
4292[info] - createUriForOrder (1 millisecond)
4293[info] - addSessionId (0 milliseconds)
4294Coroner Thread Count starts at 86 in org.apache.pekko.http.scaladsl.model.MultipartSpec
4295Coroner Thread Count started at 86, ended at 83, peaked at 92 in org.apache.pekko.http.scaladsl.model.MultipartSpec
4296[info] MultipartSpec:
4297[info] Multipart.General
4298[info] - should support `toStrict` on the streamed model (6 milliseconds)
4299[info] - should support `toEntity` (7 milliseconds)
4300[info] Multipart.FormData
4301[info] - should support `toStrict` on the streamed model (1 millisecond)
4302[info] Multipart.ByteRanges
4303[info] - should support `toStrict` on the streamed model (3 milliseconds)
4304[info] SettingsEqualitySpec:
4305[info] equality
4306[info] - should hold for ConnectionPoolSettings (1 millisecond)
4307[info] - should hold for ParserSettings.forServer (0 milliseconds)
4308[info] - should hold for ClientConnectionSettings (1 millisecond)
4309[info] - should hold for ServerSettings (1 millisecond)
4310Coroner Thread Count starts at 87 in org.apache.pekko.http.impl.engine.ws.WebSocketIntegrationSpec
4311Coroner Thread Count started at 87, ended at 83, peaked at 105 in org.apache.pekko.http.impl.engine.ws.WebSocketIntegrationSpec
4312[info] WebSocketIntegrationSpec:
4313[info] A WebSocket server
4314[info] - must not reset the connection when no data are flowing (751 milliseconds)
4315[info] - must not reset the connection when no data are flowing and the connection is closed from the client (1 second, 749 milliseconds)
4316[info] - must echo 100 elements and then shut down without error (175 milliseconds)
4317[info] - must send back 100 elements and then terminate without error even when not ordinarily closed (1 second, 762 milliseconds)
4318[info] - must terminate the handler flow with an error when the connection is aborted (549 milliseconds)
4319[info] A websocket client
4320[info] - should fail the materialized future if the request fails (2 milliseconds)
4321[info] HttpMethodsSpec:
4322[info] HttpMethods.getForKeyCaseInsensitive()
4323[info] - must return HttpMethods.CONNECT (2 milliseconds)
4324[info] - must return HttpMethods.DELETE (0 milliseconds)
4325[info] - must return HttpMethods.GET (0 milliseconds)
4326[info] - must return HttpMethods.HEAD (0 milliseconds)
4327[info] - must return HttpMethods.OPTIONS (0 milliseconds)
4328Coroner Thread Count starts at 83 in org.apache.pekko.http.impl.engine.server.PrepareRequestsSpec
4329Coroner Thread Count started at 83, ended at 77, peaked at 85 in org.apache.pekko.http.impl.engine.server.PrepareRequestsSpec
4330[info] PrepareRequestsSpec:
4331[info] The PrepareRequest stage
4332[info] - should not fail when there is demand from both streamed entity consumption and regular flow (132 milliseconds)
4333[info] - should not complete running entity stream when upstream cancels (31 milliseconds)
4334[info] - should complete stage if chunked stream is completed without reaching end of chunks (31 milliseconds)
4335[info] - should cancel the stage when the entity stream is canceled (31 milliseconds)
4336[info] HeaderSpec:
4337[info] ModeledCompanion should
4338[info] provide parseFromValueString method
4339[info] - successful parse run (1 millisecond)
4340[info] - failing parse run (1 millisecond)
4341[info] MediaType should
4342[info] provide parse method
4343[info] - successful parse run (1 millisecond)
4344[info] - failing parse run (0 milliseconds)
4345[info] ContentType should
4346[info] provide parse method
4347[info] - successful parse run (1 millisecond)
4348[info] - failing parse run (0 milliseconds)
4349[info] Retry-After should
4350[info] provide parseFromValueString method
4351[info] - successful parse run (0 milliseconds)
4352[info] - failing parse run (1 millisecond)
4353[info] Strict-Transport-Security should
4354[info] provide parseFromValueString method
4355[info] - successful parse run (0 milliseconds)
4356[info] - successful parse run with ignored directives (1 millisecond)
4357[info] - successful parse run with trailing semicolons (0 milliseconds)
4358[info] - failing parse run because of missing max-age directive (0 milliseconds)
4359[info] - failing parse run because of too many max-age directives (0 milliseconds)
4360[info] - failing parse run because of too many includeSubDomains directives (0 milliseconds)
4361[info] All request headers should
4362[info] - render in request (9 milliseconds)
4363[info] All response headers should
4364[info] - render in response (4 milliseconds)
4365[info] RawHeader should
4366[info] check for valid arguments
4367[info] - successful parse run (0 milliseconds)
4368[info] - failing parse run (1 millisecond)
4369[info] ConnectHttpSpec:
4370[info] ConnectHttp
4371[info] - should connect toHost HTTP:80 by default (0 milliseconds)
4372[info] - should connect toHost HTTPS:443 when https prefix given in host (0 milliseconds)
4373[info] - should connect toHost HTTP:8080 when <host>:<port> is given (0 milliseconds)
4374[info] - should connect toHost HTTP:0 when port is 0 (0 milliseconds)
4375[info] - should connect toHostHttps HTTPS:443 by default (1 millisecond)
4376[info] - should connect toHostHttps HTTPS:8080 when https prefix and port given in host (0 milliseconds)
4377[info] - should connect toHostHttps HTTPS:9999 when https prefix and port given (0 milliseconds)
4378[info] - should connect toHost HTTP:9999 when http prefix and port given (0 milliseconds)
4379[info] - should connect toHostHttps HTTPS:443 when no port given (0 milliseconds)
4380[info] - should connect toHostHttps HTTPS:443 using custom https context (0 milliseconds)
4381[info] - should connect toHostHttps HTTPS:0 when port is 0 (0 milliseconds)
4382[info] - should throw when toHostHttps used but http:// prefix found (0 milliseconds)
4383[info] ClientConnectionSettingsTest:
4384[info] - testCreateWithActorSystem
4385[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4386[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4387[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4388[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4389[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4390[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4391[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4392[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4393[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4394[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4395[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4396[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4397Starting build for ProjectRef(file:/build/repo/,parsing) (pekko-parsing)... [7/11]
4398[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4399[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4400Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, --java-output-version:17, -Wconf:cat=deprecation:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
4401[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4402[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4403[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4404[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4405[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4406[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4407[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4408[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4409[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4410[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4411[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4412[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4413[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4414[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4415[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4416Starting build for ProjectRef(file:/build/repo/,http-cors) (pekko-http-cors)... [8/11]
4417[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4418[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4419[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4420[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4421[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4422[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4423[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4424[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4425[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4426[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4427Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, --java-output-version:17, -Wconf:cat=deprecation:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
4428[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4429[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4430[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4431[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4432[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4433[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4434[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4435[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4436[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4437[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4438[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4439[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4440[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4441[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4442[info] compiling 10 Scala sources and 3 Java sources to /build/repo/http-cors/target/scala-3.8.0-RC3/classes ...
4443[warn] bad option '-Ywarn-dead-code' was ignored
4444[warn] one warning found
4445[warn] source value 8 is obsolete and will be removed in a future release
4446[warn] target value 8 is obsolete and will be removed in a future release
4447[warn] To suppress warnings about obsolete options, use -Xlint:-options.
4448[info] done compiling
4449[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4450[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4451[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4452[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4453[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4454[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4455[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4456[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4457[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4458[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4459[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4460[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4461[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4462[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4463[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4464[info] compiling 3 Scala sources to /build/repo/http-cors/target/scala-3.8.0-RC3/test-classes ...
4465[warn] bad option '-Ywarn-dead-code' was ignored
4466[warn] one warning found
4467[info] done compiling
4468[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4469[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4470[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4471[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4472[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4473[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4474[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4475[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4476[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4477[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4478[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4479[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4480[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4481[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4482[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4483[info] HttpOriginMatcherSpec:
4484[info] The `*` matcher
4485[info] - should match any Origin (61 milliseconds)
4486[info] - should be printed as `*` (1 millisecond)
4487[info] The strict() method
4488[info] - should build a strict matcher, comparing exactly the origins (3 milliseconds)
4489[info] - should build a matcher with a toString() method that is a valid range (1 millisecond)
4490[info] The apply() method
4491[info] - should build a matcher accepting sub-domains with wildcards (4 milliseconds)
4492[info] - should build a matcher with a toString() method that is a valid range (0 milliseconds)
4493[INFO] [12/04/2025 15:06:40.917] [pool-94-thread-6] [CoordinatedShutdown(pekko://org-apache-pekko-http-cors-CorsDirectivesSpec)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
4494[info] CorsDirectivesSpec:
4495[info] The cors() directive
4496[info] - should extract its settings from the actor system (91 milliseconds)
4497[info] The cors(settings) directive
4498[info] - should not affect actual requests when not strict (2 milliseconds)
4499[info] - should reject requests without Origin header when strict (4 milliseconds)
4500[info] - should accept actual requests with a single Origin (2 milliseconds)
4501[info] - should accept pre-flight requests with a null origin when allowed-origins = `*` (2 milliseconds)
4502[info] - should reject pre-flight requests with a null origin when allowed-origins != `*` (2 milliseconds)
4503[info] - should accept actual requests with a null Origin (1 millisecond)
4504[info] - should accept actual requests with an Origin matching an allowed subdomain (1 millisecond)
4505[info] - should return `Access-Control-Allow-Origin: *` to actual request only when credentials are not allowed (1 millisecond)
4506[info] - should return `Access-Control-Expose-Headers` to actual request with all the exposed headers in the settings (2 milliseconds)
4507[info] - should remove CORS-related headers from the original response before adding the new ones (2 milliseconds)
4508[info] - should accept valid pre-flight requests (2 milliseconds)
4509[info] - should accept actual requests with OPTION method (1 millisecond)
4510[info] should reject actual requests with invalid origin
4511[info] - when the origin is null (1 millisecond)
4512[info] - when there is one origin (2 milliseconds)
4513[info] - should reject pre-flight requests with invalid origin (1 millisecond)
4514[info] - should reject pre-flight requests with invalid method (2 milliseconds)
4515[info] - should reject pre-flight requests with invalid header (2 milliseconds)
4516[info] - should reject pre-flight requests with multiple origins (0 milliseconds)
4517[info] the default rejection handler
4518[info] - should handle the malformed request cause (8 milliseconds)
4519[info] should handle a request with invalid origin
4520[info] - when the origin is null (2 milliseconds)
4521[info] - when there is one origin (1 millisecond)
4522[info] - when there are two origins (1 millisecond)
4523[info] - should handle a pre-flight request with invalid method (1 millisecond)
4524[info] - should handle a pre-flight request with invalid headers (1 millisecond)
4525[info] - should handle multiple CORS rejections (1 millisecond)
4526[INFO] [12/04/2025 15:06:40.967] [pool-94-thread-5] [CoordinatedShutdown(pekko://org-apache-pekko-http-cors-scaladsl-settings-CorsSettingsSpec)] Running CoordinatedShutdown with reason [ActorSystemTerminateReason]
4527[info] CorsSettingsSpec:
4528[info] CorsSettings
4529[info] - should load settings from the actor system by default (4 milliseconds)
4530[info] - should cache the settings from the actor system (1 millisecond)
4531[info] - should return valid cors settings from a valid config object (0 milliseconds)
4532[info] - should support space separated list of origins (1 millisecond)
4533[info] - should support wildcard subdomains (0 milliseconds)
4534[info] - should support numeric values on max-age as seconds (1 millisecond)
4535[info] - should support null value on max-age (0 milliseconds)
4536[info] - should support undefined on max-age (1 millisecond)
4537[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4538[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4539[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4540[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4541[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4542[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4543[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4544[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4545[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4546[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4547[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4548[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4549[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4550[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4551[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4552[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4553[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4554[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4555[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4556[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4557[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4558[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4559[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4560[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4561[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4562[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4563[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4564[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4565[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4566[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4567Starting build for ProjectRef(file:/build/repo/,http-spray-json) (pekko-http-spray-json)... [9/11]
4568[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4569[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4570[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4571[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4572[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4573[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4574[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4575[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4576Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, --java-output-version:17, -Wconf:cat=deprecation:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
4577[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4578[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4579[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4580[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4581[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4582[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4583[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4584[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4585[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4586[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4587[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4588[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4589[info] compiling 2 Scala sources to /build/repo/http-marshallers-scala/http-spray-json/target/scala-3.8.0-RC3/classes ...
4590[warn] bad option '-Ywarn-dead-code' was ignored
4591[warn] one warning found
4592[info] done compiling
4593[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4594[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4595[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4596[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4597[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4598[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4599[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4600[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4601[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4602[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4603[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4604[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4605[info] compiling 1 Scala source to /build/repo/http-marshallers-scala/http-spray-json/target/scala-3.8.0-RC3/test-classes ...
4606[warn] bad option '-Ywarn-dead-code' was ignored
4607[warn] one warning found
4608[info] done compiling
4609[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4610[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4611[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4612[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4613[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4614[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4615[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4616[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4617[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4618[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4619[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4620[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4621[info] SprayJsonSupportSpec:
4622[info] SprayJsonSupport
4623[info] - should allow round trip via Marshal / Unmarshal case class <-> HttpEntity (79 milliseconds)
4624[info] - should allow round trip via Marshal / Unmarshal JsValue <-> HttpEntity (1 millisecond)
4625[info] - should allow Unmarshalling from ByteString -> case class (1 millisecond)
4626[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4627[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4628[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4629[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4630[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4631[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4632[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4633[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4634[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4635[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4636[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4637[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4638[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4639[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4640[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4641[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4642[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4643[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4644[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4645[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4646[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4647[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4648[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4649[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4650Starting build for ProjectRef(file:/build/repo/,http) (pekko-http)... [10/11]
4651[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4652[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4653[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4654[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4655[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4656[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4657Compile scalacOptions: -encoding, UTF-8, -unchecked, -Ywarn-dead-code, -Wconf:msg=object JavaConverters in package collection is deprecated:s, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=reached max recursion depth:s, -Wconf:msg=Prefer the Scala annotation over Java's `@Deprecated`:s, --java-output-version:17, -Wconf:cat=deprecation:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
4658[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4659[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4660[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4661[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4662[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4663[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4664[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4665[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4666[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4667[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4668[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4669[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4670[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4671[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4672[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4673[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4674[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4675[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4676[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4677[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4678[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4679[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4680[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4681[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4682[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4683[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4684[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4685[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4686[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4687[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4688[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4689[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4690[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4691[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4692[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4693[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4694[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4695[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4696[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4697[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4698[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4699[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4700[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4701[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4702[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4703
4704************************
4705Build summary:
4706[{
4707 "module": "pekko-http-testkit",
4708 "compile": {"status": "ok", "tookMs": 68870, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4709 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4710 "test-compile": {"status": "ok", "tookMs": 3215, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4711 "test": {"status": "ok", "tookMs": 2822, "passed": 23, "failed": 0, "ignored": 0, "skipped": 0, "total": 23, "byFramework": [{"framework": "specs2", "stats": {"passed": 7, "failed": 0, "ignored": 0, "skipped": 0, "total": 7}},{"framework": "unknown", "stats": {"passed": 16, "failed": 0, "ignored": 0, "skipped": 0, "total": 16}}]},
4712 "publish": {"status": "skipped", "tookMs": 0},
4713 "metadata": {
4714 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
4715}
4716},{
4717 "module": "pekko-http-bom",
4718 "compile": {"status": "ok", "tookMs": 68, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4719 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4720 "test-compile": {"status": "ok", "tookMs": 101, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4721 "test": {"status": "ok", "tookMs": 94, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
4722 "publish": {"status": "skipped", "tookMs": 0},
4723 "metadata": {
4724 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
4725}
4726},{
4727 "module": "pekko-http-jackson",
4728 "compile": {"status": "ok", "tookMs": 549, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4729 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4730 "test-compile": {"status": "ok", "tookMs": 819, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4731 "test": {"status": "ok", "tookMs": 1542, "passed": 6, "failed": 0, "ignored": 0, "skipped": 0, "total": 6, "byFramework": [{"framework": "unknown", "stats": {"passed": 6, "failed": 0, "ignored": 0, "skipped": 0, "total": 6}}]},
4732 "publish": {"status": "skipped", "tookMs": 0},
4733 "metadata": {
4734 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
4735}
4736},{
4737 "module": "pekko-http-caching",
4738 "compile": {"status": "ok", "tookMs": 1212, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4739 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4740 "test-compile": {"status": "ok", "tookMs": 1728, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4741 "test": {"status": "ok", "tookMs": 1853, "passed": 21, "failed": 0, "ignored": 0, "skipped": 0, "total": 21, "byFramework": [{"framework": "unknown", "stats": {"passed": 21, "failed": 0, "ignored": 0, "skipped": 0, "total": 21}}]},
4742 "publish": {"status": "skipped", "tookMs": 0},
4743 "metadata": {
4744 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
4745}
4746},{
4747 "module": "pekko-http-testkit-munit",
4748 "compile": {"status": "ok", "tookMs": 805, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4749 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4750 "test-compile": {"status": "ok", "tookMs": 1073, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4751 "test": {"status": "ok", "tookMs": 1204, "passed": 10, "failed": 0, "ignored": 0, "skipped": 0, "total": 10, "byFramework": [{"framework": "munit", "stats": {"passed": 10, "failed": 0, "ignored": 0, "skipped": 0, "total": 10}}]},
4752 "publish": {"status": "skipped", "tookMs": 0},
4753 "metadata": {
4754 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
4755}
4756},{
4757 "module": "pekko-http-xml",
4758 "compile": {"status": "ok", "tookMs": 833, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4759 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4760 "test-compile": {"status": "ok", "tookMs": 277, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4761 "test": {"status": "ok", "tookMs": 329, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
4762 "publish": {"status": "skipped", "tookMs": 0},
4763 "metadata": {
4764 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
4765}
4766},{
4767 "module": "pekko-http-core",
4768 "compile": {"status": "ok", "tookMs": 111, "warnings": 9, "errors": 0, "sourceVersion": "3.8"},
4769 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4770 "test-compile": {"status": "ok", "tookMs": 13648, "warnings": 6, "errors": 0, "sourceVersion": "3.8"},
4771 "test": {"status": "ok", "tookMs": 131419, "passed": 1160, "failed": 0, "ignored": 2, "skipped": 0, "total": 1162, "byFramework": [{"framework": "unknown", "stats": {"passed": 1160, "failed": 0, "ignored": 2, "skipped": 0, "total": 1162}}]},
4772 "publish": {"status": "skipped", "tookMs": 0},
4773 "metadata": {
4774 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
4775}
4776},{
4777 "module": "pekko-parsing",
4778 "compile": {"status": "ok", "tookMs": 40, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4779 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4780 "test-compile": {"status": "ok", "tookMs": 70, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4781 "test": {"status": "ok", "tookMs": 55, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
4782 "publish": {"status": "skipped", "tookMs": 0},
4783 "metadata": {
4784 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
4785}
4786},{
4787 "module": "pekko-http-cors",
4788 "compile": {"status": "ok", "tookMs": 985, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4789 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4790 "test-compile": {"status": "ok", "tookMs": 1691, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4791 "test": {"status": "ok", "tookMs": 1081, "passed": 40, "failed": 0, "ignored": 0, "skipped": 0, "total": 40, "byFramework": [{"framework": "unknown", "stats": {"passed": 40, "failed": 0, "ignored": 0, "skipped": 0, "total": 40}}]},
4792 "publish": {"status": "skipped", "tookMs": 0},
4793 "metadata": {
4794 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
4795}
4796},{
4797 "module": "pekko-http-spray-json",
4798 "compile": {"status": "ok", "tookMs": 716, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4799 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4800 "test-compile": {"status": "ok", "tookMs": 686, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4801 "test": {"status": "ok", "tookMs": 705, "passed": 3, "failed": 0, "ignored": 0, "skipped": 0, "total": 3, "byFramework": [{"framework": "unknown", "stats": {"passed": 3, "failed": 0, "ignored": 0, "skipped": 0, "total": 3}}]},
4802 "publish": {"status": "skipped", "tookMs": 0},
4803 "metadata": {
4804 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
4805}
4806},{
4807 "module": "pekko-http",
4808 "compile": {"status": "ok", "tookMs": 151, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
4809 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4810 "test-compile": {"status": "ok", "tookMs": 189, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4811 "test": {"status": "ok", "tookMs": 232, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
4812 "publish": {"status": "skipped", "tookMs": 0},
4813 "metadata": {
4814 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
4815}
4816}]
4817************************
4818[success] Total time: 258 s (0:04:18.0), completed 2025 Dec 4 15:06:45
4819[0JChecking patch project/plugins.sbt...
4820Checking patch project/Dependencies.scala...
4821Checking patch http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpMessage.scala...
4822Checking patch http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala...
4823Checking patch build.sbt...
4824Applied patch project/plugins.sbt cleanly.
4825Applied patch project/Dependencies.scala cleanly.
4826Applied patch http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpMessage.scala cleanly.
4827Applied patch http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala cleanly.
4828Applied patch build.sbt cleanly.