Build Logs

hagay3/skuber • scheduled_3.8.1-RC1-bin-20260102-32e416e-NIGHTLY

Errors

0

Warnings

451

Total Lines

824

1##################################
2Clonning https://github.com/hagay3/skuber.git into /build/repo using revision v4.0.11
3##################################
4Note: switching to '87cbdf6896b178771fe40e1f306a4997529895c2'.
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.1
22Using target Scala version for migration: 3.7.4
23Migrating project for -source:3.7 using Scala 3.7.4
24----
25Preparing build for 3.7.4
26Would try to apply common scalacOption (best-effort, sbt/mill only):
27Append: -rewrite,REQUIRE:-source:3.7-migration
28Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
29
30Try apply source patch:
31Path: build.sbt
32Pattern: val scala3Version = "3.3.1"
33Replacement: val scala3Version = "3.7.4"
34Starting compilation server
35Compiling project (Scala 3.7.3, JVM (17))
36Compiled project (Scala 3.7.3, JVM (17))
37Successfully applied pattern 'val scala3Version = "3.3.1"' in build.sbt
38----
39Starting build for 3.7.4
40Execute tests: false
41sbt project found:
42Sbt version 1.9.2 is not supported, minimal supported version is 1.11.5
43Enforcing usage of sbt in version 1.11.5
44No prepare script found for project hagay3/skuber
45##################################
46Scala version: 3.7.4
47Targets: io.github.hagay3%skuber io.github.hagay3%skuber-examples
48Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.3.1\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
49##################################
50Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
51Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
52[sbt_options] declare -a sbt_options=()
53[process_args] java_version = '17'
54[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
55# Executing command line:
56java
57-Dfile.encoding=UTF-8
58-Dcommunitybuild.scala=3.7.4
59-Dcommunitybuild.project.dependencies.add=
60-Xmx7G
61-Xms4G
62-Xss8M
63-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
64-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
65-jar
66/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
67"setCrossScalaVersions 3.7.4"
68"++3.7.4 -v"
69"mapScalacOptions "-rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
70"set every credentials := Nil"
71"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
72"removeScalacOptionsStartingWith -P:wartremover"
73
74moduleMappings
75"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.3.1\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}""" io.github.hagay3%skuber io.github.hagay3%skuber-examples"
76
77[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
78[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
79[info] loading project definition from /build/repo/project
80[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
81[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
82[info] Compilation completed in 8.769s.
83[info] done compiling
84/build/repo/build.sbt:197: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
85 .configs(IntegrationTest)
86 ^
87/build/repo/build.sbt:202: 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
88 Defaults.itSettings,
89 ^
90[info] loading settings for project skuber-project from build.sbt, version.sbt...
91[info] set current project to skuber-project (in build file:/build/repo/)
92[warn] there's a key that's not used by any other settings/tasks:
93[warn]
94[warn] * ThisBuild / publishMavenStyle
95[warn] +- /build/repo/build.sbt:60
96[warn]
97[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
98[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
99Execute setCrossScalaVersions: 3.7.4
100OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in skuber/crossScalaVersions
101OpenCB::Limitting incorrect crossVersions List() -> List(2.13.12) in skuber-project/crossScalaVersions
102OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examples/crossScalaVersions
103[info] set current project to skuber-project (in build file:/build/repo/)
104[info] Setting Scala version to 3.7.4 on 2 projects.
105[info] Switching Scala version on:
106[info] skuber (2.12.13, 2.13.12, 3.7.4)
107[info] examples (2.12.13, 2.13.12, 3.7.4)
108[info] Excluding projects:
109[info] * skuber-project (2.13.12)
110[info] Reapplying settings...
111[info] set current project to skuber-project (in build file:/build/repo/)
112Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
113[info] Reapplying settings...
114[info] set current project to skuber-project (in build file:/build/repo/)
115[info] Defining Global / credentials, credentials and 1 others.
116[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 14 others.
117[info] Run `last` for details.
118[info] Reapplying settings...
119[info] set current project to skuber-project (in build file:/build/repo/)
120Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
121[info] Reapplying settings...
122OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
123
124 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
125 Did you mean allExcludeDependencies ?
126 , retry without global scopes
127[info] Reapplying settings...
128[info] set current project to skuber-project (in build file:/build/repo/)
129Execute removeScalacOptionsStartingWith: -P:wartremover
130[info] Reapplying settings...
131[info] set current project to skuber-project (in build file:/build/repo/)
132[success] Total time: 0 s, completed Jan 3, 2026, 1:04:30 AM
133Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.3.1\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
134Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
135Starting build...
136Projects: Set(skuber, examples)
137Starting build for ProjectRef(file:/build/repo/,skuber) (skuber)... [0/2]
138OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
139OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
140Compile scalacOptions: -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
141[info] compiling 111 Scala sources to /build/repo/client/target/scala-3.7.4/classes ...
142[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/client/src/main/scala/skuber/api/client/exec/PodExecImpl.scala:84:8
143[warn] 84 | case bm: ws.BinaryMessage.Strict if bm.data(0) == 1 =>
144[warn] | ^
145[warn] |match may not be exhaustive.
146[warn] |
147[warn] |It would fail on pattern case: _: org.apache.pekko.http.scaladsl.model.ws.Message
148[warn] |
149[warn] | longer explanation available when compiling with `-explain`
150[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/client/src/main/scala/skuber/api/client/exec/PodExecImpl.scala:91:8
151[warn] 91 | case bm: ws.BinaryMessage.Strict =>
152[warn] | ^
153[warn] |match may not be exhaustive.
154[warn] |
155[warn] |It would fail on pattern case: org.apache.pekko.http.scaladsl.model.ws.BinaryMessage.Streamed(_), org.apache.pekko.http.scaladsl.model.ws.TextMessage.Streamed(_), org.apache.pekko.http.scaladsl.model.ws.TextMessage.Strict(_)
156[warn] |
157[warn] | longer explanation available when compiling with `-explain`
158[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/client/src/main/scala/skuber/api/watch/WatchSource.scala:62:10
159[warn] 62 | case (Success(HttpResponse(StatusCodes.OK, _, entity, _)), se) =>
160[warn] | ^
161[warn] | match may not be exhaustive.
162[warn] |
163[warn] | It would fail on pattern case: (scala.util.Success(_), Start(_))
164[warn] |
165[warn] | longer explanation available when compiling with `-explain`
166[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/client/src/main/scala/skuber/json/package.scala:472:6
167[warn] 472 | handler match {
168[warn] | ^^^^^^^
169[warn] |match may not be exhaustive.
170[warn] |
171[warn] |It would fail on pattern case: skuber.GRPCAction(_, _), UnknownHandler
172[warn] |
173[warn] | longer explanation available when compiling with `-explain`
174[info] [patched file /build/repo/client/src/main/scala/skuber/json/package.scala]
175[info] [patched file /build/repo/client/src/main/scala/skuber/json/TolerantListJsonFormatters.scala]
176[info] [patched file /build/repo/client/src/main/scala/skuber/api/Configuration.scala]
177[info] [patched file /build/repo/client/src/main/scala/skuber/autoscaling/v2beta1/HorizontalPodAutoscaler.scala]
178[info] [patched file /build/repo/client/src/main/scala/skuber/Pod.scala]
179[info] [patched file /build/repo/client/src/main/scala/skuber/networking/v1/Ingress.scala]
180[info] [patched file /build/repo/client/src/main/scala/skuber/api/client/exec/PodExecImpl.scala]
181[info] [patched file /build/repo/client/src/main/scala/skuber/annotation/NodeAffinity.scala]
182[info] [patched file /build/repo/client/src/main/scala/skuber/CustomResource.scala]
183[info] [patched file /build/repo/client/src/main/scala/skuber/Resource.scala]
184[info] [patched file /build/repo/client/src/main/scala/skuber/api/watch/BytesToWatchEventSource.scala]
185[info] [patched file /build/repo/client/src/main/scala/skuber/apps/v1/ReplicaSet.scala]
186[info] [patched file /build/repo/client/src/main/scala/skuber/ext/ReplicaSet.scala]
187[info] [patched file /build/repo/client/src/main/scala/skuber/api/client/package.scala]
188[info] [patched file /build/repo/client/src/main/scala/skuber/autoscaling/v2/HorizontalPodAutoscaler.scala]
189[info] [patched file /build/repo/client/src/main/scala/skuber/json/PlayJsonSupportForPekkoHttp.scala]
190[info] [patched file /build/repo/client/src/main/scala/skuber/api/watch/Watch.scala]
191[info] [patched file /build/repo/client/src/main/scala/skuber/api/client/KubernetesClient.scala]
192[info] [patched file /build/repo/client/src/main/scala/skuber/api/client/impl/KubernetesClientImpl.scala]
193[warn] there were 5 feature warnings; re-run with -feature for details
194[warn] there were 24 deprecation warnings; re-run with -deprecation for details
195[warn] 6 warnings found
196[info] done compiling
197[info] compiling 19 Scala sources to /build/repo/client/target/scala-3.7.4/classes ...
198[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/client/src/main/scala/skuber/api/client/exec/PodExecImpl.scala:84:8
199[warn] 84 | case bm: ws.BinaryMessage.Strict if bm.data(0) == 1 =>
200[warn] | ^
201[warn] |match may not be exhaustive.
202[warn] |
203[warn] |It would fail on pattern case: _: org.apache.pekko.http.scaladsl.model.ws.Message
204[warn] |
205[warn] | longer explanation available when compiling with `-explain`
206[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/client/src/main/scala/skuber/api/client/exec/PodExecImpl.scala:91:8
207[warn] 91 | case bm: ws.BinaryMessage.Strict =>
208[warn] | ^
209[warn] |match may not be exhaustive.
210[warn] |
211[warn] |It would fail on pattern case: org.apache.pekko.http.scaladsl.model.ws.BinaryMessage.Streamed(_), org.apache.pekko.http.scaladsl.model.ws.TextMessage.Streamed(_), org.apache.pekko.http.scaladsl.model.ws.TextMessage.Strict(_)
212[warn] |
213[warn] | longer explanation available when compiling with `-explain`
214[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/client/src/main/scala/skuber/json/package.scala:472:6
215[warn] 472 | handler match {
216[warn] | ^^^^^^^
217[warn] |match may not be exhaustive.
218[warn] |
219[warn] |It would fail on pattern case: skuber.GRPCAction(_, _), UnknownHandler
220[warn] |
221[warn] | longer explanation available when compiling with `-explain`
222[warn] there were 3 feature warnings; re-run with -feature for details
223[warn] there were 2 deprecation warnings; re-run with -deprecation for details
224[warn] 5 warnings found
225[info] done compiling
226[info] compiling 4 Scala sources to /build/repo/client/target/scala-3.7.4/classes ...
227[warn] there were 2 deprecation warnings; re-run with -deprecation for details
228[warn] 6 warnings found
229[info] done compiling
230[info] compiling 41 Scala sources to /build/repo/client/target/scala-3.7.4/test-classes ...
231[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:26:0
232[warn] 26 |import Endpoints._
233[warn] |^
234[warn] |Line is indented too far to the left, or a `}` is missing
235[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:103:5
236[warn] 103 | val endps = Json.parse(epsJsonStr).as[Endpoints]
237[warn] | ^
238[warn] | Line is indented too far to the left, or a `}` is missing
239[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:104:5
240[warn] 104 | endps.kind mustEqual "Endpoints"
241[warn] | ^
242[warn] | Line is indented too far to the left, or a `}` is missing
243[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:105:5
244[warn] 105 | endps.name mustEqual "kube-dns"
245[warn] | ^
246[warn] | Line is indented too far to the left, or a `}` is missing
247[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:106:5
248[warn] 106 | endps.metadata.labels.size mustEqual 3
249[warn] | ^
250[warn] | Line is indented too far to the left, or a `}` is missing
251[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:107:5
252[warn] 107 | endps.metadata.labels("kubernetes.io/name") mustEqual "KubeDNS"
253[warn] | ^
254[warn] | Line is indented too far to the left, or a `}` is missing
255[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:108:5
256[warn] 108 | endps.subsets.size mustEqual 1
257[warn] | ^
258[warn] | Line is indented too far to the left, or a `}` is missing
259[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:109:5
260[warn] 109 | endps.subsets(0).addresses.size mustEqual 1
261[warn] | ^
262[warn] | Line is indented too far to the left, or a `}` is missing
263[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:110:5
264[warn] 110 | endps.subsets(0).addresses(0).ip mustEqual("10.246.1.3")
265[warn] | ^
266[warn] | Line is indented too far to the left, or a `}` is missing
267[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:111:5
268[warn] 111 | val tgtRef = endps.subsets(0).addresses(0).targetRef.get
269[warn] | ^
270[warn] | Line is indented too far to the left, or a `}` is missing
271[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:112:5
272[warn] 112 | tgtRef.kind mustEqual "Pod"
273[warn] | ^
274[warn] | Line is indented too far to the left, or a `}` is missing
275[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:113:5
276[warn] 113 | tgtRef.name mustEqual "kube-dns-v3-fkelw"
277[warn] | ^
278[warn] | Line is indented too far to the left, or a `}` is missing
279[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:114:5
280[warn] 114 | val ports = endps.subsets(0).ports
281[warn] | ^
282[warn] | Line is indented too far to the left, or a `}` is missing
283[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:115:5
284[warn] 115 | ports.length mustEqual 2
285[warn] | ^
286[warn] | Line is indented too far to the left, or a `}` is missing
287[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:116:5
288[warn] 116 | ports(0).name mustEqual Some("dns-tcp")
289[warn] | ^
290[warn] | Line is indented too far to the left, or a `}` is missing
291[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:117:5
292[warn] 117 | ports(0).protocol mustEqual Protocol.TCP
293[warn] | ^
294[warn] | Line is indented too far to the left, or a `}` is missing
295[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:118:5
296[warn] 118 | ports(0).port mustEqual 53
297[warn] | ^
298[warn] | Line is indented too far to the left, or a `}` is missing
299[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:119:5
300[warn] 119 | ports(1).name mustEqual Some("dns")
301[warn] | ^
302[warn] | Line is indented too far to the left, or a `}` is missing
303[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:120:5
304[warn] 120 | ports(1).protocol mustEqual Protocol.UDP
305[warn] | ^
306[warn] | Line is indented too far to the left, or a `}` is missing
307[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:121:5
308[warn] 121 | ports(1).port mustEqual 53
309[warn] | ^
310[warn] | Line is indented too far to the left, or a `}` is missing
311[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EnumTest.scala:23:44 -
312[warn] 23 | """.stripMargin))(TestClassEnum.fmt.reads).get
313[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
314[warn] |method reads is eta-expanded even though play.api.libs.json.Reads[skuber.json².TestClassEnum] does not have the @FunctionalInterface annotation.
315[warn] |
316[warn] |where: json is a package in package play.api.libs
317[warn] | json² is a package in package skuber
318[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EnumTest.scala:41:52 -
319[warn] 41 | """.stripMargin))(TestClassEnumNone.fmtNone.reads).get
320[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
321[warn] |method reads is eta-expanded even though play.api.libs.json.Reads[skuber.json².TestClassEnumNone] does not have the @FunctionalInterface annotation.
322[warn] |
323[warn] |where: json is a package in package play.api.libs
324[warn] | json² is a package in package skuber
325[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:24:0
326[warn] 24 |import Node._
327[warn] |^
328[warn] |Line is indented too far to the left, or a `}` is missing
329[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:275:10
330[warn] 275 | val myNodes= Json.parse(nodesJsonStr).as[NodeList]
331[warn] | ^
332[warn] | Line is indented too far to the left, or a `}` is missing
333[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:276:10
334[warn] 276 | myNodes.kind mustEqual "NodeList"
335[warn] | ^
336[warn] | Line is indented too far to the left, or a `}` is missing
337[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:277:10
338[warn] 277 | myNodes.items.length mustEqual 3 // 3 minion nodes
339[warn] | ^
340[warn] | Line is indented too far to the left, or a `}` is missing
341[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:279:10
342[warn] 279 | myNodes(0).name mustEqual "10.245.1.3"
343[warn] | ^
344[warn] | Line is indented too far to the left, or a `}` is missing
345[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:280:10
346[warn] 280 | myNodes(0).status.get.capacity("memory") mustEqual Resource.Quantity("1017552Ki")
347[warn] | ^
348[warn] | Line is indented too far to the left, or a `}` is missing
349[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:282:10
350[warn] 282 | myNodes(1).name mustEqual "10.245.1.4"
351[warn] | ^
352[warn] | Line is indented too far to the left, or a `}` is missing
353[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:283:10
354[warn] 283 | myNodes(1).status.get.capacity("cpu") mustEqual Resource.Quantity("2")
355[warn] | ^
356[warn] | Line is indented too far to the left, or a `}` is missing
357[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:285:10
358[warn] 285 | val readNodes = Json.fromJson[NodeList](Json.toJson(myNodes)).get
359[warn] | ^
360[warn] | Line is indented too far to the left, or a `}` is missing
361[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:286:10
362[warn] 286 | myNodes mustEqual readNodes
363[warn] | ^
364[warn] | Line is indented too far to the left, or a `}` is missing
365[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/ReplicationControllerFormatSpec.scala:26:0
366[warn] 26 |import ReplicationController._
367[warn] |^
368[warn] |Line is indented too far to the left, or a `}` is missing
369[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/ServiceFormatSpec.scala:26:0
370[warn] 26 |import Service._
371[warn] |^
372[warn] |Line is indented too far to the left, or a `}` is missing
373[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/client/src/test/scala/skuber/json/PodFormatSpec.scala:380:28
374[warn] 380 | cntrStatuses(2).state.get match {
375[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^
376[warn] | match may not be exhaustive.
377[warn] |
378[warn] | It would fail on pattern case: _: skuber.Container.State
379[warn] |
380[warn] | longer explanation available when compiling with `-explain`
381[info] [patched file /build/repo/client/src/test/scala/skuber/autoscaling/v2/HorizontalPodAutoscalerSpec.scala]
382[info] [patched file /build/repo/client/src/test/scala/skuber/policy/v1beta1/PodDisruptionBudgetSpec.scala]
383[info] [patched file /build/repo/client/src/test/scala/skuber/network/NetworkPolicySpec.scala]
384[info] [patched file /build/repo/client/src/test/scala/skuber/api/BytesToWatchEventSourceSpec.scala]
385[info] [patched file /build/repo/client/src/test/scala/skuber/ext/DeploymentSpec.scala]
386[info] [patched file /build/repo/client/src/test/scala/skuber/autoscaling/v2beta1/HorizontalPodAutoscalerSpec.scala]
387[info] [patched file /build/repo/client/src/test/scala/skuber/apps/v1/StatefulSetSpec.scala]
388[info] [patched file /build/repo/client/src/test/scala/skuber/api/ListQueryParamSpec.scala]
389[info] [patched file /build/repo/client/src/test/scala/skuber/apps/DeploymentSpec.scala]
390[info] [patched file /build/repo/client/src/test/scala/skuber/json/NamespaceFormatSpec.scala]
391[info] [patched file /build/repo/client/src/test/scala/skuber/apps/StatefulSetSpec.scala]
392[info] [patched file /build/repo/client/src/test/scala/skuber/apps/v1/DeploymentSpec.scala]
393[info] [patched file /build/repo/client/src/test/scala/skuber/json/EnumTest.scala]
394[info] [patched file /build/repo/client/src/test/scala/skuber/model/LabelSelectorSpec.scala]
395[info] [patched file /build/repo/client/src/test/scala/skuber/json/PodFormatSpec.scala]
396[warn] there were 43 deprecation warnings; re-run with -deprecation for details
397[warn] 36 warnings found
398[info] done compiling
399[info] compiling 15 Scala sources to /build/repo/client/target/scala-3.7.4/test-classes ...
400[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EnumTest.scala:23:50 -
401[warn] 23 | """.stripMargin))(using TestClassEnum.fmt.reads).get
402[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
403[warn] |method reads is eta-expanded even though play.api.libs.json.Reads[skuber.json².TestClassEnum] does not have the @FunctionalInterface annotation.
404[warn] |
405[warn] |where: json is a package in package play.api.libs
406[warn] | json² is a package in package skuber
407[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EnumTest.scala:41:58 -
408[warn] 41 | """.stripMargin))(using TestClassEnumNone.fmtNone.reads).get
409[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
410[warn] |method reads is eta-expanded even though play.api.libs.json.Reads[skuber.json².TestClassEnumNone] does not have the @FunctionalInterface annotation.
411[warn] |
412[warn] |where: json is a package in package play.api.libs
413[warn] | json² is a package in package skuber
414[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/client/src/test/scala/skuber/json/PodFormatSpec.scala:380:28
415[warn] 380 | cntrStatuses(2).state.get match {
416[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^
417[warn] | match may not be exhaustive.
418[warn] |
419[warn] | It would fail on pattern case: _: skuber.Container.State
420[warn] |
421[warn] | longer explanation available when compiling with `-explain`
422[warn] there were 41 deprecation warnings; re-run with -deprecation for details
423[warn] four warnings found
424[info] done compiling
425Starting build for ProjectRef(file:/build/repo/,examples) (skuber-examples)... [1/2]
426Compile scalacOptions: -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
427[info] compiling 22 Scala sources to /build/repo/examples/target/scala-3.7.4/classes ...
428[info] [patched file /build/repo/examples/src/main/scala/skuber/examples/argo/EventBusExample.scala]
429[info] [patched file /build/repo/examples/src/main/scala/skuber/examples/customresources/v1beta1/CreateCRD.scala]
430[info] [patched file /build/repo/examples/src/main/scala/skuber/examples/fluent/FluentExamples.scala]
431[info] [patched file /build/repo/examples/src/main/scala/skuber/examples/patch/PatchExamples.scala]
432[info] [patched file /build/repo/examples/src/main/scala/skuber/examples/auth/InClusterConfigurationExample.scala]
433[info] [patched file /build/repo/examples/src/main/scala/skuber/examples/job/PrintPiJob.scala]
434[info] [patched file /build/repo/examples/src/main/scala/skuber/examples/guestbook/GuestbookActor.scala]
435[info] [patched file /build/repo/examples/src/main/scala/skuber/examples/auth/AwsAuthExample.scala]
436[info] [patched file /build/repo/examples/src/main/scala/skuber/examples/guestbook/KubernetesProxyActor.scala]
437[info] [patched file /build/repo/examples/src/main/scala/skuber/examples/deployment/DeploymentExamples.scala]
438[info] [patched file /build/repo/examples/src/main/scala/skuber/examples/scale/ScaleExamples.scala]
439[info] [patched file /build/repo/examples/src/main/scala/skuber/examples/ingress/NginxIngress.scala]
440[warn] there were 18 deprecation warnings; re-run with -deprecation for details
441[warn] one warning found
442[info] done compiling
443[info] compiling 22 Scala sources to /build/repo/examples/target/scala-3.7.4/classes ...
444[warn] there were 18 deprecation warnings; re-run with -deprecation for details
445[warn] one warning found
446[info] done compiling
447
448************************
449Build summary:
450[{
451 "module": "skuber",
452 "compile": {"status": "ok", "tookMs": 39802, "warnings": 4, "errors": 0, "sourceVersion": "3.7-migration"},
453 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
454 "test-compile": {"status": "ok", "tookMs": 18757, "warnings": 35, "errors": 0, "sourceVersion": "3.7-migration"},
455 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
456 "publish": {"status": "skipped", "tookMs": 0},
457 "metadata": {
458 "crossScalaVersions": ["2.12.13", "2.13.12", "3.3.1"]
459}
460},{
461 "module": "skuber-examples",
462 "compile": {"status": "ok", "tookMs": 2190, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
463 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
464 "test-compile": {"status": "ok", "tookMs": 2468, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
465 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
466 "publish": {"status": "skipped", "tookMs": 0},
467 "metadata": {
468 "crossScalaVersions": ["2.12.13", "2.13.12", "3.3.1"]
469}
470}]
471************************
472[success] Total time: 71 s (0:01:11.0), completed Jan 3, 2026, 1:05:42 AM
473[0JChecking patch project/plugins.sbt...
474Checking patch project/build.properties...
475Checking patch build.sbt...
476Applied patch project/plugins.sbt cleanly.
477Applied patch project/build.properties cleanly.
478Applied patch build.sbt cleanly.
479Commit migration rewrites
480Switched to a new branch 'opencb/migrate-source-3.7'
481[opencb/migrate-source-3.7 7a9c1d6] Apply Scala compiler rewrites using -source:3.7-migration using Scala 3.7.4
482 46 files changed, 202 insertions(+), 202 deletions(-)
483----
484Preparing build for 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
485Scala binary version found: 3.8
486Implicitly using source version 3.8
487Scala binary version found: 3.8
488Implicitly using source version 3.8
489Would try to apply common scalacOption (best-effort, sbt/mill only):
490Append: ,REQUIRE:-source:3.8
491Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
492
493Try apply source patch:
494Path: build.sbt
495Pattern: val scala3Version = "3.3.1"
496Replacement: val scala3Version = "3.8.1-RC1-bin-20260102-32e416e-NIGHTLY"
497Successfully applied pattern 'val scala3Version = "3.3.1"' in build.sbt
498----
499Starting build for 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
500Execute tests: false
501sbt project found:
502Sbt version 1.9.2 is not supported, minimal supported version is 1.11.5
503Enforcing usage of sbt in version 1.11.5
504No prepare script found for project hagay3/skuber
505##################################
506Scala version: 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
507Targets: io.github.hagay3%skuber io.github.hagay3%skuber-examples
508Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.3.1\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
509##################################
510Using extra scalacOptions: ,REQUIRE:-source:3.8
511Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
512[sbt_options] declare -a sbt_options=()
513[process_args] java_version = '17'
514[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
515# Executing command line:
516java
517-Dfile.encoding=UTF-8
518-Dcommunitybuild.scala=3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
519-Dcommunitybuild.project.dependencies.add=
520-Xmx7G
521-Xms4G
522-Xss8M
523-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
524-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
525-jar
526/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
527"setCrossScalaVersions 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY"
528"++3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -v"
529"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
530"set every credentials := Nil"
531"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
532"removeScalacOptionsStartingWith -P:wartremover"
533
534moduleMappings
535"runBuild 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.3.1\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}""" io.github.hagay3%skuber io.github.hagay3%skuber-examples"
536
537[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
538[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
539[info] loading project definition from /build/repo/project
540/build/repo/build.sbt:197: warning: value IntegrationTest in trait LibraryManagementSyntax is deprecated (since 1.9.0): Create a separate subproject for testing instead
541 .configs(IntegrationTest)
542 ^
543/build/repo/build.sbt:202: 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
544 Defaults.itSettings,
545 ^
546[info] loading settings for project skuber-project from build.sbt, version.sbt...
547[info] set current project to skuber-project (in build file:/build/repo/)
548[warn] there's a key that's not used by any other settings/tasks:
549[warn]
550[warn] * ThisBuild / publishMavenStyle
551[warn] +- /build/repo/build.sbt:60
552[warn]
553[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
554[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
555Execute setCrossScalaVersions: 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY
556OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in skuber/crossScalaVersions
557OpenCB::Changing crossVersion 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY -> 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY in examples/crossScalaVersions
558OpenCB::Limitting incorrect crossVersions List() -> List(2.13.12) in skuber-project/crossScalaVersions
559[info] set current project to skuber-project (in build file:/build/repo/)
560[info] Setting Scala version to 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY on 2 projects.
561[info] Switching Scala version on:
562[info] skuber (2.12.13, 2.13.12, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
563[info] examples (2.12.13, 2.13.12, 3.8.1-RC1-bin-20260102-32e416e-NIGHTLY)
564[info] Excluding projects:
565[info] * skuber-project (2.13.12)
566[info] Reapplying settings...
567[info] set current project to skuber-project (in build file:/build/repo/)
568Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
569[info] Reapplying settings...
570[info] set current project to skuber-project (in build file:/build/repo/)
571[info] Defining Global / credentials, credentials and 1 others.
572[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 14 others.
573[info] Run `last` for details.
574[info] Reapplying settings...
575[info] set current project to skuber-project (in build file:/build/repo/)
576Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
577[info] Reapplying settings...
578OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
579
580 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
581 Did you mean allExcludeDependencies ?
582 , retry without global scopes
583[info] Reapplying settings...
584[info] set current project to skuber-project (in build file:/build/repo/)
585Execute removeScalacOptionsStartingWith: -P:wartremover
586[info] Reapplying settings...
587[info] set current project to skuber-project (in build file:/build/repo/)
588[success] Total time: 0 s, completed Jan 3, 2026, 1:05:57 AM
589Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.3.1\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
590Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
591Starting build...
592Projects: Set(skuber, examples)
593Starting build for ProjectRef(file:/build/repo/,skuber) (skuber)... [0/2]
594OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
595Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
596[info] compiling 111 Scala sources to /build/repo/client/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
597[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/client/src/main/scala/skuber/api/client/exec/PodExecImpl.scala:84:8
598[warn] 84 | case bm: ws.BinaryMessage.Strict if bm.data(0) == 1 =>
599[warn] | ^
600[warn] |match may not be exhaustive.
601[warn] |
602[warn] |It would fail on pattern case: _: org.apache.pekko.http.scaladsl.model.ws.Message
603[warn] |
604[warn] | longer explanation available when compiling with `-explain`
605[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/client/src/main/scala/skuber/api/client/exec/PodExecImpl.scala:91:8
606[warn] 91 | case bm: ws.BinaryMessage.Strict =>
607[warn] | ^
608[warn] |match may not be exhaustive.
609[warn] |
610[warn] |It would fail on pattern case: org.apache.pekko.http.scaladsl.model.ws.BinaryMessage.Streamed(_), org.apache.pekko.http.scaladsl.model.ws.TextMessage.Streamed(_), org.apache.pekko.http.scaladsl.model.ws.TextMessage.Strict(_)
611[warn] |
612[warn] | longer explanation available when compiling with `-explain`
613[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/client/src/main/scala/skuber/api/watch/WatchSource.scala:62:10
614[warn] 62 | case (Success(HttpResponse(StatusCodes.OK, _, entity, _)), se) =>
615[warn] | ^
616[warn] | match may not be exhaustive.
617[warn] |
618[warn] | It would fail on pattern case: (scala.util.Success(_), Start(_))
619[warn] |
620[warn] | longer explanation available when compiling with `-explain`
621[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/client/src/main/scala/skuber/json/package.scala:472:6
622[warn] 472 | handler match {
623[warn] | ^^^^^^^
624[warn] |match may not be exhaustive.
625[warn] |
626[warn] |It would fail on pattern case: skuber.GRPCAction(_, _), UnknownHandler
627[warn] |
628[warn] | longer explanation available when compiling with `-explain`
629[warn] there were 5 feature warnings; re-run with -feature for details
630[warn] there were 24 deprecation warnings; re-run with -deprecation for details
631[warn] 6 warnings found
632[info] done compiling
633[info] compiling 41 Scala sources to /build/repo/client/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/test-classes ...
634[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:26:0
635[warn] 26 |import Endpoints._
636[warn] |^
637[warn] |Line is indented too far to the left, or a `}` is missing
638[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:103:5
639[warn] 103 | val endps = Json.parse(epsJsonStr).as[Endpoints]
640[warn] | ^
641[warn] | Line is indented too far to the left, or a `}` is missing
642[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:104:5
643[warn] 104 | endps.kind mustEqual "Endpoints"
644[warn] | ^
645[warn] | Line is indented too far to the left, or a `}` is missing
646[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:105:5
647[warn] 105 | endps.name mustEqual "kube-dns"
648[warn] | ^
649[warn] | Line is indented too far to the left, or a `}` is missing
650[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:106:5
651[warn] 106 | endps.metadata.labels.size mustEqual 3
652[warn] | ^
653[warn] | Line is indented too far to the left, or a `}` is missing
654[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:107:5
655[warn] 107 | endps.metadata.labels("kubernetes.io/name") mustEqual "KubeDNS"
656[warn] | ^
657[warn] | Line is indented too far to the left, or a `}` is missing
658[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:108:5
659[warn] 108 | endps.subsets.size mustEqual 1
660[warn] | ^
661[warn] | Line is indented too far to the left, or a `}` is missing
662[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:109:5
663[warn] 109 | endps.subsets(0).addresses.size mustEqual 1
664[warn] | ^
665[warn] | Line is indented too far to the left, or a `}` is missing
666[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:110:5
667[warn] 110 | endps.subsets(0).addresses(0).ip mustEqual("10.246.1.3")
668[warn] | ^
669[warn] | Line is indented too far to the left, or a `}` is missing
670[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:111:5
671[warn] 111 | val tgtRef = endps.subsets(0).addresses(0).targetRef.get
672[warn] | ^
673[warn] | Line is indented too far to the left, or a `}` is missing
674[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:112:5
675[warn] 112 | tgtRef.kind mustEqual "Pod"
676[warn] | ^
677[warn] | Line is indented too far to the left, or a `}` is missing
678[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:113:5
679[warn] 113 | tgtRef.name mustEqual "kube-dns-v3-fkelw"
680[warn] | ^
681[warn] | Line is indented too far to the left, or a `}` is missing
682[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:114:5
683[warn] 114 | val ports = endps.subsets(0).ports
684[warn] | ^
685[warn] | Line is indented too far to the left, or a `}` is missing
686[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:115:5
687[warn] 115 | ports.length mustEqual 2
688[warn] | ^
689[warn] | Line is indented too far to the left, or a `}` is missing
690[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:116:5
691[warn] 116 | ports(0).name mustEqual Some("dns-tcp")
692[warn] | ^
693[warn] | Line is indented too far to the left, or a `}` is missing
694[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:117:5
695[warn] 117 | ports(0).protocol mustEqual Protocol.TCP
696[warn] | ^
697[warn] | Line is indented too far to the left, or a `}` is missing
698[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:118:5
699[warn] 118 | ports(0).port mustEqual 53
700[warn] | ^
701[warn] | Line is indented too far to the left, or a `}` is missing
702[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:119:5
703[warn] 119 | ports(1).name mustEqual Some("dns")
704[warn] | ^
705[warn] | Line is indented too far to the left, or a `}` is missing
706[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:120:5
707[warn] 120 | ports(1).protocol mustEqual Protocol.UDP
708[warn] | ^
709[warn] | Line is indented too far to the left, or a `}` is missing
710[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EndpointsFormatSpec.scala:121:5
711[warn] 121 | ports(1).port mustEqual 53
712[warn] | ^
713[warn] | Line is indented too far to the left, or a `}` is missing
714[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EnumTest.scala:23:50 -
715[warn] 23 | """.stripMargin))(using TestClassEnum.fmt.reads).get
716[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
717[warn] |method reads is eta-expanded even though play.api.libs.json.Reads[skuber.json².TestClassEnum] does not have the @FunctionalInterface annotation.
718[warn] |
719[warn] |where: json is a package in package play.api.libs
720[warn] | json² is a package in package skuber
721[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/EnumTest.scala:41:58 -
722[warn] 41 | """.stripMargin))(using TestClassEnumNone.fmtNone.reads).get
723[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
724[warn] |method reads is eta-expanded even though play.api.libs.json.Reads[skuber.json².TestClassEnumNone] does not have the @FunctionalInterface annotation.
725[warn] |
726[warn] |where: json is a package in package play.api.libs
727[warn] | json² is a package in package skuber
728[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:24:0
729[warn] 24 |import Node._
730[warn] |^
731[warn] |Line is indented too far to the left, or a `}` is missing
732[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:275:10
733[warn] 275 | val myNodes= Json.parse(nodesJsonStr).as[NodeList]
734[warn] | ^
735[warn] | Line is indented too far to the left, or a `}` is missing
736[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:276:10
737[warn] 276 | myNodes.kind mustEqual "NodeList"
738[warn] | ^
739[warn] | Line is indented too far to the left, or a `}` is missing
740[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:277:10
741[warn] 277 | myNodes.items.length mustEqual 3 // 3 minion nodes
742[warn] | ^
743[warn] | Line is indented too far to the left, or a `}` is missing
744[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:279:10
745[warn] 279 | myNodes(0).name mustEqual "10.245.1.3"
746[warn] | ^
747[warn] | Line is indented too far to the left, or a `}` is missing
748[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:280:10
749[warn] 280 | myNodes(0).status.get.capacity("memory") mustEqual Resource.Quantity("1017552Ki")
750[warn] | ^
751[warn] | Line is indented too far to the left, or a `}` is missing
752[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:282:10
753[warn] 282 | myNodes(1).name mustEqual "10.245.1.4"
754[warn] | ^
755[warn] | Line is indented too far to the left, or a `}` is missing
756[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:283:10
757[warn] 283 | myNodes(1).status.get.capacity("cpu") mustEqual Resource.Quantity("2")
758[warn] | ^
759[warn] | Line is indented too far to the left, or a `}` is missing
760[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:285:10
761[warn] 285 | val readNodes = Json.fromJson[NodeList](Json.toJson(myNodes)).get
762[warn] | ^
763[warn] | Line is indented too far to the left, or a `}` is missing
764[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/NodeFormatSpec.scala:286:10
765[warn] 286 | myNodes mustEqual readNodes
766[warn] | ^
767[warn] | Line is indented too far to the left, or a `}` is missing
768[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/ReplicationControllerFormatSpec.scala:26:0
769[warn] 26 |import ReplicationController._
770[warn] |^
771[warn] |Line is indented too far to the left, or a `}` is missing
772[warn] -- Warning: /build/repo/client/src/test/scala/skuber/json/ServiceFormatSpec.scala:26:0
773[warn] 26 |import Service._
774[warn] |^
775[warn] |Line is indented too far to the left, or a `}` is missing
776[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/client/src/test/scala/skuber/json/PodFormatSpec.scala:380:28
777[warn] 380 | cntrStatuses(2).state.get match {
778[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^
779[warn] | match may not be exhaustive.
780[warn] |
781[warn] | It would fail on pattern case: _: skuber.Container.State
782[warn] |
783[warn] | longer explanation available when compiling with `-explain`
784[warn] there were 43 deprecation warnings; re-run with -deprecation for details
785[warn] 36 warnings found
786[info] done compiling
787Starting build for ProjectRef(file:/build/repo/,examples) (skuber-examples)... [1/2]
788Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
789[info] compiling 22 Scala sources to /build/repo/examples/target/scala-3.8.1-RC1-bin-20260102-32e416e-NIGHTLY/classes ...
790[warn] there were 35 deprecation warnings; re-run with -deprecation for details
791[warn] one warning found
792[info] done compiling
793
794************************
795Build summary:
796[{
797 "module": "skuber",
798 "compile": {"status": "ok", "tookMs": 40859, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
799 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
800 "test-compile": {"status": "ok", "tookMs": 8261, "warnings": 35, "errors": 0, "sourceVersion": "3.8"},
801 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
802 "publish": {"status": "skipped", "tookMs": 0},
803 "metadata": {
804 "crossScalaVersions": ["2.12.13", "2.13.12", "3.3.1"]
805}
806},{
807 "module": "skuber-examples",
808 "compile": {"status": "ok", "tookMs": 2836, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
809 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
810 "test-compile": {"status": "ok", "tookMs": 190, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
811 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
812 "publish": {"status": "skipped", "tookMs": 0},
813 "metadata": {
814 "crossScalaVersions": ["2.12.13", "2.13.12", "3.3.1"]
815}
816}]
817************************
818[success] Total time: 63 s (0:01:03.0), completed Jan 3, 2026, 1:07:00 AM
819[0JChecking patch project/plugins.sbt...
820Checking patch project/build.properties...
821Checking patch build.sbt...
822Applied patch project/plugins.sbt cleanly.
823Applied patch project/build.properties cleanly.
824Applied patch build.sbt cleanly.