Build Logs

eed3si9n/gigahorse • 3.8.0-RC2:2025-11-26

Errors

1

Warnings

97

Total Lines

362

1##################################
2Clonning https://github.com/eed3si9n/gigahorse.git into /build/repo using revision v0.9.3
3##################################
4Note: switching to '74f619ab82f88ece1230c5732b3e5ba96f52eeed'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21Would override fixed Scala version: 3.3.5
22----
23Preparing build for 3.8.0-RC2
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: project/Dependencies.scala
34Pattern: val scala3 = "3.3.5"
35Replacement: val scala3 = "3.8.0-RC2"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scala3 = "3.3.5"' in project/Dependencies.scala
40----
41Starting build for 3.8.0-RC2
42Execute tests: false
43sbt project found:
44Sbt version 1.10.11 is not supported, minimal supported version is 1.11.5
45Enforcing usage of sbt in version 1.11.5
46No prepare script found for project eed3si9n/gigahorse
47/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
48##################################
49Scala version: 3.8.0-RC2
50Targets: com.eed3si9n%gigahorse-apache-http com.eed3si9n%gigahorse-asynchttpclient com.eed3si9n%gigahorse-core com.eed3si9n%gigahorse-okhttp
51Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
52##################################
53Using extra scalacOptions: ,REQUIRE:-source:3.8
54Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
55[sbt_options] declare -a sbt_options=()
56[process_args] java_version = '17'
57[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
58# Executing command line:
59java
60-Dfile.encoding=UTF-8
61-Dcommunitybuild.scala=3.8.0-RC2
62-Dcommunitybuild.project.dependencies.add=
63-Xmx7G
64-Xms4G
65-Xss8M
66-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
67-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
68-jar
69/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
70"setCrossScalaVersions 3.8.0-RC2"
71"++3.8.0-RC2 -v"
72"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
73"set every credentials := Nil"
74"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
75"removeScalacOptionsStartingWith -P:wartremover"
76
77moduleMappings
78"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" com.eed3si9n%gigahorse-apache-http com.eed3si9n%gigahorse-asynchttpclient com.eed3si9n%gigahorse-core com.eed3si9n%gigahorse-okhttp"
79
80[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
81[info] loading settings for project repo-build from akka.sbt, plugin.sbt, plugins.sbt...
82[info] loading project definition from /build/repo/project
83[info] compiling 4 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
84[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
85[info] Compilation completed in 8.584s.
86[warn] /build/repo/project/Shade.scala:16:20: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
87[warn] logLevel in assembly := Level.Error,
88[warn] ^
89[warn] /build/repo/project/Shade.scala:18:30: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
90[warn] assemblyShadeRules in assembly := Seq(
91[warn] ^
92[warn] /build/repo/project/Shade.scala:23:26: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
93[warn] assemblyOption in assembly := (assemblyOption in assembly).value
94[warn] ^
95[warn] /build/repo/project/Shade.scala:23:57: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
96[warn] assemblyOption in assembly := (assemblyOption in assembly).value
97[warn] ^
98[warn] /build/repo/project/Shade.scala:26:25: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
99[warn] fullClasspath in assembly := fullClasspath.value,
100[warn] ^
101[warn] /build/repo/project/Shade.scala:28:39: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
102[warn] externalDependencyClasspath in assembly := externalDependencyClasspath.value,
103[warn] ^
104[warn] /build/repo/project/Shade.scala:30:21: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
105[warn] mainClass in assembly := mainClass.value,
106[warn] ^
107[warn] /build/repo/project/Shade.scala:32:16: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
108[warn] test in assembly := {}
109[warn] ^
110[warn] /build/repo/project/Shade.scala:35:18: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
111[warn] packageBin in Compile := (assembly in ShadeSandbox).value,
112[warn] ^
113[warn] /build/repo/project/Shade.scala:35:42: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
114[warn] packageBin in Compile := (assembly in ShadeSandbox).value,
115[warn] ^
116[warn] /build/repo/project/Shade.scala:43:20: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
117[warn] logLevel in assembly := Level.Error,
118[warn] ^
119[warn] /build/repo/project/Shade.scala:44:33: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
120[warn] assemblyMergeStrategy in assembly := {
121[warn] ^
122[warn] /build/repo/project/Shade.scala:50:56: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
123[warn] val oldStrategy = (assemblyMergeStrategy in assembly).value
124[warn] ^
125[warn] /build/repo/project/Shade.scala:54:30: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
126[warn] assemblyShadeRules in assembly := Seq(
127[warn] ^
128[warn] /build/repo/project/Shade.scala:62:26: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
129[warn] assemblyOption in assembly := (assemblyOption in assembly).value
130[warn] ^
131[warn] /build/repo/project/Shade.scala:62:57: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
132[warn] assemblyOption in assembly := (assemblyOption in assembly).value
133[warn] ^
134[warn] /build/repo/project/Shade.scala:65:25: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
135[warn] fullClasspath in assembly := fullClasspath.value,
136[warn] ^
137[warn] /build/repo/project/Shade.scala:67:39: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
138[warn] externalDependencyClasspath in assembly := externalDependencyClasspath.value,
139[warn] ^
140[warn] /build/repo/project/Shade.scala:69:21: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
141[warn] mainClass in assembly := mainClass.value,
142[warn] ^
143[warn] /build/repo/project/Shade.scala:71:16: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
144[warn] test in assembly := {}
145[warn] ^
146[warn] /build/repo/project/Shade.scala:74:18: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
147[warn] packageBin in Compile := (assembly in ShadeSandbox).value,
148[warn] ^
149[warn] /build/repo/project/Shade.scala:74:42: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
150[warn] packageBin in Compile := (assembly in ShadeSandbox).value,
151[warn] ^
152[warn] 22 warnings found
153[info] done compiling
154[info] loading settings for project root from build.sbt...
155[info] resolving key references (10547 settings) ...
156[info] set current project to gigahorse (in build file:/build/repo/)
157Execute setCrossScalaVersions: 3.8.0-RC2
158OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in asynchttpclient/crossScalaVersions
159OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in apacheHttp/crossScalaVersions
160OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in root/crossScalaVersions
161OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in pekkoHttp/crossScalaVersions
162OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in okhttp/crossScalaVersions
163OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in core/crossScalaVersions
164OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in commonTest/crossScalaVersions
165[info] set current project to gigahorse (in build file:/build/repo/)
166[info] Setting Scala version to 3.8.0-RC2 on 6 projects.
167[info] Switching Scala version on:
168[info] commonTest (2.12.20, 2.13.16, 3.8.0-RC2)
169[info] apacheHttp (2.12.20, 2.13.16, 3.8.0-RC2)
170[info] pekkoHttp (2.12.20, 2.13.16, 3.8.0-RC2)
171[info] okhttp (2.12.20, 2.13.16, 3.8.0-RC2)
172[info] asynchttpclient (2.12.20, 2.13.16, 3.8.0-RC2)
173[info] core (2.12.20, 2.13.16, 3.8.0-RC2)
174[info] Excluding projects:
175[info] shadedAsyncHttpClient (2.12.20, 2.13.16)
176[info] * root (2.12.20)
177[info] shadedApacheHttpClient5 (2.12.20, 2.13.16)
178[info] Reapplying settings...
179[info] set current project to gigahorse (in build file:/build/repo/)
180Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
181[info] Reapplying settings...
182[info] set current project to gigahorse (in build file:/build/repo/)
183[info] Defining Global / credentials, apacheHttp / credentials and 7 others.
184[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 45 others.
185[info] Run `last` for details.
186[info] Reapplying settings...
187[info] set current project to gigahorse (in build file:/build/repo/)
188Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
189[info] Reapplying settings...
190OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
191
192 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
193 Did you mean allExcludeDependencies ?
194 , retry without global scopes
195[info] Reapplying settings...
196[info] set current project to gigahorse (in build file:/build/repo/)
197Execute removeScalacOptionsStartingWith: -P:wartremover
198[info] Reapplying settings...
199[info] set current project to gigahorse (in build file:/build/repo/)
200[success] Total time: 0 s, completed Nov 26, 2025, 5:08:30 PM
201Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.5\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
202Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
203Starting build...
204Projects: Set(commonTest, shadedAsyncHttpClient, apacheHttp, okhttp, shadedApacheHttpClient5, asynchttpclient, core)
205Starting build for ProjectRef(file:/build/repo/,shadedAsyncHttpClient) (shaded-asynchttpclient)... [0/7]
206OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
207OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(ProjectRef(file:/build/repo/,shadedAsyncHttpClient)), Zero, Zero, Zero)
208OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
209OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
210OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(ProjectRef(file:/build/repo/,shadedAsyncHttpClient)), Select(ConfigKey(compile)), Zero, Zero)
211Compile scalacOptions: -encoding, utf8, -unchecked, -Xlint, -Xsource:3, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Wconf:msg=can be rewritten automatically under:s
212OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(ProjectRef(file:/build/repo/,shadedAsyncHttpClient)), Select(ConfigKey(compile)), Select(compile), Zero)
213OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(ProjectRef(file:/build/repo/,shadedAsyncHttpClient)), Select(ConfigKey(test)), Zero, Zero)
214OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(ProjectRef(file:/build/repo/,shadedAsyncHttpClient)), Select(ConfigKey(test)), Select(compile), Zero)
215OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(ProjectRef(file:/build/repo/,shadedAsyncHttpClient)), Select(ConfigKey(shade)), Zero, Zero)
216Starting build for ProjectRef(file:/build/repo/,asynchttpclient) (gigahorse-asynchttpclient)... [1/7]
217Compile scalacOptions: -encoding, utf8, -unchecked, -Xlint, -Xsource:3, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
218[info] compiling 34 Scala sources to /build/repo/core/target/scala-3.8.0-RC2/classes ...
219[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
220[warn] bad option '-Xsource:3' was ignored
221[warn] two warnings found
222[info] done compiling
223[info] compiling 13 Scala sources to /build/repo/asynchttpclient/target/scala-3.8.0-RC2/classes ...
224[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
225[warn] bad option '-Xsource:3' was ignored
226[warn] -- [E121] Pattern Match Warning: /build/repo/asynchttpclient/src/main/scala/gigahorse/support/asynchttpclient/AhcHttpClient.scala:287:11
227[warn] 287 | case _ => throw new RuntimeException("Unknown scheme " + auth.scheme)
228[warn] | ^
229[warn] |Unreachable case except for null (if this is intentional, consider writing case null => instead).
230[warn] there were 5 deprecation warnings; re-run with -deprecation for details
231[warn] four warnings found
232[info] done compiling
233[info] compiling 4 Scala sources to /build/repo/common-test/target/scala-3.8.0-RC2/classes ...
234[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
235[warn] bad option '-Xsource:3' was ignored
236[warn] there were 4 deprecation warnings; re-run with -deprecation for details
237[warn] three warnings found
238[info] done compiling
239[info] compiling 1 Scala source to /build/repo/asynchttpclient/target/scala-3.8.0-RC2/test-classes ...
240[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
241[warn] bad option '-Xsource:3' was ignored
242[warn] two warnings found
243[info] done compiling
244Starting build for ProjectRef(file:/build/repo/,commonTest) (commontest)... [2/7]
245Compile scalacOptions: -encoding, utf8, -unchecked, -Xlint, -Xsource:3, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
246Starting build for ProjectRef(file:/build/repo/,apacheHttp) (gigahorse-apache-http)... [3/7]
247Compile scalacOptions: -encoding, utf8, -unchecked, -Xlint, -Xsource:3, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
248OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(ProjectRef(file:/build/repo/,shadedApacheHttpClient5)), Zero, Zero, Zero)
249OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(ProjectRef(file:/build/repo/,shadedApacheHttpClient5)), Select(ConfigKey(shade)), Zero, Zero)
250OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(ProjectRef(file:/build/repo/,shadedApacheHttpClient5)), Select(ConfigKey(compile)), Zero, Zero)
251OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(ProjectRef(file:/build/repo/,shadedApacheHttpClient5)), Select(ConfigKey(compile)), Select(compile), Zero)
252[info] compiling 10 Scala sources to /build/repo/apache-http/target/scala-3.8.0-RC2/classes ...
253[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
254[warn] bad option '-Xsource:3' was ignored
255[warn] two warnings found
256[info] done compiling
257[info] compiling 1 Scala source to /build/repo/apache-http/target/scala-3.8.0-RC2/test-classes ...
258[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
259[warn] bad option '-Xsource:3' was ignored
260[warn] two warnings found
261[info] done compiling
262Starting build for ProjectRef(file:/build/repo/,core) (gigahorse-core)... [4/7]
263Compile scalacOptions: -encoding, utf8, -unchecked, -Xlint, -Xsource:3, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
264Starting build for ProjectRef(file:/build/repo/,okhttp) (gigahorse-okhttp)... [5/7]
265Compile scalacOptions: -encoding, utf8, -unchecked, -Xlint, -Xsource:3, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
266[info] compiling 9 Scala sources to /build/repo/okhttp/target/scala-3.8.0-RC2/classes ...
267[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
268[warn] bad option '-Xsource:3' was ignored
269[warn] there was 1 deprecation warning; re-run with -deprecation for details
270[warn] three warnings found
271[info] done compiling
272[info] compiling 1 Scala source to /build/repo/okhttp/target/scala-3.8.0-RC2/test-classes ...
273[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
274[warn] bad option '-Xsource:3' was ignored
275[warn] two warnings found
276[info] done compiling
277Starting build for ProjectRef(file:/build/repo/,shadedApacheHttpClient5) (shaded-apache-httpclient5)... [6/7]
278Compile scalacOptions: -encoding, utf8, -unchecked, -Xlint, -Xsource:3, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Wconf:msg=can be rewritten automatically under:s
279OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(ProjectRef(file:/build/repo/,shadedApacheHttpClient5)), Select(ConfigKey(test)), Zero, Zero)
280OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(ProjectRef(file:/build/repo/,shadedApacheHttpClient5)), Select(ConfigKey(test)), Select(compile), Zero)
281
282************************
283Build summary:
284[{
285 "module": "shaded-asynchttpclient",
286 "compile": {"status": "ok", "tookMs": 66, "warnings": 0, "errors": 0},
287 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
288 "test-compile": {"status": "ok", "tookMs": 2369, "warnings": 0, "errors": 0},
289 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
290 "publish": {"status": "skipped", "tookMs": 0},
291 "metadata": {
292 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.5"]
293}
294},{
295 "module": "gigahorse-asynchttpclient",
296 "compile": {"status": "ok", "tookMs": 13299, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
297 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
298 "test-compile": {"status": "ok", "tookMs": 3439, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
299 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
300 "publish": {"status": "skipped", "tookMs": 0},
301 "metadata": {
302 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.5"]
303}
304},{
305 "module": "commontest",
306 "compile": {"status": "ok", "tookMs": 91, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
307 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
308 "test-compile": {"status": "ok", "tookMs": 177, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
309 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
310 "publish": {"status": "ok", "tookMs": 4},
311 "metadata": {
312 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.5"]
313}
314},{
315 "module": "gigahorse-apache-http",
316 "compile": {"status": "ok", "tookMs": 2595, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
317 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
318 "test-compile": {"status": "ok", "tookMs": 708, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
319 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
320 "publish": {"status": "skipped", "tookMs": 0},
321 "metadata": {
322 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.5"]
323}
324},{
325 "module": "gigahorse-core",
326 "compile": {"status": "ok", "tookMs": 48, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
327 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
328 "test-compile": {"status": "ok", "tookMs": 92, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
329 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
330 "publish": {"status": "skipped", "tookMs": 0},
331 "metadata": {
332 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.5"]
333}
334},{
335 "module": "gigahorse-okhttp",
336 "compile": {"status": "ok", "tookMs": 1122, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
337 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
338 "test-compile": {"status": "ok", "tookMs": 579, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
339 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
340 "publish": {"status": "skipped", "tookMs": 0},
341 "metadata": {
342 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.5"]
343}
344},{
345 "module": "shaded-apache-httpclient5",
346 "compile": {"status": "ok", "tookMs": 37, "warnings": 0, "errors": 0},
347 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
348 "test-compile": {"status": "ok", "tookMs": 210, "warnings": 0, "errors": 0},
349 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
350 "publish": {"status": "skipped", "tookMs": 0},
351 "metadata": {
352 "crossScalaVersions": ["2.12.20", "2.13.16", "3.3.5"]
353}
354}]
355************************
356[success] Total time: 74 s (0:01:14.0), completed Nov 26, 2025, 5:09:44 PM
357[0JChecking patch project/build.properties...
358Checking patch project/Dependencies.scala...
359Checking patch build.sbt...
360Applied patch project/build.properties cleanly.
361Applied patch project/Dependencies.scala cleanly.
362Applied patch build.sbt cleanly.