Build Logs
aaronp/eie • scheduled_3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY
Errors
4
Warnings
53
Total Lines
220
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-20251121-0470ec1-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-20251121-0470ec1-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/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
38##################################
39Scala version: 3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY
40Targets: com.github.aaronp%eie
41Project projectConfig: {"tests":"compile-only"}
42##################################
43Using extra scalacOptions: ,REQUIRE:-source:3.8
44Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
45[sbt_options] declare -a sbt_options=()
46[process_args] java_version = '17'
47[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
48# Executing command line:
49java
50-Dfile.encoding=UTF-8
51-Xms2g
52-Xmx2g
53-Dcommunitybuild.scala=3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY
54-Dcommunitybuild.project.dependencies.add=
55-Xmx7G
56-Xms4G
57-Xss8M
58-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
59-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
60-jar
61/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
62"setCrossScalaVersions 3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY"
63"++3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY -v"
64"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
65"set every credentials := Nil"
66"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
67"removeScalacOptionsStartingWith -P:wartremover"
68
69moduleMappings
70"runBuild 3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY """{"tests":"compile-only"}""" com.github.aaronp%eie"
71
72[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
73[info] loading settings for project repo-build from akka.sbt, metals.sbt, plugins.sbt...
74[info] loading project definition from /build/repo/project
75[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
76[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
77[info] Compilation completed in 9.312s.
78[info] done compiling
79/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
80sourceDirectory in Pamflet := sourceDirectory.value / "site"
81 ^
82/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
83scalacOptions in (Compile, doc) ++= Seq("-groups", "-implicits")
84 ^
85/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
86packageOptions in (Compile, packageBin) += Package.ManifestAttributes("git-sha" -> git.gitHeadCommit.value.getOrElse("unknown"))
87 ^
88/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
89test in assembly := {}
90 ^
91/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
92version in ThisBuild := "2.0.1"
93 ^
94[info] loading settings for project repo from build.sbt, version.sbt...
95[info] set current project to eie (in build file:/build/repo/)
96[warn] there are 3 keys that are not used by any other settings/tasks:
97[warn]
98[warn] * ThisBuild / useGitDescribe
99[warn] +- /build/repo/build.sbt:27
100[warn] * repo / buildInfoKeys
101[warn] +- /build/repo/build.sbt:45
102[warn] * repo / buildInfoPackage
103[warn] +- /build/repo/build.sbt:46
104[warn]
105[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
106[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
107[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
108[warn] Credentials file /root/.sbt/.credentials does not exist
109[warn] Credentials file /root/.sbt/.credentials does not exist
110[warn] Credentials file /root/.sbt/.credentials does not exist
111[info] Formatting 2 Scala sources in repo:sbt ...
112[warn] /build/repo/build.sbt:41: error: illegal start of simple expression
113[warn] )
114[warn] ^
115[success] Total time: 44 s, completed Nov 22, 2025, 1:34:07 AM
116Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY
117OpenCB::Changing crossVersion 3.1.0 -> 3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY in repo/crossScalaVersions
118[info] set current project to eie (in build file:/build/repo/)
119[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
120[warn] Credentials file /root/.sbt/.credentials does not exist
121[warn] Credentials file /root/.sbt/.credentials does not exist
122[warn] Credentials file /root/.sbt/.credentials does not exist
123[success] Total time: 0 s, completed Nov 22, 2025, 1:34:08 AM
124[info] Setting Scala version to 3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY on 1 projects.
125[info] Switching Scala version on:
126[info] * repo (3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY)
127[info] Excluding projects:
128[info] Reapplying settings...
129[info] set current project to eie (in build file:/build/repo/)
130[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
131[warn] Credentials file /root/.sbt/.credentials does not exist
132[warn] Credentials file /root/.sbt/.credentials does not exist
133[warn] Credentials file /root/.sbt/.credentials does not exist
134[success] Total time: 5 s, completed Nov 22, 2025, 1:34:13 AM
135Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
136[info] Reapplying settings...
137[info] set current project to eie (in build file:/build/repo/)
138[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
139[warn] Credentials file /root/.sbt/.credentials does not exist
140[warn] Credentials file /root/.sbt/.credentials does not exist
141[warn] Credentials file /root/.sbt/.credentials does not exist
142[success] Total time: 0 s, completed Nov 22, 2025, 1:34:14 AM
143[info] Defining Global / credentials, credentials
144[info] The new values will be used by Global / pgpSelectPassphrase, allCredentials and 4 others.
145[info] Run `last` for details.
146[info] Reapplying settings...
147[info] set current project to eie (in build file:/build/repo/)
148[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
149[success] Total time: 0 s, completed Nov 22, 2025, 1:34:15 AM
150Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
151[info] Reapplying settings...
152OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
153
154 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
155 Did you mean allExcludeDependencies ?
156 , retry without global scopes
157[info] Reapplying settings...
158[info] set current project to eie (in build file:/build/repo/)
159[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
160[success] Total time: 1 s, completed Nov 22, 2025, 1:34:16 AM
161Execute removeScalacOptionsStartingWith: -P:wartremover
162[info] Reapplying settings...
163[info] set current project to eie (in build file:/build/repo/)
164[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
165[success] Total time: 0 s, completed Nov 22, 2025, 1:34:16 AM
166[success] Total time: 0 s, completed Nov 22, 2025, 1:34:16 AM
167Build config: {"tests":"compile-only"}
168Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
169Starting build...
170Projects: Set(repo)
171Starting build for ProjectRef(file:/build/repo/,repo) (eie)... [0/1]
172OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
173Compile scalacOptions: -language:implicitConversions, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
174[info] Formatting 13 Scala sources in repo:compile ...
175[warn] /build/repo/src/main/scala/eie/io/RichPath.scala:247: error: ( expected but identifier found
176[warn] def size = if exists() then Files.size(path) else 0L
177[warn] ^
178[warn] /build/repo/src/main/scala/eie/io/LowPriorityIOImplicits.scala:8: error: type application is not allowed for postfix operators
179[warn] given Conversion[String, RichPath] = new RichPath(_ : String)
180[warn] ^
181[info] compiling 13 Scala sources to /build/repo/target/scala-3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY/classes ...
182[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/src/main/scala/eie/io/AlphaCounter.scala:68:6
183[warn] 68 | case (List(a, pow)) => (a, pow, Math.pow(base, pow))
184[warn] | ^
185[warn] | match may not be exhaustive.
186[warn] |
187[warn] | It would fail on pattern case: List(_, _, _, _*), List(_), Nil
188[warn] |
189[warn] | longer explanation available when compiling with `-explain`
190[warn] there were 3 deprecation warnings; re-run with -deprecation for details
191[warn] two warnings found
192[info] done compiling
193[info] Formatting 11 Scala sources in repo:test ...
194[warn] /build/repo/src/test/scala/eie/io/BaseIOSpec.scala:36: error: expected start of definition
195[warn] override given patienceConfig : PatienceConfig = PatienceConfig(timeout = scaled(Span(testTimeout.toSeconds, Seconds)), interval = scaled(Span(150, Millis)))
196[warn] ^
197[info] compiling 11 Scala sources to /build/repo/target/scala-3.8.1-RC1-bin-20251121-0470ec1-NIGHTLY/test-classes ...
198[info] done compiling
199
200************************
201Build summary:
202[{
203 "module": "eie",
204 "compile": {"status": "ok", "tookMs": 11277, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
205 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
206 "test-compile": {"status": "ok", "tookMs": 7944, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
207 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
208 "publish": {"status": "skipped", "tookMs": 0},
209 "metadata": {
210 "crossScalaVersions": ["3.1.0"]
211}
212}]
213************************
214[success] Total time: 20 s, completed Nov 22, 2025, 1:34:36 AM
215[0JChecking patch project/plugins.sbt...
216Checking patch project/build.properties...
217Checking patch build.sbt...
218Applied patch project/plugins.sbt cleanly.
219Applied patch project/build.properties cleanly.
220Applied patch build.sbt cleanly.