Build Logs

akka/akka-http • 3.8.0-RC1:2025-11-14

Errors

87

Warnings

493

Total Lines

1900

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-RC2
23Migrating project for -source:3.4 using Scala 3.7.4-RC2
24----
25Preparing build for 3.7.4-RC2
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-RC2"
55Successfully applied pattern 'val scala3Version = "3.2.2"' in project/Dependencies.scala
56----
57Starting build for 3.7.4-RC2
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/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
64##################################
65Scala version: 3.7.4-RC2
66Targets: 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
67Project 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>\""}]}
68##################################
69Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
70Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
71[sbt_options] declare -a sbt_options=()
72[process_args] java_version = '17'
73[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
74# Executing command line:
75java
76-Duser.language=en_US.UTF-8
77-Dfile.encoding=en_US.UTF-8
78-Dsun.jnu.encoding=UTF-8
79-Dcommunitybuild.scala=3.7.4-RC2
80-Dcommunitybuild.project.dependencies.add=
81-Xmx7G
82-Xms4G
83-Xss8M
84-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
85-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
86-jar
87/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
88"setCrossScalaVersions 3.7.4-RC2"
89"++3.7.4-RC2 -v"
90"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""
91"set every credentials := Nil"
92"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
93"removeScalacOptionsStartingWith -P:wartremover"
94
95moduleMappings
96"runBuild 3.7.4-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"
97
98[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
99[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
100[info] loading project definition from /build/repo/project
101[info] compiling 20 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
102[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
103[info] Compilation completed in 8.768s.
104[warn] /build/repo/project/ValidatePullRequest.scala:374:36: method logger in class LogExchange is deprecated (since 1.4.0): Use LoggerContext to create loggers
105[warn] val testLogger = LogExchange.logger("testLogger")
106[warn] ^
107[warn] /build/repo/project/ValidatePullRequest.scala:376:19: method bindLoggerAppenders in class LogExchange is deprecated (since 1.4.0): Use LoggerContext to bind appenders
108[warn] LogExchange.bindLoggerAppenders("testLogger", appender -> Level.Info :: Nil)
109[warn] ^
110[warn] two feature warnings; re-run with -feature for details
111[warn] three warnings found
112[info] done compiling
113/build/repo/build.sbt:52: warning: value scalafixScalaBinaryVersion in object autoImport is deprecated (since 0.12.1): scalafixScalaBinaryVersion now follows scalaVersion by default
114 scalafixScalaBinaryVersion := scalaBinaryVersion.value,
115 ^
116[info] loading settings for project akka-http-root from build.sbt...
117[info] resolving key references (33680 settings) ...
118[info] Building Akka HTTP 10.5.3+0-1a3b1311+20251114-2157-SNAPSHOT against Akka 2.7.0 on Scala 2.13.10
119[info] set current project to akka-http-root (in build file:/build/repo/)
120[warn] there's a key that's not used by any other settings/tasks:
121[warn]
122[warn] * ThisBuild / scalafixScalaBinaryVersion
123[warn] +- /build/repo/build.sbt:16
124[warn]
125[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
126[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
127Execute setCrossScalaVersions: 3.7.4-RC2
128OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-marshallers-java/crossScalaVersions
129OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-parsing/crossScalaVersions
130OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-xml/crossScalaVersions
131OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-caching/crossScalaVersions
132OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-spray-json/crossScalaVersions
133OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-tests/crossScalaVersions
134OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http/crossScalaVersions
135OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http2-support/crossScalaVersions
136OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-jackson/crossScalaVersions
137OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-bench-jmh/crossScalaVersions
138OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-marshallers-scala/crossScalaVersions
139OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-testkit/crossScalaVersions
140OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in docs/crossScalaVersions
141OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-core/crossScalaVersions
142OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in bill-of-materials/crossScalaVersions
143OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-compatibility-tests/crossScalaVersions
144[info] Building Akka HTTP 10.5.3+0-1a3b1311+20251114-2158-SNAPSHOT against Akka 2.7.0 on Scala 2.13.10
145[info] set current project to akka-http-root (in build file:/build/repo/)
146[info] Setting Scala version to 3.7.4-RC2 on 16 projects.
147[info] Switching Scala version on:
148[info] akka-http-marshallers-java (2.13.10, 2.12.17, 3.7.4-RC2)
149[info] akka-http-spray-json (2.13.10, 2.12.17, 3.7.4-RC2)
150[info] akka-http-tests (2.13.10, 2.12.17, 3.7.4-RC2)
151[info] akka-http-bench-jmh (2.13.10, 2.12.17, 3.7.4-RC2)
152[info] docs (2.13.10, 2.12.17, 3.7.4-RC2)
153[info] akka-http-marshallers-scala (2.13.10, 2.12.17, 3.7.4-RC2)
154[info] akka-parsing (2.13.10, 2.12.17, 3.7.4-RC2)
155[info] akka-http2-support (2.13.10, 2.12.17, 3.7.4-RC2)
156[info] akka-http-testkit (2.13.10, 2.12.17, 3.7.4-RC2)
157[info] akka-http-xml (2.13.10, 2.12.17, 3.7.4-RC2)
158[info] akka-http (2.13.10, 2.12.17, 3.7.4-RC2)
159[info] akka-http-core (2.13.10, 2.12.17, 3.7.4-RC2)
160[info] akka-http-compatibility-tests (2.13.10, 2.12.17, 3.7.4-RC2)
161[info] akka-http-caching (2.13.10, 2.12.17, 3.7.4-RC2)
162[info] akka-http-jackson (2.13.10, 2.12.17, 3.7.4-RC2)
163[info] bill-of-materials (2.13.10, 2.12.17, 3.7.4-RC2)
164[info] Excluding projects:
165[info] akka-http-scalafix-test-input (2.13.10, 2.12.17)
166[info] akka-http-scalafix (2.13.10, 2.12.17)
167[info] akka-http-scalafix-tests (2.13.10, 2.12.17)
168[info] akka-http-scalafix-test-output (2.13.10, 2.12.17)
169[info] akka-http-scalafix-rules (2.13.10, 2.12.17)
170[info] * akka-http-root (2.13.10, 2.12.17)
171[info] Reapplying settings...
172[info] Building Akka HTTP 10.5.3+0-1a3b1311+20251114-2158-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4-RC2
173[info] set current project to akka-http-root (in build file:/build/repo/)
174Execute 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
175[info] Reapplying settings...
176[info] Building Akka HTTP 10.5.3+0-1a3b1311+20251114-2158-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4-RC2
177[info] set current project to akka-http-root (in build file:/build/repo/)
178[info] Defining Global / credentials, akka-http / credentials and 20 others.
179[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 110 others.
180[info] Run `last` for details.
181[info] Reapplying settings...
182[info] Building Akka HTTP 10.5.3+0-1a3b1311+20251114-2158-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4-RC2
183[info] set current project to akka-http-root (in build file:/build/repo/)
184Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
185[info] Reapplying settings...
186OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
187
188 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
189 Did you mean akka-http-testkit / allExcludeDependencies ?
190 , retry without global scopes
191[info] Reapplying settings...
192[info] Building Akka HTTP 10.5.3+0-1a3b1311+20251114-2158-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4-RC2
193[info] set current project to akka-http-root (in build file:/build/repo/)
194Execute removeScalacOptionsStartingWith: -P:wartremover
195[info] Reapplying settings...
196[info] Building Akka HTTP 10.5.3+0-1a3b1311+20251114-2158-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4-RC2
197[info] set current project to akka-http-root (in build file:/build/repo/)
198[success] Total time: 0 s, completed 2025 Nov 14 21:58:12
199Build 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>\""}]}
200Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
201Starting build...
202Projects: 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)
203Starting build for ProjectRef(file:/build/repo/,akka-parsing) (akka-parsing)... [0/10]
204OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
205OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Global
206OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
207OpenCB::Filter out '-language:_', matches setting pattern '^-?-language:_'
208Compile 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
209[info] Formatting 32 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-parsing")(compile) ...
210[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,=)
211[warn] Scalariform parser error for /build/repo/akka-parsing/src/main/scala-3/akka/macros/LogHelperMacro.scala: unclosed character literal
212[warn] Scalariform parser error for /build/repo/akka-parsing/src/main/scala-3/akka/parboiled2/DynamicRuleDispatchMacro.scala: unclosed character literal
213[warn] Scalariform parser error for /build/repo/akka-parsing/src/main/scala-3/akka/parboiled2/support/OpTreeContext.scala: unclosed character literal
214[warn] Scalariform parser error for /build/repo/akka-parsing/src/main/scala-3/akka/parboiled2/ParserMacros.scala: unclosed character literal
215[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,=)
216[info] compiling 32 Scala sources to /build/repo/akka-parsing/target/scala-3.7.4-RC2/classes ...
217[info] [patched file /build/repo/akka-parsing/src/main/scala-3/akka/parboiled2/support/OpTreeContext.scala]
218[info] [patched file /build/repo/akka-parsing/src/main/scala/akka/parboiled2/RuleDSLCombinators.scala]
219[info] [patched file /build/repo/akka-parsing/src/main/scala/akka/parboiled2/ErrorFormatter.scala]
220[info] [patched file /build/repo/akka-parsing/src/main/scala/akka/parboiled2/CharUtils.scala]
221[info] [patched file /build/repo/akka-parsing/src/main/scala/akka/parboiled2/CharPredicate.scala]
222[info] [patched file /build/repo/akka-parsing/src/main/scala/akka/parboiled2/util/Base64.scala]
223[info] [patched file /build/repo/akka-parsing/src/main/scala-3/akka/parboiled2/support/TailSwitch.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/Rule.scala]
226[info] [patched file /build/repo/akka-parsing/src/main/scala/akka/parboiled2/ValueStack.scala]
227[warn] there were 18 feature warnings; re-run with -feature for details
228[warn] one warning found
229[info] done compiling
230[info] Formatting 10 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-parsing")(compile) ...
231[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,=)
232[warn] Scalariform parser error for /build/repo/akka-parsing/src/main/scala-3/akka/parboiled2/support/OpTreeContext.scala: unclosed character literal
233[info] compiling 10 Scala sources to /build/repo/akka-parsing/target/scala-3.7.4-RC2/classes ...
234[warn] there were 8 feature warnings; re-run with -feature for details
235[warn] one warning found
236[info] done compiling
237[info] compiling 7 Scala sources to /build/repo/akka-parsing/target/scala-3.7.4-RC2/classes ...
238[warn] there were 3 feature warnings; re-run with -feature for details
239[warn] two warnings found
240[info] done compiling
241[info] compiling 14 Scala sources to /build/repo/akka-parsing/target/scala-3.7.4-RC2/classes ...
242[warn] there were 9 feature warnings; re-run with -feature for details
243[warn] three warnings found
244[info] done compiling
245Starting build for ProjectRef(file:/build/repo/,akka-http-caching) (akka-http-caching)... [1/10]
246Compile 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
247[info] Formatting 11 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-caching")(compile) ...
248[info] Formatting 230 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-core")(compile) ...
249[info] Formatting 138 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http")(compile) ...
250[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,[)
251[info] Generating 'JavaPathMatchers.scala'
252[info] Generating 'ParameterDirectivesInstances.scala'
253[info] Generating 'FormFieldDirectivesInstances.scala'
254[info] Generating 'ConstructFromTupleInstances.scala'
255[info] Generating 'TupleAppendOneInstances.scala'
256[info] Generating 'TupleFoldInstances.scala'
257[info] Generating 'ApplyConverterInstances.scala'
258[info] Reformatted 1 Scala source ProjectRef(uri("file:/build/repo/"), "akka-http-core")(compile).
259[info] compiling 231 Scala sources and 150 Java sources to /build/repo/akka-http-core/target/scala-3.7.4-RC2/classes ...
260[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/package.scala:49:4
261[warn] 49 | synchronized {
262[warn] | ^^^^^^^^^^^^
263[warn] | Suspicious top-level unqualified call to synchronized
264[warn] |
265[warn] | longer explanation available when compiling with `-explain`
266[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/framing/Http2FrameParsing.scala:147:11
267[warn] 147 | case tpe => // TODO: remove once all stream types are defined
268[warn] | ^^^
269[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
270[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/HttpMessageParser.scala:81:13
271[warn] 81 | case x => x
272[warn] | ^
273[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
274[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/Http.scala:457:13
275[warn] 457 | case _ =>
276[warn] | ^
277[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
278[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/Rendering.scala:143:15
279[warn] 143 | case x: LinearSeq[T] => recL(x)
280[warn] | ^
281[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]
282[warn] |
283[warn] | longer explanation available when compiling with `-explain`
284[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/ContentDispositionHeader.scala]
285[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/ws/Utf8Decoder.scala]
286[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/HttpMessageRendering.scala]
287[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/HttpMessageParser.scala]
288[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/MediaType.scala]
289[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/AttributeKey.scala]
290[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/ContentTypeHeader.scala]
291[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/CommonRules.scala]
292[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/settings/ClientConnectionSettingsImpl.scala]
293[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/LanguageRange.scala]
294[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/server/ServerTerminator.scala]
295[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/client/PoolInterface.scala]
296[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/headers/ProductVersion.scala]
297[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/HttpResponseParser.scala]
298[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/util/AsciiTreeLayout.scala]
299[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/Http2Demux.scala]
300[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/HttpRequestParser.scala]
301[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/rendering/HttpResponseRendererFactory.scala]
302[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/WebSocketHeaders.scala]
303[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/settings/ServerSettingsImpl.scala]
304[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/FormData.scala]
305[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/ServerBuilder.scala]
306[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/LinkValue.scala]
307[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/HttpHeaderParser.scala]
308[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpCharset.scala]
309[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/rendering/BodyPartRenderer.scala]
310[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/client/PoolMasterActor.scala]
311[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/server/HttpServerBluePrint.scala]
312[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/DateTime.scala]
313[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/ws/UpgradeToWebSocket.scala]
314[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/settings/ConnectionPoolSettingsImpl.scala]
315[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/ContentType.scala]
316[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/ServerBuilder.scala]
317[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/ws/MessageToFrameRenderer.scala]
318[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/Http.scala]
319[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/package.scala]
320[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/AcceptLanguageHeader.scala]
321[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/RequestParsing.scala]
322[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/model/ws/UpgradeToWebSocket.scala]
323[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/AcceptCharsetHeader.scala]
324[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/client/PoolId.scala]
325[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/Rendering.scala]
326[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/CacheDirective.scala]
327[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/JavaQuery.scala]
328[info] [patched file /build/repo/akka-http-core/src/main/scala-2.13+/akka/http/ccompat/package.scala]
329[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/UriJavaAccessor.scala]
330[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/SimpleHeaders.scala]
331[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/LinkHeader.scala]
332[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/rendering/HttpRequestRendererFactory.scala]
333[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/ws/WebSocketUpgrade.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/javadsl/model/ws/Message.scala]
336[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/headers/HttpOrigin.scala]
337[info] [patched file /build/repo/akka-http-core/src/main/scala-2.13+/akka/http/scaladsl/util/FastFuture.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/engine/parsing/ParserOutput.scala]
340[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/BodyPartParser.scala]
341[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/StreamUtils.scala]
342[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/BoyerMoore.scala]
343[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/client/PersistentConnection.scala]
344[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/ObjectRegistry.scala]
345[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/Multipart.scala]
346[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/model/ws/WebSocketUpgrade.scala]
347[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/SocketOptionSettings.scala]
348[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/SettingsCompanionImpl.scala]
349[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/Http.scala]
350[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/headers.scala]
351[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/Uri.scala]
352[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/ParsingErrorHandler.scala]
353[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala]
354[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/Http2Multiplexer.scala]
355[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/UriParser.scala]
356[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/model/ws/WebSocket.scala]
357[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/AcceptHeader.scala]
358[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/settings/ParserSettingsImpl.scala]
359[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/EnhancedConfig.scala]
360[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/HttpMessage.scala]
361[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/model/parser/AcceptEncodingHeader.scala]
362[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpEntity.scala]
363[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/Http2Blueprint.scala]
364[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/client/OutgoingConnectionBlueprint.scala]
365[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/headers/EntityTag.scala]
366[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/scaladsl/model/ws/Message.scala]
367[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/Http2StreamHandling.scala]
368[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/settings/Http2ServerSettings.scala]
369[info] [patched file /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/Http2.scala]
370[warn] there was 1 feature warning; re-run with -feature for details
371[warn] there were 41 deprecation warnings; re-run with -deprecation for details
372[warn] 7 warnings found
373[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
374[warn] ContentType$.MODULE$.parse(contentType).right
375[warn] ^
376[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
377[warn] ContentType$.MODULE$.parse(contentType).right().get
378[warn] ^
379[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/AttributeKeys.java: Some input files use unchecked or unsafe operations.
380[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/AttributeKeys.java: Recompile with -Xlint:unchecked for details.
381[info] done compiling
382[info] compiling 145 Scala sources and 8 Java sources to /build/repo/akka-http/target/scala-3.7.4-RC2/classes ...
383[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:84:55
384[warn] 84 | { ctx => handler(ctx.request).fast.map(RouteResult.Complete)(ctx.executionContext) }
385[warn] | ^^^^^^^^^^^^^^^^^^^^
386[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
387[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:121:40
388[warn] 121 | .andThen(_.fast.map(RouteResult.Complete)(ctx.executionContext))
389[warn] | ^^^^^^^^^^^^^^^^^^^^
390[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
391[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/SecurityDirectives.scala:150:53
392[warn] 150 | parameter("access_token".optional).map(_.map(OAuth2BearerToken))
393[warn] | ^^^^^^^^^^^^^^^^^
394[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.headers.OAuth2BearerToken.apply` explicitly.
395[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/MultipartUnmarshallers.scala:37:56
396[warn] 37 | createStrictBodyPart = Multipart.General.BodyPart.Strict,
397[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
398[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.Multipart.General.BodyPart.Strict.apply` explicitly.
399[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/MultipartUnmarshallers.scala:38:39
400[warn] 38 | createStrict = Multipart.General.Strict)
401[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
402[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.Multipart.General.Strict.apply` explicitly.
403[warn] -- [E147] Syntax Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/sse/ServerSentEventParser.scala:19:2
404[warn] 19 | final object PosInt {
405[warn] | ^^^^^
406[warn] | Modifier final is redundant for this definition
407[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/unmarshalling/Unmarshaller.scala]
408[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/marshalling/MultipartMarshallers.scala]
409[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/marshalling/Marshaller.scala]
410[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/RequestContext.scala]
411[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/MiscDirectives.scala]
412[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/marshalling/Marshaller.scala]
413[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RangeDirectives.scala]
414[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/coding/DataMapper.scala]
415[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/BasicDirectives.scala]
416[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/PathMatcher.scala]
417[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/GenericUnmarshallers.scala]
418[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/RejectionHandler.scala]
419[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/PathMatchers.scala]
420[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/SecurityDirectives.scala]
421[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/Rejection.scala]
422[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/FramedEntityStreamingDirectives.scala]
423[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/ContentNegotation.scala]
424[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/HostDirectives.scala]
425[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/marshalling/PredefinedToEntityMarshallers.scala]
426[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala]
427[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/Directive.scala]
428[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/Directives.scala]
429[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/PredefinedFromEntityUnmarshallers.scala]
430[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/marshalling/PredefinedToRequestMarshallers.scala]
431[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/CookieDirectives.scala]
432[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/coding/GzipCompressor.scala]
433[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/MarshallingDirectives.scala]
434[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/MiscDirectives.scala]
435[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/client/RequestBuilding.scala]
436[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/FutureDirectives.scala]
437[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/FileAndResourceDirectives.scala]
438[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/HeaderDirectives.scala]
439[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/ParameterDirectives.scala]
440[info] [patched file /build/repo/akka-http/target/scala-3.7.4-RC2/src_managed/FormFieldDirectives.scala]
441[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/MultipartUnmarshallers.scala]
442[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/CodingDirectives.scala]
443[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/CodingDirectives.scala]
444[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/RejectionHandler.scala]
445[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/PathDirectives.scala]
446[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/marshalling/PredefinedToResponseMarshallers.scala]
447[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/javadsl/server/directives/RouteDirectives.scala]
448[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/BasicDirectives.scala]
449[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/WebSocketDirectives.scala]
450[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/FileAndResourceDirectives.scala]
451[info] [patched file /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/Unmarshaller.scala]
452[warn] there were 101 feature warnings; re-run with -feature for details
453[warn] there were 26 deprecation warnings; re-run with -deprecation for details
454[warn] 8 warnings found
455[info] /build/repo/akka-http/src/main/java/akka/http/javadsl/unmarshalling/StringUnmarshallers.java: StringUnmarshallers.java uses unchecked or unsafe operations.
456[info] /build/repo/akka-http/src/main/java/akka/http/javadsl/unmarshalling/StringUnmarshallers.java: Recompile with -Xlint:unchecked for details.
457[info] done compiling
458[info] compiling 11 Scala sources and 1 Java source to /build/repo/akka-http-caching/target/scala-3.7.4-RC2/classes ...
459[warn] there were 2 deprecation warnings; re-run with -deprecation for details
460[warn] one warning found
461[info] done compiling
462[info] Formatting 2 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-caching")(test) ...
463[info] Formatting 16 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-testkit")(compile) ...
464[info] Formatting 44 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http")(compile) ...
465[info] Formatting 81 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-core")(compile) ...
466[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,<:)
467[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,<:)
468[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)
469[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,.)
470[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,>:)
471[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)
472[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,.)
473[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,>:)
474[info] Reformatted 1 Scala source ProjectRef(uri("file:/build/repo/"), "akka-http")(compile).
475[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,<:)
476[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,<:)
477[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,<:)
478[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,<:)
479[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,<:)
480[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,<:)
481[info] Reformatted 2 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-core")(compile).
482[info] compiling 86 Scala sources to /build/repo/akka-http-core/target/scala-3.7.4-RC2/classes ...
483[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/package.scala:49:4
484[warn] 49 | synchronized {
485[warn] | ^^^^^^^^^^^^
486[warn] | Suspicious top-level unqualified call to synchronized
487[warn] |
488[warn] | longer explanation available when compiling with `-explain`
489[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/HttpMessageParser.scala:81:13
490[warn] 81 | case x => x
491[warn] | ^
492[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
493[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/Http.scala:457:13
494[warn] 457 | case _ =>
495[warn] | ^
496[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
497[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/Rendering.scala:143:15
498[warn] 143 | case x: LinearSeq[T] => recL(x)
499[warn] | ^
500[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]
501[warn] |
502[warn] | longer explanation available when compiling with `-explain`
503[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/LanguageRange.scala]
504[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/LinkValue.scala]
505[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/CacheDirective.scala]
506[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/headers.scala]
507[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/HttpMessage.scala]
508[warn] there were 19 deprecation warnings; re-run with -deprecation for details
509[warn] 5 warnings found
510[info] done compiling
511[info] compiling 108 Scala sources and 80 Java sources to /build/repo/akka-http-core/target/scala-3.7.4-RC2/classes ...
512[warn] there were 21 deprecation warnings; re-run with -deprecation for details
513[warn] 6 warnings found
514[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
515[warn] ContentType$.MODULE$.parse(contentType).right
516[warn] ^
517[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
518[warn] ContentType$.MODULE$.parse(contentType).right().get
519[warn] ^
520[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/HttpEntities.java: Some input files use unchecked or unsafe operations.
521[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/HttpEntities.java: Recompile with -Xlint:unchecked for details.
522[info] done compiling
523[info] compiling 69 Scala sources and 78 Java sources to /build/repo/akka-http-core/target/scala-3.7.4-RC2/classes ...
524[warn] there were 14 deprecation warnings; re-run with -deprecation for details
525[warn] 9 warnings found
526[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/HttpEntities.java: Some input files use unchecked or unsafe operations.
527[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/HttpEntities.java: Recompile with -Xlint:unchecked for details.
528[info] done compiling
529[info] compiling 231 Scala sources and 150 Java sources to /build/repo/akka-http-core/target/scala-3.7.4-RC2/classes ...
530[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/framing/Http2FrameParsing.scala:147:11
531[warn] 147 | case tpe => // TODO: remove once all stream types are defined
532[warn] | ^^^
533[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
534[warn] there was 1 feature warning; re-run with -feature for details
535[warn] there were 41 deprecation warnings; re-run with -deprecation for details
536[warn] 12 warnings found
537[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/AttributeKeys.java: Some input files use unchecked or unsafe operations.
538[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/AttributeKeys.java: Recompile with -Xlint:unchecked for details.
539[info] done compiling
540[info] compiling 53 Scala sources to /build/repo/akka-http/target/scala-3.7.4-RC2/classes ...
541[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:84:55
542[warn] 84 | { ctx => handler(ctx.request).fast.map(RouteResult.Complete)(ctx.executionContext) }
543[warn] | ^^^^^^^^^^^^^^^^^^^^
544[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
545[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:121:40
546[warn] 121 | .andThen(_.fast.map(RouteResult.Complete)(ctx.executionContext))
547[warn] | ^^^^^^^^^^^^^^^^^^^^
548[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
549[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/SecurityDirectives.scala:150:53
550[warn] 150 | parameter("access_token".optional).map(_.map(OAuth2BearerToken))
551[warn] | ^^^^^^^^^^^^^^^^^
552[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.headers.OAuth2BearerToken.apply` explicitly.
553[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/MultipartUnmarshallers.scala:37:56
554[warn] 37 | createStrictBodyPart = Multipart.General.BodyPart.Strict,
555[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
556[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.Multipart.General.BodyPart.Strict.apply` explicitly.
557[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/MultipartUnmarshallers.scala:38:39
558[warn] 38 | createStrict = Multipart.General.Strict)
559[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
560[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.Multipart.General.Strict.apply` explicitly.
561[info] [patched file /build/repo/akka-http/target/scala-3.7.4-RC2/src_managed/FormFieldDirectives.scala]
562[warn] there were 52 feature warnings; re-run with -feature for details
563[warn] there were 10 deprecation warnings; re-run with -deprecation for details
564[warn] 7 warnings found
565[info] done compiling
566[info] compiling 35 Scala sources and 3 Java sources to /build/repo/akka-http/target/scala-3.7.4-RC2/classes ...
567[warn] there were 45 feature warnings; re-run with -feature for details
568[warn] there were 5 deprecation warnings; re-run with -deprecation for details
569[warn] 9 warnings found
570[info] /build/repo/akka-http/src/main/java/akka/http/javadsl/unmarshalling/StringUnmarshallers.java: StringUnmarshallers.java uses unchecked or unsafe operations.
571[info] /build/repo/akka-http/src/main/java/akka/http/javadsl/unmarshalling/StringUnmarshallers.java: Recompile with -Xlint:unchecked for details.
572[info] done compiling
573[info] compiling 16 Scala sources to /build/repo/akka-http-testkit/target/scala-3.7.4-RC2/classes ...
574[info] compiling 11 Scala sources and 1 Java source to /build/repo/akka-http-caching/target/scala-3.7.4-RC2/classes ...
575[warn] there were 2 deprecation warnings; re-run with -deprecation for details
576[warn] one warning found
577[info] done compiling
578[info] [patched file /build/repo/akka-http-testkit/src/main/scala/akka/http/javadsl/testkit/TestRouteResult.scala]
579[info] [patched file /build/repo/akka-http-testkit/src/main/scala/akka/http/scaladsl/testkit/RouteTest.scala]
580[info] [patched file /build/repo/akka-http-testkit/src/main/scala/akka/http/scaladsl/testkit/Specs2Utils.scala]
581[info] [patched file /build/repo/akka-http-testkit/src/main/scala/akka/http/scaladsl/testkit/RouteTestResultComponent.scala]
582[info] [patched file /build/repo/akka-http-testkit/src/main/scala/akka/http/scaladsl/testkit/ScalatestUtils.scala]
583[info] [patched file /build/repo/akka-http-testkit/src/main/scala/akka/http/javadsl/testkit/RouteTest.scala]
584[info] [patched file /build/repo/akka-http-testkit/src/main/scala/akka/http/javadsl/testkit/JUnitRouteTest.scala]
585[warn] there were 2 deprecation warnings; re-run with -deprecation for details
586[warn] one warning found
587[info] done compiling
588[info] compiling 2 Scala sources to /build/repo/akka-http-caching/target/scala-3.7.4-RC2/test-classes ...
589[info] [patched file /build/repo/akka-http-caching/src/test/scala/akka/http/caching/ExpiringLfuCacheSpec.scala]
590[info] done compiling
591[info] Formatting 1 Scala source ProjectRef(uri("file:/build/repo/"), "akka-http-caching")(test) ...
592[info] Formatting 7 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-testkit")(compile) ...
593[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,[)
594[info] Reformatted 1 Scala source ProjectRef(uri("file:/build/repo/"), "akka-http-testkit")(compile).
595[info] compiling 7 Scala sources to /build/repo/akka-http-testkit/target/scala-3.7.4-RC2/classes ...
596[warn] there was 1 deprecation warning; re-run with -deprecation for details
597[warn] one warning found
598[info] done compiling
599[info] compiling 2 Scala sources to /build/repo/akka-http-caching/target/scala-3.7.4-RC2/test-classes ...
600[info] done compiling
601Starting build for ProjectRef(file:/build/repo/,akka-http2-support) (akka-http2-support)... [2/10]
602Compile 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
603[info] Formatting 23 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http2-support")(test) ...
604[info] Formatting 86 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-core")(test) ...
605[info] compiling 86 Scala sources and 12 Java sources to /build/repo/akka-http-core/target/scala-3.7.4-RC2/test-classes ...
606[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:66:27
607[warn] 66 | AkkaSpec.getCallerName(getClass),
608[warn] | ^^^^^^^^
609[warn] | Suspicious top-level unqualified call to getClass
610[warn] |
611[warn] | longer explanation available when compiling with `-explain`
612[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:73:55
613[warn] 73 | def this() = this(ActorSystem(AkkaSpec.getCallerName(getClass), AkkaSpec.testConf))
614[warn] | ^^^^^^^^
615[warn] | Suspicious top-level unqualified call to getClass
616[warn] |
617[warn] | longer explanation available when compiling with `-explain`
618[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/parsing/RequestParserSpec.scala]
619[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/scaladsl/model/UriSpec.scala]
620[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/parsing/ContentLengthHeaderParserSpec.scala]
621[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/client/TlsEndpointVerificationSpec.scala]
622[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/parsing/BoyerMooreSpec.scala]
623[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/model/parser/HttpHeaderSpec.scala]
624[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/util/StreamUtilsSpec.scala]
625[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/scaladsl/ClientServerSpec.scala]
626[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/scaladsl/model/HttpMessageSpec.scala]
627[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/ws/WSTestSetupBase.scala]
628[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/testkit/Coroner.scala]
629[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/server/HttpServerSpec.scala]
630[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/scaladsl/model/headers/HeaderSpec.scala]
631[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/parsing/HttpHeaderParserSpec.scala]
632[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/ws/ByteStringSinkProbe.scala]
633[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala]
634[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/util/AkkaSpecWithMaterializer.scala]
635[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/scaladsl/model/SerializabilitySpec.scala]
636[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/scaladsl/model/HttpEntitySpec.scala]
637[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/client/HostConnectionPoolSpec.scala]
638[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/parsing/ResponseParserSpec.scala]
639[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/ws/FramingSpec.scala]
640[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/client/LowLevelOutgoingConnectionSpec.scala]
641[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/ws/MessageSpec.scala]
642[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/client/NewConnectionPoolSpec.scala]
643[info] [patched file /build/repo/akka-http-core/src/test/scala/akka/http/impl/engine/ws/BitBuilder.scala]
644[warn] there were 24 deprecation warnings; re-run with -deprecation for details
645[warn] three warnings found
646[info] done compiling
647[info] compiling 23 Scala sources and 1 Java source to /build/repo/akka-http2-support/target/scala-3.7.4-RC2/test-classes ...
648[info] [patched file /build/repo/akka-http2-support/src/test/scala/akka/http/impl/engine/http2/HPackEncodingSupport.scala]
649[info] [patched file /build/repo/akka-http2-support/src/test/scala/akka/http/impl/engine/http2/Http2ClientSpec.scala]
650[info] [patched file /build/repo/akka-http2-support/src/test/scala/akka/http/impl/engine/http2/Http2ServerSpec.scala]
651[info] [patched file /build/repo/akka-http2-support/src/test/scala/akka/http/impl/engine/http2/Http2PersistentClientSpec.scala]
652[info] [patched file /build/repo/akka-http2-support/src/test/scala/akka/http/impl/engine/http2/WindowTracking.scala]
653[info] [patched file /build/repo/akka-http2-support/src/test/scala/akka/http/impl/engine/http2/framing/Http2FramingSpec.scala]
654[info] [patched file /build/repo/akka-http2-support/src/test/scala/akka/http/impl/engine/http2/package.scala]
655[warn] there were 14 deprecation warnings; re-run with -deprecation for details
656[warn] one warning found
657[info] done compiling
658[info] Extracting h2spec to /build/repo/akka-http2-support/target/h2spec_linux_amd64/h2spec
659[info] Formatting 7 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http2-support")(test) ...
660[info] Formatting 26 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-core")(test) ...
661[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,<:)
662[info] compiling 26 Scala sources to /build/repo/akka-http-core/target/scala-3.7.4-RC2/test-classes ...
663[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:66:27
664[warn] 66 | AkkaSpec.getCallerName(getClass),
665[warn] | ^^^^^^^^
666[warn] | Suspicious top-level unqualified call to getClass
667[warn] |
668[warn] | longer explanation available when compiling with `-explain`
669[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:73:55
670[warn] 73 | def this() = this(ActorSystem(AkkaSpec.getCallerName(getClass), AkkaSpec.testConf))
671[warn] | ^^^^^^^^
672[warn] | Suspicious top-level unqualified call to getClass
673[warn] |
674[warn] | longer explanation available when compiling with `-explain`
675[warn] there were 10 deprecation warnings; re-run with -deprecation for details
676[warn] three warnings found
677[info] done compiling
678[info] compiling 44 Scala sources to /build/repo/akka-http-core/target/scala-3.7.4-RC2/test-classes ...
679[warn] there were 12 deprecation warnings; re-run with -deprecation for details
680[warn] four warnings found
681[info] done compiling
682[info] compiling 7 Scala sources to /build/repo/akka-http2-support/target/scala-3.7.4-RC2/test-classes ...
683[info] done compiling
684[info] compiling 4 Scala sources to /build/repo/akka-http2-support/target/scala-3.7.4-RC2/test-classes ...
685[warn] there were 2 deprecation warnings; re-run with -deprecation for details
686[warn] one warning found
687[info] done compiling
688Starting build for ProjectRef(file:/build/repo/,akka-http) (akka-http)... [3/10]
689Compile 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
690Starting build for ProjectRef(file:/build/repo/,bill-of-materials) (akka-http-bom)... [4/10]
691Compile 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
692Starting build for ProjectRef(file:/build/repo/,akka-http-xml) (akka-http-xml)... [5/10]
693Compile 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
694[info] Formatting 1 Scala source ProjectRef(uri("file:/build/repo/"), "akka-http-xml")(compile) ...
695[info] compiling 1 Scala source to /build/repo/akka-http-marshallers-scala/akka-http-xml/target/scala-3.7.4-RC2/classes ...
696[info] [patched file /build/repo/akka-http-marshallers-scala/akka-http-xml/src/main/scala/akka/http/scaladsl/marshallers/xml/ScalaXmlSupport.scala]
697[info] done compiling
698[info] Formatting 1 Scala source ProjectRef(uri("file:/build/repo/"), "akka-http-xml")(compile) ...
699[info] compiling 1 Scala source to /build/repo/akka-http-marshallers-scala/akka-http-xml/target/scala-3.7.4-RC2/classes ...
700[info] done compiling
701Starting build for ProjectRef(file:/build/repo/,akka-http-testkit) (akka-http-testkit)... [6/10]
702Compile 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
703[info] Formatting 3 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-testkit")(test) ...
704[info] compiling 3 Scala sources and 1 Java source to /build/repo/akka-http-testkit/target/scala-3.7.4-RC2/test-classes ...
705[info] done compiling
706Starting build for ProjectRef(file:/build/repo/,akka-http-spray-json) (akka-http-spray-json)... [7/10]
707Compile 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
708[info] Formatting 2 Scala sources ProjectRef(uri("file:/build/repo/"), "akka-http-spray-json")(compile) ...
709[info] compiling 2 Scala sources to /build/repo/akka-http-marshallers-scala/akka-http-spray-json/target/scala-3.7.4-RC2/classes ...
710[info] [patched file /build/repo/akka-http-marshallers-scala/akka-http-spray-json/src/main/scala/akka/http/scaladsl/marshallers/sprayjson/SprayJsonSupport.scala]
711[info] done compiling
712[info] Formatting 1 Scala source ProjectRef(uri("file:/build/repo/"), "akka-http-spray-json")(test) ...
713[info] Formatting 1 Scala source ProjectRef(uri("file:/build/repo/"), "akka-http-spray-json")(compile) ...
714[info] compiling 1 Scala source to /build/repo/akka-http-marshallers-scala/akka-http-spray-json/target/scala-3.7.4-RC2/classes ...
715[info] done compiling
716[info] compiling 1 Scala source to /build/repo/akka-http-marshallers-scala/akka-http-spray-json/target/scala-3.7.4-RC2/test-classes ...
717[info] done compiling
718Starting build for ProjectRef(file:/build/repo/,akka-http-jackson) (akka-http-jackson)... [8/10]
719Compile 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
720[info] compiling 1 Java source to /build/repo/akka-http-marshallers-java/akka-http-jackson/target/scala-3.7.4-RC2/classes ...
721[info] done compiling
722[info] compiling 1 Java source to /build/repo/akka-http-marshallers-java/akka-http-jackson/target/scala-3.7.4-RC2/test-classes ...
723[info] done compiling
724Starting build for ProjectRef(file:/build/repo/,akka-http-core) (akka-http-core)... [9/10]
725Compile 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
726
727************************
728Build summary:
729[{
730 "module": "akka-parsing",
731 "compile": {"status": "ok", "tookMs": 20222, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
732 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
733 "test-compile": {"status": "ok", "tookMs": 12954, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
734 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
735 "publish": {"status": "skipped", "tookMs": 0},
736 "metadata": {
737 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
738}
739},{
740 "module": "akka-http-caching",
741 "compile": {"status": "ok", "tookMs": 56127, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
742 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
743 "test-compile": {"status": "ok", "tookMs": 64605, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
744 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
745 "publish": {"status": "skipped", "tookMs": 0},
746 "metadata": {
747 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
748}
749},{
750 "module": "akka-http2-support",
751 "compile": {"status": "ok", "tookMs": 272, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
752 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
753 "test-compile": {"status": "ok", "tookMs": 19337, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
754 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
755 "publish": {"status": "skipped", "tookMs": 0},
756 "metadata": {
757 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
758}
759},{
760 "module": "akka-http",
761 "compile": {"status": "ok", "tookMs": 192, "warnings": 11, "errors": 0, "sourceVersion": "3.4-migration"},
762 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
763 "test-compile": {"status": "ok", "tookMs": 213, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
764 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
765 "publish": {"status": "skipped", "tookMs": 0},
766 "metadata": {
767 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
768}
769},{
770 "module": "akka-http-bom",
771 "compile": {"status": "ok", "tookMs": 54, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
772 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
773 "test-compile": {"status": "ok", "tookMs": 78, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
774 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
775 "publish": {"status": "skipped", "tookMs": 0},
776 "metadata": {
777 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
778}
779},{
780 "module": "akka-http-xml",
781 "compile": {"status": "ok", "tookMs": 682, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
782 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
783 "test-compile": {"status": "ok", "tookMs": 622, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
784 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
785 "publish": {"status": "skipped", "tookMs": 0},
786 "metadata": {
787 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
788}
789},{
790 "module": "akka-http-testkit",
791 "compile": {"status": "ok", "tookMs": 203, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
792 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
793 "test-compile": {"status": "ok", "tookMs": 1624, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
794 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
795 "publish": {"status": "skipped", "tookMs": 0},
796 "metadata": {
797 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
798}
799},{
800 "module": "akka-http-spray-json",
801 "compile": {"status": "ok", "tookMs": 699, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
802 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
803 "test-compile": {"status": "ok", "tookMs": 1327, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
804 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
805 "publish": {"status": "skipped", "tookMs": 0},
806 "metadata": {
807 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
808}
809},{
810 "module": "akka-http-jackson",
811 "compile": {"status": "ok", "tookMs": 338, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
812 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
813 "test-compile": {"status": "ok", "tookMs": 702, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
814 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
815 "publish": {"status": "skipped", "tookMs": 0},
816 "metadata": {
817 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
818}
819},{
820 "module": "akka-http-core",
821 "compile": {"status": "ok", "tookMs": 108, "warnings": 16, "errors": 0, "sourceVersion": "3.4-migration"},
822 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
823 "test-compile": {"status": "ok", "tookMs": 178, "warnings": 4, "errors": 0, "sourceVersion": "3.4-migration"},
824 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
825 "publish": {"status": "skipped", "tookMs": 0},
826 "metadata": {
827 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
828}
829}]
830************************
831[success] Total time: 241 s (0:04:01.0), completed 2025 Nov 14 22:02:13
832[0JChecking patch project/plugins.sbt...
833Checking patch project/build.properties...
834Checking patch project/Dependencies.scala...
835Checking patch build.sbt...
836Checking patch akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala...
837Checking patch akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala...
838Applied patch project/plugins.sbt cleanly.
839Applied patch project/build.properties cleanly.
840Applied patch project/Dependencies.scala cleanly.
841Applied patch build.sbt cleanly.
842Applied patch akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala cleanly.
843Applied patch akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala cleanly.
844Commit migration rewrites
845Switched to a new branch 'opencb/migrate-source-3.4'
846[opencb/migrate-source-3.4 9bf9604c9] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4-RC2
847 178 files changed, 891 insertions(+), 891 deletions(-)
848Using target Scala version for migration: 3.7.4-RC2
849Migrating project for -source:3.5 using Scala 3.7.4-RC2
850----
851Preparing build for 3.7.4-RC2
852Would try to apply common scalacOption (best-effort, sbt/mill only):
853Append: -rewrite,REQUIRE:-source:3.5-migration
854Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
855
856Try apply source patch:
857Path: akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala
858Pattern: case b: BypassEvent with MessagePart
859Replacement: case b: (BypassEvent & MessagePart)
860Successfully applied pattern 'case b: BypassEvent with MessagePart' in akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala
861
862Try apply source patch:
863Path: akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala
864Pattern: headers[T](ClassTag[T](headerClass)).asJava
865Replacement: headers[T](using ClassTag[T](headerClass)).asJava
866Successfully applied pattern 'headers[T](ClassTag[T](headerClass)).asJava' in akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala
867
868Try apply source patch:
869Path: akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala
870Pattern: for (`Cookie`(cookies) <- headers
871Replacement: for (case `Cookie`(cookies) <- headers
872Successfully applied pattern 'for (`Cookie`(cookies) <- headers' in akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala
873
874Try apply source patch:
875Path: project/Dependencies.scala
876Pattern: val scala3Version = "3.2.2"
877Replacement: val scala3Version = "3.7.4-RC2"
878Successfully applied pattern 'val scala3Version = "3.2.2"' in project/Dependencies.scala
879----
880Starting build for 3.7.4-RC2
881Execute tests: false
882sbt project found:
883Sbt version 1.8.2 is not supported, minimal supported version is 1.11.5
884Enforcing usage of sbt in version 1.11.5
885No prepare script found for project akka/akka-http
886/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
887##################################
888Scala version: 3.7.4-RC2
889Targets: 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
890Project 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>\""}]}
891##################################
892Using extra scalacOptions: -rewrite,REQUIRE:-source:3.5-migration
893Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
894[sbt_options] declare -a sbt_options=()
895[process_args] java_version = '17'
896[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
897# Executing command line:
898java
899-Duser.language=en_US.UTF-8
900-Dfile.encoding=en_US.UTF-8
901-Dsun.jnu.encoding=UTF-8
902-Dcommunitybuild.scala=3.7.4-RC2
903-Dcommunitybuild.project.dependencies.add=
904-Xmx7G
905-Xms4G
906-Xss8M
907-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
908-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
909-jar
910/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
911"setCrossScalaVersions 3.7.4-RC2"
912"++3.7.4-RC2 -v"
913"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""
914"set every credentials := Nil"
915"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
916"removeScalacOptionsStartingWith -P:wartremover"
917
918moduleMappings
919"runBuild 3.7.4-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"
920
921[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
922[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
923[info] loading project definition from /build/repo/project
924[info] loading settings for project akka-http-root from build.sbt...
925[info] resolving key references (33680 settings) ...
926[info] Building Akka HTTP 10.5.3+1-9bf9604c+20251114-2202-SNAPSHOT against Akka 2.7.0 on Scala 2.13.10
927[info] set current project to akka-http-root (in build file:/build/repo/)
928[warn] there's a key that's not used by any other settings/tasks:
929[warn]
930[warn] * ThisBuild / scalafixScalaBinaryVersion
931[warn] +- /build/repo/build.sbt:16
932[warn]
933[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
934[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
935Execute setCrossScalaVersions: 3.7.4-RC2
936OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-parsing/crossScalaVersions
937OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-tests/crossScalaVersions
938OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-marshallers-java/crossScalaVersions
939OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-spray-json/crossScalaVersions
940OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-xml/crossScalaVersions
941OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-caching/crossScalaVersions
942OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http2-support/crossScalaVersions
943OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http/crossScalaVersions
944OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-core/crossScalaVersions
945OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-bench-jmh/crossScalaVersions
946OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-jackson/crossScalaVersions
947OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-marshallers-scala/crossScalaVersions
948OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-testkit/crossScalaVersions
949OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in docs/crossScalaVersions
950OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in bill-of-materials/crossScalaVersions
951OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in akka-http-compatibility-tests/crossScalaVersions
952[info] Building Akka HTTP 10.5.3+1-9bf9604c+20251114-2202-SNAPSHOT against Akka 2.7.0 on Scala 2.13.10
953[info] set current project to akka-http-root (in build file:/build/repo/)
954[info] Setting Scala version to 3.7.4-RC2 on 16 projects.
955[info] Switching Scala version on:
956[info] akka-http-marshallers-java (2.13.10, 2.12.17, 3.7.4-RC2)
957[info] akka-http-spray-json (2.13.10, 2.12.17, 3.7.4-RC2)
958[info] akka-http-tests (2.13.10, 2.12.17, 3.7.4-RC2)
959[info] akka-http-bench-jmh (2.13.10, 2.12.17, 3.7.4-RC2)
960[info] docs (2.13.10, 2.12.17, 3.7.4-RC2)
961[info] akka-http-marshallers-scala (2.13.10, 2.12.17, 3.7.4-RC2)
962[info] akka-parsing (2.13.10, 2.12.17, 3.7.4-RC2)
963[info] akka-http2-support (2.13.10, 2.12.17, 3.7.4-RC2)
964[info] akka-http-testkit (2.13.10, 2.12.17, 3.7.4-RC2)
965[info] akka-http-xml (2.13.10, 2.12.17, 3.7.4-RC2)
966[info] akka-http (2.13.10, 2.12.17, 3.7.4-RC2)
967[info] akka-http-core (2.13.10, 2.12.17, 3.7.4-RC2)
968[info] akka-http-compatibility-tests (2.13.10, 2.12.17, 3.7.4-RC2)
969[info] akka-http-caching (2.13.10, 2.12.17, 3.7.4-RC2)
970[info] akka-http-jackson (2.13.10, 2.12.17, 3.7.4-RC2)
971[info] bill-of-materials (2.13.10, 2.12.17, 3.7.4-RC2)
972[info] Excluding projects:
973[info] akka-http-scalafix-test-input (2.13.10, 2.12.17)
974[info] akka-http-scalafix (2.13.10, 2.12.17)
975[info] akka-http-scalafix-tests (2.13.10, 2.12.17)
976[info] akka-http-scalafix-test-output (2.13.10, 2.12.17)
977[info] akka-http-scalafix-rules (2.13.10, 2.12.17)
978[info] * akka-http-root (2.13.10, 2.12.17)
979[info] Reapplying settings...
980[info] Building Akka HTTP 10.5.3+1-9bf9604c+20251114-2202-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4-RC2
981[info] set current project to akka-http-root (in build file:/build/repo/)
982Execute 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
983[info] Reapplying settings...
984[info] Building Akka HTTP 10.5.3+1-9bf9604c+20251114-2202-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4-RC2
985[info] set current project to akka-http-root (in build file:/build/repo/)
986[info] Defining Global / credentials, akka-http / credentials and 20 others.
987[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 110 others.
988[info] Run `last` for details.
989[info] Reapplying settings...
990[info] Building Akka HTTP 10.5.3+1-9bf9604c+20251114-2202-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4-RC2
991[info] set current project to akka-http-root (in build file:/build/repo/)
992Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
993[info] Reapplying settings...
994OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
995
996 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
997 Did you mean akka-http-testkit / allExcludeDependencies ?
998 , retry without global scopes
999[info] Reapplying settings...
1000[info] Building Akka HTTP 10.5.3+1-9bf9604c+20251114-2202-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4-RC2
1001[info] set current project to akka-http-root (in build file:/build/repo/)
1002Execute removeScalacOptionsStartingWith: -P:wartremover
1003[info] Reapplying settings...
1004[info] Building Akka HTTP 10.5.3+1-9bf9604c+20251114-2202-SNAPSHOT against Akka 2.7.0 on Scala 3.7.4-RC2
1005[info] set current project to akka-http-root (in build file:/build/repo/)
1006[success] Total time: 0 s, completed 2025 Nov 14 22:02:41
1007Build 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>\""}]}
1008Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
1009Starting build...
1010Projects: 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)
1011Starting build for ProjectRef(file:/build/repo/,akka-parsing) (akka-parsing)... [0/10]
1012OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
1013OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.5-migration` in Scala 2.12.20 module Global
1014OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
1015OpenCB::Filter out '-language:_', matches setting pattern '^-?-language:_'
1016Compile 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
1017[info] compiling 32 Scala sources to /build/repo/akka-parsing/target/scala-3.7.4-RC2/classes ...
1018[warn] there were 18 feature warnings; re-run with -feature for details
1019[warn] one warning found
1020[info] done compiling
1021Starting build for ProjectRef(file:/build/repo/,akka-http-caching) (akka-http-caching)... [1/10]
1022Compile 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
1023[info] compiling 231 Scala sources and 150 Java sources to /build/repo/akka-http-core/target/scala-3.7.4-RC2/classes ...
1024[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/package.scala:49:4
1025[warn] 49 | synchronized {
1026[warn] | ^^^^^^^^^^^^
1027[warn] | Suspicious top-level unqualified call to synchronized
1028[warn] |
1029[warn] | longer explanation available when compiling with `-explain`
1030[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/framing/Http2FrameParsing.scala:147:11
1031[warn] 147 | case tpe => // TODO: remove once all stream types are defined
1032[warn] | ^^^
1033[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
1034[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/HttpMessageParser.scala:81:13
1035[warn] 81 | case x => x
1036[warn] | ^
1037[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
1038[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/Http.scala:457:13
1039[warn] 457 | case _ =>
1040[warn] | ^
1041[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
1042[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/Rendering.scala:143:15
1043[warn] 143 | case x: LinearSeq[T] => recL(x)
1044[warn] | ^
1045[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]
1046[warn] |
1047[warn] | longer explanation available when compiling with `-explain`
1048[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/LinkValue.scala]
1049[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/headers.scala]
1050[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/LanguageRange.scala]
1051[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/CacheDirective.scala]
1052[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/HttpMessage.scala]
1053[warn] there was 1 feature warning; re-run with -feature for details
1054[warn] there were 41 deprecation warnings; re-run with -deprecation for details
1055[warn] 7 warnings found
1056[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
1057[warn] ContentType$.MODULE$.parse(contentType).right
1058[warn] ^
1059[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
1060[warn] ContentType$.MODULE$.parse(contentType).right().get
1061[warn] ^
1062[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/AttributeKeys.java: Some input files use unchecked or unsafe operations.
1063[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/AttributeKeys.java: Recompile with -Xlint:unchecked for details.
1064[info] done compiling
1065[info] compiling 145 Scala sources and 8 Java sources to /build/repo/akka-http/target/scala-3.7.4-RC2/classes ...
1066[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:84:55
1067[warn] 84 | { ctx => handler(ctx.request).fast.map(RouteResult.Complete)(ctx.executionContext) }
1068[warn] | ^^^^^^^^^^^^^^^^^^^^
1069[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
1070[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:121:40
1071[warn] 121 | .andThen(_.fast.map(RouteResult.Complete)(ctx.executionContext))
1072[warn] | ^^^^^^^^^^^^^^^^^^^^
1073[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
1074[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/SecurityDirectives.scala:150:53
1075[warn] 150 | parameter("access_token".optional).map(_.map(OAuth2BearerToken))
1076[warn] | ^^^^^^^^^^^^^^^^^
1077[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.headers.OAuth2BearerToken.apply` explicitly.
1078[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/MultipartUnmarshallers.scala:37:56
1079[warn] 37 | createStrictBodyPart = Multipart.General.BodyPart.Strict,
1080[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1081[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.Multipart.General.BodyPart.Strict.apply` explicitly.
1082[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/MultipartUnmarshallers.scala:38:39
1083[warn] 38 | createStrict = Multipart.General.Strict)
1084[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1085[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.Multipart.General.Strict.apply` explicitly.
1086[warn] -- [E147] Syntax Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/sse/ServerSentEventParser.scala:19:2
1087[warn] 19 | final object PosInt {
1088[warn] | ^^^^^
1089[warn] | Modifier final is redundant for this definition
1090[info] [patched file /build/repo/akka-http/target/scala-3.7.4-RC2/src_managed/FormFieldDirectives.scala]
1091[warn] there were 101 feature warnings; re-run with -feature for details
1092[warn] there were 26 deprecation warnings; re-run with -deprecation for details
1093[warn] 8 warnings found
1094[info] /build/repo/akka-http/src/main/java/akka/http/javadsl/unmarshalling/StringUnmarshallers.java: StringUnmarshallers.java uses unchecked or unsafe operations.
1095[info] /build/repo/akka-http/src/main/java/akka/http/javadsl/unmarshalling/StringUnmarshallers.java: Recompile with -Xlint:unchecked for details.
1096[info] done compiling
1097[info] compiling 11 Scala sources and 1 Java source to /build/repo/akka-http-caching/target/scala-3.7.4-RC2/classes ...
1098[warn] there were 2 deprecation warnings; re-run with -deprecation for details
1099[warn] one warning found
1100[info] done compiling
1101[info] compiling 5 Scala sources to /build/repo/akka-http-core/target/scala-3.7.4-RC2/classes ...
1102[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/LinkValue.scala]
1103[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/headers.scala]
1104[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/LanguageRange.scala]
1105[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/CacheDirective.scala]
1106[info] [patched file /build/repo/akka-http-core/target/scala-3.7.4-RC2/src_managed/HttpMessage.scala]
1107[warn] there were 2 deprecation warnings; re-run with -deprecation for details
1108[warn] one warning found
1109[info] done compiling
1110[info] compiling 51 Scala sources and 63 Java sources to /build/repo/akka-http-core/target/scala-3.7.4-RC2/classes ...
1111[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/package.scala:49:4
1112[warn] 49 | synchronized {
1113[warn] | ^^^^^^^^^^^^
1114[warn] | Suspicious top-level unqualified call to synchronized
1115[warn] |
1116[warn] | longer explanation available when compiling with `-explain`
1117[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/Http.scala:457:13
1118[warn] 457 | case _ =>
1119[warn] | ^
1120[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
1121[warn] there were 15 deprecation warnings; re-run with -deprecation for details
1122[warn] four warnings found
1123[info] done compiling
1124[info] compiling 37 Scala sources and 4 Java sources to /build/repo/akka-http-core/target/scala-3.7.4-RC2/classes ...
1125[warn] there were 12 deprecation warnings; re-run with -deprecation for details
1126[warn] 5 warnings found
1127[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/Multiparts.java: Multiparts.java uses unchecked or unsafe operations.
1128[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/Multiparts.java: Recompile with -Xlint:unchecked for details.
1129[info] done compiling
1130[info] compiling 59 Scala sources and 1 Java source to /build/repo/akka-http/target/scala-3.7.4-RC2/classes ...
1131[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:84:55
1132[warn] 84 | { ctx => handler(ctx.request).fast.map(RouteResult.Complete)(ctx.executionContext) }
1133[warn] | ^^^^^^^^^^^^^^^^^^^^
1134[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
1135[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:121:40
1136[warn] 121 | .andThen(_.fast.map(RouteResult.Complete)(ctx.executionContext))
1137[warn] | ^^^^^^^^^^^^^^^^^^^^
1138[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
1139[info] [patched file /build/repo/akka-http/target/scala-3.7.4-RC2/src_managed/FormFieldDirectives.scala]
1140[warn] there were 56 feature warnings; re-run with -feature for details
1141[warn] there were 4 deprecation warnings; re-run with -deprecation for details
1142[warn] four warnings found
1143[info] done compiling
1144[info] compiling 45 Scala sources and 1 Java source to /build/repo/akka-http/target/scala-3.7.4-RC2/classes ...
1145[warn] there were 49 feature warnings; re-run with -feature for details
1146[warn] there were 2 deprecation warnings; re-run with -deprecation for details
1147[warn] 6 warnings found
1148[info] done compiling
1149[info] compiling 2 Scala sources to /build/repo/akka-http-caching/target/scala-3.7.4-RC2/classes ...
1150[info] compiling 16 Scala sources to /build/repo/akka-http-testkit/target/scala-3.7.4-RC2/classes ...
1151[info] done compiling
1152[warn] there were 2 deprecation warnings; re-run with -deprecation for details
1153[warn] one warning found
1154[info] done compiling
1155[info] compiling 2 Scala sources to /build/repo/akka-http-caching/target/scala-3.7.4-RC2/test-classes ...
1156[info] done compiling
1157Starting build for ProjectRef(file:/build/repo/,akka-http2-support) (akka-http2-support)... [2/10]
1158Compile 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
1159[info] compiling 86 Scala sources and 12 Java sources to /build/repo/akka-http-core/target/scala-3.7.4-RC2/test-classes ...
1160[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:66:27
1161[warn] 66 | AkkaSpec.getCallerName(getClass),
1162[warn] | ^^^^^^^^
1163[warn] | Suspicious top-level unqualified call to getClass
1164[warn] |
1165[warn] | longer explanation available when compiling with `-explain`
1166[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:73:55
1167[warn] 73 | def this() = this(ActorSystem(AkkaSpec.getCallerName(getClass), AkkaSpec.testConf))
1168[warn] | ^^^^^^^^
1169[warn] | Suspicious top-level unqualified call to getClass
1170[warn] |
1171[warn] | longer explanation available when compiling with `-explain`
1172[warn] there were 24 deprecation warnings; re-run with -deprecation for details
1173[warn] three warnings found
1174[info] done compiling
1175[info] compiling 23 Scala sources and 1 Java source to /build/repo/akka-http2-support/target/scala-3.7.4-RC2/test-classes ...
1176[warn] there were 14 deprecation warnings; re-run with -deprecation for details
1177[warn] one warning found
1178[info] done compiling
1179Starting build for ProjectRef(file:/build/repo/,akka-http) (akka-http)... [3/10]
1180Compile 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
1181Starting build for ProjectRef(file:/build/repo/,bill-of-materials) (akka-http-bom)... [4/10]
1182Compile 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
1183Starting build for ProjectRef(file:/build/repo/,akka-http-xml) (akka-http-xml)... [5/10]
1184Compile 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
1185[info] compiling 1 Scala source to /build/repo/akka-http-marshallers-scala/akka-http-xml/target/scala-3.7.4-RC2/classes ...
1186[info] done compiling
1187Starting build for ProjectRef(file:/build/repo/,akka-http-testkit) (akka-http-testkit)... [6/10]
1188Compile 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
1189[info] compiling 3 Scala sources and 1 Java source to /build/repo/akka-http-testkit/target/scala-3.7.4-RC2/test-classes ...
1190[info] done compiling
1191Starting build for ProjectRef(file:/build/repo/,akka-http-spray-json) (akka-http-spray-json)... [7/10]
1192Compile 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
1193[info] compiling 2 Scala sources to /build/repo/akka-http-marshallers-scala/akka-http-spray-json/target/scala-3.7.4-RC2/classes ...
1194[info] done compiling
1195[info] compiling 1 Scala source to /build/repo/akka-http-marshallers-scala/akka-http-spray-json/target/scala-3.7.4-RC2/test-classes ...
1196[info] done compiling
1197Starting build for ProjectRef(file:/build/repo/,akka-http-jackson) (akka-http-jackson)... [8/10]
1198Compile 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
1199[info] compiling 1 Java source to /build/repo/akka-http-marshallers-java/akka-http-jackson/target/scala-3.7.4-RC2/classes ...
1200[info] done compiling
1201[info] compiling 1 Java source to /build/repo/akka-http-marshallers-java/akka-http-jackson/target/scala-3.7.4-RC2/test-classes ...
1202[info] done compiling
1203Starting build for ProjectRef(file:/build/repo/,akka-http-core) (akka-http-core)... [9/10]
1204Compile 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
1205
1206************************
1207Build summary:
1208[{
1209 "module": "akka-parsing",
1210 "compile": {"status": "ok", "tookMs": 17487, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
1211 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1212 "test-compile": {"status": "ok", "tookMs": 147, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
1213 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1214 "publish": {"status": "skipped", "tookMs": 0},
1215 "metadata": {
1216 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1217}
1218},{
1219 "module": "akka-http-caching",
1220 "compile": {"status": "ok", "tookMs": 57301, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
1221 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1222 "test-compile": {"status": "ok", "tookMs": 23481, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
1223 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1224 "publish": {"status": "skipped", "tookMs": 0},
1225 "metadata": {
1226 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1227}
1228},{
1229 "module": "akka-http2-support",
1230 "compile": {"status": "ok", "tookMs": 236, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
1231 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1232 "test-compile": {"status": "ok", "tookMs": 19392, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
1233 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1234 "publish": {"status": "skipped", "tookMs": 0},
1235 "metadata": {
1236 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1237}
1238},{
1239 "module": "akka-http",
1240 "compile": {"status": "ok", "tookMs": 210, "warnings": 8, "errors": 0, "sourceVersion": "3.5-migration"},
1241 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1242 "test-compile": {"status": "ok", "tookMs": 266, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
1243 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1244 "publish": {"status": "skipped", "tookMs": 0},
1245 "metadata": {
1246 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1247}
1248},{
1249 "module": "akka-http-bom",
1250 "compile": {"status": "ok", "tookMs": 40, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
1251 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1252 "test-compile": {"status": "ok", "tookMs": 73, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
1253 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1254 "publish": {"status": "skipped", "tookMs": 0},
1255 "metadata": {
1256 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1257}
1258},{
1259 "module": "akka-http-xml",
1260 "compile": {"status": "ok", "tookMs": 636, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
1261 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1262 "test-compile": {"status": "ok", "tookMs": 307, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
1263 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1264 "publish": {"status": "skipped", "tookMs": 0},
1265 "metadata": {
1266 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1267}
1268},{
1269 "module": "akka-http-testkit",
1270 "compile": {"status": "ok", "tookMs": 216, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
1271 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1272 "test-compile": {"status": "ok", "tookMs": 1743, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
1273 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1274 "publish": {"status": "skipped", "tookMs": 0},
1275 "metadata": {
1276 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1277}
1278},{
1279 "module": "akka-http-spray-json",
1280 "compile": {"status": "ok", "tookMs": 747, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
1281 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1282 "test-compile": {"status": "ok", "tookMs": 854, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
1283 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1284 "publish": {"status": "skipped", "tookMs": 0},
1285 "metadata": {
1286 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1287}
1288},{
1289 "module": "akka-http-jackson",
1290 "compile": {"status": "ok", "tookMs": 489, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
1291 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1292 "test-compile": {"status": "ok", "tookMs": 547, "warnings": 0, "errors": 0, "sourceVersion": "3.5-migration"},
1293 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1294 "publish": {"status": "skipped", "tookMs": 0},
1295 "metadata": {
1296 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1297}
1298},{
1299 "module": "akka-http-core",
1300 "compile": {"status": "ok", "tookMs": 99, "warnings": 6, "errors": 0, "sourceVersion": "3.5-migration"},
1301 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1302 "test-compile": {"status": "ok", "tookMs": 174, "warnings": 2, "errors": 0, "sourceVersion": "3.5-migration"},
1303 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1304 "publish": {"status": "skipped", "tookMs": 0},
1305 "metadata": {
1306 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1307}
1308}]
1309************************
1310[success] Total time: 135 s (0:02:15.0), completed 2025 Nov 14 22:04:56
1311[0JChecking patch project/plugins.sbt...
1312Checking patch project/build.properties...
1313Checking patch project/Dependencies.scala...
1314Checking patch build.sbt...
1315Checking patch akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala...
1316Checking patch akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala...
1317Applied patch project/plugins.sbt cleanly.
1318Applied patch project/build.properties cleanly.
1319Applied patch project/Dependencies.scala cleanly.
1320Applied patch build.sbt cleanly.
1321Applied patch akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala cleanly.
1322Applied patch akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala cleanly.
1323No migration rewrite changes found, would not commit
1324----
1325Preparing build for 3.8.0-RC1
1326Scala binary version found: 3.8
1327Implicitly using source version 3.8
1328Scala binary version found: 3.8
1329Implicitly using source version 3.8
1330Would try to apply common scalacOption (best-effort, sbt/mill only):
1331Append: ,REQUIRE:-source:3.8
1332Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1333
1334Try apply source patch:
1335Path: akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala
1336Pattern: case b: BypassEvent with MessagePart
1337Replacement: case b: (BypassEvent & MessagePart)
1338Successfully applied pattern 'case b: BypassEvent with MessagePart' in akka-http-core/src/main/scala/akka/http/impl/engine/ws/WebSocket.scala
1339
1340Try apply source patch:
1341Path: akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala
1342Pattern: headers[T](ClassTag[T](headerClass)).asJava
1343Replacement: headers[T](using ClassTag[T](headerClass)).asJava
1344Successfully applied pattern 'headers[T](ClassTag[T](headerClass)).asJava' in akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala
1345
1346Try apply source patch:
1347Path: akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala
1348Pattern: for (`Cookie`(cookies) <- headers
1349Replacement: for (case `Cookie`(cookies) <- headers
1350Successfully applied pattern 'for (`Cookie`(cookies) <- headers' in akka-http-core/src/main/scala/akka/http/scaladsl/model/HttpMessage.scala
1351
1352Try apply source patch:
1353Path: project/Dependencies.scala
1354Pattern: val scala3Version = "3.2.2"
1355Replacement: val scala3Version = "3.8.0-RC1"
1356Successfully applied pattern 'val scala3Version = "3.2.2"' in project/Dependencies.scala
1357----
1358Starting build for 3.8.0-RC1
1359Execute tests: false
1360sbt project found:
1361Sbt version 1.8.2 is not supported, minimal supported version is 1.11.5
1362Enforcing usage of sbt in version 1.11.5
1363No prepare script found for project akka/akka-http
1364/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
1365##################################
1366Scala version: 3.8.0-RC1
1367Targets: 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
1368Project 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>\""}]}
1369##################################
1370Using extra scalacOptions: ,REQUIRE:-source:3.8
1371Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1372[sbt_options] declare -a sbt_options=()
1373[process_args] java_version = '17'
1374[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
1375# Executing command line:
1376java
1377-Duser.language=en_US.UTF-8
1378-Dfile.encoding=en_US.UTF-8
1379-Dsun.jnu.encoding=UTF-8
1380-Dcommunitybuild.scala=3.8.0-RC1
1381-Dcommunitybuild.project.dependencies.add=
1382-Xmx7G
1383-Xms4G
1384-Xss8M
1385-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
1386-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
1387-jar
1388/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
1389"setCrossScalaVersions 3.8.0-RC1"
1390"++3.8.0-RC1 -v"
1391"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
1392"set every credentials := Nil"
1393"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
1394"removeScalacOptionsStartingWith -P:wartremover"
1395
1396moduleMappings
1397"runBuild 3.8.0-RC1 """{"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"
1398
1399[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
1400[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
1401[info] loading project definition from /build/repo/project
1402[info] compiling 1 Scala source to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
1403[info] done compiling
1404/build/repo/build.sbt:52: warning: value scalafixScalaBinaryVersion in object autoImport is deprecated (since 0.12.1): scalafixScalaBinaryVersion now follows scalaVersion by default
1405 scalafixScalaBinaryVersion := scalaBinaryVersion.value,
1406 ^
1407[info] loading settings for project akka-http-root from build.sbt...
1408[info] resolving key references (33680 settings) ...
1409[info] Building Akka HTTP 10.5.3+1-9bf9604c+20251114-2205-SNAPSHOT against Akka 2.7.0 on Scala 2.13.10
1410[info] set current project to akka-http-root (in build file:/build/repo/)
1411[warn] there's a key that's not used by any other settings/tasks:
1412[warn]
1413[warn] * ThisBuild / scalafixScalaBinaryVersion
1414[warn] +- /build/repo/build.sbt:16
1415[warn]
1416[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
1417[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
1418Execute setCrossScalaVersions: 3.8.0-RC1
1419OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in akka-http-tests/crossScalaVersions
1420OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in akka-http-marshallers-java/crossScalaVersions
1421OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in akka-parsing/crossScalaVersions
1422OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in akka-http-spray-json/crossScalaVersions
1423OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in akka-http-xml/crossScalaVersions
1424OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in akka-http-caching/crossScalaVersions
1425OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in akka-http2-support/crossScalaVersions
1426OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in akka-http/crossScalaVersions
1427OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in akka-http-core/crossScalaVersions
1428OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in akka-http-jackson/crossScalaVersions
1429OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in akka-http-bench-jmh/crossScalaVersions
1430OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in akka-http-marshallers-scala/crossScalaVersions
1431OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in akka-http-testkit/crossScalaVersions
1432OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in docs/crossScalaVersions
1433OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in bill-of-materials/crossScalaVersions
1434OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in akka-http-compatibility-tests/crossScalaVersions
1435[info] Building Akka HTTP 10.5.3+1-9bf9604c+20251114-2205-SNAPSHOT against Akka 2.7.0 on Scala 2.13.10
1436[info] set current project to akka-http-root (in build file:/build/repo/)
1437[info] Setting Scala version to 3.8.0-RC1 on 16 projects.
1438[info] Switching Scala version on:
1439[info] akka-http-marshallers-java (2.13.10, 2.12.17, 3.8.0-RC1)
1440[info] akka-http-spray-json (2.13.10, 2.12.17, 3.8.0-RC1)
1441[info] akka-http-tests (2.13.10, 2.12.17, 3.8.0-RC1)
1442[info] akka-http-bench-jmh (2.13.10, 2.12.17, 3.8.0-RC1)
1443[info] docs (2.13.10, 2.12.17, 3.8.0-RC1)
1444[info] akka-http-marshallers-scala (2.13.10, 2.12.17, 3.8.0-RC1)
1445[info] akka-parsing (2.13.10, 2.12.17, 3.8.0-RC1)
1446[info] akka-http2-support (2.13.10, 2.12.17, 3.8.0-RC1)
1447[info] akka-http-testkit (2.13.10, 2.12.17, 3.8.0-RC1)
1448[info] akka-http-xml (2.13.10, 2.12.17, 3.8.0-RC1)
1449[info] akka-http (2.13.10, 2.12.17, 3.8.0-RC1)
1450[info] akka-http-core (2.13.10, 2.12.17, 3.8.0-RC1)
1451[info] akka-http-compatibility-tests (2.13.10, 2.12.17, 3.8.0-RC1)
1452[info] akka-http-caching (2.13.10, 2.12.17, 3.8.0-RC1)
1453[info] akka-http-jackson (2.13.10, 2.12.17, 3.8.0-RC1)
1454[info] bill-of-materials (2.13.10, 2.12.17, 3.8.0-RC1)
1455[info] Excluding projects:
1456[info] akka-http-scalafix-test-input (2.13.10, 2.12.17)
1457[info] akka-http-scalafix (2.13.10, 2.12.17)
1458[info] akka-http-scalafix-tests (2.13.10, 2.12.17)
1459[info] akka-http-scalafix-test-output (2.13.10, 2.12.17)
1460[info] akka-http-scalafix-rules (2.13.10, 2.12.17)
1461[info] * akka-http-root (2.13.10, 2.12.17)
1462[info] Reapplying settings...
1463[info] Building Akka HTTP 10.5.3+1-9bf9604c+20251114-2205-SNAPSHOT against Akka 2.7.0 on Scala 3.8.0-RC1
1464[info] set current project to akka-http-root (in build file:/build/repo/)
1465Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1466[info] Reapplying settings...
1467[info] Building Akka HTTP 10.5.3+1-9bf9604c+20251114-2205-SNAPSHOT against Akka 2.7.0 on Scala 3.8.0-RC1
1468[info] set current project to akka-http-root (in build file:/build/repo/)
1469[info] Defining Global / credentials, akka-http / credentials and 20 others.
1470[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 110 others.
1471[info] Run `last` for details.
1472[info] Reapplying settings...
1473[info] Building Akka HTTP 10.5.3+1-9bf9604c+20251114-2205-SNAPSHOT against Akka 2.7.0 on Scala 3.8.0-RC1
1474[info] set current project to akka-http-root (in build file:/build/repo/)
1475Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
1476[info] Reapplying settings...
1477OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
1478
1479 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
1480 Did you mean akka-http-testkit / allExcludeDependencies ?
1481 , retry without global scopes
1482[info] Reapplying settings...
1483[info] Building Akka HTTP 10.5.3+1-9bf9604c+20251114-2205-SNAPSHOT against Akka 2.7.0 on Scala 3.8.0-RC1
1484[info] set current project to akka-http-root (in build file:/build/repo/)
1485Execute removeScalacOptionsStartingWith: -P:wartremover
1486[info] Reapplying settings...
1487[info] Building Akka HTTP 10.5.3+1-9bf9604c+20251114-2205-SNAPSHOT against Akka 2.7.0 on Scala 3.8.0-RC1
1488[info] set current project to akka-http-root (in build file:/build/repo/)
1489[success] Total time: 0 s, completed 2025 Nov 14 22:05:32
1490Build 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>\""}]}
1491Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
1492Starting build...
1493Projects: 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)
1494Starting build for ProjectRef(file:/build/repo/,akka-parsing) (akka-parsing)... [0/10]
1495OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
1496OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
1497OpenCB::Filter out '-language:_', matches setting pattern '^-?-language:_'
1498Compile 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
1499[info] compiling 32 Scala sources to /build/repo/akka-parsing/target/scala-3.8.0-RC1/classes ...
1500[warn] there were 18 feature warnings; re-run with -feature for details
1501[warn] one warning found
1502[info] done compiling
1503Starting build for ProjectRef(file:/build/repo/,akka-http-caching) (akka-http-caching)... [1/10]
1504Compile 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
1505[info] Generating 'JavaPathMatchers.scala'
1506[info] compiling 231 Scala sources and 150 Java sources to /build/repo/akka-http-core/target/scala-3.8.0-RC1/classes ...
1507[info] Generating 'ParameterDirectivesInstances.scala'
1508[info] Generating 'FormFieldDirectivesInstances.scala'
1509[info] Generating 'ConstructFromTupleInstances.scala'
1510[info] Generating 'TupleAppendOneInstances.scala'
1511[info] Generating 'TupleFoldInstances.scala'
1512[info] Generating 'ApplyConverterInstances.scala'
1513[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/package.scala:49:4
1514[warn] 49 | synchronized {
1515[warn] | ^^^^^^^^^^^^
1516[warn] | Suspicious top-level unqualified call to synchronized
1517[warn] |
1518[warn] | longer explanation available when compiling with `-explain`
1519[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/http2/framing/Http2FrameParsing.scala:147:11
1520[warn] 147 | case tpe => // TODO: remove once all stream types are defined
1521[warn] | ^^^
1522[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
1523[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/engine/parsing/HttpMessageParser.scala:81:13
1524[warn] 81 | case x => x
1525[warn] | ^
1526[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
1527[warn] -- [E121] Pattern Match Warning: /build/repo/akka-http-core/src/main/scala/akka/http/javadsl/Http.scala:457:13
1528[warn] 457 | case _ =>
1529[warn] | ^
1530[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
1531[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/akka-http-core/src/main/scala/akka/http/impl/util/Rendering.scala:143:15
1532[warn] 143 | case x: LinearSeq[T] => recL(x)
1533[warn] | ^
1534[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]
1535[warn] |
1536[warn] | longer explanation available when compiling with `-explain`
1537[warn] there was 1 feature warning; re-run with -feature for details
1538[warn] there were 41 deprecation warnings; re-run with -deprecation for details
1539[warn] 7 warnings found
1540[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
1541[warn] ContentType$.MODULE$.parse(contentType).right
1542[warn] ^
1543[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
1544[warn] ContentType$.MODULE$.parse(contentType).right().get
1545[warn] ^
1546[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/AttributeKeys.java: Some input files use unchecked or unsafe operations.
1547[info] /build/repo/akka-http-core/src/main/java/akka/http/javadsl/model/AttributeKeys.java: Recompile with -Xlint:unchecked for details.
1548[info] done compiling
1549[info] compiling 145 Scala sources and 8 Java sources to /build/repo/akka-http/target/scala-3.8.0-RC1/classes ...
1550[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:84:55
1551[warn] 84 | { ctx => handler(ctx.request).fast.map(RouteResult.Complete)(ctx.executionContext) }
1552[warn] | ^^^^^^^^^^^^^^^^^^^^
1553[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
1554[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala:121:40
1555[warn] 121 | .andThen(_.fast.map(RouteResult.Complete)(ctx.executionContext))
1556[warn] | ^^^^^^^^^^^^^^^^^^^^
1557[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.server.RouteResult.Complete.apply` explicitly.
1558[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/server/directives/SecurityDirectives.scala:150:53
1559[warn] 150 | parameter("access_token".optional).map(_.map(OAuth2BearerToken))
1560[warn] | ^^^^^^^^^^^^^^^^^
1561[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.headers.OAuth2BearerToken.apply` explicitly.
1562[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/MultipartUnmarshallers.scala:37:56
1563[warn] 37 | createStrictBodyPart = Multipart.General.BodyPart.Strict,
1564[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1565[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.Multipart.General.BodyPart.Strict.apply` explicitly.
1566[warn] -- Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/MultipartUnmarshallers.scala:38:39
1567[warn] 38 | createStrict = Multipart.General.Strict)
1568[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^
1569[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `akka.http.scaladsl.model.Multipart.General.Strict.apply` explicitly.
1570[warn] -- [E147] Syntax Warning: /build/repo/akka-http/src/main/scala/akka/http/scaladsl/unmarshalling/sse/ServerSentEventParser.scala:19:2
1571[warn] 19 | final object PosInt {
1572[warn] | ^^^^^
1573[warn] | Modifier final is redundant for this definition
1574[warn] there were 101 feature warnings; re-run with -feature for details
1575[warn] there were 26 deprecation warnings; re-run with -deprecation for details
1576[warn] 8 warnings found
1577[info] /build/repo/akka-http/src/main/java/akka/http/javadsl/unmarshalling/StringUnmarshallers.java: StringUnmarshallers.java uses unchecked or unsafe operations.
1578[info] /build/repo/akka-http/src/main/java/akka/http/javadsl/unmarshalling/StringUnmarshallers.java: Recompile with -Xlint:unchecked for details.
1579[info] done compiling
1580[info] compiling 11 Scala sources and 1 Java source to /build/repo/akka-http-caching/target/scala-3.8.0-RC1/classes ...
1581[warn] there were 2 deprecation warnings; re-run with -deprecation for details
1582[warn] one warning found
1583[info] done compiling
1584[info] compiling 16 Scala sources to /build/repo/akka-http-testkit/target/scala-3.8.0-RC1/classes ...
1585[warn] there were 2 deprecation warnings; re-run with -deprecation for details
1586[warn] one warning found
1587[info] done compiling
1588[info] compiling 2 Scala sources to /build/repo/akka-http-caching/target/scala-3.8.0-RC1/test-classes ...
1589[info] done compiling
1590Starting build for ProjectRef(file:/build/repo/,akka-http2-support) (akka-http2-support)... [2/10]
1591Compile 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
1592[info] compiling 86 Scala sources and 12 Java sources to /build/repo/akka-http-core/target/scala-3.8.0-RC1/test-classes ...
1593[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:66:27
1594[warn] 66 | AkkaSpec.getCallerName(getClass),
1595[warn] | ^^^^^^^^
1596[warn] | Suspicious top-level unqualified call to getClass
1597[warn] |
1598[warn] | longer explanation available when compiling with `-explain`
1599[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:73:55
1600[warn] 73 | def this() = this(ActorSystem(AkkaSpec.getCallerName(getClass), AkkaSpec.testConf))
1601[warn] | ^^^^^^^^
1602[warn] | Suspicious top-level unqualified call to getClass
1603[warn] |
1604[warn] | longer explanation available when compiling with `-explain`
1605[warn] there were 30 deprecation warnings; re-run with -deprecation for details
1606[warn] three warnings found
1607[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
1608[error] return type scala.PartialFunction<R,R> is not compatible with scala.PartialFunction<R,akka.http.javadsl.model.ws.Message>
1609[error] {
1610[error] @Override
1611[error] public Message apply(Message msg, boolean isCheck) throws Exception {
1612[error] if (isCheck)
1613[error] if (msg.isText()) return null;
1614[error] else throw noMatch();
1615[error] else
1616[error] return handleTextMessage(msg.asTextMessage());
1617[error] }
1618[error] }
1619[error] ^
1620[error] (akka-http-core / Test / compileIncremental) javac returned non-zero exit code
1621[info] compiling 86 Scala sources and 12 Java sources to /build/repo/akka-http-core/target/scala-3.8.0-RC1/test-classes ...
1622[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:66:27
1623[warn] 66 | AkkaSpec.getCallerName(getClass),
1624[warn] | ^^^^^^^^
1625[warn] | Suspicious top-level unqualified call to getClass
1626[warn] |
1627[warn] | longer explanation available when compiling with `-explain`
1628[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:73:55
1629[warn] 73 | def this() = this(ActorSystem(AkkaSpec.getCallerName(getClass), AkkaSpec.testConf))
1630[warn] | ^^^^^^^^
1631[warn] | Suspicious top-level unqualified call to getClass
1632[warn] |
1633[warn] | longer explanation available when compiling with `-explain`
1634[warn] there were 30 deprecation warnings; re-run with -deprecation for details
1635[warn] three warnings found
1636[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
1637[error] return type scala.PartialFunction<R,R> is not compatible with scala.PartialFunction<R,akka.http.javadsl.model.ws.Message>
1638[error] {
1639[error] @Override
1640[error] public Message apply(Message msg, boolean isCheck) throws Exception {
1641[error] if (isCheck)
1642[error] if (msg.isText()) return null;
1643[error] else throw noMatch();
1644[error] else
1645[error] return handleTextMessage(msg.asTextMessage());
1646[error] }
1647[error] }
1648[error] ^
1649[error] (akka-http-core / Test / compileIncremental) javac returned non-zero exit code
1650[info] compiling 86 Scala sources and 12 Java sources to /build/repo/akka-http-core/target/scala-3.8.0-RC1/test-classes ...
1651[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:66:27
1652[warn] 66 | AkkaSpec.getCallerName(getClass),
1653[warn] | ^^^^^^^^
1654[warn] | Suspicious top-level unqualified call to getClass
1655[warn] |
1656[warn] | longer explanation available when compiling with `-explain`
1657[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:73:55
1658[warn] 73 | def this() = this(ActorSystem(AkkaSpec.getCallerName(getClass), AkkaSpec.testConf))
1659[warn] | ^^^^^^^^
1660[warn] | Suspicious top-level unqualified call to getClass
1661[warn] |
1662[warn] | longer explanation available when compiling with `-explain`
1663[warn] there were 30 deprecation warnings; re-run with -deprecation for details
1664[warn] three warnings found
1665[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
1666[error] return type scala.PartialFunction<R,R> is not compatible with scala.PartialFunction<R,akka.http.javadsl.model.ws.Message>
1667[error] {
1668[error] @Override
1669[error] public Message apply(Message msg, boolean isCheck) throws Exception {
1670[error] if (isCheck)
1671[error] if (msg.isText()) return null;
1672[error] else throw noMatch();
1673[error] else
1674[error] return handleTextMessage(msg.asTextMessage());
1675[error] }
1676[error] }
1677[error] ^
1678[error] (akka-http-core / Test / compileIncremental) javac returned non-zero exit code
1679Starting build for ProjectRef(file:/build/repo/,akka-http) (akka-http)... [3/10]
1680Compile 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
1681Starting build for ProjectRef(file:/build/repo/,bill-of-materials) (akka-http-bom)... [4/10]
1682Compile 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
1683Starting build for ProjectRef(file:/build/repo/,akka-http-xml) (akka-http-xml)... [5/10]
1684Compile 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
1685[info] compiling 1 Scala source to /build/repo/akka-http-marshallers-scala/akka-http-xml/target/scala-3.8.0-RC1/classes ...
1686[info] done compiling
1687Starting build for ProjectRef(file:/build/repo/,akka-http-testkit) (akka-http-testkit)... [6/10]
1688Compile 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
1689[info] compiling 3 Scala sources and 1 Java source to /build/repo/akka-http-testkit/target/scala-3.8.0-RC1/test-classes ...
1690[info] done compiling
1691Starting build for ProjectRef(file:/build/repo/,akka-http-spray-json) (akka-http-spray-json)... [7/10]
1692Compile 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
1693[info] compiling 2 Scala sources to /build/repo/akka-http-marshallers-scala/akka-http-spray-json/target/scala-3.8.0-RC1/classes ...
1694[info] done compiling
1695[info] compiling 1 Scala source to /build/repo/akka-http-marshallers-scala/akka-http-spray-json/target/scala-3.8.0-RC1/test-classes ...
1696[info] done compiling
1697Starting build for ProjectRef(file:/build/repo/,akka-http-jackson) (akka-http-jackson)... [8/10]
1698Compile 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
1699[info] compiling 1 Java source to /build/repo/akka-http-marshallers-java/akka-http-jackson/target/scala-3.8.0-RC1/classes ...
1700[info] done compiling
1701[info] compiling 1 Java source to /build/repo/akka-http-marshallers-java/akka-http-jackson/target/scala-3.8.0-RC1/test-classes ...
1702[info] done compiling
1703Starting build for ProjectRef(file:/build/repo/,akka-http-core) (akka-http-core)... [9/10]
1704Compile 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
1705[info] compiling 86 Scala sources and 12 Java sources to /build/repo/akka-http-core/target/scala-3.8.0-RC1/test-classes ...
1706[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:66:27
1707[warn] 66 | AkkaSpec.getCallerName(getClass),
1708[warn] | ^^^^^^^^
1709[warn] | Suspicious top-level unqualified call to getClass
1710[warn] |
1711[warn] | longer explanation available when compiling with `-explain`
1712[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:73:55
1713[warn] 73 | def this() = this(ActorSystem(AkkaSpec.getCallerName(getClass), AkkaSpec.testConf))
1714[warn] | ^^^^^^^^
1715[warn] | Suspicious top-level unqualified call to getClass
1716[warn] |
1717[warn] | longer explanation available when compiling with `-explain`
1718[warn] there were 30 deprecation warnings; re-run with -deprecation for details
1719[warn] three warnings found
1720[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
1721[error] return type scala.PartialFunction<R,R> is not compatible with scala.PartialFunction<R,akka.http.javadsl.model.ws.Message>
1722[error] {
1723[error] @Override
1724[error] public Message apply(Message msg, boolean isCheck) throws Exception {
1725[error] if (isCheck)
1726[error] if (msg.isText()) return null;
1727[error] else throw noMatch();
1728[error] else
1729[error] return handleTextMessage(msg.asTextMessage());
1730[error] }
1731[error] }
1732[error] ^
1733[error] (akka-http-core / Test / compileIncremental) javac returned non-zero exit code
1734[info] compiling 86 Scala sources and 12 Java sources to /build/repo/akka-http-core/target/scala-3.8.0-RC1/test-classes ...
1735[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:66:27
1736[warn] 66 | AkkaSpec.getCallerName(getClass),
1737[warn] | ^^^^^^^^
1738[warn] | Suspicious top-level unqualified call to getClass
1739[warn] |
1740[warn] | longer explanation available when compiling with `-explain`
1741[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:73:55
1742[warn] 73 | def this() = this(ActorSystem(AkkaSpec.getCallerName(getClass), AkkaSpec.testConf))
1743[warn] | ^^^^^^^^
1744[warn] | Suspicious top-level unqualified call to getClass
1745[warn] |
1746[warn] | longer explanation available when compiling with `-explain`
1747[warn] there were 30 deprecation warnings; re-run with -deprecation for details
1748[warn] three warnings found
1749[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
1750[error] return type scala.PartialFunction<R,R> is not compatible with scala.PartialFunction<R,akka.http.javadsl.model.ws.Message>
1751[error] {
1752[error] @Override
1753[error] public Message apply(Message msg, boolean isCheck) throws Exception {
1754[error] if (isCheck)
1755[error] if (msg.isText()) return null;
1756[error] else throw noMatch();
1757[error] else
1758[error] return handleTextMessage(msg.asTextMessage());
1759[error] }
1760[error] }
1761[error] ^
1762[error] (akka-http-core / Test / compileIncremental) javac returned non-zero exit code
1763[info] compiling 86 Scala sources and 12 Java sources to /build/repo/akka-http-core/target/scala-3.8.0-RC1/test-classes ...
1764[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:66:27
1765[warn] 66 | AkkaSpec.getCallerName(getClass),
1766[warn] | ^^^^^^^^
1767[warn] | Suspicious top-level unqualified call to getClass
1768[warn] |
1769[warn] | longer explanation available when compiling with `-explain`
1770[warn] -- [E181] Potential Issue Warning: /build/repo/akka-http-core/src/test/scala/akka/testkit/AkkaSpec.scala:73:55
1771[warn] 73 | def this() = this(ActorSystem(AkkaSpec.getCallerName(getClass), AkkaSpec.testConf))
1772[warn] | ^^^^^^^^
1773[warn] | Suspicious top-level unqualified call to getClass
1774[warn] |
1775[warn] | longer explanation available when compiling with `-explain`
1776[warn] there were 30 deprecation warnings; re-run with -deprecation for details
1777[warn] three warnings found
1778[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
1779[error] return type scala.PartialFunction<R,R> is not compatible with scala.PartialFunction<R,akka.http.javadsl.model.ws.Message>
1780[error] {
1781[error] @Override
1782[error] public Message apply(Message msg, boolean isCheck) throws Exception {
1783[error] if (isCheck)
1784[error] if (msg.isText()) return null;
1785[error] else throw noMatch();
1786[error] else
1787[error] return handleTextMessage(msg.asTextMessage());
1788[error] }
1789[error] }
1790[error] ^
1791[error] (akka-http-core / Test / compileIncremental) javac returned non-zero exit code
1792
1793************************
1794Build summary:
1795[{
1796 "module": "akka-parsing",
1797 "compile": {"status": "ok", "tookMs": 19785, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1798 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1799 "test-compile": {"status": "ok", "tookMs": 141, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1800 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1801 "publish": {"status": "skipped", "tookMs": 0},
1802 "metadata": {
1803 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1804}
1805},{
1806 "module": "akka-http-caching",
1807 "compile": {"status": "ok", "tookMs": 58019, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1808 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1809 "test-compile": {"status": "ok", "tookMs": 4261, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1810 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1811 "publish": {"status": "skipped", "tookMs": 0},
1812 "metadata": {
1813 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1814}
1815},{
1816 "module": "akka-http2-support",
1817 "compile": {"status": "ok", "tookMs": 256, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1818 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1819 "test-compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["javac returned non-zero exit code"]}, "tookMs": 14688, "warnings": 3, "errors": 1, "sourceVersion": "3.8"},
1820 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1821 "publish": {"status": "skipped", "tookMs": 0},
1822 "metadata": {
1823 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1824}
1825},{
1826 "module": "akka-http",
1827 "compile": {"status": "ok", "tookMs": 217, "warnings": 6, "errors": 0, "sourceVersion": "3.8"},
1828 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1829 "test-compile": {"status": "ok", "tookMs": 277, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1830 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1831 "publish": {"status": "skipped", "tookMs": 0},
1832 "metadata": {
1833 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1834}
1835},{
1836 "module": "akka-http-bom",
1837 "compile": {"status": "ok", "tookMs": 54, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1838 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1839 "test-compile": {"status": "ok", "tookMs": 80, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1840 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1841 "publish": {"status": "skipped", "tookMs": 0},
1842 "metadata": {
1843 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1844}
1845},{
1846 "module": "akka-http-xml",
1847 "compile": {"status": "ok", "tookMs": 723, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1848 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1849 "test-compile": {"status": "ok", "tookMs": 421, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1850 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1851 "publish": {"status": "skipped", "tookMs": 0},
1852 "metadata": {
1853 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1854}
1855},{
1856 "module": "akka-http-testkit",
1857 "compile": {"status": "ok", "tookMs": 317, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1858 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1859 "test-compile": {"status": "ok", "tookMs": 1931, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1860 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1861 "publish": {"status": "skipped", "tookMs": 0},
1862 "metadata": {
1863 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1864}
1865},{
1866 "module": "akka-http-spray-json",
1867 "compile": {"status": "ok", "tookMs": 924, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1868 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1869 "test-compile": {"status": "ok", "tookMs": 896, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1870 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1871 "publish": {"status": "skipped", "tookMs": 0},
1872 "metadata": {
1873 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1874}
1875},{
1876 "module": "akka-http-jackson",
1877 "compile": {"status": "ok", "tookMs": 397, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1878 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1879 "test-compile": {"status": "ok", "tookMs": 627, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
1880 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1881 "publish": {"status": "skipped", "tookMs": 0},
1882 "metadata": {
1883 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1884}
1885},{
1886 "module": "akka-http-core",
1887 "compile": {"status": "ok", "tookMs": 123, "warnings": 5, "errors": 0, "sourceVersion": "3.8"},
1888 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1889 "test-compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["javac returned non-zero exit code"]}, "tookMs": 10781, "warnings": 3, "errors": 1, "sourceVersion": "3.8"},
1890 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1891 "publish": {"status": "skipped", "tookMs": 0},
1892 "metadata": {
1893 "crossScalaVersions": ["2.13.10", "2.12.17", "3.2.2"]
1894}
1895}]
1896************************
1897[error] Scala3CommunityBuild$ProjectBuildFailureException: 2 module(s) finished with failures: akka-http2-support, akka-http-core
1898[error] (Global / runBuild) Scala3CommunityBuild$ProjectBuildFailureException: 2 module(s) finished with failures: akka-http2-support, akka-http-core
1899[error] Total time: 175 s (0:02:55.0), completed 2025 Nov 14 22:08:27
1900[0JBuild failed, not retrying.