Build Logs

akka/akka-http • 3.8.0-RC2:2025-11-28

Errors

87

Warnings

1909

Total Lines

3313

1##################################
2Clonning https://github.com/akka/akka-http.git into /build/repo using revision v10.5.3
3##################################
4Note: switching to '1a3b131141fed9468d9da1167c7fcb37902935ed'.
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.2.2
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: akka-http-core/src/main/scala/akka/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 (17))
36Compiled project (Scala 3.7.3, JVM (17))
37Successfully applied pattern 'case b: BypassEvent with MessagePart' in akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala
38
39Try apply source patch:
40Path: akka-http-core/src/main/scala/akka/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 akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala
44
45Try apply source patch:
46Path: akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala
47Pattern: for (`Cookie`(cookies) <- headers
48Replacement: for (case `Cookie`(cookies) <- headers
49Successfully applied pattern 'for (`Cookie`(cookies) <- headers' in akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala
50
51Try apply source patch:
52Path: project/Dependencies.scala
53Pattern: val scala3Version = "3.2.2"
54Replacement: val scala3Version = "3.7.4"
55Successfully applied pattern 'val scala3Version = "3.2.2"' in project/Dependencies.scala
56----
57Starting build for 3.7.4
58Execute tests: false
59sbt project found:
60Sbt version 1.8.2 is not supported, minimal supported version is 1.11.5
61Enforcing usage of sbt in version 1.11.5
62No prepare script found for project akka/akka-http
63##################################
64Scala version: 3.7.4
65Targets: com.typesafe.akka%akka-http com.typesafe.akka%akka-http-bom com.typesafe.akka%akka-http-caching com.typesafe.akka%akka-http-core com.typesafe.akka%akka-http-jackson com.typesafe.akka%akka-http-spray-json com.typesafe.akka%akka-http-testkit com.typesafe.akka%akka-http-xml com.typesafe.akka%akka-http2-support com.typesafe.akka%akka-parsing
66Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.5"],"sourcePatches":[{"path":"akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala","pattern":"case b: BypassEvent with MessagePart","replaceWith":"case b: (BypassEvent & MessagePart)"},{"path":"akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala","pattern":"headers[T](ClassTag[T](headerClass)).asJava","replaceWith":"headers[T](using ClassTag[T](headerClass)).asJava"},{"path":"akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala","pattern":"for (`Cookie`(cookies) <- headers","replaceWith":"for (case `Cookie`(cookies) <- headers"},{"path":"project/Dependencies.scala","pattern":"val scala3Version = \"3.2.2\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
67##################################
68Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
69Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
70[sbt_options] declare -a sbt_options=()
71[process_args] java_version = '17'
72[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
73# Executing command line:
74java
75-Duser.language=en_US.UTF-8
76-Dfile.encoding=en_US.UTF-8
77-Dsun.jnu.encoding=UTF-8
78-Dcommunitybuild.scala=3.7.4
79-Dcommunitybuild.project.dependencies.add=
80-Xmx7G
81-Xms4G
82-Xss8M
83-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
84-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
85-jar
86/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
87"setCrossScalaVersions 3.7.4"
88"++3.7.4 -v"
89"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""
90"set every credentials := Nil"
91"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
92"removeScalacOptionsStartingWith -P:wartremover"
93
94moduleMappings
95"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.5"],"sourcePatches":[{"path":"akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala","pattern":"case b: BypassEvent with MessagePart","replaceWith":"case b: (BypassEvent & MessagePart)"},{"path":"akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala","pattern":"headers[T](ClassTag[T](headerClass)).asJava","replaceWith":"headers[T](using ClassTag[T](headerClass)).asJava"},{"path":"akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala","pattern":"for (`Cookie`(cookies) <- headers","replaceWith":"for (case `Cookie`(cookies) <- headers"},{"path":"project/Dependencies.scala","pattern":"val scala3Version = \"3.2.2\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}""" com.typesafe.akka%akka-http com.typesafe.akka%akka-http-bom com.typesafe.akka%akka-http-caching com.typesafe.akka%akka-http-core com.typesafe.akka%akka-http-jackson com.typesafe.akka%akka-http-spray-json com.typesafe.akka%akka-http-testkit com.typesafe.akka%akka-http-xml com.typesafe.akka%akka-http2-support com.typesafe.akka%akka-parsing"
96
97[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
98[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
99[info] loading project definition from /build/repo/project
100[info] compiling 20 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
101[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
102[info] Compilation completed in 9.268s.
103[warn] /build/repo/project/ValidatePullRequest.scala:374:36: method logger in class LogExchange is deprecated (since 1.4.0): Use LoggerContext to create loggers
104[warn] val testLogger = LogExchange.logger("testLogger")
105[warn] ^
106[warn] /build/repo/project/ValidatePullRequest.scala:376:19: method bindLoggerAppenders in class LogExchange is deprecated (since 1.4.0): Use LoggerContext to bind appenders
107[warn] LogExchange.bindLoggerAppenders("testLogger", appender -> Level.Info :: Nil)
108[warn] ^
109[warn] two feature warnings; re-run with -feature for details
110[warn] three warnings found
111[info] done compiling
112/build/repo/build.sbt:52: warning: value scalafixScalaBinaryVersion in object autoImport is deprecated (since 0.12.1): scalafixScalaBinaryVersion now follows scalaVersion by default
113 scalafixScalaBinaryVersion := scalaBinaryVersion.value,
114 ^
115[info] loading settings for project akka-http-root from build.sbt...
116[info] resolving key references (33680 settings) ...
117[info] Building Akka HTTP 10.5.3+0-1a3b1311+20251128-1311-SNAPSHOT against Akka 2.7.0 on Scala 2.13.10
118[info] set current project to akka-http-root (in build file:/build/repo/)
119[warn] there's a key that's not used by any other settings/tasks:
120[warn]
121[warn] * ThisBuild / scalafixScalaBinaryVersion
122[warn] +- /build/repo/build.sbt:16
123[warn]
124[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
125[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
126Execute setCrossScalaVersions: 3.7.4
127OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-marshallers-java/crossScalaVersions
128OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-xml/crossScalaVersions
129OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-caching/crossScalaVersions
130OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-parsing/crossScalaVersions
131OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http2-support/crossScalaVersions
132OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-core/crossScalaVersions
133OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-jackson/crossScalaVersions
134OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-bench-jmh/crossScalaVersions
135OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-spray-json/crossScalaVersions
136OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-tests/crossScalaVersions
137OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-marshallers-scala/crossScalaVersions
138OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http/crossScalaVersions
139OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-testkit/crossScalaVersions
140OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in docs/crossScalaVersions
141OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in bill-of-materials/crossScalaVersions
142OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-compatibility-tests/crossScalaVersions
143[info] Building Akka HTTP 10.5.3+0-1a3b1311+20251128-1311-SNAPSHOT against Akka 2.7.0 on Scala 2.13.10
144[info] set current project to akka-http-root (in build file:/build/repo/)
145[info] Setting Scala version to 3.7.4 on 16 projects.
146[info] Switching Scala version on:
147[info] akka-http-marshallers-java (2.13.10, 2.12.17, 3.7.4)
148[info] akka-http-spray-json (2.13.10, 2.12.17, 3.7.4)
149[info] akka-http-tests (2.13.10, 2.12.17, 3.7.4)
150[info] akka-http-bench-jmh (2.13.10, 2.12.17, 3.7.4)
151[info] docs (2.13.10, 2.12.17, 3.7.4)
152[info] akka-http-marshallers-scala (2.13.10, 2.12.17, 3.7.4)
153[info] akka-parsing (2.13.10, 2.12.17, 3.7.4)
154[info] akka-http2-support (2.13.10, 2.12.17, 3.7.4)
155[info] akka-http-testkit (2.13.10, 2.12.17, 3.7.4)
156[info] akka-http-xml (2.13.10, 2.12.17, 3.7.4)
157[info] akka-http (2.13.10, 2.12.17, 3.7.4)
158[info] akka-http-core (2.13.10, 2.12.17, 3.7.4)
159[info] akka-http-compatibility-tests (2.13.10, 2.12.17, 3.7.4)
160[info] akka-http-caching (2.13.10, 2.12.17, 3.7.4)
161[info] akka-http-jackson (2.13.10, 2.12.17, 3.7.4)
162[info] bill-of-materials (2.13.10, 2.12.17, 3.7.4)
163[info] Excluding projects:
164[info] akka-http-scalafix-test-input (2.13.10, 2.12.17)
165[info] akka-http-scalafix (2.13.10, 2.12.17)
166[info] akka-http-scalafix-tests (2.13.10, 2.12.17)
167[info] akka-http-scalafix-test-output (2.13.10, 2.12.17)
168[info] akka-http-scalafix-rules (2.13.10, 2.12.17)
169[info] * akka-http-root (2.13.10, 2.12.17)
170[info] Reapplying settings...
171[info] Building Akka HTTP 10.5.3+0-1a3b1311+20251128-1311-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4
172[info] set current project to akka-http-root (in build file:/build/repo/)
173Execute 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
174[info] Reapplying settings...
175[info] Building Akka HTTP 10.5.3+0-1a3b1311+20251128-1311-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4
176[info] set current project to akka-http-root (in build file:/build/repo/)
177[info] Defining Global / credentials, akka-http / credentials and 20 others.
178[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 110 others.
179[info] Run `last` for details.
180[info] Reapplying settings...
181[info] Building Akka HTTP 10.5.3+0-1a3b1311+20251128-1311-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4
182[info] set current project to akka-http-root (in build file:/build/repo/)
183Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
184[info] Reapplying settings...
185OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
186
187 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
188 Did you mean akka-http-testkit / allExcludeDependencies ?
189 , retry without global scopes
190[info] Reapplying settings...
191[info] Building Akka HTTP 10.5.3+0-1a3b1311+20251128-1311-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4
192[info] set current project to akka-http-root (in build file:/build/repo/)
193Execute removeScalacOptionsStartingWith: -P:wartremover
194[info] Reapplying settings...
195[info] Building Akka HTTP 10.5.3+0-1a3b1311+20251128-1311-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4
196[info] set current project to akka-http-root (in build file:/build/repo/)
197[success] Total time: 0 s, completed 2025 Nov 28 13:11:58
198Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.5"],"sourcePatches":[{"path":"akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala","pattern":"case b: BypassEvent with MessagePart","replaceWith":"case b: (BypassEvent & MessagePart)"},{"path":"akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala","pattern":"headers[T](ClassTag[T](headerClass)).asJava","replaceWith":"headers[T](using ClassTag[T](headerClass)).asJava"},{"path":"akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala","pattern":"for (`Cookie`(cookies) <- headers","replaceWith":"for (case `Cookie`(cookies) <- headers"},{"path":"project/Dependencies.scala","pattern":"val scala3Version = \"3.2.2\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
199Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
200Starting build...
201Projects: Set(akka-http-spray-json, akka-parsing, akka-http2-support, akka-http-testkit, akka-http-xml, akka-http, akka-http-core, akka-http-caching, akka-http-jackson, bill-of-materials)
202Starting build for ProjectRef(file:/build/repo/,akka-parsing) (akka-parsing)... [0/10]
203OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
204OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Global
205[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
206[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
207OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
208OpenCB::Filter out '-language:_', matches setting pattern '^-?-language:_'
209Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
210[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
211[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
212[info] Formatting 32 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-parsing")(compile) ...
213[warn] Scalariform parser error for /build/repo/akka-parsing/src/main/scala-3/akka/parboiled2/support/TailSwitch.scala: Expected token SEMI but got Token(EQUALS,=,1077,=)
214[warn] Scalariform parser error for /build/repo/akka-parsing/src/main/scala-3/akka/macros/LogHelperMacro.scala: unclosed character literal
215[warn] Scalariform parser error for /build/repo/akka-parsing/src/main/scala-3/akka/parboiled2/DynamicRuleDispatchMacro.scala: unclosed character literal
216[warn] Scalariform parser error for /build/repo/akka-parsing/src/main/scala-3/akka/parboiled2/support/OpTreeContext.scala: unclosed character literal
217[warn] Scalariform parser error for /build/repo/akka-parsing/src/main/scala-3/akka/parboiled2/ParserMacros.scala: unclosed character literal
218[warn] Scalariform parser error for /build/repo/akka-parsing/src/main/scala-3/akka/parboiled2/support/HListable.scala: Expected token SEMI but got Token(EQUALS,=,740,=)
219[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
220[info] compiling 32 Scala sources to /build/repo/akka-parsing/target/scala-3.7.4/classes ...
221[info] [patched file /build/repo/akka-parsing/src/main/scala/akka/parboiled2/Rule.scala]
222[info] [patched file /build/repo/akka-parsing/src/main/scala/akka/parboiled2/CharUtils.scala]
223[info] [patched file /build/repo/akka-parsing/src/main/scala/akka/parboiled2/ErrorFormatter.scala]
224[info] [patched file /build/repo/akka-parsing/src/main/scala/akka/parboiled2/Parser.scala]
225[info] [patched file /build/repo/akka-parsing/src/main/scala/akka/parboiled2/util/Base64.scala]
226[info] [patched file /build/repo/akka-parsing/src/main/scala/akka/parboiled2/ValueStack.scala]
227[info] [patched file /build/repo/akka-parsing/src/main/scala-3/akka/parboiled2/support/OpTreeContext.scala]
228[info] [patched file /build/repo/akka-parsing/src/main/scala-3/akka/parboiled2/support/TailSwitch.scala]
229[info] [patched file /build/repo/akka-parsing/src/main/scala/akka/parboiled2/CharPredicate.scala]
230[info] [patched file /build/repo/akka-parsing/src/main/scala/akka/parboiled2/RuleDSLCombinators.scala]
231[warn] there were 18 feature warnings; re-run with -feature for details
232[warn] one warning found
233[info] done compiling
234[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
235[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
236[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
237[info] Formatting 10 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-parsing")(compile) ...
238[warn] Scalariform parser error for /build/repo/akka-parsing/src/main/scala-3/akka/parboiled2/support/TailSwitch.scala: Expected token SEMI but got Token(EQUALS,=,1077,=)
239[warn] Scalariform parser error for /build/repo/akka-parsing/src/main/scala-3/akka/parboiled2/support/OpTreeContext.scala: unclosed character literal
240[info] compiling 10 Scala sources to /build/repo/akka-parsing/target/scala-3.7.4/classes ...
241[warn] there were 8 feature warnings; re-run with -feature for details
242[warn] one warning found
243[info] done compiling
244[info] compiling 7 Scala sources to /build/repo/akka-parsing/target/scala-3.7.4/classes ...
245[warn] there were 3 feature warnings; re-run with -feature for details
246[warn] two warnings found
247[info] done compiling
248[info] compiling 14 Scala sources to /build/repo/akka-parsing/target/scala-3.7.4/classes ...
249[warn] there were 9 feature warnings; re-run with -feature for details
250[warn] three warnings found
251[info] done compiling
252[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
253[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
254[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
255[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
256[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
257[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
258Starting build for ProjectRef(file:/build/repo/,akka-http-caching) (akka-http-caching)... [1/10]
259[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
260[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
261[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
262[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
263[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
264[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
265[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
266[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
267[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
268[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
269Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
270[info] Formatting 11 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-caching")(compile) ...
271[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
272[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
273[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
274[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
275[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
276[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
277[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
278[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
279[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
280[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
281[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
282[info] Formatting 138 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http")(compile) ...
283[info] Formatting 230 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-core")(compile) ...
284[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
285[warn] Scalariform parser error for /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala: Expected token RPAREN but got Token(LBRACKET,[,10086,[)
286[info] Generating 'JavaPathMatchers.scala'
287[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
288[info] Generating 'ParameterDirectivesInstances.scala'
289[info] Generating 'FormFieldDirectivesInstances.scala'
290[info] Generating 'ConstructFromTupleInstances.scala'
291[info] Generating 'TupleAppendOneInstances.scala'
292[info] Generating 'TupleFoldInstances.scala'
293[info] Generating 'ApplyConverterInstances.scala'
294[info] Reformatted 1 Scala source ProjectRef(uri("file:/build/repo/"), "akka-http-core")(compile).
295[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
296[info] compiling 231 Scala sources and 150 Java sources to /build/repo/akka-http-core/target/scala-3.7.4/classes ...
297[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/package.scala:49:4
298[warn] 49 | synchronized {
299[warn] | ^^^^^^^^^^^^
300[warn] | Suspicious top-level unqualified call to synchronized
301[warn] |
302[warn] | longer explanation available when compiling with `-explain`
303[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/framing/Http2FrameParsing.scala:147:11
304[warn] 147 | case tpe => // TODO: remove once all stream types are defined
305[warn] | ^^^
306[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
307[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/HttpMessageParser.scala:81:13
308[warn] 81 | case x => x
309[warn] | ^
310[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
311[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/Http.scala:457:13
312[warn] 457 | case _ =>
313[warn] | ^
314[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
315[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/Rendering.scala:143:15
316[warn] 143 | case x: LinearSeq[T] => recL(x)
317[warn] | ^
318[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]
319[warn] |
320[warn] | longer explanation available when compiling with `-explain`
321[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/ParserOutput.scala]
322[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/ContentDispositionHeader.scala]
323[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/client/OutgoingConnectionBlueprint.scala]
324[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/ws/Utf8Decoder.scala]
325[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/Http2Demux.scala]
326[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/SettingsCompanionImpl.scala]
327[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/rendering/HttpRequestRendererFactory.scala]
328[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/client/PoolMasterActor.scala]
329[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/LanguageRange.scala]
330[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/FormData.scala]
331[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/DateTime.scala]
332[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpEntity.scala]
333[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/model/ws/WebSocket.scala]
334[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/client/pool/NewHostConnectionPool.scala]
335[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/UriJavaAccessor.scala]
336[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/ServerBuilder.scala]
337[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/settings/Http2ServerSettings.scala]
338[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/JavaMapping.scala]
339[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/AcceptHeader.scala]
340[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/client/PersistentConnection.scala]
341[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/package.scala]
342[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/RequestParsing.scala]
343[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/LinkValue.scala]
344[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/ContentTypeHeader.scala]
345[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/Http2Blueprint.scala]
346[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/JavaQuery.scala]
347[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/MediaType.scala]
348[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/AttributeKey.scala]
349[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/Multipart.scala]
350[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/server/HttpServerBluePrint.scala]
351[info] [patched file /build/repo/akka-http-core/src/main/scala-2.13+/akka/http/scaladsl/util/FastFuture.scala]
352[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpCharset.scala]
353[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/ws/Message.scala]
354[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/Http2StreamHandling.scala]
355[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/Http.scala]
356[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/SocketOptionSettings.scala]
357[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/BodyPartParser.scala]
358[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/rendering/HttpResponseRendererFactory.scala]
359[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/ObjectRegistry.scala]
360[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/settings/ParserSettingsImpl.scala]
361[info] [patched file /build/repo/akka-http-core/src/main/scala-2.13+/akka/http/ccompat/package.scala]
362[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/CacheDirective.scala]
363[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/HttpHeaderParser.scala]
364[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/server/ServerTerminator.scala]
365[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/Http2.scala]
366[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/model/ws/WebSocketUpgrade.scala]
367[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/model/ws/UpgradeToWebSocket.scala]
368[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/ContentType.scala]
369[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/Uri.scala]
370[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/WebSocketHeaders.scala]
371[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/SimpleHeaders.scala]
372[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala]
373[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/StreamUtils.scala]
374[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/ServerBuilder.scala]
375[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/LinkHeader.scala]
376[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/ParsingErrorHandler.scala]
377[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/AcceptEncodingHeader.scala]
378[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/Http.scala]
379[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/HttpMessageRendering.scala]
380[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/HttpMessage.scala]
381[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/headers/HttpOrigin.scala]
382[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/ws/WebSocketUpgrade.scala]
383[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/client/PoolInterface.scala]
384[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/HttpRequestParser.scala]
385[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/Rendering.scala]
386[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/BoyerMoore.scala]
387[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/ws/UpgradeToWebSocket.scala]
388[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/settings/ServerSettingsImpl.scala]
389[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/ws/MessageToFrameRenderer.scala]
390[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/client/PoolId.scala]
391[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/headers/EntityTag.scala]
392[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/settings/ConnectionPoolSettingsImpl.scala]
393[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/EnhancedConfig.scala]
394[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/headers/ProductVersion.scala]
395[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/rendering/BodyPartRenderer.scala]
396[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/CommonRules.scala]
397[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/AcceptCharsetHeader.scala]
398[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/Http2Multiplexer.scala]
399[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/model/ws/Message.scala]
400[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/util/AsciiTreeLayout.scala]
401[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/AcceptLanguageHeader.scala]
402[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/HttpResponseParser.scala]
403[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/headers.scala]
404[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/UriParser.scala]
405[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/settings/ClientConnectionSettingsImpl.scala]
406[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/HttpMessageParser.scala]
407[warn] there was 1 feature warning; re-run with -feature for details
408[warn] there were 41 deprecation warnings; re-run with -deprecation for details
409[warn] 7 warnings found
410[warn] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/ContentTypes.java:40:51: right() in scala.util.Either has been deprecated
411[warn] ContentType$.MODULE$.parse(contentType).right
412[warn] ^
413[warn] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/ContentTypes.java:40:59: get() in scala.util.Either.RightProjection has been deprecated
414[warn] ContentType$.MODULE$.parse(contentType).right().get
415[warn] ^
416[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/AttributeKeys.java: Some input files use unchecked or unsafe operations.
417[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/AttributeKeys.java: Recompile with -Xlint:unchecked for details.
418[info] done compiling
419[info] compiling 145 Scala sources and 8 Java sources to /build/repo/akka-http/target/scala-3.7.4/classes ...
420[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:84:55
421[warn] 84 | { ctx => handler(ctx.request).fast.map(RouteResult.Complete)(ctx.executionContext) }
422[warn] | ^^^^^^^^^^^^^^^^^^^^
423[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
424[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:121:40
425[warn] 121 | .andThen(_.fast.map(RouteResult.Complete)(ctx.executionContext))
426[warn] | ^^^^^^^^^^^^^^^^^^^^
427[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
428[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/SecurityDirectives.scala:150:53
429[warn] 150 | parameter("access_token".optional).map(_.map(OAuth2BearerToken))
430[warn] | ^^^^^^^^^^^^^^^^^
431[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.headers.OAuth2BearerToken.apply` explicitly.
432[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/MultipartUnmarshallers.scala:37:56
433[warn] 37 | createStrictBodyPart = Multipart.General.BodyPart.Strict,
434[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
435[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.Multipart.General.BodyPart.Strict.apply` explicitly.
436[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/MultipartUnmarshallers.scala:38:39
437[warn] 38 | createStrict = Multipart.General.Strict)
438[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
439[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.Multipart.General.Strict.apply` explicitly.
440[warn] -- [E147] Syntax Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/sse/ServerSentEventParser.scala:19:2
441[warn] 19 | final object PosInt {
442[warn] | ^^^^^
443[warn] | Modifier final is redundant for this definition
444[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/FutureDirectives.scala]
445[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/PathMatchers.scala]
446[info] [patched file /build/repo/akka-http/target/scala-3.7.4/src_managed/FormFieldDirectives.scala]
447[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/marshalling/PredefinedToRequestMarshallers.scala]
448[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/client/RequestBuilding.scala]
449[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/PredefinedFromEntityUnmarshallers.scala]
450[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/MiscDirectives.scala]
451[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/BasicDirectives.scala]
452[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/marshalling/PredefinedToResponseMarshallers.scala]
453[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/coding/DataMapper.scala]
454[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/coding/GzipCompressor.scala]
455[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/Rejection.scala]
456[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/FileAndResourceDirectives.scala]
457[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/HostDirectives.scala]
458[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/WebSocketDirectives.scala]
459[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/GenericUnmarshallers.scala]
460[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/MultipartUnmarshallers.scala]
461[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/SecurityDirectives.scala]
462[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/marshalling/MultipartMarshallers.scala]
463[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RangeDirectives.scala]
464[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/Directives.scala]
465[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/RequestContext.scala]
466[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/marshalling/Marshaller.scala]
467[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala]
468[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/FramedEntityStreamingDirectives.scala]
469[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/MarshallingDirectives.scala]
470[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/RouteDirectives.scala]
471[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/marshalling/PredefinedToEntityMarshallers.scala]
472[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/CookieDirectives.scala]
473[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/marshalling/Marshaller.scala]
474[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/ParameterDirectives.scala]
475[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/RejectionHandler.scala]
476[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/MiscDirectives.scala]
477[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/Unmarshaller.scala]
478[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/ContentNegotation.scala]
479[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/HeaderDirectives.scala]
480[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/unmarshalling/Unmarshaller.scala]
481[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/FileAndResourceDirectives.scala]
482[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/RejectionHandler.scala]
483[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/PathMatcher.scala]
484[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/BasicDirectives.scala]
485[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/PathDirectives.scala]
486[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/CodingDirectives.scala]
487[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/CodingDirectives.scala]
488[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/Directive.scala]
489[warn] there were 101 feature warnings; re-run with -feature for details
490[warn] there were 26 deprecation warnings; re-run with -deprecation for details
491[warn] 8 warnings found
492[info] /build/repo/akka-http/src/main/java/akka/http/javadsl/unmarshalling/StringUnmarshallers.java: StringUnmarshallers.java uses unchecked or unsafe operations.
493[info] /build/repo/akka-http/src/main/java/akka/http/javadsl/unmarshalling/StringUnmarshallers.java: Recompile with -Xlint:unchecked for details.
494[info] done compiling
495[info] compiling 11 Scala sources and 1 Java source to /build/repo/akka-http-caching/target/scala-3.7.4/classes ...
496[warn] there were 2 deprecation warnings; re-run with -deprecation for details
497[warn] one warning found
498[info] done compiling
499[info] Formatting 2 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-caching")(test) ...
500[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
501[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
502[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
503[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
504[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
505[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
506[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
507[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
508[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
509[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
510[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
511[info] Formatting 16 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-testkit")(compile) ...
512[info] Formatting 44 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http")(compile) ...
513[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
514[info] Formatting 81 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-core")(compile) ...
515[warn] Scalariform parser error for /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/PathMatcher.scala: Expected token RBRACKET but got Token(SUBTYPE,<:,1167,<:)
516[warn] Scalariform parser error for /build/repo/akka-http/src/main/scala/akka/http/javadsl/marshalling/Marshaller.scala: Expected token RBRACKET but got Token(SUBTYPE,<:,3493,<:)
517[warn] Scalariform parser error for /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/Http.scala: expected start of definition, but was Token(VAL,val,59323,val)
518[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
519[warn] Scalariform parser error for /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/FutureDirectives.scala: Expected token RPAREN but got Token(DOT,.,3266,.)
520[warn] Scalariform parser error for /build/repo/akka-http/src/main/scala/akka/http/javadsl/unmarshalling/Unmarshaller.scala: Expected token RBRACKET but got Token(SUPERTYPE,>:,7613,>:)
521[warn] Scalariform parser error for /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/ContentNegotation.scala: illegal start of simple pattern: Token(CASE,case,673,case)
522[warn] Scalariform parser error for /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/Directive.scala: Expected token RPAREN but got Token(DOT,.,1363,.)
523[warn] Scalariform parser error for /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/MarshallingDirectives.scala: Expected token RBRACKET but got Token(SUPERTYPE,>:,781,>:)
524[warn] Scalariform parser error for /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/Http2.scala: Expected token RBRACKET but got Token(SUBTYPE,<:,13962,<:)
525[info] Reformatted 1 Scala source ProjectRef(uri("file:/build/repo/"), "akka-http")(compile).
526[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
527[warn] Scalariform parser error for /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/ws/WebSocketUpgrade.scala: Expected token RBRACKET but got Token(SUBTYPE,<:,2590,<:)
528[warn] Scalariform parser error for /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/model/ws/WebSocketUpgrade.scala: Expected token RBRACKET but got Token(SUBTYPE,<:,1166,<:)
529[warn] Scalariform parser error for /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/Multipart.scala: Expected token RBRACKET but got Token(SUBTYPE,<:,3000,<:)
530[warn] Scalariform parser error for /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/ws/UpgradeToWebSocket.scala: Expected token RBRACKET but got Token(SUBTYPE,<:,2550,<:)
531[warn] Scalariform parser error for /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/model/ws/UpgradeToWebSocket.scala: Expected token RBRACKET but got Token(SUBTYPE,<:,1439,<:)
532[info] Reformatted 2 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-core")(compile).
533[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
534[info] compiling 86 Scala sources to /build/repo/akka-http-core/target/scala-3.7.4/classes ...
535[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/package.scala:49:4
536[warn] 49 | synchronized {
537[warn] | ^^^^^^^^^^^^
538[warn] | Suspicious top-level unqualified call to synchronized
539[warn] |
540[warn] | longer explanation available when compiling with `-explain`
541[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/HttpMessageParser.scala:81:13
542[warn] 81 | case x => x
543[warn] | ^
544[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
545[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/Http.scala:457:13
546[warn] 457 | case _ =>
547[warn] | ^
548[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
549[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/Rendering.scala:143:15
550[warn] 143 | case x: LinearSeq[T] => recL(x)
551[warn] | ^
552[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]
553[warn] |
554[warn] | longer explanation available when compiling with `-explain`
555[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/LinkValue.scala]
556[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/LanguageRange.scala]
557[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/headers.scala]
558[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/HttpMessage.scala]
559[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/CacheDirective.scala]
560[warn] there were 19 deprecation warnings; re-run with -deprecation for details
561[warn] 5 warnings found
562[info] done compiling
563[info] compiling 108 Scala sources and 80 Java sources to /build/repo/akka-http-core/target/scala-3.7.4/classes ...
564[warn] there were 21 deprecation warnings; re-run with -deprecation for details
565[warn] 6 warnings found
566[warn] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/ContentTypes.java:40:51: right() in scala.util.Either has been deprecated
567[warn] ContentType$.MODULE$.parse(contentType).right
568[warn] ^
569[warn] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/ContentTypes.java:40:59: get() in scala.util.Either.RightProjection has been deprecated
570[warn] ContentType$.MODULE$.parse(contentType).right().get
571[warn] ^
572[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/HttpEntities.java: Some input files use unchecked or unsafe operations.
573[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/HttpEntities.java: Recompile with -Xlint:unchecked for details.
574[info] done compiling
575[info] compiling 69 Scala sources and 78 Java sources to /build/repo/akka-http-core/target/scala-3.7.4/classes ...
576[warn] there were 14 deprecation warnings; re-run with -deprecation for details
577[warn] 9 warnings found
578[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/HttpEntities.java: Some input files use unchecked or unsafe operations.
579[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/HttpEntities.java: Recompile with -Xlint:unchecked for details.
580[info] done compiling
581[info] compiling 231 Scala sources and 150 Java sources to /build/repo/akka-http-core/target/scala-3.7.4/classes ...
582[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/framing/Http2FrameParsing.scala:147:11
583[warn] 147 | case tpe => // TODO: remove once all stream types are defined
584[warn] | ^^^
585[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
586[warn] there was 1 feature warning; re-run with -feature for details
587[warn] there were 41 deprecation warnings; re-run with -deprecation for details
588[warn] 12 warnings found
589[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/AttributeKeys.java: Some input files use unchecked or unsafe operations.
590[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/AttributeKeys.java: Recompile with -Xlint:unchecked for details.
591[info] done compiling
592[info] compiling 53 Scala sources to /build/repo/akka-http/target/scala-3.7.4/classes ...
593[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:84:55
594[warn] 84 | { ctx => handler(ctx.request).fast.map(RouteResult.Complete)(ctx.executionContext) }
595[warn] | ^^^^^^^^^^^^^^^^^^^^
596[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
597[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:121:40
598[warn] 121 | .andThen(_.fast.map(RouteResult.Complete)(ctx.executionContext))
599[warn] | ^^^^^^^^^^^^^^^^^^^^
600[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
601[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/SecurityDirectives.scala:150:53
602[warn] 150 | parameter("access_token".optional).map(_.map(OAuth2BearerToken))
603[warn] | ^^^^^^^^^^^^^^^^^
604[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.headers.OAuth2BearerToken.apply` explicitly.
605[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/MultipartUnmarshallers.scala:37:56
606[warn] 37 | createStrictBodyPart = Multipart.General.BodyPart.Strict,
607[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
608[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.Multipart.General.BodyPart.Strict.apply` explicitly.
609[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/MultipartUnmarshallers.scala:38:39
610[warn] 38 | createStrict = Multipart.General.Strict)
611[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
612[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.Multipart.General.Strict.apply` explicitly.
613[info] [patched file /build/repo/akka-http/target/scala-3.7.4/src_managed/FormFieldDirectives.scala]
614[warn] there were 52 feature warnings; re-run with -feature for details
615[warn] there were 10 deprecation warnings; re-run with -deprecation for details
616[warn] 7 warnings found
617[info] done compiling
618[info] compiling 35 Scala sources and 3 Java sources to /build/repo/akka-http/target/scala-3.7.4/classes ...
619[warn] there were 45 feature warnings; re-run with -feature for details
620[warn] there were 5 deprecation warnings; re-run with -deprecation for details
621[warn] 9 warnings found
622[info] /build/repo/akka-http/src/main/java/akka/http/javadsl/unmarshalling/StringUnmarshallers.java: StringUnmarshallers.java uses unchecked or unsafe operations.
623[info] /build/repo/akka-http/src/main/java/akka/http/javadsl/unmarshalling/StringUnmarshallers.java: Recompile with -Xlint:unchecked for details.
624[info] done compiling
625[info] compiling 16 Scala sources to /build/repo/akka-http-testkit/target/scala-3.7.4/classes ...
626[info] compiling 11 Scala sources and 1 Java source to /build/repo/akka-http-caching/target/scala-3.7.4/classes ...
627[warn] there were 2 deprecation warnings; re-run with -deprecation for details
628[warn] one warning found
629[info] done compiling
630[info] [patched file /build/repo/akka-http-testkit/src/main/scala/akka/http/scaladsl/testkit/RouteTestResultComponent.scala]
631[info] [patched file /build/repo/akka-http-testkit/src/main/scala/akka/http/javadsl/testkit/RouteTest.scala]
632[info] [patched file /build/repo/akka-http-testkit/src/main/scala/akka/http/scaladsl/testkit/RouteTest.scala]
633[info] [patched file /build/repo/akka-http-testkit/src/main/scala/akka/http/scaladsl/testkit/ScalatestUtils.scala]
634[info] [patched file /build/repo/akka-http-testkit/src/main/scala/akka/http/javadsl/testkit/TestRouteResult.scala]
635[info] [patched file /build/repo/akka-http-testkit/src/main/scala/akka/http/javadsl/testkit/JUnitRouteTest.scala]
636[info] [patched file /build/repo/akka-http-testkit/src/main/scala/akka/http/scaladsl/testkit/Specs2Utils.scala]
637[warn] there were 2 deprecation warnings; re-run with -deprecation for details
638[warn] one warning found
639[info] done compiling
640[info] compiling 2 Scala sources to /build/repo/akka-http-caching/target/scala-3.7.4/test-classes ...
641[info] [patched file /build/repo/akka-http-caching/src/test/scala/akka/http/caching/ExpiringLfuCacheSpec.scala]
642[info] done compiling
643[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
644[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
645[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
646[info] Formatting 1 Scala source ProjectRef(uri("file:/build/repo/"), "akka-http-caching")(test) ...
647[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
648[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
649[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
650[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
651[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
652[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
653[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
654[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
655[info] Formatting 7 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-testkit")(compile) ...
656[warn] Scalariform parser error for /build/repo/akka-http-testkit/src/main/scala/akka/http/scaladsl/testkit/RouteTest.scala: Expected token RPAREN but got Token(LBRACKET,[,4060,[)
657[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
658[info] Reformatted 1 Scala source ProjectRef(uri("file:/build/repo/"), "akka-http-testkit")(compile).
659[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
660[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
661[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
662[info] compiling 7 Scala sources to /build/repo/akka-http-testkit/target/scala-3.7.4/classes ...
663[warn] there was 1 deprecation warning; re-run with -deprecation for details
664[warn] one warning found
665[info] done compiling
666[info] compiling 2 Scala sources to /build/repo/akka-http-caching/target/scala-3.7.4/test-classes ...
667[info] done compiling
668[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
669[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
670[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
671[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
672[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
673[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
674[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
675[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
676[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
677[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
678[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
679[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
680[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
681[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
683Starting build for ProjectRef(file:/build/repo/,akka-http2-support) (akka-http2-support)... [2/10]
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`).
694Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
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`).
706[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
709[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
710[info] Formatting 23 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http2-support")(test) ...
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[info] Formatting 86 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-core")(test) ...
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`).
722[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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[info] compiling 86 Scala sources and 12 Java sources to /build/repo/akka-http-core/target/scala-3.7.4/test-classes ...
726[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:66:27
727[warn] 66 | AkkaSpec.getCallerName(getClass),
728[warn] | ^^^^^^^^
729[warn] | Suspicious top-level unqualified call to getClass
730[warn] |
731[warn] | longer explanation available when compiling with `-explain`
732[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:73:55
733[warn] 73 | def this() = this(ActorSystem(AkkaSpec.getCallerName(getClass), AkkaSpec.testConf))
734[warn] | ^^^^^^^^
735[warn] | Suspicious top-level unqualified call to getClass
736[warn] |
737[warn] | longer explanation available when compiling with `-explain`
738[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/ws/ByteStringSinkProbe.scala]
739[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/scaladsl/model/UriSpec.scala]
740[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/parsing/ContentLengthHeaderParserSpec.scala]
741[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/parsing/ResponseParserSpec.scala]
742[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/scaladsl/model/HttpEntitySpec.scala]
743[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/scaladsl/model/headers/HeaderSpec.scala]
744[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/util/StreamUtilsSpec.scala]
745[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala]
746[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/scaladsl/ClientServerSpec.scala]
747[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/scaladsl/model/SerializabilitySpec.scala]
748[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/ws/WSTestSetupBase.scala]
749[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/scaladsl/model/HttpMessageSpec.scala]
750[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/util/AkkaSpecWithMaterializer.scala]
751[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/server/HttpServerSpec.scala]
752[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/parsing/BoyerMooreSpec.scala]
753[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/ws/FramingSpec.scala]
754[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/parsing/RequestParserSpec.scala]
755[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/client/LowLevelOutgoingConnectionSpec.scala]
756[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/client/NewConnectionPoolSpec.scala]
757[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/client/TlsEndpointVerificationSpec.scala]
758[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/parsing/HttpHeaderParserSpec.scala]
759[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/client/HostConnectionPoolSpec.scala]
760[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/model/parser/HttpHeaderSpec.scala]
761[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/ws/BitBuilder.scala]
762[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/testkit/Coroner.scala]
763[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/ws/MessageSpec.scala]
764[warn] there were 24 deprecation warnings; re-run with -deprecation for details
765[warn] three warnings found
766[info] done compiling
767[info] compiling 23 Scala sources and 1 Java source to /build/repo/akka-http2-support/target/scala-3.7.4/test-classes ...
768[info] [patched file /build/repo/akka-http2-support/src/test/scala/akka/http/impl/engine/http2/HPackEncodingSupport.scala]
769[info] [patched file /build/repo/akka-http2-support/src/test/scala/akka/http/impl/engine/http2/framing/Http2FramingSpec.scala]
770[info] [patched file /build/repo/akka-http2-support/src/test/scala/akka/http/impl/engine/http2/package.scala]
771[info] [patched file /build/repo/akka-http2-support/src/test/scala/akka/http/impl/engine/http2/Http2ClientSpec.scala]
772[info] [patched file /build/repo/akka-http2-support/src/test/scala/akka/http/impl/engine/http2/WindowTracking.scala]
773[info] [patched file /build/repo/akka-http2-support/src/test/scala/akka/http/impl/engine/http2/Http2PersistentClientSpec.scala]
774[info] [patched file /build/repo/akka-http2-support/src/test/scala/akka/http/impl/engine/http2/Http2ServerSpec.scala]
775[warn] there were 14 deprecation warnings; re-run with -deprecation for details
776[warn] one warning found
777[info] done compiling
778[info] Extracting h2spec to /build/repo/akka-http2-support/target/h2spec_linux_amd64/h2spec
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[info] Formatting 7 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http2-support")(test) ...
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[info] Formatting 26 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-core")(test) ...
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] Scalariform parser error for /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala: Expected token RBRACKET but got Token(SUBTYPE,<:,3747,<:)
797[info] compiling 26 Scala sources to /build/repo/akka-http-core/target/scala-3.7.4/test-classes ...
798[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:66:27
799[warn] 66 | AkkaSpec.getCallerName(getClass),
800[warn] | ^^^^^^^^
801[warn] | Suspicious top-level unqualified call to getClass
802[warn] |
803[warn] | longer explanation available when compiling with `-explain`
804[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:73:55
805[warn] 73 | def this() = this(ActorSystem(AkkaSpec.getCallerName(getClass), AkkaSpec.testConf))
806[warn] | ^^^^^^^^
807[warn] | Suspicious top-level unqualified call to getClass
808[warn] |
809[warn] | longer explanation available when compiling with `-explain`
810[warn] there were 10 deprecation warnings; re-run with -deprecation for details
811[warn] three warnings found
812[info] done compiling
813[info] compiling 44 Scala sources to /build/repo/akka-http-core/target/scala-3.7.4/test-classes ...
814[warn] there were 12 deprecation warnings; re-run with -deprecation for details
815[warn] four warnings found
816[info] done compiling
817[info] compiling 7 Scala sources to /build/repo/akka-http2-support/target/scala-3.7.4/test-classes ...
818[info] done compiling
819[info] compiling 4 Scala sources to /build/repo/akka-http2-support/target/scala-3.7.4/test-classes ...
820[warn] there were 2 deprecation warnings; re-run with -deprecation for details
821[warn] one warning found
822[info] done compiling
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
832[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
833[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
834[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
835[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
836[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
837[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
838Starting build for ProjectRef(file:/build/repo/,akka-http) (akka-http)... [3/10]
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`).
845Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
854[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
855[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
856[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
857[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
874[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
875[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
876[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
882Starting build for ProjectRef(file:/build/repo/,bill-of-materials) (akka-http-bom)... [4/10]
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`).
885Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
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`).
892[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
898Starting build for ProjectRef(file:/build/repo/,akka-http-xml) (akka-http-xml)... [5/10]
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`).
903[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
907Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
908[info] Formatting 1 Scala source ProjectRef(uri("file:/build/repo/"), "akka-http-xml")(compile) ...
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
920[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
921[info] compiling 1 Scala source to /build/repo/akka-http-marshallers-scala/akka-http-xml/target/scala-3.7.4/classes ...
922[info] [patched file /build/repo/akka-http-marshallers-scala/akka-http-xml/src/main/scala/akka/http/scaladsl/marshallers/xml/ScalaXmlSupport.scala]
923[info] done compiling
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[info] Formatting 1 Scala source ProjectRef(uri("file:/build/repo/"), "akka-http-xml")(compile) ...
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[info] compiling 1 Scala source to /build/repo/akka-http-marshallers-scala/akka-http-xml/target/scala-3.7.4/classes ...
938[info] done compiling
939[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
940[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
941[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
963Starting build for ProjectRef(file:/build/repo/,akka-http-testkit) (akka-http-testkit)... [6/10]
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`).
972Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
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`).
981[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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[info] Formatting 3 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-testkit")(test) ...
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
995[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
996[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
997[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
998[info] compiling 3 Scala sources and 1 Java source to /build/repo/akka-http-testkit/target/scala-3.7.4/test-classes ...
999[info] done compiling
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1012[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1013[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1014[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
1024Starting build for ProjectRef(file:/build/repo/,akka-http-spray-json) (akka-http-spray-json)... [7/10]
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`).
1033Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1034[info] Formatting 2 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-spray-json")(compile) ...
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`).
1039[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
1044[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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[info] compiling 2 Scala sources to /build/repo/akka-http-marshallers-scala/akka-http-spray-json/target/scala-3.7.4/classes ...
1048[info] [patched file /build/repo/akka-http-marshallers-scala/akka-http-spray-json/src/main/scala/akka/http/scaladsl/marshallers/sprayjson/SprayJsonSupport.scala]
1049[info] done compiling
1050[info] Formatting 1 Scala source ProjectRef(uri("file:/build/repo/"), "akka-http-spray-json")(test) ...
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1058[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1059[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1060[info] Formatting 1 Scala source ProjectRef(uri("file:/build/repo/"), "akka-http-spray-json")(compile) ...
1061[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1062[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1063[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1064[info] compiling 1 Scala source to /build/repo/akka-http-marshallers-scala/akka-http-spray-json/target/scala-3.7.4/classes ...
1065[info] done compiling
1066[info] compiling 1 Scala source to /build/repo/akka-http-marshallers-scala/akka-http-spray-json/target/scala-3.7.4/test-classes ...
1067[info] done compiling
1068[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1069[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1070[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1071[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1072[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1073[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1074[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1075[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1076[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1077[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1078[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1079[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1080[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1081[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1082[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1083[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1084[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1085[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1086[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1087[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1088[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1089[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1090[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1091[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1092Starting build for ProjectRef(file:/build/repo/,akka-http-jackson) (akka-http-jackson)... [8/10]
1093[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1094[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1095[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1096[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1097[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1098[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1099[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1100[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1101[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1102[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1103Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1104[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1105[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1106[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1107[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1108[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1109[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1110[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1111[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1112[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1113[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1114[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1115[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1116[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1117[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1118[info] compiling 1 Java source to /build/repo/akka-http-marshallers-java/akka-http-jackson/target/scala-3.7.4/classes ...
1119[info] done compiling
1120[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1121[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1122[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1123[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1124[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1125[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1126[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1134[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1135[info] compiling 1 Java source to /build/repo/akka-http-marshallers-java/akka-http-jackson/target/scala-3.7.4/test-classes ...
1136[info] done compiling
1137[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1138[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1139[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1140[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1141[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1142[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1143[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1144[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1145[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1146[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1147[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1148[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1149[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1150[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1151[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1152[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1153[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1154[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1155[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1156[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1157[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1158[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1159[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1160[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1161[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1162[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1163[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1164[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1165[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1166[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1167Starting build for ProjectRef(file:/build/repo/,akka-http-core) (akka-http-core)... [9/10]
1168[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1169[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1170[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1171[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1172Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1173[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1174[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1175[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1176[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
1183[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
1186[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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
1198************************
1199Build summary:
1200[{
1201 "module": "akka-parsing",
1202 "compile": {"status": "ok", "tookMs": 21183, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1203 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1204 "test-compile": {"status": "ok", "tookMs": 14006, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1205 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1206 "publish": {"status": "skipped", "tookMs": 0},
1207 "metadata": {
1208 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1209}
1210},{
1211 "module": "akka-http-caching",
1212 "compile": {"status": "ok", "tookMs": 59934, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1213 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1214 "test-compile": {"status": "ok", "tookMs": 68303, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1215 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1216 "publish": {"status": "skipped", "tookMs": 0},
1217 "metadata": {
1218 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1219}
1220},{
1221 "module": "akka-http2-support",
1222 "compile": {"status": "ok", "tookMs": 240, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1223 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1224 "test-compile": {"status": "ok", "tookMs": 18930, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1225 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1226 "publish": {"status": "skipped", "tookMs": 0},
1227 "metadata": {
1228 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1229}
1230},{
1231 "module": "akka-http",
1232 "compile": {"status": "ok", "tookMs": 216, "warnings": 11, "errors": 0, "sourceVersion": "3.4-migration"},
1233 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1234 "test-compile": {"status": "ok", "tookMs": 226, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1235 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1236 "publish": {"status": "skipped", "tookMs": 0},
1237 "metadata": {
1238 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1239}
1240},{
1241 "module": "akka-http-bom",
1242 "compile": {"status": "ok", "tookMs": 46, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1243 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1244 "test-compile": {"status": "ok", "tookMs": 76, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1245 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1246 "publish": {"status": "skipped", "tookMs": 0},
1247 "metadata": {
1248 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1249}
1250},{
1251 "module": "akka-http-xml",
1252 "compile": {"status": "ok", "tookMs": 705, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1253 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1254 "test-compile": {"status": "ok", "tookMs": 645, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1255 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1256 "publish": {"status": "skipped", "tookMs": 0},
1257 "metadata": {
1258 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1259}
1260},{
1261 "module": "akka-http-testkit",
1262 "compile": {"status": "ok", "tookMs": 267, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1263 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1264 "test-compile": {"status": "ok", "tookMs": 1777, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1265 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1266 "publish": {"status": "skipped", "tookMs": 0},
1267 "metadata": {
1268 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1269}
1270},{
1271 "module": "akka-http-spray-json",
1272 "compile": {"status": "ok", "tookMs": 737, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1273 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1274 "test-compile": {"status": "ok", "tookMs": 1237, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1275 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1276 "publish": {"status": "skipped", "tookMs": 0},
1277 "metadata": {
1278 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1279}
1280},{
1281 "module": "akka-http-jackson",
1282 "compile": {"status": "ok", "tookMs": 445, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1283 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1284 "test-compile": {"status": "ok", "tookMs": 658, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1285 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1286 "publish": {"status": "skipped", "tookMs": 0},
1287 "metadata": {
1288 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1289}
1290},{
1291 "module": "akka-http-core",
1292 "compile": {"status": "ok", "tookMs": 112, "warnings": 16, "errors": 0, "sourceVersion": "3.4-migration"},
1293 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1294 "test-compile": {"status": "ok", "tookMs": 165, "warnings": 4, "errors": 0, "sourceVersion": "3.4-migration"},
1295 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1296 "publish": {"status": "skipped", "tookMs": 0},
1297 "metadata": {
1298 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1299}
1300}]
1301************************
1302[success] Total time: 258 s (0:04:18.0), completed 2025 Nov 28 13:16:15
1303[0JChecking patch project/plugins.sbt...
1304Checking patch project/build.properties...
1305Checking patch project/Dependencies.scala...
1306Checking patch build.sbt...
1307Checking patch akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala...
1308Checking patch akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala...
1309Applied patch project/plugins.sbt cleanly.
1310Applied patch project/build.properties cleanly.
1311Applied patch project/Dependencies.scala cleanly.
1312Applied patch build.sbt cleanly.
1313Applied patch akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala cleanly.
1314Applied patch akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala cleanly.
1315Commit migration rewrites
1316Switched to a new branch 'opencb/migrate-source-3.4'
1317[opencb/migrate-source-3.4 96efa44e8] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4
1318 178 files changed, 891 insertions(+), 891 deletions(-)
1319Using target Scala version for migration: 3.7.4
1320Migrating project for -source:3.5 using Scala 3.7.4
1321----
1322Preparing build for 3.7.4
1323Would try to apply common scalacOption (best-effort, sbt/mill only):
1324Append: -rewrite,REQUIRE:-source:3.5-migration
1325Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1326
1327Try apply source patch:
1328Path: akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala
1329Pattern: case b: BypassEvent with MessagePart
1330Replacement: case b: (BypassEvent & MessagePart)
1331Successfully applied pattern 'case b: BypassEvent with MessagePart' in akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala
1332
1333Try apply source patch:
1334Path: akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala
1335Pattern: headers[T](ClassTag[T](headerClass)).asJava
1336Replacement: headers[T](using ClassTag[T](headerClass)).asJava
1337Successfully applied pattern 'headers[T](ClassTag[T](headerClass)).asJava' in akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala
1338
1339Try apply source patch:
1340Path: akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala
1341Pattern: for (`Cookie`(cookies) <- headers
1342Replacement: for (case `Cookie`(cookies) <- headers
1343Successfully applied pattern 'for (`Cookie`(cookies) <- headers' in akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala
1344
1345Try apply source patch:
1346Path: project/Dependencies.scala
1347Pattern: val scala3Version = "3.2.2"
1348Replacement: val scala3Version = "3.7.4"
1349Successfully applied pattern 'val scala3Version = "3.2.2"' in project/Dependencies.scala
1350----
1351Starting build for 3.7.4
1352Execute tests: false
1353sbt project found:
1354Sbt version 1.8.2 is not supported, minimal supported version is 1.11.5
1355Enforcing usage of sbt in version 1.11.5
1356No prepare script found for project akka/akka-http
1357##################################
1358Scala version: 3.7.4
1359Targets: com.typesafe.akka%akka-http com.typesafe.akka%akka-http-bom com.typesafe.akka%akka-http-caching com.typesafe.akka%akka-http-core com.typesafe.akka%akka-http-jackson com.typesafe.akka%akka-http-spray-json com.typesafe.akka%akka-http-testkit com.typesafe.akka%akka-http-xml com.typesafe.akka%akka-http2-support com.typesafe.akka%akka-parsing
1360Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.5"],"sourcePatches":[{"path":"akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala","pattern":"case b: BypassEvent with MessagePart","replaceWith":"case b: (BypassEvent & MessagePart)"},{"path":"akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala","pattern":"headers[T](ClassTag[T](headerClass)).asJava","replaceWith":"headers[T](using ClassTag[T](headerClass)).asJava"},{"path":"akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala","pattern":"for (`Cookie`(cookies) <- headers","replaceWith":"for (case `Cookie`(cookies) <- headers"},{"path":"project/Dependencies.scala","pattern":"val scala3Version = \"3.2.2\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
1361##################################
1362Using extra scalacOptions: -rewrite,REQUIRE:-source:3.5-migration
1363Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1364[sbt_options] declare -a sbt_options=()
1365[process_args] java_version = '17'
1366[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
1367# Executing command line:
1368java
1369-Duser.language=en_US.UTF-8
1370-Dfile.encoding=en_US.UTF-8
1371-Dsun.jnu.encoding=UTF-8
1372-Dcommunitybuild.scala=3.7.4
1373-Dcommunitybuild.project.dependencies.add=
1374-Xmx7G
1375-Xms4G
1376-Xss8M
1377-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
1378-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
1379-jar
1380/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
1381"setCrossScalaVersions 3.7.4"
1382"++3.7.4 -v"
1383"mapScalacOptions "-rewrite,REQUIRE:-source:3.5-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
1384"set every credentials := Nil"
1385"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
1386"removeScalacOptionsStartingWith -P:wartremover"
1387
1388moduleMappings
1389"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.5"],"sourcePatches":[{"path":"akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala","pattern":"case b: BypassEvent with MessagePart","replaceWith":"case b: (BypassEvent & MessagePart)"},{"path":"akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala","pattern":"headers[T](ClassTag[T](headerClass)).asJava","replaceWith":"headers[T](using ClassTag[T](headerClass)).asJava"},{"path":"akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala","pattern":"for (`Cookie`(cookies) <- headers","replaceWith":"for (case `Cookie`(cookies) <- headers"},{"path":"project/Dependencies.scala","pattern":"val scala3Version = \"3.2.2\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}""" com.typesafe.akka%akka-http com.typesafe.akka%akka-http-bom com.typesafe.akka%akka-http-caching com.typesafe.akka%akka-http-core com.typesafe.akka%akka-http-jackson com.typesafe.akka%akka-http-spray-json com.typesafe.akka%akka-http-testkit com.typesafe.akka%akka-http-xml com.typesafe.akka%akka-http2-support com.typesafe.akka%akka-parsing"
1390
1391[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
1392[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
1393[info] loading project definition from /build/repo/project
1394[info] loading settings for project akka-http-root from build.sbt...
1395[info] resolving key references (33680 settings) ...
1396[info] Building Akka HTTP 10.5.3+1-96efa44e+20251128-1316-SNAPSHOT against Akka 2.7.0 on Scala 2.13.10
1397[info] set current project to akka-http-root (in build file:/build/repo/)
1398[warn] there's a key that's not used by any other settings/tasks:
1399[warn]
1400[warn] * ThisBuild / scalafixScalaBinaryVersion
1401[warn] +- /build/repo/build.sbt:16
1402[warn]
1403[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
1404[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
1405Execute setCrossScalaVersions: 3.7.4
1406OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-marshallers-java/crossScalaVersions
1407OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-xml/crossScalaVersions
1408OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-caching/crossScalaVersions
1409OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http2-support/crossScalaVersions
1410OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-tests/crossScalaVersions
1411OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http/crossScalaVersions
1412OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-core/crossScalaVersions
1413OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-parsing/crossScalaVersions
1414OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-spray-json/crossScalaVersions
1415OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-jackson/crossScalaVersions
1416OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-bench-jmh/crossScalaVersions
1417OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-marshallers-scala/crossScalaVersions
1418OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-testkit/crossScalaVersions
1419OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in docs/crossScalaVersions
1420OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in akka-http-compatibility-tests/crossScalaVersions
1421OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in bill-of-materials/crossScalaVersions
1422[info] Building Akka HTTP 10.5.3+1-96efa44e+20251128-1316-SNAPSHOT against Akka 2.7.0 on Scala 2.13.10
1423[info] set current project to akka-http-root (in build file:/build/repo/)
1424[info] Setting Scala version to 3.7.4 on 16 projects.
1425[info] Switching Scala version on:
1426[info] akka-http-marshallers-java (2.13.10, 2.12.17, 3.7.4)
1427[info] akka-http-spray-json (2.13.10, 2.12.17, 3.7.4)
1428[info] akka-http-tests (2.13.10, 2.12.17, 3.7.4)
1429[info] akka-http-bench-jmh (2.13.10, 2.12.17, 3.7.4)
1430[info] docs (2.13.10, 2.12.17, 3.7.4)
1431[info] akka-http-marshallers-scala (2.13.10, 2.12.17, 3.7.4)
1432[info] akka-parsing (2.13.10, 2.12.17, 3.7.4)
1433[info] akka-http2-support (2.13.10, 2.12.17, 3.7.4)
1434[info] akka-http-testkit (2.13.10, 2.12.17, 3.7.4)
1435[info] akka-http-xml (2.13.10, 2.12.17, 3.7.4)
1436[info] akka-http (2.13.10, 2.12.17, 3.7.4)
1437[info] akka-http-core (2.13.10, 2.12.17, 3.7.4)
1438[info] akka-http-compatibility-tests (2.13.10, 2.12.17, 3.7.4)
1439[info] akka-http-caching (2.13.10, 2.12.17, 3.7.4)
1440[info] akka-http-jackson (2.13.10, 2.12.17, 3.7.4)
1441[info] bill-of-materials (2.13.10, 2.12.17, 3.7.4)
1442[info] Excluding projects:
1443[info] akka-http-scalafix-test-input (2.13.10, 2.12.17)
1444[info] akka-http-scalafix (2.13.10, 2.12.17)
1445[info] akka-http-scalafix-tests (2.13.10, 2.12.17)
1446[info] akka-http-scalafix-test-output (2.13.10, 2.12.17)
1447[info] akka-http-scalafix-rules (2.13.10, 2.12.17)
1448[info] * akka-http-root (2.13.10, 2.12.17)
1449[info] Reapplying settings...
1450[info] Building Akka HTTP 10.5.3+1-96efa44e+20251128-1316-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4
1451[info] set current project to akka-http-root (in build file:/build/repo/)
1452Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.5-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1453[info] Reapplying settings...
1454[info] Building Akka HTTP 10.5.3+1-96efa44e+20251128-1316-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4
1455[info] set current project to akka-http-root (in build file:/build/repo/)
1456[info] Defining Global / credentials, akka-http / credentials and 20 others.
1457[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 110 others.
1458[info] Run `last` for details.
1459[info] Reapplying settings...
1460[info] Building Akka HTTP 10.5.3+1-96efa44e+20251128-1316-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4
1461[info] set current project to akka-http-root (in build file:/build/repo/)
1462Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
1463[info] Reapplying settings...
1464OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
1465
1466 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
1467 Did you mean akka-http-testkit / allExcludeDependencies ?
1468 , retry without global scopes
1469[info] Reapplying settings...
1470[info] Building Akka HTTP 10.5.3+1-96efa44e+20251128-1316-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4
1471[info] set current project to akka-http-root (in build file:/build/repo/)
1472Execute removeScalacOptionsStartingWith: -P:wartremover
1473[info] Reapplying settings...
1474[info] Building Akka HTTP 10.5.3+1-96efa44e+20251128-1316-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4
1475[info] set current project to akka-http-root (in build file:/build/repo/)
1476[success] Total time: 0 s, completed 2025 Nov 28 13:16:44
1477Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.5"],"sourcePatches":[{"path":"akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala","pattern":"case b: BypassEvent with MessagePart","replaceWith":"case b: (BypassEvent & MessagePart)"},{"path":"akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala","pattern":"headers[T](ClassTag[T](headerClass)).asJava","replaceWith":"headers[T](using ClassTag[T](headerClass)).asJava"},{"path":"akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala","pattern":"for (`Cookie`(cookies) <- headers","replaceWith":"for (case `Cookie`(cookies) <- headers"},{"path":"project/Dependencies.scala","pattern":"val scala3Version = \"3.2.2\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
1478Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
1479Starting build...
1480Projects: Set(akka-http-spray-json, akka-parsing, akka-http2-support, akka-http-testkit, akka-http-xml, akka-http, akka-http-core, akka-http-caching, akka-http-jackson, bill-of-materials)
1481Starting build for ProjectRef(file:/build/repo/,akka-parsing) (akka-parsing)... [0/10]
1482OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
1483OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.5-migration` in Scala 2.12.20 module Global
1484[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1485[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1486OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
1487OpenCB::Filter out '-language:_', matches setting pattern '^-?-language:_'
1488Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
1489[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1490[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1491[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1492[info] compiling 32 Scala sources to /build/repo/akka-parsing/target/scala-3.7.4/classes ...
1493[warn] there were 18 feature warnings; re-run with -feature for details
1494[warn] one warning found
1495[info] done compiling
1496[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1497[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1498[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1499[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1500[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1501[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1502[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1503[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1504[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1505Starting build for ProjectRef(file:/build/repo/,akka-http-caching) (akka-http-caching)... [1/10]
1506[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1507[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1508[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1509[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1510[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1511[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1512[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1513[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1514[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1515[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1516Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
1517[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1518[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1519[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1520[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1521[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1522[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1523[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1524[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1525[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1526[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1527[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1528[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1529[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1530[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1531[info] compiling 231 Scala sources and 150 Java sources to /build/repo/akka-http-core/target/scala-3.7.4/classes ...
1532[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/package.scala:49:4
1533[warn] 49 | synchronized {
1534[warn] | ^^^^^^^^^^^^
1535[warn] | Suspicious top-level unqualified call to synchronized
1536[warn] |
1537[warn] | longer explanation available when compiling with `-explain`
1538[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/framing/Http2FrameParsing.scala:147:11
1539[warn] 147 | case tpe => // TODO: remove once all stream types are defined
1540[warn] | ^^^
1541[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
1542[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/HttpMessageParser.scala:81:13
1543[warn] 81 | case x => x
1544[warn] | ^
1545[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
1546[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/Http.scala:457:13
1547[warn] 457 | case _ =>
1548[warn] | ^
1549[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
1550[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/Rendering.scala:143:15
1551[warn] 143 | case x: LinearSeq[T] => recL(x)
1552[warn] | ^
1553[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]
1554[warn] |
1555[warn] | longer explanation available when compiling with `-explain`
1556[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/HttpMessage.scala]
1557[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/LanguageRange.scala]
1558[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/headers.scala]
1559[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/LinkValue.scala]
1560[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/CacheDirective.scala]
1561[warn] there was 1 feature warning; re-run with -feature for details
1562[warn] there were 41 deprecation warnings; re-run with -deprecation for details
1563[warn] 7 warnings found
1564[warn] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/ContentTypes.java:40:51: right() in scala.util.Either has been deprecated
1565[warn] ContentType$.MODULE$.parse(contentType).right
1566[warn] ^
1567[warn] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/ContentTypes.java:40:59: get() in scala.util.Either.RightProjection has been deprecated
1568[warn] ContentType$.MODULE$.parse(contentType).right().get
1569[warn] ^
1570[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/AttributeKeys.java: Some input files use unchecked or unsafe operations.
1571[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/AttributeKeys.java: Recompile with -Xlint:unchecked for details.
1572[info] done compiling
1573[info] compiling 145 Scala sources and 8 Java sources to /build/repo/akka-http/target/scala-3.7.4/classes ...
1574[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:84:55
1575[warn] 84 | { ctx => handler(ctx.request).fast.map(RouteResult.Complete)(ctx.executionContext) }
1576[warn] | ^^^^^^^^^^^^^^^^^^^^
1577[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
1578[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:121:40
1579[warn] 121 | .andThen(_.fast.map(RouteResult.Complete)(ctx.executionContext))
1580[warn] | ^^^^^^^^^^^^^^^^^^^^
1581[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
1582[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/SecurityDirectives.scala:150:53
1583[warn] 150 | parameter("access_token".optional).map(_.map(OAuth2BearerToken))
1584[warn] | ^^^^^^^^^^^^^^^^^
1585[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.headers.OAuth2BearerToken.apply` explicitly.
1586[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/MultipartUnmarshallers.scala:37:56
1587[warn] 37 | createStrictBodyPart = Multipart.General.BodyPart.Strict,
1588[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1589[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.Multipart.General.BodyPart.Strict.apply` explicitly.
1590[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/MultipartUnmarshallers.scala:38:39
1591[warn] 38 | createStrict = Multipart.General.Strict)
1592[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1593[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.Multipart.General.Strict.apply` explicitly.
1594[warn] -- [E147] Syntax Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/sse/ServerSentEventParser.scala:19:2
1595[warn] 19 | final object PosInt {
1596[warn] | ^^^^^
1597[warn] | Modifier final is redundant for this definition
1598[info] [patched file /build/repo/akka-http/target/scala-3.7.4/src_managed/FormFieldDirectives.scala]
1599[warn] there were 101 feature warnings; re-run with -feature for details
1600[warn] there were 26 deprecation warnings; re-run with -deprecation for details
1601[warn] 8 warnings found
1602[info] /build/repo/akka-http/src/main/java/akka/http/javadsl/unmarshalling/StringUnmarshallers.java: StringUnmarshallers.java uses unchecked or unsafe operations.
1603[info] /build/repo/akka-http/src/main/java/akka/http/javadsl/unmarshalling/StringUnmarshallers.java: Recompile with -Xlint:unchecked for details.
1604[info] done compiling
1605[info] compiling 11 Scala sources and 1 Java source to /build/repo/akka-http-caching/target/scala-3.7.4/classes ...
1606[warn] there were 2 deprecation warnings; re-run with -deprecation for details
1607[warn] one warning found
1608[info] done compiling
1609[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1610[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1611[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1612[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1613[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1614[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1615[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1616[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1617[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1618[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1619[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1620[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1621[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1622[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1623[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1624[info] compiling 5 Scala sources to /build/repo/akka-http-core/target/scala-3.7.4/classes ...
1625[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/HttpMessage.scala]
1626[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/LanguageRange.scala]
1627[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/headers.scala]
1628[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/LinkValue.scala]
1629[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4/src_managed/CacheDirective.scala]
1630[warn] there were 2 deprecation warnings; re-run with -deprecation for details
1631[warn] one warning found
1632[info] done compiling
1633[info] compiling 51 Scala sources and 63 Java sources to /build/repo/akka-http-core/target/scala-3.7.4/classes ...
1634[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/package.scala:49:4
1635[warn] 49 | synchronized {
1636[warn] | ^^^^^^^^^^^^
1637[warn] | Suspicious top-level unqualified call to synchronized
1638[warn] |
1639[warn] | longer explanation available when compiling with `-explain`
1640[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/Http.scala:457:13
1641[warn] 457 | case _ =>
1642[warn] | ^
1643[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
1644[warn] there were 15 deprecation warnings; re-run with -deprecation for details
1645[warn] four warnings found
1646[info] done compiling
1647[info] compiling 37 Scala sources and 4 Java sources to /build/repo/akka-http-core/target/scala-3.7.4/classes ...
1648[warn] there were 12 deprecation warnings; re-run with -deprecation for details
1649[warn] 5 warnings found
1650[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/Multiparts.java: Multiparts.java uses unchecked or unsafe operations.
1651[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/Multiparts.java: Recompile with -Xlint:unchecked for details.
1652[info] done compiling
1653[info] compiling 59 Scala sources and 1 Java source to /build/repo/akka-http/target/scala-3.7.4/classes ...
1654[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:84:55
1655[warn] 84 | { ctx => handler(ctx.request).fast.map(RouteResult.Complete)(ctx.executionContext) }
1656[warn] | ^^^^^^^^^^^^^^^^^^^^
1657[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
1658[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:121:40
1659[warn] 121 | .andThen(_.fast.map(RouteResult.Complete)(ctx.executionContext))
1660[warn] | ^^^^^^^^^^^^^^^^^^^^
1661[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
1662[info] [patched file /build/repo/akka-http/target/scala-3.7.4/src_managed/FormFieldDirectives.scala]
1663[warn] there were 56 feature warnings; re-run with -feature for details
1664[warn] there were 4 deprecation warnings; re-run with -deprecation for details
1665[warn] four warnings found
1666[info] done compiling
1667[info] compiling 45 Scala sources and 1 Java source to /build/repo/akka-http/target/scala-3.7.4/classes ...
1668[warn] there were 49 feature warnings; re-run with -feature for details
1669[warn] there were 2 deprecation warnings; re-run with -deprecation for details
1670[warn] 6 warnings found
1671[info] done compiling
1672[info] compiling 2 Scala sources to /build/repo/akka-http-caching/target/scala-3.7.4/classes ...
1673[info] compiling 16 Scala sources to /build/repo/akka-http-testkit/target/scala-3.7.4/classes ...
1674[info] done compiling
1675[warn] there were 2 deprecation warnings; re-run with -deprecation for details
1676[warn] one warning found
1677[info] done compiling
1678[info] compiling 2 Scala sources to /build/repo/akka-http-caching/target/scala-3.7.4/test-classes ...
1679[info] done compiling
1680[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1681[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1682[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1683[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1684[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1685[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1686[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1687[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1688[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1689[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1690[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1691[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1692[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1693[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1694[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1695[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1696[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1697[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1698[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1699[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1700[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1701[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1702[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1703[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1704[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1705[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1706[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1707[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1708[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1709[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1710Starting build for ProjectRef(file:/build/repo/,akka-http2-support) (akka-http2-support)... [2/10]
1711[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1712[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1713[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1714[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1715[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1716[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1717[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1718[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1719[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1720[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1721Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
1722[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1723[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1724[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1725[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1726[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1727[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1728[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1729[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1730[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1731[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1732[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1733[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1734[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1735[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1736[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1737[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1738[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1739[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1740[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1741[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1742[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1743[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1744[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1745[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1746[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1747[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1748[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1749[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1750[info] compiling 86 Scala sources and 12 Java sources to /build/repo/akka-http-core/target/scala-3.7.4/test-classes ...
1751[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:66:27
1752[warn] 66 | AkkaSpec.getCallerName(getClass),
1753[warn] | ^^^^^^^^
1754[warn] | Suspicious top-level unqualified call to getClass
1755[warn] |
1756[warn] | longer explanation available when compiling with `-explain`
1757[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:73:55
1758[warn] 73 | def this() = this(ActorSystem(AkkaSpec.getCallerName(getClass), AkkaSpec.testConf))
1759[warn] | ^^^^^^^^
1760[warn] | Suspicious top-level unqualified call to getClass
1761[warn] |
1762[warn] | longer explanation available when compiling with `-explain`
1763[warn] there were 24 deprecation warnings; re-run with -deprecation for details
1764[warn] three warnings found
1765[info] done compiling
1766[info] compiling 23 Scala sources and 1 Java source to /build/repo/akka-http2-support/target/scala-3.7.4/test-classes ...
1767[warn] there were 14 deprecation warnings; re-run with -deprecation for details
1768[warn] one warning found
1769[info] done compiling
1770[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1771[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1772[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1773[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1774[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1775[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1776[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1777[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1778[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1779[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1780[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1781[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1782[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1783[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1784[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1785[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1786[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1787[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1788[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1789[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1790[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
1799[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1800Starting build for ProjectRef(file:/build/repo/,akka-http) (akka-http)... [3/10]
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`).
1807Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1814[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1815[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1816[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1817[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1818[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1819[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1820[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1821[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1822[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1823[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1824[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1825[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1826[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1827[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1828[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1829[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1830[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1831[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1832[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1833[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1834[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1835[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1836[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1837[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1838[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1839[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1840[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1841[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1842[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1843[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1844Starting build for ProjectRef(file:/build/repo/,bill-of-materials) (akka-http-bom)... [4/10]
1845[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1846[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1847Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
1848[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1849[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1850[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1851[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1852[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1853[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1854[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1855[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1856[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1857[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1858[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1859[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1860Starting build for ProjectRef(file:/build/repo/,akka-http-xml) (akka-http-xml)... [5/10]
1861[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1862[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1863[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1864[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1865[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1866[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1867[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1868[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1869Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
1870[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1871[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1872[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1873[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1874[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1875[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1876[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1877[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1878[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1879[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1880[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1881[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1882[info] compiling 1 Scala source to /build/repo/akka-http-marshallers-scala/akka-http-xml/target/scala-3.7.4/classes ...
1883[info] done compiling
1884[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1885[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1886[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1887[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1888[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1889[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1890[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1891[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1892[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1893[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1894[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1895[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1896[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1897[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1898[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1899[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1900[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1901[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1902[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1903[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1904[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1905[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1906[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1907[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1908[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1909[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1910[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1911[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1912[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1913[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1914[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1915[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
1920Starting build for ProjectRef(file:/build/repo/,akka-http-testkit) (akka-http-testkit)... [6/10]
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1929Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
1930[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1931[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1932[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1933[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1934[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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[info] compiling 3 Scala sources and 1 Java source to /build/repo/akka-http-testkit/target/scala-3.7.4/test-classes ...
1955[info] done compiling
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`).
1959[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
1962[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
1975[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
1980Starting build for ProjectRef(file:/build/repo/,akka-http-spray-json) (akka-http-spray-json)... [7/10]
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`).
1986[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
1989Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2002[info] compiling 2 Scala sources to /build/repo/akka-http-marshallers-scala/akka-http-spray-json/target/scala-3.7.4/classes ...
2003[info] done compiling
2004[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2005[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2006[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2007[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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[info] compiling 1 Scala source to /build/repo/akka-http-marshallers-scala/akka-http-spray-json/target/scala-3.7.4/test-classes ...
2017[info] done compiling
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2024[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2025[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2026[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2027[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
2042Starting build for ProjectRef(file:/build/repo/,akka-http-jackson) (akka-http-jackson)... [8/10]
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`).
2053Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
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`).
2058[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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[info] compiling 1 Java source to /build/repo/akka-http-marshallers-java/akka-http-jackson/target/scala-3.7.4/classes ...
2069[info] done compiling
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2085[info] compiling 1 Java source to /build/repo/akka-http-marshallers-java/akka-http-jackson/target/scala-3.7.4/test-classes ...
2086[info] done compiling
2087[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2088[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2089[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2090[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2107[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2108[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2109[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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`).
2117Starting build for ProjectRef(file:/build/repo/,akka-http-core) (akka-http-core)... [9/10]
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`).
2122Compile scalacOptions: -encoding, UTF-8, -release, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.5-migration
2123[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2124[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2125[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2126[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2127[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2128[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2129[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2130[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2131[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2132[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2133[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2134[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2135[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2136[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2137[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2138[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2139[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2140[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2141[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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
2148************************
2149Build summary:
2150[{
2151 "module": "akka-parsing",
2152 "compile": {"status": "ok", "tookMs": 17422, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
2153 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2154 "test-compile": {"status": "ok", "tookMs": 181, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
2155 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2156 "publish": {"status": "skipped", "tookMs": 0},
2157 "metadata": {
2158 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
2159}
2160},{
2161 "module": "akka-http-caching",
2162 "compile": {"status": "ok", "tookMs": 58987, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
2163 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2164 "test-compile": {"status": "ok", "tookMs": 25087, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
2165 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2166 "publish": {"status": "skipped", "tookMs": 0},
2167 "metadata": {
2168 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
2169}
2170},{
2171 "module": "akka-http2-support",
2172 "compile": {"status": "ok", "tookMs": 260, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
2173 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2174 "test-compile": {"status": "ok", "tookMs": 19738, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
2175 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2176 "publish": {"status": "skipped", "tookMs": 0},
2177 "metadata": {
2178 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
2179}
2180},{
2181 "module": "akka-http",
2182 "compile": {"status": "ok", "tookMs": 229, "warnings": 8, "errors": 0, "sourceVersion": "3.5-migration"},
2183 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2184 "test-compile": {"status": "ok", "tookMs": 247, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
2185 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2186 "publish": {"status": "skipped", "tookMs": 0},
2187 "metadata": {
2188 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
2189}
2190},{
2191 "module": "akka-http-bom",
2192 "compile": {"status": "ok", "tookMs": 60, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
2193 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2194 "test-compile": {"status": "ok", "tookMs": 74, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
2195 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2196 "publish": {"status": "skipped", "tookMs": 0},
2197 "metadata": {
2198 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
2199}
2200},{
2201 "module": "akka-http-xml",
2202 "compile": {"status": "ok", "tookMs": 724, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
2203 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2204 "test-compile": {"status": "ok", "tookMs": 280, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
2205 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2206 "publish": {"status": "skipped", "tookMs": 0},
2207 "metadata": {
2208 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
2209}
2210},{
2211 "module": "akka-http-testkit",
2212 "compile": {"status": "ok", "tookMs": 219, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
2213 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2214 "test-compile": {"status": "ok", "tookMs": 1921, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
2215 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2216 "publish": {"status": "skipped", "tookMs": 0},
2217 "metadata": {
2218 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
2219}
2220},{
2221 "module": "akka-http-spray-json",
2222 "compile": {"status": "ok", "tookMs": 762, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
2223 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2224 "test-compile": {"status": "ok", "tookMs": 846, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
2225 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2226 "publish": {"status": "skipped", "tookMs": 0},
2227 "metadata": {
2228 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
2229}
2230},{
2231 "module": "akka-http-jackson",
2232 "compile": {"status": "ok", "tookMs": 477, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
2233 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2234 "test-compile": {"status": "ok", "tookMs": 698, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
2235 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2236 "publish": {"status": "skipped", "tookMs": 0},
2237 "metadata": {
2238 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
2239}
2240},{
2241 "module": "akka-http-core",
2242 "compile": {"status": "ok", "tookMs": 99, "warnings": 6, "errors": 0, "sourceVersion": "3.5-migration"},
2243 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2244 "test-compile": {"status": "ok", "tookMs": 182, "warnings": 2, "errors": 0, "sourceVersion": "3.5-migration"},
2245 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2246 "publish": {"status": "skipped", "tookMs": 0},
2247 "metadata": {
2248 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
2249}
2250}]
2251************************
2252[success] Total time: 140 s (0:02:20.0), completed 2025 Nov 28 13:19:04
2253[0JChecking patch project/plugins.sbt...
2254Checking patch project/build.properties...
2255Checking patch project/Dependencies.scala...
2256Checking patch build.sbt...
2257Checking patch akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala...
2258Checking patch akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala...
2259Applied patch project/plugins.sbt cleanly.
2260Applied patch project/build.properties cleanly.
2261Applied patch project/Dependencies.scala cleanly.
2262Applied patch build.sbt cleanly.
2263Applied patch akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala cleanly.
2264Applied patch akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala cleanly.
2265No migration rewrite changes found, would not commit
2266----
2267Preparing build for 3.8.0-RC2
2268Scala binary version found: 3.8
2269Implicitly using source version 3.8
2270Scala binary version found: 3.8
2271Implicitly using source version 3.8
2272Would try to apply common scalacOption (best-effort, sbt/mill only):
2273Append: ,REQUIRE:-source:3.8
2274Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
2275
2276Try apply source patch:
2277Path: akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala
2278Pattern: case b: BypassEvent with MessagePart
2279Replacement: case b: (BypassEvent & MessagePart)
2280Successfully applied pattern 'case b: BypassEvent with MessagePart' in akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala
2281
2282Try apply source patch:
2283Path: akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala
2284Pattern: headers[T](ClassTag[T](headerClass)).asJava
2285Replacement: headers[T](using ClassTag[T](headerClass)).asJava
2286Successfully applied pattern 'headers[T](ClassTag[T](headerClass)).asJava' in akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala
2287
2288Try apply source patch:
2289Path: akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala
2290Pattern: for (`Cookie`(cookies) <- headers
2291Replacement: for (case `Cookie`(cookies) <- headers
2292Successfully applied pattern 'for (`Cookie`(cookies) <- headers' in akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala
2293
2294Try apply source patch:
2295Path: project/Dependencies.scala
2296Pattern: val scala3Version = "3.2.2"
2297Replacement: val scala3Version = "3.8.0-RC2"
2298Successfully applied pattern 'val scala3Version = "3.2.2"' in project/Dependencies.scala
2299----
2300Starting build for 3.8.0-RC2
2301Execute tests: true
2302sbt project found:
2303Sbt version 1.8.2 is not supported, minimal supported version is 1.11.5
2304Enforcing usage of sbt in version 1.11.5
2305No prepare script found for project akka/akka-http
2306##################################
2307Scala version: 3.8.0-RC2
2308Targets: com.typesafe.akka%akka-http com.typesafe.akka%akka-http-bom com.typesafe.akka%akka-http-caching com.typesafe.akka%akka-http-core com.typesafe.akka%akka-http-jackson com.typesafe.akka%akka-http-spray-json com.typesafe.akka%akka-http-testkit com.typesafe.akka%akka-http-xml com.typesafe.akka%akka-http2-support com.typesafe.akka%akka-parsing
2309Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.5"],"sourcePatches":[{"path":"akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala","pattern":"case b: BypassEvent with MessagePart","replaceWith":"case b: (BypassEvent & MessagePart)"},{"path":"akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala","pattern":"headers[T](ClassTag[T](headerClass)).asJava","replaceWith":"headers[T](using ClassTag[T](headerClass)).asJava"},{"path":"akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala","pattern":"for (`Cookie`(cookies) <- headers","replaceWith":"for (case `Cookie`(cookies) <- headers"},{"path":"project/Dependencies.scala","pattern":"val scala3Version = \"3.2.2\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
2310##################################
2311Using extra scalacOptions: ,REQUIRE:-source:3.8
2312Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
2313[sbt_options] declare -a sbt_options=()
2314[process_args] java_version = '17'
2315[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
2316# Executing command line:
2317java
2318-Duser.language=en_US.UTF-8
2319-Dfile.encoding=en_US.UTF-8
2320-Dsun.jnu.encoding=UTF-8
2321-Dcommunitybuild.scala=3.8.0-RC2
2322-Dcommunitybuild.project.dependencies.add=
2323-Xmx7G
2324-Xms4G
2325-Xss8M
2326-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
2327-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
2328-jar
2329/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
2330"setCrossScalaVersions 3.8.0-RC2"
2331"++3.8.0-RC2 -v"
2332"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
2333"set every credentials := Nil"
2334"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
2335"removeScalacOptionsStartingWith -P:wartremover"
2336
2337moduleMappings
2338"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.5"],"sourcePatches":[{"path":"akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala","pattern":"case b: BypassEvent with MessagePart","replaceWith":"case b: (BypassEvent & MessagePart)"},{"path":"akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala","pattern":"headers[T](ClassTag[T](headerClass)).asJava","replaceWith":"headers[T](using ClassTag[T](headerClass)).asJava"},{"path":"akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala","pattern":"for (`Cookie`(cookies) <- headers","replaceWith":"for (case `Cookie`(cookies) <- headers"},{"path":"project/Dependencies.scala","pattern":"val scala3Version = \"3.2.2\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}""" com.typesafe.akka%akka-http com.typesafe.akka%akka-http-bom com.typesafe.akka%akka-http-caching com.typesafe.akka%akka-http-core com.typesafe.akka%akka-http-jackson com.typesafe.akka%akka-http-spray-json com.typesafe.akka%akka-http-testkit com.typesafe.akka%akka-http-xml com.typesafe.akka%akka-http2-support com.typesafe.akka%akka-parsing"
2339
2340[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
2341[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
2342[info] loading project definition from /build/repo/project
2343[info] compiling 1 Scala source to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
2344[info] done compiling
2345/build/repo/build.sbt:52: warning: value scalafixScalaBinaryVersion in object autoImport is deprecated (since 0.12.1): scalafixScalaBinaryVersion now follows scalaVersion by default
2346 scalafixScalaBinaryVersion := scalaBinaryVersion.value,
2347 ^
2348[info] loading settings for project akka-http-root from build.sbt...
2349[info] resolving key references (33680 settings) ...
2350[info] Building Akka HTTP 10.5.3+1-96efa44e+20251128-1319-SNAPSHOT against Akka 2.7.0 on Scala 2.13.10
2351[info] set current project to akka-http-root (in build file:/build/repo/)
2352[warn] there's a key that's not used by any other settings/tasks:
2353[warn]
2354[warn] * ThisBuild / scalafixScalaBinaryVersion
2355[warn] +- /build/repo/build.sbt:16
2356[warn]
2357[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
2358[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
2359Execute setCrossScalaVersions: 3.8.0-RC2
2360OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in akka-http-marshallers-java/crossScalaVersions
2361OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in akka-http-tests/crossScalaVersions
2362OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in akka-http-caching/crossScalaVersions
2363OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in akka-http-xml/crossScalaVersions
2364OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in akka-http2-support/crossScalaVersions
2365OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in akka-parsing/crossScalaVersions
2366OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in akka-http-core/crossScalaVersions
2367OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in akka-http-bench-jmh/crossScalaVersions
2368OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in akka-http-marshallers-scala/crossScalaVersions
2369OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in akka-http-testkit/crossScalaVersions
2370OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in akka-http-spray-json/crossScalaVersions
2371OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in docs/crossScalaVersions
2372OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in akka-http-jackson/crossScalaVersions
2373OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in akka-http/crossScalaVersions
2374OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in bill-of-materials/crossScalaVersions
2375OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in akka-http-compatibility-tests/crossScalaVersions
2376[info] Building Akka HTTP 10.5.3+1-96efa44e+20251128-1319-SNAPSHOT against Akka 2.7.0 on Scala 2.13.10
2377[info] set current project to akka-http-root (in build file:/build/repo/)
2378[info] Setting Scala version to 3.8.0-RC2 on 16 projects.
2379[info] Switching Scala version on:
2380[info] akka-http-marshallers-java (2.13.10, 2.12.17, 3.8.0-RC2)
2381[info] akka-http-spray-json (2.13.10, 2.12.17, 3.8.0-RC2)
2382[info] akka-http-tests (2.13.10, 2.12.17, 3.8.0-RC2)
2383[info] akka-http-bench-jmh (2.13.10, 2.12.17, 3.8.0-RC2)
2384[info] docs (2.13.10, 2.12.17, 3.8.0-RC2)
2385[info] akka-http-marshallers-scala (2.13.10, 2.12.17, 3.8.0-RC2)
2386[info] akka-parsing (2.13.10, 2.12.17, 3.8.0-RC2)
2387[info] akka-http2-support (2.13.10, 2.12.17, 3.8.0-RC2)
2388[info] akka-http-testkit (2.13.10, 2.12.17, 3.8.0-RC2)
2389[info] akka-http-xml (2.13.10, 2.12.17, 3.8.0-RC2)
2390[info] akka-http (2.13.10, 2.12.17, 3.8.0-RC2)
2391[info] akka-http-core (2.13.10, 2.12.17, 3.8.0-RC2)
2392[info] akka-http-compatibility-tests (2.13.10, 2.12.17, 3.8.0-RC2)
2393[info] akka-http-caching (2.13.10, 2.12.17, 3.8.0-RC2)
2394[info] akka-http-jackson (2.13.10, 2.12.17, 3.8.0-RC2)
2395[info] bill-of-materials (2.13.10, 2.12.17, 3.8.0-RC2)
2396[info] Excluding projects:
2397[info] akka-http-scalafix-test-input (2.13.10, 2.12.17)
2398[info] akka-http-scalafix (2.13.10, 2.12.17)
2399[info] akka-http-scalafix-tests (2.13.10, 2.12.17)
2400[info] akka-http-scalafix-test-output (2.13.10, 2.12.17)
2401[info] akka-http-scalafix-rules (2.13.10, 2.12.17)
2402[info] * akka-http-root (2.13.10, 2.12.17)
2403[info] Reapplying settings...
2404[info] Building Akka HTTP 10.5.3+1-96efa44e+20251128-1319-SNAPSHOT against Akka 2.7.0 on Scala 3.8.0-RC2
2405[info] set current project to akka-http-root (in build file:/build/repo/)
2406Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
2407[info] Reapplying settings...
2408[info] Building Akka HTTP 10.5.3+1-96efa44e+20251128-1319-SNAPSHOT against Akka 2.7.0 on Scala 3.8.0-RC2
2409[info] set current project to akka-http-root (in build file:/build/repo/)
2410[info] Defining Global / credentials, akka-http / credentials and 20 others.
2411[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 110 others.
2412[info] Run `last` for details.
2413[info] Reapplying settings...
2414[info] Building Akka HTTP 10.5.3+1-96efa44e+20251128-1319-SNAPSHOT against Akka 2.7.0 on Scala 3.8.0-RC2
2415[info] set current project to akka-http-root (in build file:/build/repo/)
2416Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
2417[info] Reapplying settings...
2418OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
2419
2420 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
2421 Did you mean akka-http-testkit / allExcludeDependencies ?
2422 , retry without global scopes
2423[info] Reapplying settings...
2424[info] Building Akka HTTP 10.5.3+1-96efa44e+20251128-1319-SNAPSHOT against Akka 2.7.0 on Scala 3.8.0-RC2
2425[info] set current project to akka-http-root (in build file:/build/repo/)
2426Execute removeScalacOptionsStartingWith: -P:wartremover
2427[info] Reapplying settings...
2428[info] Building Akka HTTP 10.5.3+1-96efa44e+20251128-1319-SNAPSHOT against Akka 2.7.0 on Scala 3.8.0-RC2
2429[info] set current project to akka-http-root (in build file:/build/repo/)
2430[success] Total time: 0 s, completed 2025 Nov 28 13:19:41
2431Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.5"],"sourcePatches":[{"path":"akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala","pattern":"case b: BypassEvent with MessagePart","replaceWith":"case b: (BypassEvent & MessagePart)"},{"path":"akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala","pattern":"headers[T](ClassTag[T](headerClass)).asJava","replaceWith":"headers[T](using ClassTag[T](headerClass)).asJava"},{"path":"akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala","pattern":"for (`Cookie`(cookies) <- headers","replaceWith":"for (case `Cookie`(cookies) <- headers"},{"path":"project/Dependencies.scala","pattern":"val scala3Version = \"3.2.2\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
2432Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
2433Starting build...
2434Projects: Set(akka-http-spray-json, akka-parsing, akka-http2-support, akka-http-testkit, akka-http-xml, akka-http, akka-http-core, akka-http-caching, akka-http-jackson, bill-of-materials)
2435Starting build for ProjectRef(file:/build/repo/,akka-parsing) (akka-parsing)... [0/10]
2436OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
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`).
2439OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
2440OpenCB::Filter out '-language:_', matches setting pattern '^-?-language:_'
2441Compile scalacOptions: -encoding, UTF-8, --java-output-version:17, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
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[info] compiling 32 Scala sources to /build/repo/akka-parsing/target/scala-3.8.0-RC2/classes ...
2446[warn] there were 18 feature warnings; re-run with -feature for details
2447[warn] one warning found
2448[info] done compiling
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`).
2455[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2456[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2457[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2458Starting build for ProjectRef(file:/build/repo/,akka-http-caching) (akka-http-caching)... [1/10]
2459[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2460[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2461[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2462[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2463[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2464[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2465[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2466[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2467[warn] Multiple resolvers 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`).
2469Compile scalacOptions: -encoding, UTF-8, --java-output-version:17, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2478[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2479[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2480[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
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[info] Generating 'JavaPathMatchers.scala'
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[info] compiling 231 Scala sources and 150 Java sources to /build/repo/akka-http-core/target/scala-3.8.0-RC2/classes ...
2486[info] Generating 'ParameterDirectivesInstances.scala'
2487[info] Generating 'FormFieldDirectivesInstances.scala'
2488[info] Generating 'ConstructFromTupleInstances.scala'
2489[info] Generating 'TupleAppendOneInstances.scala'
2490[info] Generating 'TupleFoldInstances.scala'
2491[info] Generating 'ApplyConverterInstances.scala'
2492[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/package.scala:49:4
2493[warn] 49 | synchronized {
2494[warn] | ^^^^^^^^^^^^
2495[warn] | Suspicious top-level unqualified call to synchronized
2496[warn] |
2497[warn] | longer explanation available when compiling with `-explain`
2498[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/framing/Http2FrameParsing.scala:147:11
2499[warn] 147 | case tpe => // TODO: remove once all stream types are defined
2500[warn] | ^^^
2501[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
2502[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/HttpMessageParser.scala:81:13
2503[warn] 81 | case x => x
2504[warn] | ^
2505[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
2506[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/Http.scala:457:13
2507[warn] 457 | case _ =>
2508[warn] | ^
2509[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
2510[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/Rendering.scala:143:15
2511[warn] 143 | case x: LinearSeq[T] => recL(x)
2512[warn] | ^
2513[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]
2514[warn] |
2515[warn] | longer explanation available when compiling with `-explain`
2516[warn] there was 1 feature warning; re-run with -feature for details
2517[warn] there were 41 deprecation warnings; re-run with -deprecation for details
2518[warn] 7 warnings found
2519[warn] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/ContentTypes.java:40:51: right() in scala.util.Either has been deprecated
2520[warn] ContentType$.MODULE$.parse(contentType).right
2521[warn] ^
2522[warn] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/ContentTypes.java:40:59: get() in scala.util.Either.RightProjection has been deprecated
2523[warn] ContentType$.MODULE$.parse(contentType).right().get
2524[warn] ^
2525[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/AttributeKeys.java: Some input files use unchecked or unsafe operations.
2526[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/AttributeKeys.java: Recompile with -Xlint:unchecked for details.
2527[info] done compiling
2528[info] compiling 145 Scala sources and 8 Java sources to /build/repo/akka-http/target/scala-3.8.0-RC2/classes ...
2529[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:84:55
2530[warn] 84 | { ctx => handler(ctx.request).fast.map(RouteResult.Complete)(ctx.executionContext) }
2531[warn] | ^^^^^^^^^^^^^^^^^^^^
2532[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
2533[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:121:40
2534[warn] 121 | .andThen(_.fast.map(RouteResult.Complete)(ctx.executionContext))
2535[warn] | ^^^^^^^^^^^^^^^^^^^^
2536[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
2537[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/SecurityDirectives.scala:150:53
2538[warn] 150 | parameter("access_token".optional).map(_.map(OAuth2BearerToken))
2539[warn] | ^^^^^^^^^^^^^^^^^
2540[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.headers.OAuth2BearerToken.apply` explicitly.
2541[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/MultipartUnmarshallers.scala:37:56
2542[warn] 37 | createStrictBodyPart = Multipart.General.BodyPart.Strict,
2543[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2544[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.Multipart.General.BodyPart.Strict.apply` explicitly.
2545[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/MultipartUnmarshallers.scala:38:39
2546[warn] 38 | createStrict = Multipart.General.Strict)
2547[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
2548[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.Multipart.General.Strict.apply` explicitly.
2549[warn] -- [E147] Syntax Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/sse/ServerSentEventParser.scala:19:2
2550[warn] 19 | final object PosInt {
2551[warn] | ^^^^^
2552[warn] | Modifier final is redundant for this definition
2553[warn] there were 101 feature warnings; re-run with -feature for details
2554[warn] there were 26 deprecation warnings; re-run with -deprecation for details
2555[warn] 8 warnings found
2556[info] /build/repo/akka-http/src/main/java/akka/http/javadsl/unmarshalling/StringUnmarshallers.java: StringUnmarshallers.java uses unchecked or unsafe operations.
2557[info] /build/repo/akka-http/src/main/java/akka/http/javadsl/unmarshalling/StringUnmarshallers.java: Recompile with -Xlint:unchecked for details.
2558[info] done compiling
2559[info] compiling 11 Scala sources and 1 Java source to /build/repo/akka-http-caching/target/scala-3.8.0-RC2/classes ...
2560[warn] there were 2 deprecation warnings; re-run with -deprecation for details
2561[warn] one warning found
2562[info] done compiling
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[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2566[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2567[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2568[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2569[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2570[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2571[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2572[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2573[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2574[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2575[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2576[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2577[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2578[info] compiling 16 Scala sources to /build/repo/akka-http-testkit/target/scala-3.8.0-RC2/classes ...
2579[warn] there were 2 deprecation warnings; re-run with -deprecation for details
2580[warn] one warning found
2581[info] done compiling
2582[info] compiling 2 Scala sources to /build/repo/akka-http-caching/target/scala-3.8.0-RC2/test-classes ...
2583[info] done compiling
2584[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2585[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2586[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2587[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2588[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2589[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2590[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2591[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2592[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2593[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2594[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2595[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2596[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2597[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2598[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2599[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2600[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2601[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2602[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2603[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2604[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2605[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2606[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2607[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2608[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2609[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2610[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2611[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2612[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2613[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2614Starting build for ProjectRef(file:/build/repo/,akka-http2-support) (akka-http2-support)... [2/10]
2615[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2616[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2617[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2618[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2619[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2620[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2621[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2622[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2623[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2624[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2625Compile scalacOptions: -encoding, UTF-8, --java-output-version:17, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2626[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2627[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2628[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2629[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2630[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2631[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2632[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2633[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2634[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2635[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2636[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2637[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2638[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2639[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2640[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2641[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2642[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2643[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2644[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2645[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2646[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2647[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2648[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2649[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2650[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2651[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2652[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2653[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2654[info] compiling 86 Scala sources and 12 Java sources to /build/repo/akka-http-core/target/scala-3.8.0-RC2/test-classes ...
2655[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:66:27
2656[warn] 66 | AkkaSpec.getCallerName(getClass),
2657[warn] | ^^^^^^^^
2658[warn] | Suspicious top-level unqualified call to getClass
2659[warn] |
2660[warn] | longer explanation available when compiling with `-explain`
2661[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:73:55
2662[warn] 73 | def this() = this(ActorSystem(AkkaSpec.getCallerName(getClass), AkkaSpec.testConf))
2663[warn] | ^^^^^^^^
2664[warn] | Suspicious top-level unqualified call to getClass
2665[warn] |
2666[warn] | longer explanation available when compiling with `-explain`
2667[warn] there were 30 deprecation warnings; re-run with -deprecation for details
2668[warn] three warnings found
2669[error] /build/repo/akka-http-core/src/test/java/akka/http/JavaTestServer.java:60:70: <R>compose(scala.PartialFunction<R,T1>) in scala.runtime.AbstractPartialFunction cannot implement <R>compose(scala.PartialFunction<R,A>) in scala.PartialFunction
2670[error] return type scala.PartialFunction<R,R> is not compatible with scala.PartialFunction<R,akka.http.javadsl.model.ws.Message>
2671[error] {
2672[error] @Override
2673[error] public Message apply(Message msg, boolean isCheck) throws Exception {
2674[error] if (isCheck)
2675[error] if (msg.isText()) return null;
2676[error] else throw noMatch();
2677[error] else
2678[error] return handleTextMessage(msg.asTextMessage());
2679[error] }
2680[error] }
2681[error] ^
2682[error] (akka-http-core / Test / compileIncremental) javac returned non-zero exit code
2683[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2684[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2685[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2686[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2687[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2688[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2689[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2690[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2691[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2692[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2693[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2694[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2695[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2696[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2697[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2698[info] compiling 86 Scala sources and 12 Java sources to /build/repo/akka-http-core/target/scala-3.8.0-RC2/test-classes ...
2699[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:66:27
2700[warn] 66 | AkkaSpec.getCallerName(getClass),
2701[warn] | ^^^^^^^^
2702[warn] | Suspicious top-level unqualified call to getClass
2703[warn] |
2704[warn] | longer explanation available when compiling with `-explain`
2705[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:73:55
2706[warn] 73 | def this() = this(ActorSystem(AkkaSpec.getCallerName(getClass), AkkaSpec.testConf))
2707[warn] | ^^^^^^^^
2708[warn] | Suspicious top-level unqualified call to getClass
2709[warn] |
2710[warn] | longer explanation available when compiling with `-explain`
2711[warn] there were 30 deprecation warnings; re-run with -deprecation for details
2712[warn] three warnings found
2713[error] /build/repo/akka-http-core/src/test/java/akka/http/JavaTestServer.java:60:70: <R>compose(scala.PartialFunction<R,T1>) in scala.runtime.AbstractPartialFunction cannot implement <R>compose(scala.PartialFunction<R,A>) in scala.PartialFunction
2714[error] return type scala.PartialFunction<R,R> is not compatible with scala.PartialFunction<R,akka.http.javadsl.model.ws.Message>
2715[error] {
2716[error] @Override
2717[error] public Message apply(Message msg, boolean isCheck) throws Exception {
2718[error] if (isCheck)
2719[error] if (msg.isText()) return null;
2720[error] else throw noMatch();
2721[error] else
2722[error] return handleTextMessage(msg.asTextMessage());
2723[error] }
2724[error] }
2725[error] ^
2726[error] (akka-http-core / Test / compileIncremental) javac returned non-zero exit code
2727[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2728[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2729[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2730[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2731[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2732[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2733[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2734[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2735[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2736[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2737[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2738[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2739[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2740[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2741[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2742[info] compiling 86 Scala sources and 12 Java sources to /build/repo/akka-http-core/target/scala-3.8.0-RC2/test-classes ...
2743[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:66:27
2744[warn] 66 | AkkaSpec.getCallerName(getClass),
2745[warn] | ^^^^^^^^
2746[warn] | Suspicious top-level unqualified call to getClass
2747[warn] |
2748[warn] | longer explanation available when compiling with `-explain`
2749[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:73:55
2750[warn] 73 | def this() = this(ActorSystem(AkkaSpec.getCallerName(getClass), AkkaSpec.testConf))
2751[warn] | ^^^^^^^^
2752[warn] | Suspicious top-level unqualified call to getClass
2753[warn] |
2754[warn] | longer explanation available when compiling with `-explain`
2755[warn] there were 30 deprecation warnings; re-run with -deprecation for details
2756[warn] three warnings found
2757[error] /build/repo/akka-http-core/src/test/java/akka/http/JavaTestServer.java:60:70: <R>compose(scala.PartialFunction<R,T1>) in scala.runtime.AbstractPartialFunction cannot implement <R>compose(scala.PartialFunction<R,A>) in scala.PartialFunction
2758[error] return type scala.PartialFunction<R,R> is not compatible with scala.PartialFunction<R,akka.http.javadsl.model.ws.Message>
2759[error] {
2760[error] @Override
2761[error] public Message apply(Message msg, boolean isCheck) throws Exception {
2762[error] if (isCheck)
2763[error] if (msg.isText()) return null;
2764[error] else throw noMatch();
2765[error] else
2766[error] return handleTextMessage(msg.asTextMessage());
2767[error] }
2768[error] }
2769[error] ^
2770[error] (akka-http-core / Test / compileIncremental) javac returned non-zero exit code
2771Starting build for ProjectRef(file:/build/repo/,akka-http) (akka-http)... [3/10]
2772[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2773[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2774[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2775[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2776[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2777[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2778Compile scalacOptions: -encoding, UTF-8, --java-output-version:17, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2779[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2780[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2781[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2782[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2783[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2784[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2785[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2786[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2787[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2788[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2789[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2790[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2791[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2792[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2793[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2794[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2795[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2796[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2797[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2798[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2799[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2800[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2801[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2802[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2803[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2804[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2805[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2806[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2807[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2808[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2809[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2810[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2811[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2812[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2813[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2814[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2815Starting build for ProjectRef(file:/build/repo/,bill-of-materials) (akka-http-bom)... [4/10]
2816[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2817[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2818Compile scalacOptions: -encoding, UTF-8, --java-output-version:17, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2819[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2820[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2821[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2822[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2823[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2824[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2825[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2826[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2827[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2828[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2829[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2830[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2831Starting build for ProjectRef(file:/build/repo/,akka-http-xml) (akka-http-xml)... [5/10]
2832[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2833[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2834[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2835[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2836[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2837[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2838[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2839[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2840Compile scalacOptions: -encoding, UTF-8, --java-output-version:17, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2841[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2842[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2843[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2844[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2845[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2846[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2847[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2848[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2849[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2850[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2851[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2852[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2853[info] compiling 1 Scala source to /build/repo/akka-http-marshallers-scala/akka-http-xml/target/scala-3.8.0-RC2/classes ...
2854[info] done compiling
2855[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2856[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2857[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2858[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2859[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2860[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2861[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2862[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2863[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2864[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2865[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2866[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2867[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2868[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2869[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2870[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2871[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2872[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2873[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2874[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2875[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2876[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2877[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2878[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2879[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2880[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2881[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2882[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2883[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2884[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2885[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2886[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2887[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2888[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2889[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2890[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2891Starting build for ProjectRef(file:/build/repo/,akka-http-testkit) (akka-http-testkit)... [6/10]
2892[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2893[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2894[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2895[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2896[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2897[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2898[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2899[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2900Compile scalacOptions: -encoding, UTF-8, --java-output-version:17, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2901[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2902[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2903[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2904[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2905[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2906[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2907[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2908[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2909[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2910[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2911[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2912[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2913[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2914[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2915[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2916[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2917[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2918[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2919[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2920[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2921[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2922[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2923[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2924[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2925[info] compiling 3 Scala sources and 1 Java source to /build/repo/akka-http-testkit/target/scala-3.8.0-RC2/test-classes ...
2926[info] done compiling
2927[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2928[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2929[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2930[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2931[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2932[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2933[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2934[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2935[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2936[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2937[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2938[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2939[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2940[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2941[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2942[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2943[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2944[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2945[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2946[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2947[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2948[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2949[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2950[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2951Starting build for ProjectRef(file:/build/repo/,akka-http-spray-json) (akka-http-spray-json)... [7/10]
2952[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2953[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2954[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2955[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2956[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2957[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2958[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2959[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2960Compile scalacOptions: -encoding, UTF-8, --java-output-version:17, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2961[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2962[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2963[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2964[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2965[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2966[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2967[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2968[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2969[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2970[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2971[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2972[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2973[info] compiling 2 Scala sources to /build/repo/akka-http-marshallers-scala/akka-http-spray-json/target/scala-3.8.0-RC2/classes ...
2974[info] done compiling
2975[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2976[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2977[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2978[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2979[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2980[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2981[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2982[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2983[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2984[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2985[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2986[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2987[info] compiling 1 Scala source to /build/repo/akka-http-marshallers-scala/akka-http-spray-json/target/scala-3.8.0-RC2/test-classes ...
2988[info] done compiling
2989[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2990[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2991[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2992[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2993[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2994[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2995[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2996[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2997[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2998[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2999[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3000[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3001[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3002[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3003[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3004[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3005[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3006[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3007[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3008[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3009[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3010[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3011[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3012[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3013Starting build for ProjectRef(file:/build/repo/,akka-http-jackson) (akka-http-jackson)... [8/10]
3014[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3015[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3016[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3017[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3018[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3019[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3020[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3021[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3022[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3023[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3024Compile scalacOptions: -encoding, UTF-8, --java-output-version:17, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
3025[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3026[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3027[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3028[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3029[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3030[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3031[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3032[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3033[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3034[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3035[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3036[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3037[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3038[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3039[info] compiling 1 Java source to /build/repo/akka-http-marshallers-java/akka-http-jackson/target/scala-3.8.0-RC2/classes ...
3040[info] done compiling
3041[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3042[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3043[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3044[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3045[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3046[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3047[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3048[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3049[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3050[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3051[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3052[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3053[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3054[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3055[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3056[info] compiling 1 Java source to /build/repo/akka-http-marshallers-java/akka-http-jackson/target/scala-3.8.0-RC2/test-classes ...
3057[info] done compiling
3058[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3059[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3060[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3061[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3062[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3063[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3064[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3065[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3066[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3067[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3068[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3069[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3070[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3071[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3072[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3073[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3074[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3075[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3076[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3077[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3078[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3079[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3080[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3081[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3082[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3083[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3084[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3085[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3086[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3087[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3088Starting build for ProjectRef(file:/build/repo/,akka-http-core) (akka-http-core)... [9/10]
3089[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3090[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3091[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3092[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3093Compile scalacOptions: -encoding, UTF-8, --java-output-version:17, 8, -unchecked, -Wconf:msg=is deprecated \(since 2\.13\.:s, -Wconf:msg=does not suppress any warnings:s, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
3094[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3095[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3096[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3097[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3098[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3099[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3100[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3101[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3102[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3103[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3104[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3105[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3106[info] compiling 86 Scala sources and 12 Java sources to /build/repo/akka-http-core/target/scala-3.8.0-RC2/test-classes ...
3107[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:66:27
3108[warn] 66 | AkkaSpec.getCallerName(getClass),
3109[warn] | ^^^^^^^^
3110[warn] | Suspicious top-level unqualified call to getClass
3111[warn] |
3112[warn] | longer explanation available when compiling with `-explain`
3113[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:73:55
3114[warn] 73 | def this() = this(ActorSystem(AkkaSpec.getCallerName(getClass), AkkaSpec.testConf))
3115[warn] | ^^^^^^^^
3116[warn] | Suspicious top-level unqualified call to getClass
3117[warn] |
3118[warn] | longer explanation available when compiling with `-explain`
3119[warn] there were 30 deprecation warnings; re-run with -deprecation for details
3120[warn] three warnings found
3121[error] /build/repo/akka-http-core/src/test/java/akka/http/JavaTestServer.java:60:70: <R>compose(scala.PartialFunction<R,T1>) in scala.runtime.AbstractPartialFunction cannot implement <R>compose(scala.PartialFunction<R,A>) in scala.PartialFunction
3122[error] return type scala.PartialFunction<R,R> is not compatible with scala.PartialFunction<R,akka.http.javadsl.model.ws.Message>
3123[error] {
3124[error] @Override
3125[error] public Message apply(Message msg, boolean isCheck) throws Exception {
3126[error] if (isCheck)
3127[error] if (msg.isText()) return null;
3128[error] else throw noMatch();
3129[error] else
3130[error] return handleTextMessage(msg.asTextMessage());
3131[error] }
3132[error] }
3133[error] ^
3134[error] (akka-http-core / Test / compileIncremental) javac returned non-zero exit code
3135[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3136[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3137[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3138[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3139[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3140[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3141[info] compiling 86 Scala sources and 12 Java sources to /build/repo/akka-http-core/target/scala-3.8.0-RC2/test-classes ...
3142[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:66:27
3143[warn] 66 | AkkaSpec.getCallerName(getClass),
3144[warn] | ^^^^^^^^
3145[warn] | Suspicious top-level unqualified call to getClass
3146[warn] |
3147[warn] | longer explanation available when compiling with `-explain`
3148[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:73:55
3149[warn] 73 | def this() = this(ActorSystem(AkkaSpec.getCallerName(getClass), AkkaSpec.testConf))
3150[warn] | ^^^^^^^^
3151[warn] | Suspicious top-level unqualified call to getClass
3152[warn] |
3153[warn] | longer explanation available when compiling with `-explain`
3154[warn] there were 30 deprecation warnings; re-run with -deprecation for details
3155[warn] three warnings found
3156[error] /build/repo/akka-http-core/src/test/java/akka/http/JavaTestServer.java:60:70: <R>compose(scala.PartialFunction<R,T1>) in scala.runtime.AbstractPartialFunction cannot implement <R>compose(scala.PartialFunction<R,A>) in scala.PartialFunction
3157[error] return type scala.PartialFunction<R,R> is not compatible with scala.PartialFunction<R,akka.http.javadsl.model.ws.Message>
3158[error] {
3159[error] @Override
3160[error] public Message apply(Message msg, boolean isCheck) throws Exception {
3161[error] if (isCheck)
3162[error] if (msg.isText()) return null;
3163[error] else throw noMatch();
3164[error] else
3165[error] return handleTextMessage(msg.asTextMessage());
3166[error] }
3167[error] }
3168[error] ^
3169[error] (akka-http-core / Test / compileIncremental) javac returned non-zero exit code
3170[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3171[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3172[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3173[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3174[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3175[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3176[info] compiling 86 Scala sources and 12 Java sources to /build/repo/akka-http-core/target/scala-3.8.0-RC2/test-classes ...
3177[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:66:27
3178[warn] 66 | AkkaSpec.getCallerName(getClass),
3179[warn] | ^^^^^^^^
3180[warn] | Suspicious top-level unqualified call to getClass
3181[warn] |
3182[warn] | longer explanation available when compiling with `-explain`
3183[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:73:55
3184[warn] 73 | def this() = this(ActorSystem(AkkaSpec.getCallerName(getClass), AkkaSpec.testConf))
3185[warn] | ^^^^^^^^
3186[warn] | Suspicious top-level unqualified call to getClass
3187[warn] |
3188[warn] | longer explanation available when compiling with `-explain`
3189[warn] there were 30 deprecation warnings; re-run with -deprecation for details
3190[warn] three warnings found
3191[error] /build/repo/akka-http-core/src/test/java/akka/http/JavaTestServer.java:60:70: <R>compose(scala.PartialFunction<R,T1>) in scala.runtime.AbstractPartialFunction cannot implement <R>compose(scala.PartialFunction<R,A>) in scala.PartialFunction
3192[error] return type scala.PartialFunction<R,R> is not compatible with scala.PartialFunction<R,akka.http.javadsl.model.ws.Message>
3193[error] {
3194[error] @Override
3195[error] public Message apply(Message msg, boolean isCheck) throws Exception {
3196[error] if (isCheck)
3197[error] if (msg.isText()) return null;
3198[error] else throw noMatch();
3199[error] else
3200[error] return handleTextMessage(msg.asTextMessage());
3201[error] }
3202[error] }
3203[error] ^
3204[error] (akka-http-core / Test / compileIncremental) javac returned non-zero exit code
3205
3206************************
3207Build summary:
3208[{
3209 "module": "akka-parsing",
3210 "compile": {"status": "ok", "tookMs": 20975, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3211 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3212 "test-compile": {"status": "ok", "tookMs": 156, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3213 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3214 "publish": {"status": "skipped", "tookMs": 0},
3215 "metadata": {
3216 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
3217}
3218},{
3219 "module": "akka-http-caching",
3220 "compile": {"status": "ok", "tookMs": 59380, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3221 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3222 "test-compile": {"status": "ok", "tookMs": 3849, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3223 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3224 "publish": {"status": "skipped", "tookMs": 0},
3225 "metadata": {
3226 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
3227}
3228},{
3229 "module": "akka-http2-support",
3230 "compile": {"status": "ok", "tookMs": 299, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3231 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3232 "test-compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["javac returned non-zero exit code"]}, "tookMs": 17105, "warnings": 3, "errors": 1, "sourceVersion": "3.8"},
3233 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3234 "publish": {"status": "skipped", "tookMs": 0},
3235 "metadata": {
3236 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
3237}
3238},{
3239 "module": "akka-http",
3240 "compile": {"status": "ok", "tookMs": 242, "warnings": 6, "errors": 0, "sourceVersion": "3.8"},
3241 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3242 "test-compile": {"status": "ok", "tookMs": 274, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3243 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3244 "publish": {"status": "skipped", "tookMs": 0},
3245 "metadata": {
3246 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
3247}
3248},{
3249 "module": "akka-http-bom",
3250 "compile": {"status": "ok", "tookMs": 51, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3251 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3252 "test-compile": {"status": "ok", "tookMs": 76, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3253 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3254 "publish": {"status": "skipped", "tookMs": 0},
3255 "metadata": {
3256 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
3257}
3258},{
3259 "module": "akka-http-xml",
3260 "compile": {"status": "ok", "tookMs": 794, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3261 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3262 "test-compile": {"status": "ok", "tookMs": 320, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3263 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3264 "publish": {"status": "skipped", "tookMs": 0},
3265 "metadata": {
3266 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
3267}
3268},{
3269 "module": "akka-http-testkit",
3270 "compile": {"status": "ok", "tookMs": 265, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3271 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3272 "test-compile": {"status": "ok", "tookMs": 1979, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3273 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3274 "publish": {"status": "skipped", "tookMs": 0},
3275 "metadata": {
3276 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
3277}
3278},{
3279 "module": "akka-http-spray-json",
3280 "compile": {"status": "ok", "tookMs": 835, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3281 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3282 "test-compile": {"status": "ok", "tookMs": 1080, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3283 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3284 "publish": {"status": "skipped", "tookMs": 0},
3285 "metadata": {
3286 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
3287}
3288},{
3289 "module": "akka-http-jackson",
3290 "compile": {"status": "ok", "tookMs": 407, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3291 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3292 "test-compile": {"status": "ok", "tookMs": 716, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3293 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3294 "publish": {"status": "skipped", "tookMs": 0},
3295 "metadata": {
3296 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
3297}
3298},{
3299 "module": "akka-http-core",
3300 "compile": {"status": "ok", "tookMs": 109, "warnings": 5, "errors": 0, "sourceVersion": "3.8"},
3301 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3302 "test-compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["javac returned non-zero exit code"]}, "tookMs": 10884, "warnings": 3, "errors": 1, "sourceVersion": "3.8"},
3303 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3304 "publish": {"status": "skipped", "tookMs": 0},
3305 "metadata": {
3306 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
3307}
3308}]
3309************************
3310[error] Scala3CommunityBuild$ProjectBuildFailureException: 2 module(s) finished with failures: akka-http2-support, akka-http-core
3311[error] (Global / runBuild) Scala3CommunityBuild$ProjectBuildFailureException: 2 module(s) finished with failures: akka-http2-support, akka-http-core
3312[error] Total time: 183 s (0:03:03.0), completed 2025 Nov 28 13:22:44
3313[0JBuild failed, not retrying.