Build Logs

aaronp/eie • scheduled_3.8.1-RC1-bin-20251212-ba45875-NIGHTLY

Errors

4

Warnings

53

Total Lines

219

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.1-RC1-bin-20251212-ba45875-NIGHTLY
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY
32Execute tests: false
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.1-RC1-bin-20251212-ba45875-NIGHTLY
39Targets: com.github.aaronp%eie
40Project projectConfig: {"tests":"compile-only"}
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.1-RC1-bin-20251212-ba45875-NIGHTLY
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.1-RC1-bin-20251212-ba45875-NIGHTLY"
62"++3.8.1-RC1-bin-20251212-ba45875-NIGHTLY -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.1-RC1-bin-20251212-ba45875-NIGHTLY """{"tests":"compile-only"}""" 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.495s.
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: 47 s, completed Dec 13, 2025, 12:06:37 AM
115Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY
116OpenCB::Changing crossVersion 3.1.0 -> 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY 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 Dec 13, 2025, 12:06:38 AM
123[info] Setting Scala version to 3.8.1-RC1-bin-20251212-ba45875-NIGHTLY on 1 projects.
124[info] Switching Scala version on:
125[info] * repo (3.8.1-RC1-bin-20251212-ba45875-NIGHTLY)
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: 5 s, completed Dec 13, 2025, 12:06:42 AM
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 Dec 13, 2025, 12:06:43 AM
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 Dec 13, 2025, 12:06:44 AM
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 Dec 13, 2025, 12:06:45 AM
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 Dec 13, 2025, 12:06:45 AM
165[success] Total time: 0 s, completed Dec 13, 2025, 12:06:45 AM
166Build config: {"tests":"compile-only"}
167Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
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/RichPath.scala:247: error: ( expected but identifier found
175[warn] def size = if exists() then Files.size(path) else 0L
176[warn] ^
177[warn] /build/repo/src/main/scala/eie/io/LowPriorityIOImplicits.scala:8: error: type application is not allowed for postfix operators
178[warn] given Conversion[String, RichPath] = new RichPath(_ : String)
179[warn] ^
180[info] compiling 13 Scala sources to /build/repo/target/scala-3.8.1-RC1-bin-20251212-ba45875-NIGHTLY/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.1-RC1-bin-20251212-ba45875-NIGHTLY/test-classes ...
197[info] done compiling
198
199************************
200Build summary:
201[{
202 "module": "eie",
203 "compile": {"status": "ok", "tookMs": 10207, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
204 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
205 "test-compile": {"status": "ok", "tookMs": 7471, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
206 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
207 "publish": {"status": "skipped", "tookMs": 0},
208 "metadata": {
209 "crossScalaVersions": ["3.1.0"]
210}
211}]
212************************
213[success] Total time: 18 s, completed Dec 13, 2025, 12:07:03 AM
214[0JChecking patch project/plugins.sbt...
215Checking patch project/build.properties...
216Checking patch build.sbt...
217Applied patch project/plugins.sbt cleanly.
218Applied patch project/build.properties cleanly.
219Applied patch build.sbt cleanly.