Build Logs

tmccarthy/fetch • 3.8.0-RC2:2025-11-26

Errors

0

Warnings

23

Total Lines

288

1##################################
2Clonning https://github.com/tmccarthy/fetch.git into /build/repo using revision v0.9.2
3##################################
4Note: switching to 'eeac8fbdef4d2d9d6377b64f3f511c3a890f0a75'.
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
21----
22Preparing build for 3.8.0-RC2
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30
31Try apply source patch:
32Path: core/src/main/scala/au/id/tmm/fetch/osm/model/response/Place.scala
33Pattern: case class Other private (
34Replacement: case class Other private[SubKey] (
35Starting compilation server
36Compiling project (Scala 3.7.3, JVM (17))
37Compiled project (Scala 3.7.3, JVM (17))
38Successfully applied pattern 'case class Other private (' in core/src/main/scala/au/id/tmm/fetch/osm/model/response/Place.scala
39
40Try apply source patch:
41Path: build.sbt
42Pattern: ThisBuild / tlFatalWarnings := true
43Replacement:
44Successfully applied pattern 'ThisBuild / tlFatalWarnings := true' in build.sbt
45----
46Starting build for 3.8.0-RC2
47Execute tests: false
48sbt project found:
49Sbt version 1.7.0 is not supported, minimal supported version is 1.11.5
50Enforcing usage of sbt in version 1.11.5
51No prepare script found for project tmccarthy/fetch
52/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
53##################################
54Scala version: 3.8.0-RC2
55Targets: au.id.tmm.fetch%fetch-aws au.id.tmm.fetch%fetch-aws-dynamodb au.id.tmm.fetch%fetch-aws-textract au.id.tmm.fetch%fetch-cache au.id.tmm.fetch%fetch-core
56Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set awsTextract/Compile/doc/sources := Nil"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"core/src/main/scala/au/id/tmm/fetch/osm/model/response/Place.scala","pattern":"case class Other private (","replaceWith":"case class Other private[SubKey] ("},{"path":"build.sbt","pattern":"ThisBuild / tlFatalWarnings := true","replaceWith":""}]}
57##################################
58Using extra scalacOptions: ,REQUIRE:-source:3.8
59Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
60[sbt_options] declare -a sbt_options=()
61[process_args] java_version = '17'
62[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
63# Executing command line:
64java
65-Dfile.encoding=UTF-8
66-Dcommunitybuild.scala=3.8.0-RC2
67-Dcommunitybuild.project.dependencies.add=
68-Xmx7G
69-Xms4G
70-Xss8M
71-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
72-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
73-jar
74/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
75"setCrossScalaVersions 3.8.0-RC2"
76"++3.8.0-RC2 -v"
77"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
78"set every credentials := Nil"
79"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
80"removeScalacOptionsStartingWith -P:wartremover"
81"set awsTextract/Compile/doc/sources := Nil"
82moduleMappings
83"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set awsTextract/Compile/doc/sources := Nil"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"core/src/main/scala/au/id/tmm/fetch/osm/model/response/Place.scala","pattern":"case class Other private (","replaceWith":"case class Other private[SubKey] ("},{"path":"build.sbt","pattern":"ThisBuild / tlFatalWarnings := true","replaceWith":""}]}""" au.id.tmm.fetch%fetch-aws au.id.tmm.fetch%fetch-aws-dynamodb au.id.tmm.fetch%fetch-aws-textract au.id.tmm.fetch%fetch-cache au.id.tmm.fetch%fetch-core"
84
85[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
86[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
87[info] loading project definition from /build/repo/project
88[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
89[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
90[info] Compilation completed in 9.17s.
91[info] done compiling
92/build/repo/build.sbt:107: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
93 .configs(IntegrationTest)
94 ^
95/build/repo/build.sbt:109: warning: lazy value itSettings in object Defaults is deprecated (since 1.9.0): Create a separate subproject instead of using IntegrationTest and in addition avoid using itSettings
96 Defaults.itSettings,
97 ^
98/build/repo/build.sbt:110: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
99 IntegrationTest / parallelExecution := false,
100 ^
101/build/repo/build.sbt:133: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
102 .configs(IntegrationTest)
103 ^
104/build/repo/build.sbt:135: warning: lazy value itSettings in object Defaults is deprecated (since 1.9.0): Create a separate subproject instead of using IntegrationTest and in addition avoid using itSettings
105 Defaults.itSettings,
106 ^
107/build/repo/build.sbt:136: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
108 IntegrationTest / parallelExecution := false,
109 ^
110/build/repo/build.sbt:158: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
111 .configs(IntegrationTest)
112 ^
113/build/repo/build.sbt:160: warning: lazy value itSettings in object Defaults is deprecated (since 1.9.0): Create a separate subproject instead of using IntegrationTest and in addition avoid using itSettings
114 Defaults.itSettings,
115 ^
116/build/repo/build.sbt:161: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
117 IntegrationTest / parallelExecution := false,
118 ^
119[info] loading settings for project root from build.sbt...
120[info] set scmInfo to https://github.com/tmccarthy/fetch
121[info] set current project to fetch (in build file:/build/repo/)
122Execute setCrossScalaVersions: 3.8.0-RC2
123OpenCB::Changing crossVersion 3.2.1 -> 3.8.0-RC2 in rootNative/crossScalaVersions
124OpenCB::Changing crossVersion 3.2.1 -> 3.8.0-RC2 in awsTextract/crossScalaVersions
125OpenCB::Changing crossVersion 3.2.1 -> 3.8.0-RC2 in awsDynamodb/crossScalaVersions
126OpenCB::Changing crossVersion 3.2.1 -> 3.8.0-RC2 in rootJS/crossScalaVersions
127OpenCB::Changing crossVersion 3.2.1 -> 3.8.0-RC2 in core/crossScalaVersions
128[info] set scmInfo to https://github.com/tmccarthy/fetch
129OpenCB::Changing crossVersion 3.2.1 -> 3.8.0-RC2 in root/crossScalaVersions
130OpenCB::Changing crossVersion 3.2.1 -> 3.8.0-RC2 in rootJVM/crossScalaVersions
131OpenCB::Changing crossVersion 3.2.1 -> 3.8.0-RC2 in aws/crossScalaVersions
132OpenCB::Changing crossVersion 3.2.1 -> 3.8.0-RC2 in cache/crossScalaVersions
133[info] set current project to fetch (in build file:/build/repo/)
134[info] Setting Scala version to 3.8.0-RC2 on 9 projects.
135[info] Switching Scala version on:
136[info] aws (2.13.8, 3.8.0-RC2)
137[info] * root (2.13.8, 3.8.0-RC2)
138[info] rootJS (2.13.8, 3.8.0-RC2)
139[info] cache (2.13.8, 3.8.0-RC2)
140[info] awsTextract (2.13.8, 3.8.0-RC2)
141[info] rootJVM (2.13.8, 3.8.0-RC2)
142[info] rootNative (2.13.8, 3.8.0-RC2)
143[info] awsDynamodb (2.13.8, 3.8.0-RC2)
144[info] core (2.13.8, 3.8.0-RC2)
145[info] Excluding projects:
146[info] Reapplying settings...
147[info] set scmInfo to https://github.com/tmccarthy/fetch
148[info] set current project to fetch (in build file:/build/repo/)
149Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
150[info] Reapplying settings...
151[info] set scmInfo to https://github.com/tmccarthy/fetch
152[info] set current project to fetch (in build file:/build/repo/)
153[info] Defining Global / credentials, aws / credentials and 7 others.
154[info] The new values will be used by allCredentials, aws / allCredentials and 51 others.
155[info] Run `last` for details.
156[info] Reapplying settings...
157[info] set scmInfo to https://github.com/tmccarthy/fetch
158[info] set current project to fetch (in build file:/build/repo/)
159Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
160[info] Reapplying settings...
161OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
162
163 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
164 Did you mean allExcludeDependencies ?
165 , retry without global scopes
166[info] Reapplying settings...
167[info] set scmInfo to https://github.com/tmccarthy/fetch
168[info] set current project to fetch (in build file:/build/repo/)
169Execute removeScalacOptionsStartingWith: -P:wartremover
170[info] Reapplying settings...
171[info] set scmInfo to https://github.com/tmccarthy/fetch
172[info] set current project to fetch (in build file:/build/repo/)
173[info] Defining awsTextract / Compile / doc / sources
174[info] The new value will be used by awsTextract / Compile / doc
175[info] Reapplying settings...
176[info] set scmInfo to https://github.com/tmccarthy/fetch
177[info] set current project to fetch (in build file:/build/repo/)
178[success] Total time: 0 s, completed Nov 26, 2025, 4:56:32 PM
179Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set awsTextract/Compile/doc/sources := Nil"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"core/src/main/scala/au/id/tmm/fetch/osm/model/response/Place.scala","pattern":"case class Other private (","replaceWith":"case class Other private[SubKey] ("},{"path":"build.sbt","pattern":"ThisBuild / tlFatalWarnings := true","replaceWith":""}]}
180Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
181Starting build...
182Projects: Set(aws, cache, awsTextract, awsDynamodb, core)
183Starting build for ProjectRef(file:/build/repo/,aws) (fetch-aws)... [0/5]
184OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
185OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
186OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
187OpenCB::Filter out '-source:3.0-migration', matches setting pattern '^-?-source(:.*)?'
188Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
189[info] compiling 32 Scala sources to /build/repo/core/target/scala-3.8.0-RC2/classes ...
190[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
191[warn] one warning found
192[info] done compiling
193[info] compiling 9 Scala sources to /build/repo/cache/target/scala-3.8.0-RC2/classes ...
194[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
195[warn] one warning found
196[info] done compiling
197[info] compiling 5 Scala sources to /build/repo/aws/core/target/scala-3.8.0-RC2/classes ...
198[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
199[warn] one warning found
200[info] done compiling
201Starting build for ProjectRef(file:/build/repo/,core) (fetch-core)... [1/5]
202Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
203[info] compiling 2 Scala sources to /build/repo/core/target/scala-3.8.0-RC2/test-classes ...
204[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
205[warn] one warning found
206[info] done compiling
207Starting build for ProjectRef(file:/build/repo/,awsDynamodb) (fetch-aws-dynamodb)... [2/5]
208Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
209[info] compiling 2 Scala sources to /build/repo/aws/dynamodb/target/scala-3.8.0-RC2/classes ...
210[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
211[warn] one warning found
212[info] done compiling
213Starting build for ProjectRef(file:/build/repo/,awsTextract) (fetch-aws-textract)... [3/5]
214Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
215[info] compiling 40 Scala sources to /build/repo/aws/textract/target/scala-3.8.0-RC2/classes ...
216[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
217[warn] one warning found
218[info] done compiling
219Starting build for ProjectRef(file:/build/repo/,cache) (fetch-cache)... [4/5]
220Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
221[info] compiling 8 Scala sources to /build/repo/cache/target/scala-3.8.0-RC2/test-classes ...
222[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
223[warn] one warning found
224[info] done compiling
225
226************************
227Build summary:
228[{
229 "module": "fetch-aws",
230 "compile": {"status": "ok", "tookMs": 20921, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
231 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
232 "test-compile": {"status": "ok", "tookMs": 282, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
233 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
234 "publish": {"status": "skipped", "tookMs": 0},
235 "metadata": {
236 "crossScalaVersions": ["2.13.8", "3.2.1"]
237}
238},{
239 "module": "fetch-core",
240 "compile": {"status": "ok", "tookMs": 64, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
241 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
242 "test-compile": {"status": "ok", "tookMs": 887, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
243 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
244 "publish": {"status": "skipped", "tookMs": 0},
245 "metadata": {
246 "crossScalaVersions": ["2.13.8", "3.2.1"]
247}
248},{
249 "module": "fetch-aws-dynamodb",
250 "compile": {"status": "ok", "tookMs": 1263, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
251 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
252 "test-compile": {"status": "ok", "tookMs": 270, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
253 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
254 "publish": {"status": "skipped", "tookMs": 0},
255 "metadata": {
256 "crossScalaVersions": ["2.13.8", "3.2.1"]
257}
258},{
259 "module": "fetch-aws-textract",
260 "compile": {"status": "ok", "tookMs": 5423, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
261 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
262 "test-compile": {"status": "ok", "tookMs": 253, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
263 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
264 "publish": {"status": "skipped", "tookMs": 0},
265 "metadata": {
266 "crossScalaVersions": ["2.13.8", "3.2.1"]
267}
268},{
269 "module": "fetch-cache",
270 "compile": {"status": "ok", "tookMs": 108, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
271 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
272 "test-compile": {"status": "ok", "tookMs": 1531, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
273 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
274 "publish": {"status": "skipped", "tookMs": 0},
275 "metadata": {
276 "crossScalaVersions": ["2.13.8", "3.2.1"]
277}
278}]
279************************
280[success] Total time: 112 s (0:01:52.0), completed Nov 26, 2025, 4:58:24 PM
281[0JChecking patch project/plugins.sbt...
282Checking patch project/build.properties...
283Checking patch core/src/main/scala/au/id/tmm/fetch/osm/model/response/Place.scala...
284Checking patch build.sbt...
285Applied patch project/plugins.sbt cleanly.
286Applied patch project/build.properties cleanly.
287Applied patch core/src/main/scala/au/id/tmm/fetch/osm/model/response/Place.scala cleanly.
288Applied patch build.sbt cleanly.