Build Logs

com-lihaoyi/geny • 3.8.0-RC3:2025-12-04

Errors

2

Warnings

32

Total Lines

251

1##################################
2Clonning https://github.com/com-lihaoyi/geny.git into /build/repo using revision 1.1.1
3##################################
4Note: switching to '9b290357503e5601a650bc469a072bb9a2266efb'.
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-RC3
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----
31Starting build for 3.8.0-RC3
32Execute tests: true
33Mill project found:
34Found explicit mill version 0.11.7-29-f2e220 in ./mill-version
35Force upgrade of millVersion 0.11.7-29-f2e220 to 0.11.13
36Detected mill version=0.11.13, binary version: 0.11
37No prepare script found for project com-lihaoyi/geny
38No mill build directory found
39Apply scalafix rules to ./build.sc
40Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
41Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
42Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
43##################################
44Scala version: 3.8.0-RC3
45Targets: com.lihaoyi%geny
46Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
47##################################
48 % Total % Received % Xferd Average Speed Time Time Time Current
49 Dload Upload Total Spent Left Speed
50
51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
53
54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
56
57100 59.2M 100 59.2M 0 0 96.3M 0 --:--:-- --:--:-- --:--:-- 96.3M
58Preparing Java 17.0.8 runtime; this may take a minute or two ...
59[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
60[warn] /build/repo/build.sc:68:123: adaptation of an empty argument list by inserting () is deprecated: this is unlikely to be what you want
61[warn] signature: Target.command[T](t: mill.api.Result[T])(implicit w: upickle.default.Writer[T], implicit ctx: mill.define.Ctx, implicit cls: mill.define.EnclosingClass): mill.define.Command[T]
62[warn] given arguments: <none>
63[warn] after adaptation: Target.command((): Unit)
64[warn] def mimaReportBinaryIssues() = if (this.isInstanceOf[ScalaNativeModule] || (this.isInstanceOf[ScalaJSModule])) T.command() else super.mimaReportBinaryIssues()
65[warn] ^
66[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
67[warn] .iterator()
68[warn] ^
69[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
70[warn] case module: CommunityBuildPublishModule =>
71[warn] ^
72[warn] three warnings found
73[info] done compiling
74Try build using ./mill
75[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
76[warn] /build/repo/build.sc:68:123: adaptation of an empty argument list by inserting () is deprecated: this is unlikely to be what you want
77[warn] signature: Target.command[T](t: mill.api.Result[T])(implicit w: upickle.default.Writer[T], implicit ctx: mill.define.Ctx, implicit cls: mill.define.EnclosingClass): mill.define.Command[T]
78[warn] given arguments: <none>
79[warn] after adaptation: Target.command((): Unit)
80[warn] def mimaReportBinaryIssues() = if (this.isInstanceOf[ScalaNativeModule] || (this.isInstanceOf[ScalaJSModule])) T.command() else super.mimaReportBinaryIssues()
81[warn] ^
82[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
83[warn] .iterator()
84[warn] ^
85[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
86[warn] case module: CommunityBuildPublishModule =>
87[warn] ^
88[warn] three warnings found
89[info] done compiling
90Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
91Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),Full)
92OpenCB::Use cross-version 3.8.0-RC3 instead of 3.3.1
93
94Starting build for geny - [0/1]
95Failed to resolve scalaVersion, assume it's Scala 3 project
96Failed to resolve scalaVersion, assume it's Scala 3 project
97[info] compiling 5 Scala sources to /build/repo/out/geny/jvm/3.8.0-RC3/compile.dest/classes ...
98[warn] there were 2 feature warnings; re-run with -feature for details
99[warn] there were 3 deprecation warnings; re-run with -deprecation for details
100[warn] two warnings found
101[info] done compiling
102Successfully evaluated geny.jvm[3.8.0-RC3].compile
103Option -classpath was updated
104-- Warning: geny/src/geny/Internal.scala:25:6 ----------------------------------
10525 | def transfer0(src: InputStream,
106 | ^
107 | Couldn't resolve a member for the given link query: sink
1082 warnings found
109Successfully evaluated geny.jvm[3.8.0-RC3].docJar
110Failed to resolve scalaVersion, assume it's Scala 3 project
111Failed to resolve scalaVersion, assume it's Scala 3 project
112[info] compiling 3 Scala sources to /build/repo/out/geny/jvm/3.8.0-RC3/test/compile.dest/classes ...
113[warn] there was 1 deprecation warning; re-run with -deprecation for details
114[warn] one warning found
115[info] done compiling
116Successfully evaluated geny.jvm[3.8.0-RC3].test.compile
117-------------------------------- Running Tests --------------------------------
118+ geny.TestGenerator.toStrings 13ms
119+ geny.TestGenerator.unit.toSeq 9ms
120+ geny.TestGenerator.unit.find 1ms
121+ geny.TestGenerator.unit.exists 0ms
122+ geny.TestGenerator.unit.contains 0ms
123+ geny.TestGenerator.unit.forAll 0ms
124+ geny.TestGenerator.unit.count 1ms
125+ geny.TestGenerator.unit.reduceLeft 3ms java.lang.UnsupportedOperationException: empty.reduceLeft
126+ geny.TestGenerator.unit.foldLeft 0ms
127+ geny.TestGenerator.unit.concat 0ms
128+ geny.TestGenerator.unit.filter 1ms
129+ geny.TestGenerator.unit.map 1ms
130+ geny.TestGenerator.unit.flatMap 1ms
131+ geny.TestGenerator.unit.collect 1ms
132+ geny.TestGenerator.unit.collectFirst 3ms
133+ geny.TestGenerator.unit.slice 0ms
134+ geny.TestGenerator.unit.sliding 5ms
135+ geny.TestGenerator.unit.takeWhile 1ms
136+ geny.TestGenerator.unit.dropWhile 1ms
137+ geny.TestGenerator.unit.zipWithIndex 0ms
138+ geny.TestGenerator.unit.zip.simple 2ms
139+ geny.TestGenerator.unit.zip.truncateIfGenLonger 0ms
140+ geny.TestGenerator.unit.zip.truncateIfIterableLonger 0ms
141+ geny.TestGenerator.unit.head 0ms
142+ geny.TestGenerator.unit.headOption 0ms
143+ geny.TestGenerator.unit.conversions 6ms
144+ geny.TestGenerator.unit.mkString 0ms
145+ geny.TestGenerator.unit.aggregates 4ms
146+ geny.TestGenerator.unit.creation 1ms
147+ geny.TestGenerator.unit.selfClosing 5ms
148+ geny.TestGenerator.laziness 0ms
149+ geny.TestGenerator.combinations.0 3ms Vector(0, 4, 8, 12, 16)
150+ geny.TestGenerator.combinations.1 1ms Vector(0, 4)
151+ geny.TestGenerator.combinations.2 1ms Vector(8, 12, 16)
152+ geny.TestGenerator.combinations.3 1ms Vector(12, 16)
153+ geny.TestGenerator.combinations.4 1ms Vector(0, 2, 4, 6, 8)
154+ geny.TestGenerator.combinations.5 2ms Vector(0, 0, 1, 0, 1, 2)
155+ geny.TestGenerator.combinations.6 4ms Vector((0,0), (1,1), (3,3), (4,4), (5,5))
156+ geny.TestGenerator.combinations.7 2ms Vector(8, 12, 16, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)
157-------------------------------- Running Tests --------------------------------
158+ geny.TestWritable.Strings 1ms
159+ geny.TestWritable.ArrayByte 0ms
160+ geny.TestWritable.ByteBuffer.indirect 0ms
161+ geny.TestWritable.ByteBuffer.direct 0ms
162+ geny.TestWritable.InputStream 1ms
163-------------------------------- Running Tests --------------------------------
164+ geny.TestReadable.Strings 0ms
165+ geny.TestReadable.ArrayByte 0ms
166+ geny.TestReadable.ByteBuffer.indirect 1ms
167+ geny.TestReadable.ByteBuffer.direct 0ms
168+ geny.TestReadable.InputStream 0ms
169----------------------------------- Results -----------------------------------
170- geny.TestReadable 1ms
171 + Strings 0ms
172 + ArrayByte 0ms
173 - ByteBuffer 1ms
174 + indirect 1ms
175 + direct 0ms
176 + InputStream 0ms
177- geny.TestWritable 2ms
178 + Strings 1ms
179 + ArrayByte 0ms
180 - ByteBuffer 0ms
181 + indirect 0ms
182 + direct 0ms
183 + InputStream 1ms
184- geny.TestGenerator 74ms
185 + toStrings 13ms
186 - unit 46ms
187 + toSeq 9ms
188 + find 1ms
189 + exists 0ms
190 + contains 0ms
191 + forAll 0ms
192 + count 1ms
193 + reduceLeft 3ms java.lang.UnsupportedOperationException: empty.reduceLeft
194 + foldLeft 0ms
195 + concat 0ms
196 + filter 1ms
197 + map 1ms
198 + flatMap 1ms
199 + collect 1ms
200 + collectFirst 3ms
201 + slice 0ms
202 + sliding 5ms
203 + takeWhile 1ms
204 + dropWhile 1ms
205 + zipWithIndex 0ms
206 - zip 2ms
207 + simple 2ms
208 + truncateIfGenLonger 0ms
209 + truncateIfIterableLonger 0ms
210 + head 0ms
211 + headOption 0ms
212 + conversions 6ms
213 + mkString 0ms
214 + aggregates 4ms
215 + creation 1ms
216 + selfClosing 5ms
217 + laziness 0ms
218 - combinations 15ms
219 + 0 3ms Vector(0, 4, 8, 12, 16)
220 + 1 1ms Vector(0, 4)
221 + 2 1ms Vector(8, 12, 16)
222 + 3 1ms Vector(12, 16)
223 + 4 1ms Vector(0, 2, 4, 6, 8)
224 + 5 2ms Vector(0, 0, 1, 0, 1, 2)
225 + 6 4ms Vector((0,0), (1,1), (3,3), (4,4), (5,5))
226 + 7 2ms Vector(8, 12, 16, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9)
227
228Tests: 49, Passed: 49, Failed: 0
229Successfully evaluated geny.jvm[3.8.0-RC3].test.test
230Publishing Artifact(com.lihaoyi,geny_3,1.1.1-DIRTY9dcb738d) to ivy repo /root/.ivy2/local
231Successfully evaluated geny.jvm[3.8.0-RC3].publishLocal
232
233************************
234Build summary:
235[{
236 "module": "geny",
237 "compile": {"status": "ok", "tookMs": 8703, "warnings": 0, "errors": 0},
238 "doc": {"status": "ok", "tookMs": 4679, "files": 1, "totalSizeKb": 2723},
239 "test-compile": {"status": "ok", "tookMs": 7902, "warnings": 0, "errors": 0},
240 "test": {"status": "ok", "tookMs": 1882, "passed": 49, "failed": 0, "ignored": 0, "skipped": 0, "total": 49, "byFramework": []},
241 "publish": {"status": "ok", "tookMs": 283},
242 "metadata": {
243 "crossScalaVersions": ["2.12.17", "2.13.8", "3.3.1"]
244}
245}]
246************************"
247
248Checking patch build.sc...
249Checking patch .mill-version...
250Applied patch build.sc cleanly.
251Applied patch .mill-version cleanly.