Build Logs

yakivy/poppet • 3.7.4:2025-11-06

Errors

0

Warnings

152

Total Lines

497

1##################################
2Clonning https://github.com/yakivy/poppet.git into /build/repo using revision
3##################################
4Would override fixed Scala version: 3.3.0
5Using target Scala version for migration: 3.7.4-RC2
6Migrating project for -source:3.4 using Scala 3.7.4-RC2
7----
8Preparing build for 3.7.4-RC2
9Would try to apply common scalacOption (best-effort, sbt/mill only):
10Append: -rewrite,REQUIRE:-source:3.4-migration
11Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
12
13Try apply source patch:
14Path: build.sc
15Pattern: override def scalacOptions =
16Replacement: override def scalacOptions = Seq("-experimental") ++
17Starting compilation server
18Compiling project (Scala 3.7.3, JVM (17))
19Compiled project (Scala 3.7.3, JVM (17))
20Successfully applied pattern 'override def scalacOptions = ' in build.sc
21
22Try apply source patch:
23Path: build.sc
24Pattern: val scala3 = "3.3.0"
25Replacement: val scala3 = "3.7.4-RC2"
26Successfully applied pattern 'val scala3 = "3.3.0"' in build.sc
27----
28Starting build for 3.7.4-RC2
29Execute tests: false
30Mill project found:
31No .mill-version file found, detecting compatible mill version
32Found mill runner script, trying to resolve version
33 % Total % Received % Xferd Average Speed Time Time Time Current
34 Dload Upload Total Spent Left Speed
35
36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
39
40100 57.5M 100 57.5M 0 0 99.8M 0 --:--:-- --:--:-- --:--:-- 99.8M
41Detected mill version=0.11.1, binary version: 0.11
42No prepare script found for project yakivy/poppet
43No mill build directory found
44Apply scalafix rules to ./build.sc
45Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
46Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
47Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
48##################################
49Scala version: 3.7.4-RC2
50Targets: com.github.yakivy%poppet-circe com.github.yakivy%poppet-core com.github.yakivy%poppet-jackson com.github.yakivy%poppet-upickle
51Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sc","pattern":"override def scalacOptions = ","replaceWith":"override def scalacOptions = Seq(\"-experimental\") ++ "},{"path":"build.sc","pattern":"val scala3 = \"3.3.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
52##################################
53[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
54[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated. Use literal characters instead.
55[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
56[warn] ^
57[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
58[warn] .iterator()
59[warn] ^
60[warn] /build/repo/MillCommunityBuild.sc:290:12: The outer reference in this type test cannot be checked at run time.
61[warn] case module: CommunityBuildPublishModule =>
62[warn] ^
63[warn] three warnings found
64[info] done compiling
65Try build using ./mill
66[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
67[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated. Use literal characters instead.
68[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
69[warn] ^
70[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
71[warn] .iterator()
72[warn] ^
73[warn] /build/repo/MillCommunityBuild.sc:290:12: The outer reference in this type test cannot be checked at run time.
74[warn] case module: CommunityBuildPublishModule =>
75[warn] ^
76[warn] three warnings found
77[info] done compiling
78Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sc","pattern":"override def scalacOptions = ","replaceWith":"override def scalacOptions = Seq(\"-experimental\") ++ "},{"path":"build.sc","pattern":"val scala3 = \"3.3.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
79Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
80
81Starting build for poppet-core - [0/4]
82Failed to resolve scalaVersion, assume it's Scala 3 project
83[info] compiling 21 Scala sources to /build/repo/out/core/jvm/3.7.4-RC2/compile.dest/classes ...
84[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/core/src-3/poppet/consumer/core/ConsumerProcessorObjectBinCompat.scala:81:8
85[warn] 81 | (
86[warn] | ^
87[warn] | match may not be exhaustive.
88[warn] |
89[warn] | It would fail on pattern case: (_, _)
90[warn] 82 | methodReturnTpe.asType,
91[warn] 83 | returnType.asType,
92[warn] 84 | ) match { case ('[rtt], '[rt]) =>
93[warn] |----------------------------------------------------------------------------
94[warn] | Explanation (enabled by `-explain`)
95[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
96[warn] | There are several ways to make the match exhaustive:
97[warn] | - Add missing cases as shown in the warning
98[warn] | - If an extractor always return Some(...), write Some[X] for its return type
99[warn] | - Add a case _ => ... at the end to match all remaining cases
100[warn] ----------------------------------------------------------------------------
101[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/core/src-3/poppet/core/ProcessorMacro.scala:79:8
102[warn] 79 | (
103[warn] | ^
104[warn] | match may not be exhaustive.
105[warn] |
106[warn] | It would fail on pattern case: (_, _)
107[warn] 80 | TypeRepr.of[CodecK].appliedTo(List(fType, tType)).asType,
108[warn] 81 | TypeRepr.of[Codec].appliedTo(List(faType, taType)).asType,
109[warn] 82 | ) match { case ('[ckt], '[ct]) =>
110[warn] |----------------------------------------------------------------------------
111[warn] | Explanation (enabled by `-explain`)
112[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
113[warn] | There are several ways to make the match exhaustive:
114[warn] | - Add missing cases as shown in the warning
115[warn] | - If an extractor always return Some(...), write Some[X] for its return type
116[warn] | - Add a case _ => ... at the end to match all remaining cases
117[warn] ----------------------------------------------------------------------------
118[warn] there were 10 deprecation warnings; re-run with -deprecation for details
119[warn] three warnings found
120[info] done compiling
121Successfully evaluated core.jvm[3.7.4-RC2].compile
122Skipping unused scalacOptions: -Xcheck-macros, -source, -rewrite
123Flag -classpath set repeatedly
1241 warning found
125Successfully evaluated core.jvm[3.7.4-RC2].docJar
126Failed to resolve scalaVersion, assume it's Scala 3 project
127[info] compiling 6 Scala sources to /build/repo/out/upickle/jvm/3.7.4-RC2/compile.dest/classes ...
128[info] done compiling
129Failed to resolve scalaVersion, assume it's Scala 3 project
130Failed to resolve scalaVersion, assume it's Scala 3 project
131Failed to resolve scalaVersion, assume it's Scala 3 project
132[info] compiling 7 Scala sources to /build/repo/out/core/jvm/3.7.4-RC2/test/compile.dest/classes ...
133[warn] there was 1 deprecation warning; re-run with -deprecation for details
134[warn] one warning found
135[info] done compiling
136Successfully evaluated core.jvm[3.7.4-RC2].test.compile
137Publishing Artifact(com.github.yakivy,poppet-core_3,0.4.0) to ivy repo /root/.ivy2/local
138Successfully evaluated core.jvm[3.7.4-RC2].publishLocal
139
140Starting build for poppet-jackson - [1/4]
141Failed to resolve scalaVersion, assume it's Scala 3 project
142[info] compiling 4 Scala sources to /build/repo/out/jackson/jvm/3.7.4-RC2/compile.dest/classes ...
143[warn] -- [E197] Potential Issue Warning: /build/repo/jackson/src-3/poppet/codec/jackson/instances/JacksonCodecInstancesBinCompat.scala:17:59
144[warn] 17 | try Right(om.readValue(om.treeAsTokens(a), new MacroTypeReference[A] {}))
145[warn] | ^
146[warn] | New anonymous class definition will be duplicated at each inline site
147[warn] |----------------------------------------------------------------------------
148[warn] | Explanation (enabled by `-explain`)
149[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
150[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
151[warn] |
152[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
153[warn] ----------------------------------------------------------------------------
154[warn] -- [E197] Potential Issue Warning: /build/repo/jackson/src-3/poppet/codec/jackson/instances/JacksonCodecInstancesBinCompat.scala:15:8
155[warn] 15 | new Codec[JsonNode, A] {
156[warn] | ^
157[warn] | New anonymous class definition will be duplicated at each inline site
158[warn] |----------------------------------------------------------------------------
159[warn] | Explanation (enabled by `-explain`)
160[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
161[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
162[warn] |
163[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
164[warn] ----------------------------------------------------------------------------
165[warn] two warnings found
166[info] done compiling
167Successfully evaluated jackson.jvm[3.7.4-RC2].compile
168Skipping unused scalacOptions: -Xcheck-macros, -source, -rewrite
169Flag -classpath set repeatedly
1701 warning found
171Successfully evaluated jackson.jvm[3.7.4-RC2].docJar
172Failed to resolve scalaVersion, assume it's Scala 3 project
173Failed to resolve scalaVersion, assume it's Scala 3 project
174Failed to resolve scalaVersion, assume it's Scala 3 project
175[info] compiling 1 Scala source to /build/repo/out/jackson/jvm/3.7.4-RC2/test/compile.dest/classes ...
176[info] done compiling
177Successfully evaluated jackson.jvm[3.7.4-RC2].test.compile
178Publishing Artifact(com.github.yakivy,poppet-jackson_3,0.4.0) to ivy repo /root/.ivy2/local
179Successfully evaluated jackson.jvm[3.7.4-RC2].publishLocal
180
181Starting build for poppet-circe - [2/4]
182Failed to resolve scalaVersion, assume it's Scala 3 project
183[info] compiling 3 Scala sources to /build/repo/out/circe/jvm/3.7.4-RC2/compile.dest/classes ...
184[info] done compiling
185Successfully evaluated circe.jvm[3.7.4-RC2].compile
186Skipping unused scalacOptions: -Xcheck-macros, -source, -rewrite
187Flag -classpath set repeatedly
1881 warning found
189Successfully evaluated circe.jvm[3.7.4-RC2].docJar
190Failed to resolve scalaVersion, assume it's Scala 3 project
191Failed to resolve scalaVersion, assume it's Scala 3 project
192Failed to resolve scalaVersion, assume it's Scala 3 project
193[info] compiling 1 Scala source to /build/repo/out/circe/jvm/3.7.4-RC2/test/compile.dest/classes ...
194[info] done compiling
195Successfully evaluated circe.jvm[3.7.4-RC2].test.compile
196Publishing Artifact(com.github.yakivy,poppet-circe_3,0.4.0) to ivy repo /root/.ivy2/local
197Successfully evaluated circe.jvm[3.7.4-RC2].publishLocal
198
199Starting build for poppet-upickle - [3/4]
200Successfully evaluated upickle.jvm[3.7.4-RC2].compile
201Skipping unused scalacOptions: -Xcheck-macros, -source, -rewrite
202Flag -classpath set repeatedly
2031 warning found
204Successfully evaluated upickle.jvm[3.7.4-RC2].docJar
205Failed to resolve scalaVersion, assume it's Scala 3 project
206Failed to resolve scalaVersion, assume it's Scala 3 project
207Failed to resolve scalaVersion, assume it's Scala 3 project
208[info] compiling 2 Scala sources to /build/repo/out/upickle/jvm/3.7.4-RC2/test/compile.dest/classes ...
209[info] done compiling
210Successfully evaluated upickle.jvm[3.7.4-RC2].test.compile
211Publishing Artifact(com.github.yakivy,poppet-upickle_3,0.4.0) to ivy repo /root/.ivy2/local
212Successfully evaluated upickle.jvm[3.7.4-RC2].publishLocal
213
214************************
215Build summary:
216[{
217 "module": "poppet-core",
218 "compile": {"status": "ok", "tookMs": 11752, "warnings": 0, "errors": 0},
219 "doc": {"status": "ok", "tookMs": 5342, "files": 1, "totalSizeKb": 2770},
220 "test-compile": {"status": "ok", "tookMs": 23546, "warnings": 0, "errors": 0},
221 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
222 "publish": {"status": "ok", "tookMs": 309},
223 "metadata": {
224 "crossScalaVersions": ["2.13.12", "2.12.19", "3.3.0"]
225}
226},{
227 "module": "poppet-jackson",
228 "compile": {"status": "ok", "tookMs": 4341, "warnings": 0, "errors": 0},
229 "doc": {"status": "ok", "tookMs": 2908, "files": 1, "totalSizeKb": 2668},
230 "test-compile": {"status": "ok", "tookMs": 4510, "warnings": 0, "errors": 0},
231 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
232 "publish": {"status": "ok", "tookMs": 253},
233 "metadata": {
234 "crossScalaVersions": ["2.13.12", "2.12.19", "3.3.0"]
235}
236},{
237 "module": "poppet-circe",
238 "compile": {"status": "ok", "tookMs": 3909, "warnings": 0, "errors": 0},
239 "doc": {"status": "ok", "tookMs": 2594, "files": 1, "totalSizeKb": 2660},
240 "test-compile": {"status": "ok", "tookMs": 5244, "warnings": 0, "errors": 0},
241 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
242 "publish": {"status": "ok", "tookMs": 234},
243 "metadata": {
244 "crossScalaVersions": ["2.13.12", "2.12.19", "3.3.0"]
245}
246},{
247 "module": "poppet-upickle",
248 "compile": {"status": "ok", "tookMs": 65, "warnings": 0, "errors": 0},
249 "doc": {"status": "ok", "tookMs": 2774, "files": 1, "totalSizeKb": 2677},
250 "test-compile": {"status": "ok", "tookMs": 6402, "warnings": 0, "errors": 0},
251 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
252 "publish": {"status": "ok", "tookMs": 235},
253 "metadata": {
254 "crossScalaVersions": ["2.13.12", "2.12.19", "3.3.0"]
255}
256}]
257************************"
258
259Checking patch build.sc...
260Applied patch build.sc cleanly.
261No migration rewrite changes found, would not commit
262----
263Preparing build for 3.7.4
264Scala binary version found: 3.7
265Implicitly using source version 3.7
266Scala binary version found: 3.7
267Implicitly using source version 3.7
268Would try to apply common scalacOption (best-effort, sbt/mill only):
269Append: ,REQUIRE:-source:3.7
270Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
271
272Try apply source patch:
273Path: build.sc
274Pattern: override def scalacOptions =
275Replacement: override def scalacOptions = Seq("-experimental") ++
276Successfully applied pattern 'override def scalacOptions = ' in build.sc
277
278Try apply source patch:
279Path: build.sc
280Pattern: val scala3 = "3.3.0"
281Replacement: val scala3 = "3.7.4"
282Successfully applied pattern 'val scala3 = "3.3.0"' in build.sc
283----
284Starting build for 3.7.4
285Execute tests: false
286Mill project found:
287Found explicit mill version 0.11.1 in ./mill-version
288Detected mill version=0.11.1, binary version: 0.11
289No prepare script found for project yakivy/poppet
290No mill build directory found
291Apply scalafix rules to ./build.sc
292Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
293Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
294Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
295##################################
296Scala version: 3.7.4
297Targets: com.github.yakivy%poppet-circe com.github.yakivy%poppet-core com.github.yakivy%poppet-jackson com.github.yakivy%poppet-upickle
298Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sc","pattern":"override def scalacOptions = ","replaceWith":"override def scalacOptions = Seq(\"-experimental\") ++ "},{"path":"build.sc","pattern":"val scala3 = \"3.3.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
299##################################
300[info] compiling 1 Scala source to /build/repo/out/mill-build/compile.dest/classes ...
301[info] done compiling
302Try build using ./mill
303[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
304[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated. Use literal characters instead.
305[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
306[warn] ^
307[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
308[warn] .iterator()
309[warn] ^
310[warn] /build/repo/MillCommunityBuild.sc:290:12: The outer reference in this type test cannot be checked at run time.
311[warn] case module: CommunityBuildPublishModule =>
312[warn] ^
313[warn] three warnings found
314[info] done compiling
315Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sc","pattern":"override def scalacOptions = ","replaceWith":"override def scalacOptions = Seq(\"-experimental\") ++ "},{"path":"build.sc","pattern":"val scala3 = \"3.3.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
316Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
317
318Starting build for poppet-jackson - [0/4]
319Failed to resolve scalaVersion, assume it's Scala 3 project
320[info] compiling 21 Scala sources to /build/repo/out/core/jvm/3.7.4/compile.dest/classes ...
321[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/core/src-3/poppet/consumer/core/ConsumerProcessorObjectBinCompat.scala:81:8
322[warn] 81 | (
323[warn] | ^
324[warn] | match may not be exhaustive.
325[warn] |
326[warn] | It would fail on pattern case: (_, _)
327[warn] 82 | methodReturnTpe.asType,
328[warn] 83 | returnType.asType,
329[warn] 84 | ) match { case ('[rtt], '[rt]) =>
330[warn] |----------------------------------------------------------------------------
331[warn] | Explanation (enabled by `-explain`)
332[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
333[warn] | There are several ways to make the match exhaustive:
334[warn] | - Add missing cases as shown in the warning
335[warn] | - If an extractor always return Some(...), write Some[X] for its return type
336[warn] | - Add a case _ => ... at the end to match all remaining cases
337[warn] ----------------------------------------------------------------------------
338[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/core/src-3/poppet/core/ProcessorMacro.scala:79:8
339[warn] 79 | (
340[warn] | ^
341[warn] | match may not be exhaustive.
342[warn] |
343[warn] | It would fail on pattern case: (_, _)
344[warn] 80 | TypeRepr.of[CodecK].appliedTo(List(fType, tType)).asType,
345[warn] 81 | TypeRepr.of[Codec].appliedTo(List(faType, taType)).asType,
346[warn] 82 | ) match { case ('[ckt], '[ct]) =>
347[warn] |----------------------------------------------------------------------------
348[warn] | Explanation (enabled by `-explain`)
349[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
350[warn] | There are several ways to make the match exhaustive:
351[warn] | - Add missing cases as shown in the warning
352[warn] | - If an extractor always return Some(...), write Some[X] for its return type
353[warn] | - Add a case _ => ... at the end to match all remaining cases
354[warn] ----------------------------------------------------------------------------
355[warn] there were 10 deprecation warnings; re-run with -deprecation for details
356[warn] three warnings found
357[info] done compiling
358Failed to resolve scalaVersion, assume it's Scala 3 project
359[info] compiling 4 Scala sources to /build/repo/out/jackson/jvm/3.7.4/compile.dest/classes ...
360[warn] -- [E197] Potential Issue Warning: /build/repo/jackson/src-3/poppet/codec/jackson/instances/JacksonCodecInstancesBinCompat.scala:17:59
361[warn] 17 | try Right(om.readValue(om.treeAsTokens(a), new MacroTypeReference[A] {}))
362[warn] | ^
363[warn] | New anonymous class definition will be duplicated at each inline site
364[warn] |----------------------------------------------------------------------------
365[warn] | Explanation (enabled by `-explain`)
366[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
367[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
368[warn] |
369[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
370[warn] ----------------------------------------------------------------------------
371[warn] -- [E197] Potential Issue Warning: /build/repo/jackson/src-3/poppet/codec/jackson/instances/JacksonCodecInstancesBinCompat.scala:15:8
372[warn] 15 | new Codec[JsonNode, A] {
373[warn] | ^
374[warn] | New anonymous class definition will be duplicated at each inline site
375[warn] |----------------------------------------------------------------------------
376[warn] | Explanation (enabled by `-explain`)
377[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
378[warn] | Anonymous class will be defined at each use site, which may lead to a larger number of classfiles.
379[warn] |
380[warn] | To inline class definitions, you may provide an explicit class name to avoid this warning.
381[warn] ----------------------------------------------------------------------------
382[warn] two warnings found
383[info] done compiling
384Successfully evaluated jackson.jvm[3.7.4].compile
385Skipping unused scalacOptions: -Xcheck-macros
386Flag -classpath set repeatedly
3871 warning found
388Successfully evaluated jackson.jvm[3.7.4].docJar
389Failed to resolve scalaVersion, assume it's Scala 3 project
390[info] compiling 6 Scala sources to /build/repo/out/upickle/jvm/3.7.4/compile.dest/classes ...
391[info] done compiling
392Failed to resolve scalaVersion, assume it's Scala 3 project
393Failed to resolve scalaVersion, assume it's Scala 3 project
394Failed to resolve scalaVersion, assume it's Scala 3 project
395[info] compiling 7 Scala sources to /build/repo/out/core/jvm/3.7.4/test/compile.dest/classes ...
396[warn] there was 1 deprecation warning; re-run with -deprecation for details
397[warn] one warning found
398[info] done compiling
399Failed to resolve scalaVersion, assume it's Scala 3 project
400Failed to resolve scalaVersion, assume it's Scala 3 project
401Failed to resolve scalaVersion, assume it's Scala 3 project
402[info] compiling 1 Scala source to /build/repo/out/jackson/jvm/3.7.4/test/compile.dest/classes ...
403[info] done compiling
404Successfully evaluated jackson.jvm[3.7.4].test.compile
405Publishing Artifact(com.github.yakivy,poppet-jackson_3,0.4.0) to ivy repo /root/.ivy2/local
406Successfully evaluated jackson.jvm[3.7.4].publishLocal
407
408Starting build for poppet-upickle - [1/4]
409Successfully evaluated upickle.jvm[3.7.4].compile
410Skipping unused scalacOptions: -Xcheck-macros
411Flag -classpath set repeatedly
4121 warning found
413Successfully evaluated upickle.jvm[3.7.4].docJar
414Failed to resolve scalaVersion, assume it's Scala 3 project
415Failed to resolve scalaVersion, assume it's Scala 3 project
416Failed to resolve scalaVersion, assume it's Scala 3 project
417[info] compiling 2 Scala sources to /build/repo/out/upickle/jvm/3.7.4/test/compile.dest/classes ...
418[info] done compiling
419Successfully evaluated upickle.jvm[3.7.4].test.compile
420Publishing Artifact(com.github.yakivy,poppet-upickle_3,0.4.0) to ivy repo /root/.ivy2/local
421Successfully evaluated upickle.jvm[3.7.4].publishLocal
422
423Starting build for poppet-circe - [2/4]
424Failed to resolve scalaVersion, assume it's Scala 3 project
425[info] compiling 3 Scala sources to /build/repo/out/circe/jvm/3.7.4/compile.dest/classes ...
426[info] done compiling
427Successfully evaluated circe.jvm[3.7.4].compile
428Skipping unused scalacOptions: -Xcheck-macros
429Flag -classpath set repeatedly
4301 warning found
431Successfully evaluated circe.jvm[3.7.4].docJar
432Failed to resolve scalaVersion, assume it's Scala 3 project
433Failed to resolve scalaVersion, assume it's Scala 3 project
434Failed to resolve scalaVersion, assume it's Scala 3 project
435[info] compiling 1 Scala source to /build/repo/out/circe/jvm/3.7.4/test/compile.dest/classes ...
436[info] done compiling
437Successfully evaluated circe.jvm[3.7.4].test.compile
438Publishing Artifact(com.github.yakivy,poppet-circe_3,0.4.0) to ivy repo /root/.ivy2/local
439Successfully evaluated circe.jvm[3.7.4].publishLocal
440
441Starting build for poppet-core - [3/4]
442Successfully evaluated core.jvm[3.7.4].compile
443Skipping unused scalacOptions: -Xcheck-macros
444Flag -classpath set repeatedly
4451 warning found
446Successfully evaluated core.jvm[3.7.4].docJar
447Successfully evaluated core.jvm[3.7.4].test.compile
448Publishing Artifact(com.github.yakivy,poppet-core_3,0.4.0) to ivy repo /root/.ivy2/local
449Successfully evaluated core.jvm[3.7.4].publishLocal
450
451************************
452Build summary:
453[{
454 "module": "poppet-jackson",
455 "compile": {"status": "ok", "tookMs": 15173, "warnings": 0, "errors": 0},
456 "doc": {"status": "ok", "tookMs": 3446, "files": 1, "totalSizeKb": 2668},
457 "test-compile": {"status": "ok", "tookMs": 27719, "warnings": 0, "errors": 0},
458 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
459 "publish": {"status": "ok", "tookMs": 325},
460 "metadata": {
461 "crossScalaVersions": ["2.13.12", "2.12.19", "3.3.0"]
462}
463},{
464 "module": "poppet-upickle",
465 "compile": {"status": "ok", "tookMs": 90, "warnings": 0, "errors": 0},
466 "doc": {"status": "ok", "tookMs": 2872, "files": 1, "totalSizeKb": 2677},
467 "test-compile": {"status": "ok", "tookMs": 6224, "warnings": 0, "errors": 0},
468 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
469 "publish": {"status": "ok", "tookMs": 286},
470 "metadata": {
471 "crossScalaVersions": ["2.13.12", "2.12.19", "3.3.0"]
472}
473},{
474 "module": "poppet-circe",
475 "compile": {"status": "ok", "tookMs": 3858, "warnings": 0, "errors": 0},
476 "doc": {"status": "ok", "tookMs": 2531, "files": 1, "totalSizeKb": 2660},
477 "test-compile": {"status": "ok", "tookMs": 5372, "warnings": 0, "errors": 0},
478 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
479 "publish": {"status": "ok", "tookMs": 236},
480 "metadata": {
481 "crossScalaVersions": ["2.13.12", "2.12.19", "3.3.0"]
482}
483},{
484 "module": "poppet-core",
485 "compile": {"status": "ok", "tookMs": 32, "warnings": 0, "errors": 0},
486 "doc": {"status": "ok", "tookMs": 4724, "files": 1, "totalSizeKb": 2770},
487 "test-compile": {"status": "ok", "tookMs": 119, "warnings": 0, "errors": 0},
488 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
489 "publish": {"status": "ok", "tookMs": 264},
490 "metadata": {
491 "crossScalaVersions": ["2.13.12", "2.12.19", "3.3.0"]
492}
493}]
494************************"
495
496Checking patch build.sc...
497Applied patch build.sc cleanly.