Build Logs
apache/pekko-http • scheduled_3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
Errors
0
Warnings
1736
Total Lines
2690
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.483s.
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+20260103-0044-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 http2-tests/crossScalaVersions
219OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-jackson/crossScalaVersions
220OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-marshallers-java/crossScalaVersions
221OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-testkit-munit/crossScalaVersions
222OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-xml/crossScalaVersions
223OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http/crossScalaVersions
224OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-testkit/crossScalaVersions
225OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-bench-jmh/crossScalaVersions
226OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-core/crossScalaVersions
227OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-spray-json/crossScalaVersions
228OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in parsing/crossScalaVersions
229OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in http-marshallers-scala/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+20260103-0045-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+20260103-0045-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+20260103-0045-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+20260103-0045-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+20260103-0045-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+20260103-0045-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 2026 Jan 3 00:45:13
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 'ApplyConverterInstances.scala'
327[info] compiling 4 Scala sources to /build/repo/parsing/target/scala-3.7.4/classes ...
328[info] Generating 'TupleAppendOneInstances.scala'
329[info] Generating 'TupleFoldInstances.scala'
330[info] Generating 'ConstructFromTupleInstances.scala'
331[info] Generating 'ParameterDirectivesInstances.scala'
332[info] Generating 'FormFieldDirectivesInstances.scala'
333[info] Generating 'JavaPathMatchers.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/javadsl/model/ws/Message.scala]
396[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/FormData.scala]
397[info] [patched file /build/repo/http-core/target/scala-3.7.4/src_managed/CacheDirective.scala]
398[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/ParserOutput.scala]
399[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/HttpRequestParser.scala]
400[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/Http2StreamHandling.scala]
401[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/JavaQuery.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/target/scala-3.7.4/src_managed/HttpMessage.scala]
404[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/Http2Blueprint.scala]
405[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/client/PoolInterface.scala]
406[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/client/PoolMasterActor.scala]
407[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/SocketOptionSettings.scala]
408[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/client/pool/NewHostConnectionPool.scala]
409[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/settings/ParserSettingsImpl.scala]
410[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/DateTime.scala]
411[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/HttpHeaderParser.scala]
412[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/javadsl/model/ws/UpgradeToWebSocket.scala]
413[info] [patched file /build/repo/http-core/src/main/scala-2.13+/org/apache/pekko/http/ccompat/package.scala]
414[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/AcceptEncodingHeader.scala]
415[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/StageLoggingWithOverride.scala]
416[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/Uri.scala]
417[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/JavaMapping.scala]
418[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/SettingsCompanionImpl.scala]
419[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/headers/HttpOrigin.scala]
420[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/RequestParsing.scala]
421[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/AcceptHeader.scala]
422[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/LinkHeader.scala]
423[info] [patched file /build/repo/http-core/target/scala-3.7.4/src_managed/headers.scala]
424[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/Multipart.scala]
425[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/javadsl/settings/Http2ServerSettings.scala]
426[info] [patched file /build/repo/http-core/src/main/scala-2.13+/org/apache/pekko/http/scaladsl/util/FastFuture.scala]
427[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/AttributeKey.scala]
428[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/MediaType.scala]
429[info] [patched file /build/repo/http-core/target/scala-3.7.4/src_managed/LanguageRange.scala]
430[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/HttpResponseParser.scala]
431[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/headers/EntityTag.scala]
432[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/CommonRules.scala]
433[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/headers/ProductVersion.scala]
434[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/Rendering.scala]
435[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala]
436[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/MessageToFrameRenderer.scala]
437[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/server/ServerTerminator.scala]
438[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/SimpleHeaders.scala]
439[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/javadsl/model/ws/WebSocket.scala]
440[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/UriParser.scala]
441[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/ws/WebSocketUpgrade.scala]
442[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/ContentType.scala]
443[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/UriJavaAccessor.scala]
444[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/Http.scala]
445[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/BodyPartParser.scala]
446[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/ws/UpgradeToWebSocket.scala]
447[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/package.scala]
448[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/client/PersistentConnection.scala]
449[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/ContentTypeHeader.scala]
450[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/StreamUtils.scala]
451[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/ServerBuilder.scala]
452[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/javadsl/ServerBuilder.scala]
453[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/HttpMessageParser.scala]
454[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/Http2.scala]
455[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/ws/Message.scala]
456[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/client/OutgoingConnectionBlueprint.scala]
457[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/util/AsciiTreeLayout.scala]
458[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/BoyerMoore.scala]
459[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/WebSocketHeaders.scala]
460[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/javadsl/Http.scala]
461[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/util/ObjectRegistry.scala]
462[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/server/HttpServerBluePrint.scala]
463[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/javadsl/model/ws/WebSocketUpgrade.scala]
464[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpCharset.scala]
465[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/client/PoolId.scala]
466[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/Http2Demux.scala]
467[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/Utf8Decoder.scala]
468[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/ContentDispositionHeader.scala]
469[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/AcceptLanguageHeader.scala]
470[info] [patched file /build/repo/http-core/src/main/scala/org/apache/pekko/http/impl/model/parser/AcceptCharsetHeader.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/javadsl/server/directives/MiscDirectives.scala]
492[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/CookieDirectives.scala]
493[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/RequestContext.scala]
494[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/marshalling/PredefinedToResponseMarshallers.scala]
495[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/marshalling/Marshaller.scala]
496[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/BasicDirectives.scala]
497[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/HostDirectives.scala]
498[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/RejectionHandler.scala]
499[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/coding/DataMapper.scala]
500[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/Rejection.scala]
501[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/unmarshalling/Unmarshaller.scala]
502[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/FileAndResourceDirectives.scala]
503[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/unmarshalling/Unmarshaller.scala]
504[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/BasicDirectives.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/target/scala-3.7.4/src_managed/FormFieldDirectives.scala]
507[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/marshalling/Marshaller.scala]
508[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/FutureDirectives.scala]
509[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/FramedEntityStreamingDirectives.scala]
510[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/RouteDirectives.scala]
511[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/PathMatcher.scala]
512[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/Directives.scala]
513[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/RouteDirectives.scala]
514[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/CodingDirectives.scala]
515[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/FileAndResourceDirectives.scala]
516[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/RejectionHandler.scala]
517[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/unmarshalling/PredefinedFromEntityUnmarshallers.scala]
518[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/Directive.scala]
519[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/CodingDirectives.scala]
520[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/MarshallingDirectives.scala]
521[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/coding/GzipCompressor.scala]
522[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/PathDirectives.scala]
523[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/SecurityDirectives.scala]
524[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/client/RequestBuilding.scala]
525[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/javadsl/server/directives/HeaderDirectives.scala]
526[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/RangeDirectives.scala]
527[info] [patched file /build/repo/http/src/main/scala/org/apache/pekko/http/scaladsl/server/directives/MiscDirectives.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/javadsl/testkit/RouteTest.scala]
541[info] [patched file /build/repo/http-testkit/src/main/scala/org/apache/pekko/http/scaladsl/testkit/RouteTestResultComponent.scala]
542[info] [patched file /build/repo/http-testkit/src/main/scala/org/apache/pekko/http/scaladsl/testkit/RouteTest.scala]
543[info] [patched file /build/repo/http-testkit/src/main/scala/org/apache/pekko/http/scaladsl/testkit/ScalatestUtils.scala]
544[info] [patched file /build/repo/http-testkit/src/main/scala/org/apache/pekko/http/javadsl/testkit/JUnitRouteTest.scala]
545[info] [patched file /build/repo/http-testkit/src/main/scala/org/apache/pekko/http/javadsl/testkit/TestRouteResult.scala]
546[info] [patched file /build/repo/http-testkit/src/main/scala/org/apache/pekko/http/scaladsl/testkit/Specs2Utils.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/headers.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/LanguageRange.scala]
602[info] [patched file /build/repo/http-core/target/scala-3.7.4/src_managed/HttpMessage.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/ByteStringSinkProbe.scala]
1096[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/ws/WSTestSetupBase.scala]
1097[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/parsing/RequestParserSpec.scala]
1098[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala]
1099[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/ws/MessageSpec.scala]
1100[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/scaladsl/model/UriSpec.scala]
1101[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/scaladsl/ClientServerSpec.scala]
1102[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/client/TlsEndpointVerificationSpec.scala]
1103[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/client/NewConnectionPoolSpec.scala]
1104[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/parsing/ContentLengthHeaderParserSpec.scala]
1105[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/util/StreamUtilsSpec.scala]
1106[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/ws/BitBuilder.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/http/impl/engine/parsing/ResponseParserSpec.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/model/parser/HttpHeaderSpec.scala]
1111[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/client/HostConnectionPoolSpec.scala]
1112[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/scaladsl/model/HttpEntitySpec.scala]
1113[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/client/LowLevelOutgoingConnectionSpec.scala]
1114[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/parsing/BoyerMooreSpec.scala]
1115[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/server/HttpServerSpec.scala]
1116[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/impl/engine/ws/FramingSpec.scala]
1117[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/scaladsl/model/HttpMessageSpec.scala]
1118[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/http/scaladsl/model/headers/HeaderSpec.scala]
1119[info] [patched file /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/Coroner.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/settings/CorsSettings.scala]
1228[info] [patched file /build/repo/http-cors/src/main/scala/org/apache/pekko/http/cors/scaladsl/CorsDirectives.scala]
1229[info] [patched file /build/repo/http-cors/src/main/scala/org/apache/pekko/http/cors/scaladsl/model/HttpHeaderRange.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": 63279, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1416 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1417 "test-compile": {"status": "ok", "tookMs": 57523, "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": 53, "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": 399, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1436 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1437 "test-compile": {"status": "ok", "tookMs": 586, "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": 1101, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1446 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1447 "test-compile": {"status": "ok", "tookMs": 1540, "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": 778, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1456 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1457 "test-compile": {"status": "ok", "tookMs": 985, "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": 594, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1466 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1467 "test-compile": {"status": "ok", "tookMs": 650, "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": 78, "warnings": 24, "errors": 0, "sourceVersion": "3.4-migration"},
1476 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1477 "test-compile": {"status": "ok", "tookMs": 10966, "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": 28, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1486 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1487 "test-compile": {"status": "ok", "tookMs": 63, "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": 1017, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1496 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1497 "test-compile": {"status": "ok", "tookMs": 2921, "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": 710, "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": 274, "warnings": 1, "errors": 0, "sourceVersion": "3.4-migration"},
1516 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1517 "test-compile": {"status": "ok", "tookMs": 162, "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: 171 s (0:02:51.0), completed 2026 Jan 3 00:48:04
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 bc827530d] 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.1-RC1-bin-20260102-32e416e-NIGHTLY
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.1-RC1-bin-20260102-32e416e-NIGHTLY"
1566Successfully applied pattern 'val scala3Version = "3.3.6"' in project/Dependencies.scala
1567----
1568Starting build for 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
1569Execute tests: false
1570sbt project found:
1571No prepare script found for project apache/pekko-http
1572##################################
1573Scala version: 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
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":"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>\""}]}
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.1-RC1-bin-20260102-32e416e-NIGHTLY
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.1-RC1-bin-20260102-32e416e-NIGHTLY"
1598"++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -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.1-RC1-bin-20260102-32e416e-NIGHTLY """{"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"
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-bc827530+20260103-0048-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.1-RC1-bin-20260102-32e416e-NIGHTLY
1705[info] Scala 2 optimizer/inliner enabled, to disable set the pekko.no.inline system property
1706OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in http-marshallers-java/crossScalaVersions
1707OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in http-testkit-munit/crossScalaVersions
1708OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in http2-tests/crossScalaVersions
1709OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in http-jackson/crossScalaVersions
1710OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in http-spray-json/crossScalaVersions
1711OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in http-marshallers-scala/crossScalaVersions
1712OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in http-bench-jmh/crossScalaVersions
1713OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in http-xml/crossScalaVersions
1714OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in http/crossScalaVersions
1715OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in http-testkit/crossScalaVersions
1716OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in parsing/crossScalaVersions
1717OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in http-core/crossScalaVersions
1718OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in docs/crossScalaVersions
1719OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in http-cors/crossScalaVersions
1720OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in bill-of-materials/crossScalaVersions
1721OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in http-tests/crossScalaVersions
1722OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in http-caching/crossScalaVersions
1723[info] Building Pekko HTTP 1.3.0+1-bc827530+20260103-0048-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.1-RC1-bin-20260102-32e416e-NIGHTLY on 17 projects.
1726[info] Switching Scala version on:
1727[info] http-testkit (2.13.17, 2.12.20, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1728[info] http-core (2.13.17, 2.12.20, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1729[info] http-marshallers-scala (2.13.17, 2.12.20, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1730[info] http-jackson (2.13.17, 2.12.20, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1731[info] docs (2.13.17, 2.12.20, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1732[info] parsing (2.13.17, 2.12.20, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1733[info] http-spray-json (2.13.17, 2.12.20, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1734[info] http-xml (2.13.17, 2.12.20, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1735[info] http-testkit-munit (2.13.17, 2.12.20, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1736[info] http2-tests (2.13.17, 2.12.20, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1737[info] http-cors (2.13.17, 2.12.20, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1738[info] http (2.13.17, 2.12.20, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1739[info] http-bench-jmh (2.13.17, 2.12.20, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1740[info] http-caching (2.13.17, 2.12.20, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1741[info] http-marshallers-java (2.13.17, 2.12.20, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1742[info] bill-of-materials (2.13.17, 2.12.20, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
1743[info] http-tests (2.13.17, 2.12.20, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
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-bc827530+20260103-0048-SNAPSHOT against Pekko 1.1.5 on Scala 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
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-bc827530+20260103-0048-SNAPSHOT against Pekko 1.1.5 on Scala 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
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-bc827530+20260103-0048-SNAPSHOT against Pekko 1.1.5 on Scala 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
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-bc827530+20260103-0048-SNAPSHOT against Pekko 1.1.5 on Scala 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
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-bc827530+20260103-0048-SNAPSHOT against Pekko 1.1.5 on Scala 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
1782[info] set current project to pekko-http-root (in build file:/build/repo/)
1783[success] Total time: 0 s, completed 2026 Jan 3 00:48:39
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":"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>\""}]}
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()),CompileOnly,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 'ApplyConverterInstances.scala'
1814[info] compiling 4 Scala sources to /build/repo/parsing/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
1815[info] Generating 'TupleAppendOneInstances.scala'
1816[info] Generating 'TupleFoldInstances.scala'
1817[info] Generating 'ConstructFromTupleInstances.scala'
1818[info] Generating 'ParameterDirectivesInstances.scala'
1819[info] Generating 'FormFieldDirectivesInstances.scala'
1820[info] Generating 'JavaPathMatchers.scala'
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.1-RC1-bin-20260102-32e416e-NIGHTLY/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.1-RC1-bin-20260102-32e416e-NIGHTLY/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.1-RC1-bin-20260102-32e416e-NIGHTLY/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.1-RC1-bin-20260102-32e416e-NIGHTLY/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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1948[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1949[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1950[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1951[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1952[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1953[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1954[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1955[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1956[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1957[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1958[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1959Starting build for ProjectRef(file:/build/repo/,bill-of-materials) (pekko-http-bom)... [1/11]
1960[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1961[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1962Compile 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
1963[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1964[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1965[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1966[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1967[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1968[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1969[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1970[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1971[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1972[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1973[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1974[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1975Starting build for ProjectRef(file:/build/repo/,http-jackson) (pekko-http-jackson)... [2/11]
1976[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1977[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1978[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1979[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1980[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1981[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1982[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1983[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1984[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1985[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1986Compile 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
1987[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1988[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1989[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1990[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1991[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1992[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1993[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1994[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1995[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1996[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1997[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1998[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1999[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2000[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2001[info] compiling 1 Java source to /build/repo/http-marshallers-java/http-jackson/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
2002[warn] source value 8 is obsolete and will be removed in a future release
2003[warn] target value 8 is obsolete and will be removed in a future release
2004[warn] To suppress warnings about obsolete options, use -Xlint:-options.
2005[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.
2006[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.
2007[info] done compiling
2008[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2009[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2010[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2011[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2012[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2013[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2014[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2015[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2016[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2017[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2018[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2019[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2020[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2021[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2022[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2023[info] compiling 1 Java source to /build/repo/http-marshallers-java/http-jackson/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
2024[warn] source value 8 is obsolete and will be removed in a future release
2025[warn] target value 8 is obsolete and will be removed in a future release
2026[warn] To suppress warnings about obsolete options, use -Xlint:-options.
2027[info] done compiling
2028[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2029[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2030[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2031[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2032[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2033[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2034[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2035[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2036[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2037[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2038[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2039[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2040[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2041[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2042[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2043[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2044[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2045[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2046[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2047[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2048[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2049[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2050[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2051[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2052[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2053[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2054[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2055[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2056[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2057[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2058Starting build for ProjectRef(file:/build/repo/,http-caching) (pekko-http-caching)... [3/11]
2059[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2060[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2061[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2062[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2063[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2064[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2065[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2066[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2067[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2068[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2069Compile 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
2070[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2071[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2072[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2073[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2074[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2075[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2076[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2077[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2078[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2079[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2080[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2081[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2082[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2083[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2084[info] compiling 11 Scala sources and 1 Java source to /build/repo/http-caching/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
2085[warn] bad option '-Ywarn-dead-code' was ignored
2086[warn] one warning found
2087[warn] source value 8 is obsolete and will be removed in a future release
2088[warn] target value 8 is obsolete and will be removed in a future release
2089[warn] To suppress warnings about obsolete options, use -Xlint:-options.
2090[info] done compiling
2091[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2092[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2093[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2094[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2095[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2096[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2097[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2098[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2099[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2100[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2101[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2102[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2103[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2104[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2105[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2106[info] compiling 2 Scala sources to /build/repo/http-caching/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
2107[warn] bad option '-Ywarn-dead-code' was ignored
2108[warn] one warning found
2109[info] done compiling
2110[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2111[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2112[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2113[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2114[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2115[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2116[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2117[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
2140Starting build for ProjectRef(file:/build/repo/,http-testkit-munit) (pekko-http-testkit-munit)... [4/11]
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`).
2142[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
2145[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
2151Compile 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
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`).
2161[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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[info] compiling 2 Scala sources to /build/repo/http-testkit-munit/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
2168[warn] bad option '-Ywarn-dead-code' was ignored
2169[warn] one warning found
2170[info] done compiling
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`).
2172[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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[info] compiling 1 Scala source to /build/repo/http-testkit-munit/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
2187[warn] bad option '-Ywarn-dead-code' was ignored
2188[warn] one warning found
2189[info] done compiling
2190[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2191[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2192[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2193[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2210[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2211[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2212[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2213[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
2220Starting build for ProjectRef(file:/build/repo/,http-xml) (pekko-http-xml)... [5/11]
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`).
2229Compile 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
2230[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2231[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2232[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2233[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2234[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2235[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2236[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2237[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2238[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2239[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2240[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2241[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2242[info] compiling 1 Scala source to /build/repo/http-marshallers-scala/http-xml/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
2243[warn] bad option '-Ywarn-dead-code' was ignored
2244[warn] one warning found
2245[info] done compiling
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`).
2274[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
2282Starting build for ProjectRef(file:/build/repo/,http-core) (pekko-http-core)... [6/11]
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`).
2285[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
2287Compile 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
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 87 Scala sources and 12 Java sources to /build/repo/http-core/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
2301[warn] bad option '-Ywarn-dead-code' was ignored
2302[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:73:28
2303[warn] 73 | PekkoSpec.getCallerName(getClass),
2304[warn] | ^^^^^^^^
2305[warn] | Suspicious top-level unqualified call to getClass
2306[warn] |
2307[warn] | longer explanation available when compiling with `-explain`
2308[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:80:56
2309[warn] 80 | def this() = this(ActorSystem(PekkoSpec.getCallerName(getClass), PekkoSpec.testConf))
2310[warn] | ^^^^^^^^
2311[warn] | Suspicious top-level unqualified call to getClass
2312[warn] |
2313[warn] | longer explanation available when compiling with `-explain`
2314[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:101:28
2315[warn] 101 | PekkoSpec.getCallerName(getClass),
2316[warn] | ^^^^^^^^
2317[warn] | Suspicious top-level unqualified call to getClass
2318[warn] |
2319[warn] | longer explanation available when compiling with `-explain`
2320[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:108:56
2321[warn] 108 | def this() = this(ActorSystem(PekkoSpec.getCallerName(getClass), PekkoSpec.testConf))
2322[warn] | ^^^^^^^^
2323[warn] | Suspicious top-level unqualified call to getClass
2324[warn] |
2325[warn] | longer explanation available when compiling with `-explain`
2326[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:132:28
2327[warn] 132 | PekkoSpec.getCallerName(getClass),
2328[warn] | ^^^^^^^^
2329[warn] | Suspicious top-level unqualified call to getClass
2330[warn] |
2331[warn] | longer explanation available when compiling with `-explain`
2332[warn] -- [E181] Potential Issue Warning: /build/repo/http-core/src/test/scala/org/apache/pekko/testkit/PekkoSpec.scala:139:56
2333[warn] 139 | def this() = this(ActorSystem(PekkoSpec.getCallerName(getClass), PekkoSpec.testConf))
2334[warn] | ^^^^^^^^
2335[warn] | Suspicious top-level unqualified call to getClass
2336[warn] |
2337[warn] | longer explanation available when compiling with `-explain`
2338[warn] 7 warnings found
2339[warn] source value 8 is obsolete and will be removed in a future release
2340[warn] target value 8 is obsolete and will be removed in a future release
2341[warn] To suppress warnings about obsolete options, use -Xlint:-options.
2342[info] /build/repo/http-core/src/test/java/org/apache/pekko/http/javadsl/settings/ParserSettingsTest.java: ParserSettingsTest.java uses or overrides a deprecated API.
2343[info] /build/repo/http-core/src/test/java/org/apache/pekko/http/javadsl/settings/ParserSettingsTest.java: Recompile with -Xlint:deprecation for details.
2344[info] done compiling
2345[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2346[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2347[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2348[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2349[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2350[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2351[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2352[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2353[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2354[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2355[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2356[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2357Starting build for ProjectRef(file:/build/repo/,parsing) (pekko-parsing)... [7/11]
2358[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2359[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2360Compile 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
2361[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2362[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2363[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2364[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2365[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2366[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2367[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2368[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2369[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2370[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2371[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
2373Starting build for ProjectRef(file:/build/repo/,http-cors) (pekko-http-cors)... [8/11]
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`).
2384Compile 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
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[info] compiling 10 Scala sources and 3 Java sources to /build/repo/http-cors/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
2400[warn] bad option '-Ywarn-dead-code' was ignored
2401[warn] one warning found
2402[warn] source value 8 is obsolete and will be removed in a future release
2403[warn] target value 8 is obsolete and will be removed in a future release
2404[warn] To suppress warnings about obsolete options, use -Xlint:-options.
2405[info] done compiling
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`).
2413[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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[info] compiling 3 Scala sources to /build/repo/http-cors/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
2422[warn] bad option '-Ywarn-dead-code' was ignored
2423[warn] one warning found
2424[info] done compiling
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2430[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2431[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2432[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2449[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2450[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2451[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
2455Starting build for ProjectRef(file:/build/repo/,http-spray-json) (pekko-http-spray-json)... [9/11]
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`).
2464Compile 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
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2468[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2469[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2470[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2471[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2472[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2473[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2474[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2475[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2476[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2477[info] compiling 2 Scala sources to /build/repo/http-marshallers-scala/http-spray-json/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
2478[warn] bad option '-Ywarn-dead-code' was ignored
2479[warn] one warning found
2480[info] done compiling
2481[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2482[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2483[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2484[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2485[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2486[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2487[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2488[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2489[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2490[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2491[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2492[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2493[info] compiling 1 Scala source to /build/repo/http-marshallers-scala/http-spray-json/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
2494[warn] bad option '-Ywarn-dead-code' was ignored
2495[warn] one warning found
2496[info] done compiling
2497[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2498[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2499[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2500[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2501[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2502[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2503[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2504[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2505[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2506[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2507[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2508[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2509[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2510[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2511[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2512[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2513[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2514[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2515[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2516[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2517[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2518[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2519[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2520[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2521Starting build for ProjectRef(file:/build/repo/,http) (pekko-http)... [10/11]
2522[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2523[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2524[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2525[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2526[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2527[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2528Compile 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
2529[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2530[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2531[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2532[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2533[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2534[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2535[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2536[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2537[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2538[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2539[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2540[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2541[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2542[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2543[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2544[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2545[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2546[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2547[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2548[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2549[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2550[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2551[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2552[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2553[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2554[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2555[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2556[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2557[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2558[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2559[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2560[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2561[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2562[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2563[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2564[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2565
2566************************
2567Build summary:
2568[{
2569 "module": "pekko-http-testkit",
2570 "compile": {"status": "ok", "tookMs": 65449, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2571 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2572 "test-compile": {"status": "ok", "tookMs": 3191, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2573 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2574 "publish": {"status": "skipped", "tookMs": 0},
2575 "metadata": {
2576 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
2577}
2578},{
2579 "module": "pekko-http-bom",
2580 "compile": {"status": "ok", "tookMs": 77, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2581 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2582 "test-compile": {"status": "ok", "tookMs": 89, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2583 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2584 "publish": {"status": "skipped", "tookMs": 0},
2585 "metadata": {
2586 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
2587}
2588},{
2589 "module": "pekko-http-jackson",
2590 "compile": {"status": "ok", "tookMs": 476, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2591 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2592 "test-compile": {"status": "ok", "tookMs": 574, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2593 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2594 "publish": {"status": "skipped", "tookMs": 0},
2595 "metadata": {
2596 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
2597}
2598},{
2599 "module": "pekko-http-caching",
2600 "compile": {"status": "ok", "tookMs": 999, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2601 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2602 "test-compile": {"status": "ok", "tookMs": 2039, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2603 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2604 "publish": {"status": "skipped", "tookMs": 0},
2605 "metadata": {
2606 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
2607}
2608},{
2609 "module": "pekko-http-testkit-munit",
2610 "compile": {"status": "ok", "tookMs": 885, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2611 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2612 "test-compile": {"status": "ok", "tookMs": 1045, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2613 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2614 "publish": {"status": "skipped", "tookMs": 0},
2615 "metadata": {
2616 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
2617}
2618},{
2619 "module": "pekko-http-xml",
2620 "compile": {"status": "ok", "tookMs": 625, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2621 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2622 "test-compile": {"status": "ok", "tookMs": 305, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2623 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2624 "publish": {"status": "skipped", "tookMs": 0},
2625 "metadata": {
2626 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
2627}
2628},{
2629 "module": "pekko-http-core",
2630 "compile": {"status": "ok", "tookMs": 116, "warnings": 9, "errors": 0, "sourceVersion": "3.8"},
2631 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2632 "test-compile": {"status": "ok", "tookMs": 13951, "warnings": 6, "errors": 0, "sourceVersion": "3.8"},
2633 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2634 "publish": {"status": "skipped", "tookMs": 0},
2635 "metadata": {
2636 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
2637}
2638},{
2639 "module": "pekko-parsing",
2640 "compile": {"status": "ok", "tookMs": 37, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2641 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2642 "test-compile": {"status": "ok", "tookMs": 67, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2643 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2644 "publish": {"status": "skipped", "tookMs": 0},
2645 "metadata": {
2646 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
2647}
2648},{
2649 "module": "pekko-http-cors",
2650 "compile": {"status": "ok", "tookMs": 1044, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2651 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2652 "test-compile": {"status": "ok", "tookMs": 1704, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2653 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2654 "publish": {"status": "skipped", "tookMs": 0},
2655 "metadata": {
2656 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
2657}
2658},{
2659 "module": "pekko-http-spray-json",
2660 "compile": {"status": "ok", "tookMs": 644, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2661 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2662 "test-compile": {"status": "ok", "tookMs": 696, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2663 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2664 "publish": {"status": "skipped", "tookMs": 0},
2665 "metadata": {
2666 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
2667}
2668},{
2669 "module": "pekko-http",
2670 "compile": {"status": "ok", "tookMs": 186, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
2671 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2672 "test-compile": {"status": "ok", "tookMs": 167, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2673 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2674 "publish": {"status": "skipped", "tookMs": 0},
2675 "metadata": {
2676 "crossScalaVersions": ["2.13.17", "2.12.20", "3.3.6"]
2677}
2678}]
2679************************
2680[success] Total time: 111 s (0:01:51.0), completed 2026 Jan 3 00:50:29
2681[0JChecking patch project/plugins.sbt...
2682Checking patch project/Dependencies.scala...
2683Checking patch http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpMessage.scala...
2684Checking patch http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala...
2685Checking patch build.sbt...
2686Applied patch project/plugins.sbt cleanly.
2687Applied patch project/Dependencies.scala cleanly.
2688Applied patch http-core/src/main/scala/org/apache/pekko/http/scaladsl/model/HttpMessage.scala cleanly.
2689Applied patch http-core/src/main/scala/org/apache/pekko/http/impl/engine/ws/WebSocket.scala cleanly.
2690Applied patch build.sbt cleanly.