Build Logs

disneystreaming/alloy • 3.7.4:2025-11-06

Errors

0

Warnings

93

Total Lines

207

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.7.4
23Scala binary version found: 3.7
24Implicitly using source version 3.7
25Scala binary version found: 3.7
26Implicitly using source version 3.7
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.7
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.7.4"
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.7.4
41Execute tests: false
42Mill project found:
43Found explicit mill version 0.12.10 in ./mill-version
44Detected mill version=0.12.10, binary version: 0.12
45No prepare script found for project disneystreaming/alloy
46No mill build directory found
47Apply scalafix rules to ./build.sc
48Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
49Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
50Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
51Successfully applied pattern 'package build\n' in /build/repo/MillVersionCompat.sc
52##################################
53Scala version: 3.7.4
54Targets: com.disneystreaming.alloy%alloy-openapi
55Project 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>\""}]}
56##################################
57Downloading mill 0.12.10 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.10/mill-dist-0.12.10.jar ...
58 % Total % Received % Xferd Average Speed Time Time Time Current
59 Dload Upload Total Spent Left Speed
60
61 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
62 23 65.2M 23 15.5M 0 0 17.9M 0 0:00:03 --:--:-- 0:00:03 17.8M
63100 65.2M 100 65.2M 0 0 40.6M 0 0:00:01 0:00:01 --:--:-- 40.6M
64============================== resolve _ ==============================
65[build.sc-61/65] compile
66[build.sc-61] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
67[build.sc-61] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
68[build.sc-61] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
69[build.sc-61] [warn] ^
70[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
71[build.sc-61] [warn] .iterator()
72[build.sc-61] [warn] ^
73[build.sc-61] [warn] 9 feature warnings; re-run with -feature for details
74[build.sc-61] [warn] three warnings found
75[build.sc-61] [info] done compiling
76[1/1] resolve
77[0J[1A
78[0J[1A
79[1/1] ============================== resolve _ ============================== 21s
80Try build using ./mill
81--disable-ticker will be removed in Mill 0.13.0, use `--ticker false`
82[build.sc] [info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
83[build.sc] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
84[build.sc] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
85[build.sc] [warn] ^
86[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
87[build.sc] [warn] .iterator()
88[build.sc] [warn] ^
89[build.sc] [warn] 9 feature warnings; re-run with -feature for details
90[build.sc] [warn] three warnings found
91[build.sc] [info] done compiling
92Build 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>\""}]}
93Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
94
95Starting build for alloy-openapi - [0/2]
96Failed to resolve scalaVersion, assume it's Scala 3 project
97OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
98OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
99OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
100[info] compiling 66 Java sources to /build/repo/out/core/compile.dest/classes ...
101[info] done compiling
102[info] compiling 19 Scala sources to /build/repo/out/openapi/3/compile.dest/classes ...
103[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/AddTags.scala:30:23 --
104[warn] 30 | context: Context[_ <: Trait],
105[warn] | ^
106[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
107[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
108[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/AlloyOpenApiExtension.scala:30:55
109[warn] 30 | override def getProtocols(): ju.List[OpenApiProtocol[_]] = List(
110[warn] | ^
111[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
112[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
113[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/AlloyOpenApiExtension.scala:32:48
114[warn] 32 | ).asJava.asInstanceOf[ju.List[OpenApiProtocol[_]]]
115[warn] | ^
116[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
117[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
118[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/DateTimeFormatMapper.scala:42:33
119[warn] 42 | private val mapping: Map[Class[_ <: Trait], String] = Map(
120[warn] | ^
121[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
122[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
123[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/DiscriminatedUnionMemberComponents.scala:38:23
124[warn] 38 | context: Context[_ <: Trait],
125[warn] | ^
126[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
127[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
128[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/ExternalDocumentationMapper.scala:36:38
129[warn] 36 | override def after(context: Context[_ <: Trait], openapi: OpenApi): OpenApi =
130[warn] | ^
131[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
132[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
133[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/ExternalDocumentationMapper.scala:65:23
134[warn] 65 | context: Context[_ <: Trait],
135[warn] | ^
136[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
137[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
138[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/MakeHeadersOptionalMapper.scala:37:23
139[warn] 37 | context: Context[_ <: Trait],
140[warn] | ^
141[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
142[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
143[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/SummaryMapper.scala:26:23
144[warn] 26 | context: Context[_ <: Trait],
145[warn] | ^
146[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
147[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
148[warn] -- Warning: /build/repo/modules/openapi/src/alloy/openapi/package.scala:49:41 --
149[warn] 49 | val openapiAwareTraits: Set[TraitKey[_]] = ServiceLoader
150[warn] | ^
151[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
152[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
153[warn] -- Warning: /build/repo/modules/openapi/src/software/amazon/smithy/openapi/fromsmithy/protocols/AlloyAbstractRestProtocol.scala:249:23
154[warn] 249 | context: Context[_ <: Trait],
155[warn] | ^
156[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
157[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
158[warn] -- Warning: /build/repo/modules/openapi/src/software/amazon/smithy/openapi/fromsmithy/protocols/AlloyAbstractRestProtocol.scala:516:68
159[warn] 516 | (Shape.shapeToBuilder(operationOrError): AbstractShapeBuilder[_, _])
160[warn] | ^
161[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
162[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
163[warn] -- Warning: /build/repo/modules/openapi/src/software/amazon/smithy/openapi/fromsmithy/protocols/AlloyAbstractRestProtocol.scala:516:71
164[warn] 516 | (Shape.shapeToBuilder(operationOrError): AbstractShapeBuilder[_, _])
165[warn] | ^
166[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
167[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
168[warn] 13 warnings found
169[info] done compiling
170Successfully evaluated openapi[3].compile
171Flag -classpath set repeatedly
1721 warning found
173Successfully evaluated openapi[3].docJar
174Failed to resolve scalaVersion, assume it's Scala 3 project
175[info] compiling 3 Scala sources and 1 Java source to /build/repo/out/openapi/3/test/compile.dest/classes ...
176[warn] -- Warning: /build/repo/modules/openapi/test/src/alloy/openapi/OpenApiExtensionTest.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/test/src/alloy/openapi/OpenApiExtensionTest.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] two warnings found
187[info] done compiling
188Successfully evaluated openapi[3].test.compile
189Module openapi[3] is not a publish module, skipping publishing
190
191************************
192Build summary:
193[{
194 "module": "alloy-openapi",
195 "compile": {"status": "ok", "tookMs": 12818, "warnings": 0, "errors": 0},
196 "doc": {"status": "ok", "tookMs": 5628, "files": 1, "totalSizeKb": 2761},
197 "test-compile": {"status": "ok", "tookMs": 5675, "warnings": 0, "errors": 0},
198 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
199 "publish": {"status": "skipped", "tookMs": 0},
200 "metadata": {
201 "crossScalaVersions": []
202}
203}]
204************************"
205
206Checking patch build.sc...
207Applied patch build.sc cleanly.