Build Logs

disneystreaming/smithy-translate • scheduled_3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY

Errors

1

Warnings

525

Total Lines

807

1##################################
2Clonning https://github.com/disneystreaming/smithy-translate.git into /build/repo using revision v0.7.4
3##################################
4Note: switching to '32e3788d6a13cf9219dc24f8c2b5bba64e16ed95'.
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-20251107-3bea2f3-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: buildSetup.sc
33Pattern: case ZincWorkerUtil.DottyVersion("0",
34Replacement: case ZincWorkerUtil.Scala3Version(
35Starting compilation server
36Compiling project (Scala 3.7.3, JVM (21))
37Compiled project (Scala 3.7.3, JVM (21))
38Successfully applied pattern 'case ZincWorkerUtil.DottyVersion("0",' in buildSetup.sc
39
40Try apply source patch:
41Path: buildSetup.sc
42Pattern: -java-output-version:11
43Replacement: -java-output-version:21
44Successfully applied pattern '-java-output-version:11' in buildSetup.sc
45----
46Starting build for 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY
47Execute tests: false
48Mill project found:
49Found explicit mill version 0.12.10 in ./mill-version
50Force upgrade of millVersion 0.12.10 to 0.12.16
51Detected mill version=0.12.16, binary version: 0.12
52No prepare script found for project disneystreaming/smithy-translate
53No mill build directory found
54Apply scalafix rules to ./build.sc
55Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
56Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
57Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
58Successfully applied pattern 'package build\n' in /build/repo/MillVersionCompat.sc
59##################################
60Scala version: 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY
61Targets: com.disneystreaming.smithy%smithytranslate-compiler-core com.disneystreaming.smithy%smithytranslate-formatter com.disneystreaming.smithy%smithytranslate-json-schema com.disneystreaming.smithy%smithytranslate-openapi com.disneystreaming.smithy%smithytranslate-proto com.disneystreaming.smithy%smithytranslate-runners com.disneystreaming.smithy%smithytranslate-transitive
62Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"buildSetup.sc","pattern":"case ZincWorkerUtil.DottyVersion(\"0\",","replaceWith":"case ZincWorkerUtil.Scala3Version("},{"path":"buildSetup.sc","pattern":"-java-output-version:11","replaceWith":"-java-output-version:21"}]}
63##################################
64Downloading mill 0.12.16 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.16/mill-dist-0.12.16.jar ...
65 % Total % Received % Xferd Average Speed Time Time Time Current
66 Dload Upload Total Spent Left Speed
67
68 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
69 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
70curl: (22) The requested URL returned error: 404
71Mill launcher ./mill failed to launch, skipping
72Downloading mill 0.12.16 from https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.16/mill-dist-0.12.16.exe ...
73 % Total % Received % Xferd Average Speed Time Time Time Current
74 Dload Upload Total Spent Left Speed
75
76 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
77 0 72.6M 0 32811 0 0 255k 0 0:04:51 --:--:-- 0:04:51 254k
78100 72.6M 100 72.6M 0 0 66.3M 0 0:00:01 0:00:01 --:--:-- 66.4M
79============================== resolve _ ==============================
80[build.sc-61/65] compile
81[build.sc-61] [info] compiling 6 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
82[build.sc-61] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
83[build.sc-61] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
84[build.sc-61] [warn] ^
85[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
86[build.sc-61] [warn] .iterator()
87[build.sc-61] [warn] ^
88[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
89[build.sc-61] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
90[build.sc-61] [warn] ^
91[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
92[build.sc-61] [warn] val testModule = module.millInternal.modules.toList
93[build.sc-61] [warn] ^
94[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
95[build.sc-61] [warn] ctx.root.millInternal.modules.flatMap {
96[build.sc-61] [warn] ^
97[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
98[build.sc-61] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
99[build.sc-61] [warn] ^
100[build.sc-61] [warn] /build/repo/build.sc:8:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
101[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
102[build.sc-61] [warn] ^
103[build.sc-61] [warn] /build/repo/build.sc:19:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
104[build.sc-61] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
105[build.sc-61] [warn] ^
106[build.sc-61] [warn] /build/repo/build.sc:20:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
107[build.sc-61] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
108[build.sc-61] [warn] ^
109[build.sc-61] [warn] /build/repo/build.sc:177:62: method publishSelfDependency in trait PublishModule is deprecated (since 0.12.12): Use artifactMetadata instead
110[build.sc-61] [warn] Agg(mill.scalalib.publish.Dependency(jvmOuter.shaded.publishSelfDependency(), Scope.Compile))
111[build.sc-61] [warn] ^
112[build.sc-61] [warn] /build/repo/buildSetup.sc:60:49: trait SonatypeCentralPublishModule in package sonatypecentral is deprecated (since Mill 0.12.15): Use mill.scalalib.SonatypeCentralPublishModule instead
113[build.sc-61] [warn] trait BasePublishModule extends BaseModule with SonatypeCentralPublishModule {
114[build.sc-61] [warn] ^
115[build.sc-61] [warn] /build/repo/buildSetup.sc:199:10: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
116[build.sc-61] [warn] case ZincWorkerUtil.ReleaseVersion(major, minor, patch) =>
117[build.sc-61] [warn] ^
118[build.sc-61] [warn] /build/repo/buildSetup.sc:205:10: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
119[build.sc-61] [warn] case ZincWorkerUtil.ReleaseVersion(major, minor, patch) =>
120[build.sc-61] [warn] ^
121[build.sc-61] [warn] /build/repo/buildSetup.sc:207:10: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
122[build.sc-61] [warn] case ZincWorkerUtil.MinorSnapshotVersion(major, minor, patch) =>
123[build.sc-61] [warn] ^
124[build.sc-61] [warn] /build/repo/buildSetup.sc:209:10: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
125[build.sc-61] [warn] case ZincWorkerUtil.Scala3Version( minor, patch) =>
126[build.sc-61] [warn] ^
127[build.sc-61] [warn] 15 warnings found
128[build.sc-61] [info] done compiling
129[1/1] resolve
130[0J[1A
131[0J[1A
132[1/1] ============================== resolve _ ============================== 27s
133Try build using /opencb/project-builder/mill/millw
134--disable-ticker will be removed in Mill 1.0.0, use `--ticker false`
135[build.sc] [info] compiling 6 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
136[build.sc] [warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
137[build.sc] [warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
138[build.sc] [warn] ^
139[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
140[build.sc] [warn] .iterator()
141[build.sc] [warn] ^
142[build.sc] [warn] /build/repo/MillCommunityBuild.sc:221:14: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
143[build.sc] [warn] ctx.root.millInternal.modules.collect { case module: PublishModule =>
144[build.sc] [warn] ^
145[build.sc] [warn] /build/repo/MillCommunityBuild.sc:262:29: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
146[build.sc] [warn] val testModule = module.millInternal.modules.toList
147[build.sc] [warn] ^
148[build.sc] [warn] /build/repo/MillCommunityBuild.sc:397:12: object millInternal in trait Module is deprecated (since Mill 0.12.11): Use moduleInternal instead
149[build.sc] [warn] ctx.root.millInternal.modules.flatMap {
150[build.sc] [warn] ^
151[build.sc] [warn] /build/repo/MillVersionCompat.sc:7:41: trait ZincWorkerModule in package scalalib is deprecated (since Mill 0.12.11): Use JvmWorkerModule instead
152[build.sc] [warn] type ZincWorkerModule = mill.scalalib.ZincWorkerModule
153[build.sc] [warn] ^
154[build.sc] [warn] /build/repo/build.sc:8:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
155[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String])(implicit ctx: mill.api.Ctx): Seq[String] =
156[build.sc] [warn] ^
157[build.sc] [warn] /build/repo/build.sc:19:79: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
158[build.sc] [warn] implicit class MillCommunityBuildScalacOptionsTargetOps(asTarget: mill.define.Target[Seq[String]]){
159[build.sc] [warn] ^
160[build.sc] [warn] /build/repo/build.sc:20:50: trait Target in package define is deprecated (since Mill 0.12.15): Use Task.Simple[T] or T[T] instead
161[build.sc] [warn] def mapScalacOptions(scalaVersion: mill.define.Target[String]) = scalaVersion.zip(asTarget).map {
162[build.sc] [warn] ^
163[build.sc] [warn] /build/repo/build.sc:177:62: method publishSelfDependency in trait PublishModule is deprecated (since 0.12.12): Use artifactMetadata instead
164[build.sc] [warn] Agg(mill.scalalib.publish.Dependency(jvmOuter.shaded.publishSelfDependency(), Scope.Compile))
165[build.sc] [warn] ^
166[build.sc] [warn] /build/repo/buildSetup.sc:60:49: trait SonatypeCentralPublishModule in package sonatypecentral is deprecated (since Mill 0.12.15): Use mill.scalalib.SonatypeCentralPublishModule instead
167[build.sc] [warn] trait BasePublishModule extends BaseModule with SonatypeCentralPublishModule {
168[build.sc] [warn] ^
169[build.sc] [warn] /build/repo/buildSetup.sc:199:10: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
170[build.sc] [warn] case ZincWorkerUtil.ReleaseVersion(major, minor, patch) =>
171[build.sc] [warn] ^
172[build.sc] [warn] /build/repo/buildSetup.sc:205:10: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
173[build.sc] [warn] case ZincWorkerUtil.ReleaseVersion(major, minor, patch) =>
174[build.sc] [warn] ^
175[build.sc] [warn] /build/repo/buildSetup.sc:207:10: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
176[build.sc] [warn] case ZincWorkerUtil.MinorSnapshotVersion(major, minor, patch) =>
177[build.sc] [warn] ^
178[build.sc] [warn] /build/repo/buildSetup.sc:209:10: object ZincWorkerUtil in package api is deprecated (since Mill 0.12.11): Use JvmWorkerUtil instead
179[build.sc] [warn] case ZincWorkerUtil.Scala3Version( minor, patch) =>
180[build.sc] [warn] ^
181[build.sc] [warn] 15 warnings found
182[build.sc] [info] done compiling
183Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"buildSetup.sc","pattern":"case ZincWorkerUtil.DottyVersion(\"0\",","replaceWith":"case ZincWorkerUtil.Scala3Version("},{"path":"buildSetup.sc","pattern":"-java-output-version:11","replaceWith":"-java-output-version:21"}]}
184Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
185OpenCB::Use cross-version 3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY instead of 3.3.6
186
187Starting build for smithytranslate-proto - [0/8]
188Failed to resolve scalaVersion, assume it's Scala 3 project
189OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
190OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
191Failed to resolve scalaVersion, assume it's Scala 3 project
192[info] compiling 6 Java sources to /build/repo/out/traits/compile.dest/classes ...
193[warn] source value 8 is obsolete and will be removed in a future release
194[warn] target value 8 is obsolete and will be removed in a future release
195[warn] To suppress warnings about obsolete options, use -Xlint:-options.
196[info] done compiling
197[info] compiling 4 Scala sources to /build/repo/out/transitive/3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/compile.dest/classes ...
198[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
199[warn] -- Warning: /build/repo/modules/transitive/src/closure/TransitiveModel.scala:121:16
200[warn] 121 | shapes: _*
201[warn] | ^
202[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
203[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
204[warn] two warnings found
205[info] done compiling
206[info] compiling 9 Scala sources to /build/repo/out/proto/3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/compile.dest/classes ...
207[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
208[warn] one warning found
209[info] done compiling
210Successfully evaluated proto[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].compile
211Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
212Skipping unused scalacOptions: -Xkind-projector
213Flag -classpath set repeatedly
2142 warnings found
215Successfully evaluated proto[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].docJar
216[info] compiling 6 Scala sources to /build/repo/out/proto/3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/test/compile.dest/classes ...
217[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
218[warn] -- Warning: /build/repo/modules/proto/test/src/smithytranslate/proto3/internals/CompilerRendererSuite.scala:2003:44
219[warn] 2003 | ProtoValidator.run(renderedFiles.toSeq: _*)
220[warn] | ^
221[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
222[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
223[warn] two warnings found
224[info] done compiling
225Successfully evaluated proto[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].test.compile
226Module proto[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY] is not a publish module, skipping publishing
227
228Starting build for smithytranslate-runners - [1/8]
229No test module defined in runners[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY]
230Failed to resolve scalaVersion, assume it's Scala 3 project
231Failed to resolve scalaVersion, assume it's Scala 3 project
232Failed to resolve scalaVersion, assume it's Scala 3 project
233Failed to resolve scalaVersion, assume it's Scala 3 project
234Failed to resolve scalaVersion, assume it's Scala 3 project
235[info] compiling 30 Scala sources to /build/repo/out/formatter/jvm/3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/compile.dest/classes ...
236[info] compiling 41 Scala sources to /build/repo/out/compiler-core/3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/compile.dest/classes ...
237[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
238[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
239[warn] -- Warning: /build/repo/modules/formatter/src/parsers/NodeParser.scala:111:61 --
240[warn] 111 | val valueP = (node_value ~ ws).map((NodeArrayValue.apply _).tupled)
241[warn] | ^^^^^^^^^^^^^^^^^^^^^^
242[warn] |The syntax `<function> _` is no longer supported;
243[warn] |you can simply leave out the trailing ` _`
244[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
245[warn] -- Warning: /build/repo/modules/formatter/src/parsers/ShapeIdParser.scala:38:63
246[warn] 38 | (underscore.rep0.with1 ~ alpha).map((IdentifierStart.apply _).tupled)
247[warn] | ^^^^^^^^^^^^^^^^^^^^^^^
248[warn] |The syntax `<function> _` is no longer supported;
249[warn] |you can simply leave out the trailing ` _`
250[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
251[warn] -- Warning: /build/repo/modules/formatter/src/parsers/ShapeIdParser.scala:40:69
252[warn] 40 | (identifier_start ~ identifier_chars.rep0).map((Identifier.apply _).tupled)
253[warn] | ^^^^^^^^^^^^^^^^^^
254[warn] |The syntax `<function> _` is no longer supported;
255[warn] |you can simply leave out the trailing ` _`
256[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
257[warn] -- Warning: /build/repo/modules/formatter/src/parsers/ShapeIdParser.scala:45:28
258[warn] 45 | .map((Namespace.apply _).tupled)
259[warn] | ^^^^^^^^^^^^^^^^^
260[warn] |The syntax `<function> _` is no longer supported;
261[warn] |you can simply leave out the trailing ` _`
262[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
263[warn] -- Warning: /build/repo/modules/formatter/src/parsers/ShapeIdParser.scala:54:69
264[warn] 54 | (root_shape_id ~ shape_id_member.backtrack.?).map((ShapeId.apply _).tupled)
265[warn] | ^^^^^^^^^^^^^^^
266[warn] |The syntax `<function> _` is no longer supported;
267[warn] |you can simply leave out the trailing ` _`
268[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
269[warn] -- Warning: /build/repo/modules/formatter/src/parsers/ShapeParser.scala:209:44 -
270[warn] 209 | .map((ExplicitStructureMember.apply _).tupled)
271[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
272[warn] |The syntax `<function> _` is no longer supported;
273[warn] |you can simply leave out the trailing ` _`
274[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
275[warn] -- Warning: /build/repo/modules/formatter/src/parsers/SmithyTraitParser.scala:42:33
276[warn] 42 | .map((TraitStructure.apply _).tupled)
277[warn] | ^^^^^^^^^^^^^^^^^^^^^^
278[warn] |The syntax `<function> _` is no longer supported;
279[warn] |you can simply leave out the trailing ` _`
280[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
281[warn] -- Warning: /build/repo/modules/formatter/src/parsers/SmithyTraitParser.scala:57:25
282[warn] 57 | (SmithyTrait.apply _).tupled
283[warn] | ^^^^^^^^^^^^^^^^^^^
284[warn] |The syntax `<function> _` is no longer supported;
285[warn] |you can simply leave out the trailing ` _`
286[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
287[warn] -- Warning: /build/repo/modules/compiler-core/src/internals/IModel.scala:113:30
288[warn] 113 | NonEmptyChain(head, tail: _*)
289[warn] | ^
290[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
291[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
292[warn] -- Warning: /build/repo/modules/compiler-core/src/internals/IModelPostProcessor.scala:23:9
293[warn] 23 | private[this] val defaultTransformers: List[IModelPostProcessor] = List(
294[warn] | ^^^^^^
295[warn] |Ignoring [this] qualifier.
296[warn] |The syntax `private[this]` will be deprecated in the future; just write `private` instead.
297[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
298[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
299[warn] -- Warning: /build/repo/modules/compiler-core/src/internals/IModelPostProcessor.scala:38:9
300[warn] 38 | private[this] def transform(
301[warn] | ^^^^^^
302[warn] |Ignoring [this] qualifier.
303[warn] |The syntax `private[this]` will be deprecated in the future; just write `private` instead.
304[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
305[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
306[warn] -- Warning: /build/repo/modules/compiler-core/src/internals/IModelToSmithy.scala:147:31
307[warn] 147 | : AbstractShapeBuilder[_ <: AbstractShapeBuilder[_, _], _ <: JShape] =
308[warn] | ^
309[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
310[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
311[warn] -- Warning: /build/repo/modules/compiler-core/src/internals/IModelToSmithy.scala:147:57
312[warn] 147 | : AbstractShapeBuilder[_ <: AbstractShapeBuilder[_, _], _ <: JShape] =
313[warn] | ^
314[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
315[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
316[warn] -- Warning: /build/repo/modules/compiler-core/src/internals/IModelToSmithy.scala:147:60
317[warn] 147 | : AbstractShapeBuilder[_ <: AbstractShapeBuilder[_, _], _ <: JShape] =
318[warn] | ^
319[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
320[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
321[warn] -- Warning: /build/repo/modules/compiler-core/src/internals/IModelToSmithy.scala:147:64
322[warn] 147 | : AbstractShapeBuilder[_ <: AbstractShapeBuilder[_, _], _ <: JShape] =
323[warn] | ^
324[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
325[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
326[warn] -- Warning: /build/repo/modules/compiler-core/src/internals/IModelToSmithy.scala:250:11
327[warn] 250 | }: _*
328[warn] | ^
329[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
330[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
331[warn] -- Warning: /build/repo/modules/compiler-core/src/internals/recursion.scala:106:61
332[warn] 106 | refoldPar[F, PatternWithLabel, A, B](unfold, (fold.apply _).tupled)(a)
333[warn] | ^^^^^^^^^^^^
334[warn] |The syntax `<function> _` is no longer supported;
335[warn] |you can simply leave out the trailing ` _`
336[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
337[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/compiler-core/src/internals/RefParser.scala:76:4
338[warn] 76 | (uri.getPath(), uri.getFragment()) match {
339[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
340[warn] | match may not be exhaustive.
341[warn] |
342[warn] | It would fail on pattern case: (_, _)
343[warn] |----------------------------------------------------------------------------
344[warn] | Explanation (enabled by `-explain`)
345[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
346[warn] | There are several ways to make the match exhaustive:
347[warn] | - Add missing cases as shown in the warning
348[warn] | - If an extractor always return Some(...), write Some[X] for its return type
349[warn] | - Add a case _ => ... at the end to match all remaining cases
350[warn] ----------------------------------------------------------------------------
351[warn] 9 warnings found
352[info] done compiling
353[warn] there was 1 deprecation warning; re-run with -deprecation for details
354[warn] 12 warnings found
355[info] done compiling
356[info] compiling 10 Scala sources to /build/repo/out/json-schema/3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/compile.dest/classes ...
357[info] compiling 17 Scala sources to /build/repo/out/openapi/3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/compile.dest/classes ...
358[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
359[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
360[warn] -- Warning: /build/repo/modules/openapi/src/internals/ContentToSchemaOpt.scala:26:43
361[warn] 26 | extends (Content => Map[String, Schema[_]]) {
362[warn] | ^
363[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
364[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
365[warn] -- Warning: /build/repo/modules/openapi/src/internals/ContentToSchemaOpt.scala:28:44
366[warn] 28 | def apply(c: Content): Map[String, Schema[_]] =
367[warn] | ^
368[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
369[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
370[warn] -- Warning: /build/repo/modules/openapi/src/internals/ContentTypeDiscriminatedSchema.scala:22:32
371[warn] 22 | members: Map[String, Schema[_]]
372[warn] | ^
373[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
374[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
375[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:27:26 ---
376[warn] 27 | def unapply(sch: Schema[_]): Option[Vector[String]] = sch match {
377[warn] | ^
378[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
379[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
380[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:35:26 ---
381[warn] 35 | def unapply(sch: Schema[_]): Option[Schema[_]] = {
382[warn] | ^
383[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
384[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
385[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:35:45 ---
386[warn] 35 | def unapply(sch: Schema[_]): Option[Schema[_]] = {
387[warn] | ^
388[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
389[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
390[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:47:26 ---
391[warn] 47 | def unapply(sch: Schema[_]): Boolean = {
392[warn] | ^
393[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
394[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
395[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:60:26 ---
396[warn] 60 | def unapply(sch: Schema[_]): Option[String] = Option(sch.getFormat())
397[warn] | ^
398[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
399[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
400[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:64:26 ---
401[warn] 64 | def unapply(sch: Schema[_]): Option[String] =
402[warn] | ^
403[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
404[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
405[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:71:26 ---
406[warn] 71 | def unapply(sch: Schema[_]): Boolean = Option(sch.getFormat()).isEmpty
407[warn] | ^
408[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
409[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
410[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:79:26 ---
411[warn] 79 | def unapply(sch: Schema[_]): Option[Vector[Schema[_]]] = sch match {
412[warn] | ^
413[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
414[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
415[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:79:52 ---
416[warn] 79 | def unapply(sch: Schema[_]): Option[Vector[Schema[_]]] = sch match {
417[warn] | ^
418[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
419[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
420[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:87:26 ---
421[warn] 87 | def unapply(sch: Schema[_]): Option[Vector[Schema[_]]] = sch match {
422[warn] | ^
423[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
424[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
425[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:87:52 ---
426[warn] 87 | def unapply(sch: Schema[_]): Option[Vector[Schema[_]]] = sch match {
427[warn] | ^
428[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
429[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
430[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:95:26 ---
431[warn] 95 | def unapply(sch: Schema[_]): Option[Schema[_]] = sch match {
432[warn] | ^
433[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
434[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
435[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:95:45 ---
436[warn] 95 | def unapply(sch: Schema[_]): Option[Schema[_]] = sch match {
437[warn] | ^
438[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
439[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
440[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:111:26 --
441[warn] 111 | def unapply(sch: Schema[_]): Option[Primitive] = sch match {
442[warn] | ^
443[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
444[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
445[warn] -- Warning: /build/repo/modules/openapi/src/internals/Extractors.scala:262:26 --
446[warn] 262 | def unapply(sch: Schema[_]): Option[Either[ToSmithyError, ParsedRef]] =
447[warn] | ^
448[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
449[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
450[warn] -- Warning: /build/repo/modules/openapi/src/internals/Local.scala:25:19 --------
451[warn] 25 | schema: Schema[_]
452[warn] | ^
453[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
454[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
455[warn] -- Warning: /build/repo/modules/openapi/src/internals/Local.scala:39:39 --------
456[warn] 39 | def apply(path: Name, schema: Schema[_]): Local =
457[warn] | ^
458[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
459[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
460[warn] -- Warning: /build/repo/modules/openapi/src/internals/Local.scala:42:42 --------
461[warn] 42 | def apply(path: Segment, schema: Schema[_]): Local =
462[warn] | ^
463[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
464[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
465[warn] -- Warning: /build/repo/modules/json-schema/src/internals/JsonSchemaToIModel.scala:79:74
466[warn] 79 | private def fold = new PatternFolder[F](compilationUnit.namespace).fold _
467[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
468[warn] |The syntax `<function> _` is no longer supported;
469[warn] |you can simply leave out the trailing ` _`
470[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
471[warn] -- Warning: /build/repo/modules/json-schema/src/internals/JsonSchemaToIModel.scala:88:41
472[warn] 88 | recursion.refoldPar(unfoldAndAddExts _, fold)(start)
473[warn] | ^^^^^^^^^^^^^^^^^^
474[warn] |The syntax `<function> _` is no longer supported;
475[warn] |you can simply leave out the trailing ` _`
476[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
477[warn] -- Warning: /build/repo/modules/openapi/src/internals/OpenApiToIModel.scala:361:18
478[warn] 361 | sch: Schema[_]
479[warn] | ^
480[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
481[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
482[warn] -- Warning: /build/repo/modules/openapi/src/internals/OpenApiToIModel.scala:426:45
483[warn] 426 | private def getExamplesHint(schema: Schema[_]): Option[Hint.Examples] =
484[warn] | ^
485[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
486[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
487[warn] -- Warning: /build/repo/modules/openapi/src/internals/OpenApiToIModel.scala:432:21
488[warn] 432 | schema: Schema[_]
489[warn] | ^
490[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
491[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
492[warn] -- Warning: /build/repo/modules/openapi/src/internals/OpenApiToIModel.scala:192:58
493[warn] 192 | private def fold = new PatternFolder[F](namespace).fold _
494[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
495[warn] |The syntax `<function> _` is no longer supported;
496[warn] |you can simply leave out the trailing ` _`
497[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
498[warn] -- Warning: /build/repo/modules/openapi/src/internals/OpenApiToIModel.scala:201:41
499[warn] 201 | recursion.refoldPar(unfoldAndAddExts _, fold)(start)
500[warn] | ^^^^^^^^^^^^^^^^^^
501[warn] |The syntax `<function> _` is no longer supported;
502[warn] |you can simply leave out the trailing ` _`
503[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
504[warn] -- Warning: /build/repo/modules/openapi/src/internals/Param.scala:23:30 --------
505[warn] 23 | refOrSchema: RefOr[Schema[_]],
506[warn] | ^
507[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
508[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
509[warn] -- Warning: /build/repo/modules/openapi/src/internals/RefParser.scala:21:36 ----
510[warn] 21 | def toSchema(ref: String): Schema[_] = {
511[warn] | ^
512[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
513[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
514[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/modules/json-schema/src/internals/Extractors.scala:361:30
515[warn] 361 | m.asScala.foreach { case (k: String, v: Object) =>
516[warn] | ^
517[warn] | match may not be exhaustive.
518[warn] |
519[warn] | It would fail on pattern case: (_, _)
520[warn] |---------------------------------------------------------------------------
521[warn] | Explanation (enabled by `-explain`)
522[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
523[warn] | There are several ways to make the match exhaustive:
524[warn] | - Add missing cases as shown in the warning
525[warn] | - If an extractor always return Some(...), write Some[X] for its return type
526[warn] | - Add a case _ => ... at the end to match all remaining cases
527[warn] ---------------------------------------------------------------------------
528[warn] four warnings found
529[info] done compiling
530[warn] 29 warnings found
531[info] done compiling
532[info] compiling 9 Scala sources to /build/repo/out/runners/3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/compile.dest/classes ...
533[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
534[warn] -- Warning: /build/repo/modules/runners/src/OpenApi.scala:36:60 ----------------
535[warn] 36 | val report = ReportResult(outputPath, outputJson).apply _
536[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
537[warn] |The syntax `<function> _` is no longer supported;
538[warn] |you can simply leave out the trailing ` _`
539[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
540[warn] -- Warning: /build/repo/modules/runners/src/OpenApi.scala:66:60 ----------------
541[warn] 66 | val report = ReportResult(outputPath, outputJson).apply _
542[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
543[warn] |The syntax `<function> _` is no longer supported;
544[warn] |you can simply leave out the trailing ` _`
545[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
546[warn] -- Warning: /build/repo/modules/runners/src/Proto.scala:118:44 -----------------
547[warn] 118 | Fetch().addRepositories(validRepos: _*).addDependencies(validDeps: _*)
548[warn] | ^
549[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
550[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
551[warn] -- Warning: /build/repo/modules/runners/src/Proto.scala:118:75 -----------------
552[warn] 118 | Fetch().addRepositories(validRepos: _*).addDependencies(validDeps: _*)
553[warn] | ^
554[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
555[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
556[warn] 5 warnings found
557[info] done compiling
558Successfully evaluated runners[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].compile
559Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
560Skipping unused scalacOptions: -Xkind-projector
561Flag -classpath set repeatedly
5622 warnings found
563Successfully evaluated runners[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].docJar
564Module runners[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY] is not a publish module, skipping publishing
565
566Starting build for smithytranslate-formatter - [2/8]
567Successfully evaluated formatter.jvm[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].compile
568Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
569Skipping unused scalacOptions: -Xkind-projector
570Flag -classpath set repeatedly
5712 warnings found
572Successfully evaluated formatter.jvm[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].docJar
573[info] compiling 2 Scala sources to /build/repo/out/formatter/jvm/3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/test/compile.dest/classes ...
574[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
575[warn] one warning found
576[info] done compiling
577Successfully evaluated formatter.jvm[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].test.compile
578Module formatter.jvm[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY] is not a publish module, skipping publishing
579
580Starting build for smithytranslate-compiler-core - [3/8]
581Successfully evaluated compiler-core[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].compile
582Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
583Skipping unused scalacOptions: -Xkind-projector
584Flag -classpath set repeatedly
5852 warnings found
586Successfully evaluated compiler-core[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].docJar
587[info] compiling 3 Scala sources to /build/repo/out/compiler-core/3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/test/compile.dest/classes ...
588[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
589[warn] -- Warning: /build/repo/modules/compiler-core/test/src/ModelWrapper.scala:107:33
590[warn] 107 | Node.arrayNode(elements: _*)
591[warn] | ^
592[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
593[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
594[warn] two warnings found
595[info] done compiling
596Successfully evaluated compiler-core[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].test.compile
597Module compiler-core[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY] is not a publish module, skipping publishing
598
599Starting build for smithytranslate-openapi - [4/8]
600Successfully evaluated openapi[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].compile
601Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
602Skipping unused scalacOptions: -Xkind-projector
603Flag -classpath set repeatedly
6042 warnings found
605Successfully evaluated openapi[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].docJar
606[info] compiling 28 Scala sources to /build/repo/out/openapi/3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/test/compile.dest/classes ...
607[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
608[warn] -- Warning: /build/repo/modules/openapi/test/src/ConstraintSpec.scala:251:29 ---
609[warn] 251 | TestUtils.runConversion(input)
610[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
611[warn] |pattern's type smithytranslate.compiler.ToSmithyResult.Success[A$1] is more specialized than the right hand side expression's type smithytranslate.compiler.ToSmithyResult[smithytranslate.compiler.ModelWrapper]
612[warn] |
613[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
614[warn] |which may result in a MatchError at runtime.
615[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
616[warn] -- Warning: /build/repo/modules/openapi/test/src/MultiFileSpec.scala:407:29 ----
617[warn] 407 | TestUtils.runConversion(inOne, inTwo)
618[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
619[warn] |pattern's type smithytranslate.compiler.ToSmithyResult.Success[A$1] is more specialized than the right hand side expression's type smithytranslate.compiler.ToSmithyResult[smithytranslate.compiler.ModelWrapper]
620[warn] |
621[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
622[warn] |which may result in a MatchError at runtime.
623[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
624[warn] -- Warning: /build/repo/modules/openapi/test/src/OperationMultipleSuccessSpec.scala:114:29
625[warn] 114 | TestUtils.runConversion(input)
626[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
627[warn] |pattern's type smithytranslate.compiler.ToSmithyResult.Success[A$1] is more specialized than the right hand side expression's type smithytranslate.compiler.ToSmithyResult[smithytranslate.compiler.ModelWrapper]
628[warn] |
629[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
630[warn] |which may result in a MatchError at runtime.
631[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
632[warn] -- Warning: /build/repo/modules/openapi/test/src/OperationMultipleSuccessSpec.scala:214:29
633[warn] 214 | TestUtils.runConversion(input)
634[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
635[warn] |pattern's type smithytranslate.compiler.ToSmithyResult.Success[A$2] is more specialized than the right hand side expression's type smithytranslate.compiler.ToSmithyResult[smithytranslate.compiler.ModelWrapper]
636[warn] |
637[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
638[warn] |which may result in a MatchError at runtime.
639[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
640[warn] -- Warning: /build/repo/modules/openapi/test/src/OutputValidationSpec.scala:64:55
641[warn] 64 | assert(resultExpectingSuccess.isInstanceOf[Success[_]])
642[warn] | ^
643[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
644[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
645[warn] -- Warning: /build/repo/modules/openapi/test/src/SecuritySchemesSpec.scala:605:29
646[warn] 605 | TestUtils.runConversion(input)
647[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
648[warn] |pattern's type smithytranslate.compiler.ToSmithyResult.Success[A$1] is more specialized than the right hand side expression's type smithytranslate.compiler.ToSmithyResult[smithytranslate.compiler.ModelWrapper]
649[warn] |
650[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
651[warn] |which may result in a MatchError at runtime.
652[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
653[warn] -- Warning: /build/repo/modules/openapi/test/src/SecuritySchemesSpec.scala:766:29
654[warn] 766 | TestUtils.runConversion(input)
655[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
656[warn] |pattern's type smithytranslate.compiler.ToSmithyResult.Success[A$2] is more specialized than the right hand side expression's type smithytranslate.compiler.ToSmithyResult[smithytranslate.compiler.ModelWrapper]
657[warn] |
658[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
659[warn] |which may result in a MatchError at runtime.
660[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
661[warn] -- Warning: /build/repo/modules/openapi/test/src/SecuritySchemesSpec.scala:862:29
662[warn] 862 | TestUtils.runConversion(input)
663[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
664[warn] |pattern's type smithytranslate.compiler.ToSmithyResult.Success[A$3] is more specialized than the right hand side expression's type smithytranslate.compiler.ToSmithyResult[smithytranslate.compiler.ModelWrapper]
665[warn] |
666[warn] |If the narrowing is intentional, this can be communicated by adding `: @unchecked` after the expression,
667[warn] |which may result in a MatchError at runtime.
668[warn] |This patch can be rewritten automatically under -rewrite -source 3.2-migration.
669[warn] -- Warning: /build/repo/modules/openapi/test/src/TestUtils.scala:146:17 --------
670[warn] 146 | remaining: _*
671[warn] | ^
672[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
673[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
674[warn] 10 warnings found
675[info] done compiling
676Successfully evaluated openapi[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].test.compile
677Module openapi[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY] is not a publish module, skipping publishing
678
679Starting build for smithytranslate-transitive - [5/8]
680Successfully evaluated transitive[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].compile
681Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
682Skipping unused scalacOptions: -Xkind-projector
683Flag -classpath set repeatedly
6842 warnings found
685Successfully evaluated transitive[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].docJar
686[info] compiling 2 Scala sources to /build/repo/out/transitive/3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/test/compile.dest/classes ...
687[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
688[warn] one warning found
689[info] done compiling
690Successfully evaluated transitive[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].test.compile
691Module transitive[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY] is not a publish module, skipping publishing
692
693Starting build for smithytranslate-json-schema - [7/8]
694Successfully evaluated json-schema[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].compile
695Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
696Skipping unused scalacOptions: -Xkind-projector
697Flag -classpath set repeatedly
6982 warnings found
699Successfully evaluated json-schema[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].docJar
700[info] compiling 18 Scala sources to /build/repo/out/json-schema/3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY/test/compile.dest/classes ...
701[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
702[warn] -- Warning: /build/repo/modules/json-schema/test/src/TestUtils.scala:107:56 ----
703[warn] 107 | ): Unit = runConversionTest(inputs.head, inputs.tail: _*)
704[warn] | ^
705[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
706[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
707[warn] -- Warning: /build/repo/modules/json-schema/test/src/TestUtils.scala:126:15 ----
708[warn] 126 | remaining: _*
709[warn] | ^
710[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
711[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
712[warn] -- Warning: /build/repo/modules/json-schema/test/src/TestUtils.scala:151:70 ----
713[warn] 151 | ): Unit = runConversionTestWithOpts(opts, inputs.head, inputs.tail: _*)
714[warn] | ^
715[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
716[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
717[warn] -- Warning: /build/repo/modules/json-schema/test/src/TestUtils.scala:163:17 ----
718[warn] 163 | remaining: _*
719[warn] | ^
720[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
721[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
722[warn] 5 warnings found
723[info] done compiling
724Successfully evaluated json-schema[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY].test.compile
725Module json-schema[3.8.0-RC1-bin-20251107-3bea2f3-NIGHTLY] is not a publish module, skipping publishing
726
727************************
728Build summary:
729[{
730 "module": "smithytranslate-proto",
731 "compile": {"status": "ok", "tookMs": 21454, "warnings": 0, "errors": 0},
732 "doc": {"status": "ok", "tookMs": 7064, "files": 1, "totalSizeKb": 2663},
733 "test-compile": {"status": "ok", "tookMs": 4427, "warnings": 0, "errors": 0},
734 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
735 "publish": {"status": "skipped", "tookMs": 0},
736 "metadata": {
737 "crossScalaVersions": ["3.3.6", "2.13.16", "2.12.20"]
738}
739},{
740 "module": "smithytranslate-runners",
741 "compile": {"status": "ok", "tookMs": 51254, "warnings": 0, "errors": 0},
742 "doc": {"status": "ok", "tookMs": 4769, "files": 1, "totalSizeKb": 2723},
743 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
744 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
745 "publish": {"status": "skipped", "tookMs": 0},
746 "metadata": {
747 "crossScalaVersions": ["3.3.6", "2.13.16", "2.12.20"]
748}
749},{
750 "module": "smithytranslate-formatter",
751 "compile": {"status": "ok", "tookMs": 36, "warnings": 0, "errors": 0},
752 "doc": {"status": "ok", "tookMs": 6869, "files": 1, "totalSizeKb": 3495},
753 "test-compile": {"status": "ok", "tookMs": 2895, "warnings": 0, "errors": 0},
754 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
755 "publish": {"status": "skipped", "tookMs": 0},
756 "metadata": {
757 "crossScalaVersions": ["3.3.6", "2.13.16", "2.12.20"]
758}
759},{
760 "module": "smithytranslate-compiler-core",
761 "compile": {"status": "ok", "tookMs": 41, "warnings": 0, "errors": 0},
762 "doc": {"status": "ok", "tookMs": 6991, "files": 1, "totalSizeKb": 2777},
763 "test-compile": {"status": "ok", "tookMs": 3130, "warnings": 0, "errors": 0},
764 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
765 "publish": {"status": "skipped", "tookMs": 0},
766 "metadata": {
767 "crossScalaVersions": ["3.3.6", "2.13.16", "2.12.20"]
768}
769},{
770 "module": "smithytranslate-openapi",
771 "compile": {"status": "ok", "tookMs": 55, "warnings": 0, "errors": 0},
772 "doc": {"status": "ok", "tookMs": 5445, "files": 1, "totalSizeKb": 2665},
773 "test-compile": {"status": "ok", "tookMs": 6693, "warnings": 0, "errors": 0},
774 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
775 "publish": {"status": "skipped", "tookMs": 0},
776 "metadata": {
777 "crossScalaVersions": ["3.3.6", "2.13.16", "2.12.20"]
778}
779},{
780 "module": "smithytranslate-transitive",
781 "compile": {"status": "ok", "tookMs": 24, "warnings": 0, "errors": 0},
782 "doc": {"status": "ok", "tookMs": 3949, "files": 1, "totalSizeKb": 2667},
783 "test-compile": {"status": "ok", "tookMs": 2702, "warnings": 0, "errors": 0},
784 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
785 "publish": {"status": "skipped", "tookMs": 0},
786 "metadata": {
787 "crossScalaVersions": ["3.3.6", "2.13.16", "2.12.20"]
788}
789},{
790 "module": "smithytranslate-json-schema",
791 "compile": {"status": "ok", "tookMs": 49, "warnings": 0, "errors": 0},
792 "doc": {"status": "ok", "tookMs": 5632, "files": 1, "totalSizeKb": 2668},
793 "test-compile": {"status": "ok", "tookMs": 5855, "warnings": 0, "errors": 0},
794 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
795 "publish": {"status": "skipped", "tookMs": 0},
796 "metadata": {
797 "crossScalaVersions": ["3.3.6", "2.13.16", "2.12.20"]
798}
799}]
800************************"
801
802Checking patch buildSetup.sc...
803Checking patch build.sc...
804Checking patch .mill-version...
805Applied patch buildSetup.sc cleanly.
806Applied patch build.sc cleanly.
807Applied patch .mill-version cleanly.