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