Build Logs

disneystreaming/alloy • scheduled_3.8.1-RC1-bin-20251122-91351e3-NIGHTLY

Errors

1

Warnings

153

Total Lines

277

1##################################
2Clonning https://github.com/disneystreaming/alloy.git into /build/repo using revision v0.3.33
3##################################
4Note: switching to 'cc65e49406d5c965bb7e577f2dd6ef88ac5f49ec'.
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.1-RC1-bin-20251122-91351e3-NIGHTLY
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: build.sc
33Pattern: "3" -> "3\.\d\.\d"
34Replacement: "3" -> "3.8.1-RC1-bin-20251122-91351e3-NIGHTLY"
35Starting compilation server
36Compiling project (Scala 3.7.3, JVM (17))
37Compiled project (Scala 3.7.3, JVM (17))
38Successfully applied pattern '"3" -> "3\.\d\.\d"' in build.sc
39----
40Starting build for 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY
41Execute tests: false
42Mill project found:
43Found explicit mill version 0.12.10 in ./mill-version
44Force upgrade of millVersion 0.12.10 to 0.12.16
45Detected mill version=0.12.16, binary version: 0.12
46No prepare script found for project disneystreaming/alloy
47No mill build directory found
48Apply scalafix rules to ./build.sc
49Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
50Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
51Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
52Successfully applied pattern 'package build\n' in /build/repo/MillVersionCompat.sc
53##################################
54Scala version: 3.8.1-RC1-bin-20251122-91351e3-NIGHTLY
55Targets: com.disneystreaming.alloy%alloy-openapi
56Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sc","pattern":"\"3\" -> \"3\\.\\d\\.\\d\"","replaceWith":"\"3\" -> \"<SCALA_VERSION>\""}]}
57##################################
58Downloading mill 0.12.16 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.16/mill-dist-0.12.16.jar ...
59 % Total % Received % Xferd Average Speed Time Time Time Current
60 Dload Upload Total Spent Left Speed
61
62 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
63 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
64curl: (22) The requested URL returned error: 404
65Mill launcher ./mill failed to launch, skipping
66Downloading mill 0.12.16 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.16/mill-dist-0.12.16.exe ...
67 % Total % Received % Xferd Average Speed Time Time Time Current
68 Dload Upload Total Spent Left Speed
69
70 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
71100 72.6M 100 72.6M 0 0 126M 0 --:--:-- --:--:-- --:--:-- 126M
72============================== resolve _ ==============================
73[build.sc-61/65] compile
74[build.sc-61] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
75[build.sc-61] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
76[build.sc-61] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
77[build.sc-61] [warn] ^
78[build.sc-61] [warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
79[build.sc-61] [warn] .iterator()
80[build.sc-61] [warn] ^
81[build.sc-61] [warn] /build/repo/build.sc:25:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
82[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
83[build.sc-61] [warn] ^
84[build.sc-61] [warn] /build/repo/build.sc:36:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
85[build.sc-61] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
86[build.sc-61] [warn] ^
87[build.sc-61] [warn] /build/repo/build.sc:37:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
88[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
89[build.sc-61] [warn] ^
90[build.sc-61] [warn] /build/repo/build.sc:91:49: trait SonatypeCentralPublishModule in package sonatypecentral is deprecated (since Mill 0.12.15): Use mill.scalalib.SonatypeCentralPublishModule instead
91[build.sc-61] [warn] trait BasePublishModule extends BaseModule with SonatypeCentralPublishModule {
92[build.sc-61] [warn] ^
93[build.sc-61] [warn] /build/repo/build.sc:117:39: type Target in package mill is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
94[build.sc-61] [warn] override def mimaPreviousArtifacts: Target[Agg[Dep]] = {
95[build.sc-61] [warn] ^
96[build.sc-61] [warn] /build/repo/build.sc:173:27: type Target in package mill is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
97[build.sc-61] [warn] override def ivyDeps: Target[Agg[Dep]] = super.ivyDeps() ++ Seq(Deps.oslib)
98[build.sc-61] [warn] ^
99[build.sc-61] [warn] /build/repo/MillCommunityBuild.sc:221:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
100[build.sc-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
101[build.sc-61] [warn] ^
102[build.sc-61] [warn] /build/repo/MillCommunityBuild.sc:262:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
103[build.sc-61] [warn] val testModule = module.millInternal.modules.toList
104[build.sc-61] [warn] ^
105[build.sc-61] [warn] /build/repo/MillCommunityBuild.sc:397:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
106[build.sc-61] [warn] ctx.root.millInternal.modules.flatMap {
107[build.sc-61] [warn] ^
108[build.sc-61] [warn] /build/repo/MillVersionCompat.sc:7:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
109[build.sc-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
110[build.sc-61] [warn] ^
111[build.sc-61] [warn] 9 feature warnings; re-run with -feature for details
112[build.sc-61] [warn] 13 warnings found
113[build.sc-61] [info] done compiling
114[1/1] resolve
115[0J[1A
116[0J[1A
117[1/1] ============================== resolve _ ============================== 19s
118Try build using /opencb/project-builder/mill/millw
119--disable-ticker will be removed in Mill 1.0.0, use `--ticker false`
120[build.sc] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
121[build.sc] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
122[build.sc] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
123[build.sc] [warn] ^
124[build.sc] [warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
125[build.sc] [warn] .iterator()
126[build.sc] [warn] ^
127[build.sc] [warn] /build/repo/build.sc:25:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
128[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
129[build.sc] [warn] ^
130[build.sc] [warn] /build/repo/build.sc:36:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
131[build.sc] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
132[build.sc] [warn] ^
133[build.sc] [warn] /build/repo/build.sc:37:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
134[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
135[build.sc] [warn] ^
136[build.sc] [warn] /build/repo/build.sc:91:49: trait SonatypeCentralPublishModule in package sonatypecentral is deprecated (since Mill 0.12.15): Use mill.scalalib.SonatypeCentralPublishModule instead
137[build.sc] [warn] trait BasePublishModule extends BaseModule with SonatypeCentralPublishModule {
138[build.sc] [warn] ^
139[build.sc] [warn] /build/repo/build.sc:117:39: type Target in package mill is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
140[build.sc] [warn] override def mimaPreviousArtifacts: Target[Agg[Dep]] = {
141[build.sc] [warn] ^
142[build.sc] [warn] /build/repo/build.sc:173:27: type Target in package mill is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
143[build.sc] [warn] override def ivyDeps: Target[Agg[Dep]] = super.ivyDeps() ++ Seq(Deps.oslib)
144[build.sc] [warn] ^
145[build.sc] [warn] /build/repo/MillCommunityBuild.sc:221:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
146[build.sc] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
147[build.sc] [warn] ^
148[build.sc] [warn] /build/repo/MillCommunityBuild.sc:262:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
149[build.sc] [warn] val testModule = module.millInternal.modules.toList
150[build.sc] [warn] ^
151[build.sc] [warn] /build/repo/MillCommunityBuild.sc:397:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
152[build.sc] [warn] ctx.root.millInternal.modules.flatMap {
153[build.sc] [warn] ^
154[build.sc] [warn] /build/repo/MillVersionCompat.sc:7:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
155[build.sc] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
156[build.sc] [warn] ^
157[build.sc] [warn] 9 feature warnings; re-run with -feature for details
158[build.sc] [warn] 13 warnings found
159[build.sc] [info] done compiling
160Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sc","pattern":"\"3\" -> \"3\\.\\d\\.\\d\"","replaceWith":"\"3\" -> \"<SCALA_VERSION>\""}]}
161Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
162
163Starting build for alloy-openapi - [0/2]
164Failed to resolve scalaVersion, assume it's Scala 3 project
165OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
166OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
167OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
168[info] compiling 66 Java sources to /build/repo/out/core/compile.dest/classes ...
169[info] done compiling
170[info] compiling 19 Scala sources to /build/repo/out/openapi/3/compile.dest/classes ...
171[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/AddTags.scala:30:23 --
172[warn] 30 | context: Context[_ <: Trait],
173[warn] | ^
174[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
175[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
176[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/AlloyOpenApiExtension.scala:30:55
177[warn] 30 | override def getProtocols(): ju.List[OpenApiProtocol[_]] = List(
178[warn] | ^
179[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
180[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
181[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/AlloyOpenApiExtension.scala:32:48
182[warn] 32 | ).asJava.asInstanceOf[ju.List[OpenApiProtocol[_]]]
183[warn] | ^
184[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
185[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
186[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/DateTimeFormatMapper.scala:42:33
187[warn] 42 | private val mapping: Map[Class[_ <: Trait], String] = Map(
188[warn] | ^
189[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
190[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
191[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/DiscriminatedUnionMemberComponents.scala:38:23
192[warn] 38 | context: Context[_ <: Trait],
193[warn] | ^
194[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
195[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
196[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/ExternalDocumentationMapper.scala:36:38
197[warn] 36 | override def after(context: Context[_ <: Trait], openapi: OpenApi): OpenApi =
198[warn] | ^
199[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
200[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
201[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/ExternalDocumentationMapper.scala:65:23
202[warn] 65 | context: Context[_ <: Trait],
203[warn] | ^
204[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
205[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
206[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/MakeHeadersOptionalMapper.scala:37:23
207[warn] 37 | context: Context[_ <: Trait],
208[warn] | ^
209[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
210[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
211[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/SummaryMapper.scala:26:23
212[warn] 26 | context: Context[_ <: Trait],
213[warn] | ^
214[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
215[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
216[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/package.scala:49:41 --
217[warn] 49 | val openapiAwareTraits: Set[TraitKey[_]] = ServiceLoader
218[warn] | ^
219[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
220[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
221[warn] -- Warning: /build/repo/modules/openapi/src/software/amazon/smithy/openapi/fromsmithy/protocols/AlloyAbstractRestProtocol.scala:249:23
222[warn] 249 | context: Context[_ <: Trait],
223[warn] | ^
224[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
225[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
226[warn] -- Warning: /build/repo/modules/openapi/src/software/amazon/smithy/openapi/fromsmithy/protocols/AlloyAbstractRestProtocol.scala:516:68
227[warn] 516 | (Shape.shapeToBuilder(operationOrError): AbstractShapeBuilder[_, _])
228[warn] | ^
229[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
230[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
231[warn] -- Warning: /build/repo/modules/openapi/src/software/amazon/smithy/openapi/fromsmithy/protocols/AlloyAbstractRestProtocol.scala:516:71
232[warn] 516 | (Shape.shapeToBuilder(operationOrError): AbstractShapeBuilder[_, _])
233[warn] | ^
234[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
235[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
236[warn] 13 warnings found
237[info] done compiling
238Successfully evaluated openapi[3].compile
239Option -classpath was updated
2401 warning found
241Successfully evaluated openapi[3].docJar
242Failed to resolve scalaVersion, assume it's Scala 3 project
243[info] compiling 3 Scala sources and 1 Java source to /build/repo/out/openapi/3/test/compile.dest/classes ...
244[warn] -- Warning: /build/repo/modules/openapi/test/src/alloy/openapi/OpenApiExtensionTest.scala:30:55
245[warn] 30 | override def getProtocols(): ju.List[OpenApiProtocol[_]] = List(
246[warn] | ^
247[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
248[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
249[warn] -- Warning: /build/repo/modules/openapi/test/src/alloy/openapi/OpenApiExtensionTest.scala:32:48
250[warn] 32 | ).asJava.asInstanceOf[ju.List[OpenApiProtocol[_]]]
251[warn] | ^
252[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
253[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
254[warn] two warnings found
255[info] done compiling
256Successfully evaluated openapi[3].test.compile
257Module openapi[3] is not a publish module, skipping publishing
258
259************************
260Build summary:
261[{
262 "module": "alloy-openapi",
263 "compile": {"status": "ok", "tookMs": 13808, "warnings": 0, "errors": 0},
264 "doc": {"status": "ok", "tookMs": 7057, "files": 1, "totalSizeKb": 2759},
265 "test-compile": {"status": "ok", "tookMs": 5881, "warnings": 0, "errors": 0},
266 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
267 "publish": {"status": "skipped", "tookMs": 0},
268 "metadata": {
269 "crossScalaVersions": []
270}
271}]
272************************"
273
274Checking patch build.sc...
275Checking patch .mill-version...
276Applied patch build.sc cleanly.
277Applied patch .mill-version cleanly.