Build Logs
aaronp/eie • 3.8.0:2026-01-13
Errors
8
Warnings
53
Total Lines
320
1##################################
2Clonning https://github.com/aaronp/eie.git into /build/repo using revision v2.0.1
3##################################
4Note: switching to '403c5186d385e7af3b25a41724abc30af0ad880a'.
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
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
32Execute tests: true
33sbt project found:
34Sbt version 1.6.1 is not supported, minimal supported version is 1.11.5
35Enforcing usage of sbt in version 1.11.5
36No prepare script found for project aaronp/eie
37##################################
38Scala version: 3.8.0
39Targets: com.github.aaronp%eie
40Project projectConfig: {"tests":null}
41##################################
42Using extra scalacOptions: ,REQUIRE:-source:3.8
43Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
44[sbt_options] declare -a sbt_options=()
45[process_args] java_version = '17'
46[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
47# Executing command line:
48java
49-Dfile.encoding=UTF-8
50-Xms2g
51-Xmx2g
52-Dcommunitybuild.scala=3.8.0
53-Dcommunitybuild.project.dependencies.add=
54-Xmx7G
55-Xms4G
56-Xss8M
57-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
58-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
59-jar
60/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
61"setCrossScalaVersions 3.8.0"
62"++3.8.0 -v"
63"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
64"set every credentials := Nil"
65"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
66"removeScalacOptionsStartingWith -P:wartremover"
67
68moduleMappings
69"runBuild 3.8.0 """{"tests":null}""" com.github.aaronp%eie"
70
71[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
72[info] loading settings for project repo-build from akka.sbt, metals.sbt, plugins.sbt...
73[info] loading project definition from /build/repo/project
74[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
75[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
76[info] Compilation completed in 8.265s.
77[info] done compiling
78/build/repo/build.sbt:22: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
79sourceDirectory in Pamflet := sourceDirectory.value / "site"
80 ^
81/build/repo/build.sbt:54: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
82scalacOptions in (Compile, doc) ++= Seq("-groups", "-implicits")
83 ^
84/build/repo/build.sbt:56: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
85packageOptions in (Compile, packageBin) += Package.ManifestAttributes("git-sha" -> git.gitHeadCommit.value.getOrElse("unknown"))
86 ^
87/build/repo/build.sbt:84: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
88test in assembly := {}
89 ^
90/build/repo/version.sbt:1: warning: method in in trait ScopingSetting is deprecated (since 1.5.0): `in` is deprecated; migrate to slash syntax - https://www.scala-sbt.org/1.x/docs/Migrating-from-sbt-013x.html#slash
91version in ThisBuild := "2.0.1"
92 ^
93[info] loading settings for project repo from build.sbt, version.sbt...
94[info] set current project to eie (in build file:/build/repo/)
95[warn] there are 3 keys that are not used by any other settings/tasks:
96[warn]
97[warn] * ThisBuild / useGitDescribe
98[warn] +- /build/repo/build.sbt:27
99[warn] * repo / buildInfoKeys
100[warn] +- /build/repo/build.sbt:45
101[warn] * repo / buildInfoPackage
102[warn] +- /build/repo/build.sbt:46
103[warn]
104[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
105[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
106[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
107[warn] Credentials file /root/.sbt/.credentials does not exist
108[warn] Credentials file /root/.sbt/.credentials does not exist
109[warn] Credentials file /root/.sbt/.credentials does not exist
110[info] Formatting 2 Scala sources in repo:sbt ...
111[warn] /build/repo/build.sbt:41: error: illegal start of simple expression
112[warn] )
113[warn] ^
114[success] Total time: 6 s, completed Jan 13, 2026, 3:12:18 PM
115Execute setCrossScalaVersions: 3.8.0
116OpenCB::Changing crossVersion 3.1.0 -> 3.8.0 in repo/crossScalaVersions
117[info] set current project to eie (in build file:/build/repo/)
118[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
119[warn] Credentials file /root/.sbt/.credentials does not exist
120[warn] Credentials file /root/.sbt/.credentials does not exist
121[warn] Credentials file /root/.sbt/.credentials does not exist
122[success] Total time: 0 s, completed Jan 13, 2026, 3:12:18 PM
123[info] Setting Scala version to 3.8.0 on 1 projects.
124[info] Switching Scala version on:
125[info] * repo (3.8.0)
126[info] Excluding projects:
127[info] Reapplying settings...
128[info] set current project to eie (in build file:/build/repo/)
129[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
130[warn] Credentials file /root/.sbt/.credentials does not exist
131[warn] Credentials file /root/.sbt/.credentials does not exist
132[warn] Credentials file /root/.sbt/.credentials does not exist
133[success] Total time: 1 s, completed Jan 13, 2026, 3:12:20 PM
134Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
135[info] Reapplying settings...
136[info] set current project to eie (in build file:/build/repo/)
137[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
138[warn] Credentials file /root/.sbt/.credentials does not exist
139[warn] Credentials file /root/.sbt/.credentials does not exist
140[warn] Credentials file /root/.sbt/.credentials does not exist
141[success] Total time: 0 s, completed Jan 13, 2026, 3:12:20 PM
142[info] Defining Global / credentials, credentials
143[info] The new values will be used by Global / pgpSelectPassphrase, allCredentials and 4 others.
144[info] Run `last` for details.
145[info] Reapplying settings...
146[info] set current project to eie (in build file:/build/repo/)
147[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
148[success] Total time: 0 s, completed Jan 13, 2026, 3:12:21 PM
149Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
150[info] Reapplying settings...
151OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
152
153 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
154 Did you mean allExcludeDependencies ?
155 , retry without global scopes
156[info] Reapplying settings...
157[info] set current project to eie (in build file:/build/repo/)
158[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
159[success] Total time: 1 s, completed Jan 13, 2026, 3:12:22 PM
160Execute removeScalacOptionsStartingWith: -P:wartremover
161[info] Reapplying settings...
162[info] set current project to eie (in build file:/build/repo/)
163[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
164[success] Total time: 0 s, completed Jan 13, 2026, 3:12:22 PM
165[success] Total time: 0 s, completed Jan 13, 2026, 3:12:22 PM
166Build config: {"tests":null}
167Parsed config: Failure(sjsonnew.DeserializationException: Expected String as JString, but got JNull)
168Starting build...
169Projects: Set(repo)
170Starting build for ProjectRef(file:/build/repo/,repo) (eie)... [0/1]
171OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
172Compile scalacOptions: -language:implicitConversions, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
173[info] Formatting 13 Scala sources in repo:compile ...
174[warn] /build/repo/src/main/scala/eie/io/LowPriorityIOImplicits.scala:8: error: type application is not allowed for postfix operators
175[warn] given Conversion[String, RichPath] = new RichPath(_ : String)
176[warn] ^
177[warn] /build/repo/src/main/scala/eie/io/RichPath.scala:247: error: ( expected but identifier found
178[warn] def size = if exists() then Files.size(path) else 0L
179[warn] ^
180[info] compiling 13 Scala sources to /build/repo/target/scala-3.8.0/classes ...
181[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/eie/io/AlphaCounter.scala:68:6
182[warn] 68 | case (List(a, pow)) => (a, pow, Math.pow(base, pow))
183[warn] | ^
184[warn] | match may not be exhaustive.
185[warn] |
186[warn] | It would fail on pattern case: List(_, _, _, _*), List(_), Nil
187[warn] |
188[warn] | longer explanation available when compiling with `-explain`
189[warn] there were 3 deprecation warnings; re-run with -deprecation for details
190[warn] two warnings found
191[info] done compiling
192[info] Formatting 11 Scala sources in repo:test ...
193[warn] /build/repo/src/test/scala/eie/io/BaseIOSpec.scala:36: error: expected start of definition
194[warn] override given patienceConfig : PatienceConfig = PatienceConfig(timeout = scaled(Span(testTimeout.toSeconds, Seconds)), interval = scaled(Span(150, Millis)))
195[warn] ^
196[info] compiling 11 Scala sources to /build/repo/target/scala-3.8.0/test-classes ...
197[info] done compiling
198[info] HexTest:
199[info] Hex
200[info] - should hex encode 'a' as 92
201[info] - should hex encode 'A' as 41
202[info] - should hex encode '0' as 30
203[info] - should hex encode '0' as 00
204[info] - should hex encode '10' as 0A
205[info] - should hex encode '16' as 10
206[info] - should hex encode '127' as 7F
207[info] FromBytesTest:
208[info] FromBytes.map
209[info] - should map bytes
210[info] FromBytes.lift
211[info] - should create an instance from a function
212[info] LazyTest:
213[info] Lazy.close
214[info] - should not propagate exceptions thrown when closing
215[info] - should close its value if it was created
216[info] - should not close its value if it never was created
217[info] Lazy.value
218[info] - should not create its value until required
219[info] MD5Test:
220[info] MD5
221[info] - should hash 'hello'
222[info] - should hash ''
223[info] - should hash 'foo +{bar}'
224[info] - should hash 'meh'
225[info] - should create smaller text
226[info] PathTreeNodeTest:
227[info] path.renderTree
228[info] - should render the path as a tree
229[info] AlphaCounterTest:
230[info] AlphaCounter
231[info] - should produce unique ids
232[info] CloseableIteratorTest:
233[info] CloseableIterator.take
234[info] - should still close the iterator
235[info] CloseableIterator.slice
236[info] - should still close the iterator
237[info] CloseableIterator
238[info] - should propagate exceptions after closing
239[info] - should invoke the close thunk when the iterator is exhausted
240[info] - should invoke the close thunk if hasNext throws an exception
241[info] - should close the thunk and stop iteration if 'close' is called on the iterator
242[info] ToBytesTest:
243[info] IntToBytes.contramap
244[info] - should map inputs
245[info] IntToBytes
246[info] - should convert -2147483648 (10000000000000000000000000000000) to bytes
247[info] - should convert 2147483647 (1111111111111111111111111111111) to bytes
248[info] - should convert -1 (11111111111111111111111111111111) to bytes
249[info] - should convert 0 (0) to bytes
250[info] - should convert 1 (1) to bytes
251[info] - should convert 63 (111111) to bytes
252[info] - should convert 64 (1000000) to bytes
253[info] - should convert 65 (1000001) to bytes
254[info] - should convert 100 (1100100) to bytes
255[info] - should convert -100 (11111111111111111111111110011100) to bytes
256[info] LowPriorityIOImplicitsTest:
257[info] RichPath.text_=
258[info] - should truncate existing text
259[info] RichPath.nestedFiles
260[info] - should list all nested files
261[info] - should list all nested files up to a max depth
262[info] RichPath.createLinkFrom
263[info] - should create symbolic links
264[info] - should keep the source file when the link is deleted
265[info] RichPathTest:
266[info] RichPath.size
267[info] - should return the file size
268[info] RichPath.inputStream
269[info] - should open a file input stream
270[info] RichPath.text
271[info] - should get and set file contents
272[info] RichPath.deleteAfter
273[info] - should delete the file after the thunk completes
274[info] RichPath.grantAllPermissions
275[info] - should set all the file permissions
276[info] RichPath.append
277[info] - should append content to a file
278[info] RichPath.createSymbolicLinkTo
279[info] - should create symbolic links
280[info] RichPath.createHardLinkFrom
281[info] - should create hard links
282[info] RichPath.bytes_=
283[info] - should set the contents of the file to the bytes
284[info] RichPath.createdUTC
285[info] - should return the created timestamp of the file
286[info] RichPath.renderTree
287[info] - should show the file paths as a tree
288[info] RichPath.setFilePermissions
289[info] - should set the file permissions
290[info] RichPath.search
291[info] - should find nested files
292[info] RichPath.findFirst
293[info] - should find nested files
294[info] RichPath.childrenMatchingName
295[info] - should return the children matching the predicate
296[info] RichPath.moveTo
297[info] - should move files to a directory
298[info] - should move files to a new file location
299
300************************
301Build summary:
302[{
303 "module": "eie",
304 "compile": {"status": "ok", "tookMs": 7086, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
305 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
306 "test-compile": {"status": "ok", "tookMs": 7244, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
307 "test": {"status": "ok", "tookMs": 3871, "passed": 59, "failed": 0, "ignored": 0, "skipped": 0, "total": 59, "byFramework": [{"framework": "unknown", "stats": {"passed": 59, "failed": 0, "ignored": 0, "skipped": 0, "total": 59}}]},
308 "publish": {"status": "skipped", "tookMs": 0},
309 "metadata": {
310 "crossScalaVersions": ["3.1.0"]
311}
312}]
313************************
314[success] Total time: 19 s, completed Jan 13, 2026, 3:12:41 PM
315[0JChecking patch project/plugins.sbt...
316Checking patch project/build.properties...
317Checking patch build.sbt...
318Applied patch project/plugins.sbt cleanly.
319Applied patch project/build.properties cleanly.
320Applied patch build.sbt cleanly.