Build Logs
disneystreaming/alloy • scheduled_3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
Errors
1
Warnings
153
Total Lines
279
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.0-RC1-bin-20251114-d221ef5-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.0-RC1-bin-20251114-d221ef5-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.0-RC1-bin-20251114-d221ef5-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.0-RC1-bin-20251114-d221ef5-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
71 23 72.6M 23 16.7M 0 0 45.1M 0 0:00:01 --:--:-- 0:00:01 45.1M
72 60 72.6M 60 43.7M 0 0 31.9M 0 0:00:02 0:00:01 0:00:01 31.9M
73100 72.6M 100 72.6M 0 0 35.4M 0 0:00:02 0:00:02 --:--:-- 35.4M
74============================== resolve _ ==============================
75[build.sc-61/65] compile
76[build.sc-61] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
77[build.sc-61] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
78[build.sc-61] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
79[build.sc-61] [warn] ^
80[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
81[build.sc-61] [warn] .iterator()
82[build.sc-61] [warn] ^
83[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
84[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
85[build.sc-61] [warn] ^
86[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
87[build.sc-61] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
88[build.sc-61] [warn] ^
89[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
90[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
91[build.sc-61] [warn] ^
92[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
93[build.sc-61] [warn] trait BasePublishModule extends BaseModule with SonatypeCentralPublishModule {
94[build.sc-61] [warn] ^
95[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
96[build.sc-61] [warn] override def mimaPreviousArtifacts: Target[Agg[Dep]] = {
97[build.sc-61] [warn] ^
98[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
99[build.sc-61] [warn] override def ivyDeps: Target[Agg[Dep]] = super.ivyDeps() ++ Seq(Deps.oslib)
100[build.sc-61] [warn] ^
101[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
102[build.sc-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
103[build.sc-61] [warn] ^
104[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
105[build.sc-61] [warn] val testModule = module.millInternal.modules.toList
106[build.sc-61] [warn] ^
107[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
108[build.sc-61] [warn] ctx.root.millInternal.modules.flatMap {
109[build.sc-61] [warn] ^
110[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
111[build.sc-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
112[build.sc-61] [warn] ^
113[build.sc-61] [warn] 9 feature warnings; re-run with -feature for details
114[build.sc-61] [warn] 13 warnings found
115[build.sc-61] [info] done compiling
116[1/1] resolve
117[0J[1A
118[0J[1A
119[1/1] ============================== resolve _ ============================== 20s
120Try build using /opencb/project-builder/mill/millw
121--disable-ticker will be removed in Mill 1.0.0, use `--ticker false`
122[build.sc] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
123[build.sc] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
124[build.sc] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
125[build.sc] [warn] ^
126[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
127[build.sc] [warn] .iterator()
128[build.sc] [warn] ^
129[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
130[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
131[build.sc] [warn] ^
132[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
133[build.sc] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
134[build.sc] [warn] ^
135[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
136[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
137[build.sc] [warn] ^
138[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
139[build.sc] [warn] trait BasePublishModule extends BaseModule with SonatypeCentralPublishModule {
140[build.sc] [warn] ^
141[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
142[build.sc] [warn] override def mimaPreviousArtifacts: Target[Agg[Dep]] = {
143[build.sc] [warn] ^
144[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
145[build.sc] [warn] override def ivyDeps: Target[Agg[Dep]] = super.ivyDeps() ++ Seq(Deps.oslib)
146[build.sc] [warn] ^
147[build.sc] [warn] /build/repo/MillCommunityBuild.sc:221:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
148[build.sc] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
149[build.sc] [warn] ^
150[build.sc] [warn] /build/repo/MillCommunityBuild.sc:262:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
151[build.sc] [warn] val testModule = module.millInternal.modules.toList
152[build.sc] [warn] ^
153[build.sc] [warn] /build/repo/MillCommunityBuild.sc:397:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
154[build.sc] [warn] ctx.root.millInternal.modules.flatMap {
155[build.sc] [warn] ^
156[build.sc] [warn] /build/repo/MillVersionCompat.sc:7:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
157[build.sc] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
158[build.sc] [warn] ^
159[build.sc] [warn] 9 feature warnings; re-run with -feature for details
160[build.sc] [warn] 13 warnings found
161[build.sc] [info] done compiling
162Build 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>\""}]}
163Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
164
165Starting build for alloy-openapi - [0/2]
166Failed to resolve scalaVersion, assume it's Scala 3 project
167OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
168OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
169OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
170[info] compiling 66 Java sources to /build/repo/out/core/compile.dest/classes ...
171[info] done compiling
172[info] compiling 19 Scala sources to /build/repo/out/openapi/3/compile.dest/classes ...
173[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/AddTags.scala:30:23 --
174[warn] 30 | context: Context[_ <: Trait],
175[warn] | ^
176[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
177[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
178[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/AlloyOpenApiExtension.scala:30:55
179[warn] 30 | override def getProtocols(): ju.List[OpenApiProtocol[_]] = List(
180[warn] | ^
181[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
182[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
183[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/AlloyOpenApiExtension.scala:32:48
184[warn] 32 | ).asJava.asInstanceOf[ju.List[OpenApiProtocol[_]]]
185[warn] | ^
186[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
187[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
188[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/DateTimeFormatMapper.scala:42:33
189[warn] 42 | private val mapping: Map[Class[_ <: Trait], String] = Map(
190[warn] | ^
191[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
192[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
193[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/DiscriminatedUnionMemberComponents.scala:38:23
194[warn] 38 | context: Context[_ <: Trait],
195[warn] | ^
196[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
197[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
198[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/ExternalDocumentationMapper.scala:36:38
199[warn] 36 | override def after(context: Context[_ <: Trait], openapi: OpenApi): OpenApi =
200[warn] | ^
201[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
202[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
203[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/ExternalDocumentationMapper.scala:65:23
204[warn] 65 | context: Context[_ <: Trait],
205[warn] | ^
206[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
207[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
208[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/MakeHeadersOptionalMapper.scala:37:23
209[warn] 37 | context: Context[_ <: Trait],
210[warn] | ^
211[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
212[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
213[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/SummaryMapper.scala:26:23
214[warn] 26 | context: Context[_ <: Trait],
215[warn] | ^
216[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
217[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
218[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/package.scala:49:41 --
219[warn] 49 | val openapiAwareTraits: Set[TraitKey[_]] = ServiceLoader
220[warn] | ^
221[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
222[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
223[warn] -- Warning: /build/repo/modules/openapi/src/software/amazon/smithy/openapi/fromsmithy/protocols/AlloyAbstractRestProtocol.scala:249:23
224[warn] 249 | context: Context[_ <: Trait],
225[warn] | ^
226[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
227[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
228[warn] -- Warning: /build/repo/modules/openapi/src/software/amazon/smithy/openapi/fromsmithy/protocols/AlloyAbstractRestProtocol.scala:516:68
229[warn] 516 | (Shape.shapeToBuilder(operationOrError): AbstractShapeBuilder[_, _])
230[warn] | ^
231[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
232[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
233[warn] -- Warning: /build/repo/modules/openapi/src/software/amazon/smithy/openapi/fromsmithy/protocols/AlloyAbstractRestProtocol.scala:516:71
234[warn] 516 | (Shape.shapeToBuilder(operationOrError): AbstractShapeBuilder[_, _])
235[warn] | ^
236[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
237[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
238[warn] 13 warnings found
239[info] done compiling
240Successfully evaluated openapi[3].compile
241Option -classpath was updated
2421 warning found
243Successfully evaluated openapi[3].docJar
244Failed to resolve scalaVersion, assume it's Scala 3 project
245[info] compiling 3 Scala sources and 1 Java source to /build/repo/out/openapi/3/test/compile.dest/classes ...
246[warn] -- Warning: /build/repo/modules/openapi/test/src/alloy/openapi/OpenApiExtensionTest.scala:30:55
247[warn] 30 | override def getProtocols(): ju.List[OpenApiProtocol[_]] = List(
248[warn] | ^
249[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
250[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
251[warn] -- Warning: /build/repo/modules/openapi/test/src/alloy/openapi/OpenApiExtensionTest.scala:32:48
252[warn] 32 | ).asJava.asInstanceOf[ju.List[OpenApiProtocol[_]]]
253[warn] | ^
254[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
255[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
256[warn] two warnings found
257[info] done compiling
258Successfully evaluated openapi[3].test.compile
259Module openapi[3] is not a publish module, skipping publishing
260
261************************
262Build summary:
263[{
264 "module": "alloy-openapi",
265 "compile": {"status": "ok", "tookMs": 18487, "warnings": 0, "errors": 0},
266 "doc": {"status": "ok", "tookMs": 7861, "files": 1, "totalSizeKb": 2761},
267 "test-compile": {"status": "ok", "tookMs": 5992, "warnings": 0, "errors": 0},
268 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
269 "publish": {"status": "skipped", "tookMs": 0},
270 "metadata": {
271 "crossScalaVersions": []
272}
273}]
274************************"
275
276Checking patch build.sc...
277Checking patch .mill-version...
278Applied patch build.sc cleanly.
279Applied patch .mill-version cleanly.