Build Logs
aaronp/code-template • scheduled_3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY
Errors
1
Warnings
59
Total Lines
315
1##################################
2Clonning https://github.com/aaronp/code-template.git into /build/repo using revision v1.0.0
3##################################
4Note: switching to 'fd6c7a569db13f398c57bdda9c98360cd0cd2a7e'.
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-20251226-6e12d35-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-20251226-6e12d35-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/code-template
37##################################
38Scala version: 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY
39Targets: com.github.aaronp%code-template
40Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
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-Dcommunitybuild.scala=3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY
51-Dcommunitybuild.project.dependencies.add=
52-Xmx7G
53-Xms4G
54-Xss8M
55-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
56-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
57-jar
58/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
59"setCrossScalaVersions 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY"
60"++3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY -v"
61"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
62"set every credentials := Nil"
63"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
64"removeScalacOptionsStartingWith -P:wartremover"
65
66moduleMappings
67"runBuild 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}""" com.github.aaronp%code-template"
68
69[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
70[info] loading settings for project repo-build from akka.sbt, metals.sbt, plugins.sbt...
71[info] loading project definition from /build/repo/project
72[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
73[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
74[info] Compilation completed in 8.76s.
75[info] done compiling
76/build/repo/build.sbt:11: 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
77packageOptions in (Compile, packageBin) += Package.ManifestAttributes("git-sha" -> git.gitHeadCommit.value.getOrElse("unknown"))
78 ^
79/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
80version in ThisBuild := "1.0.0"
81 ^
82[info] loading settings for project repo from build.sbt, version.sbt...
83[info] _ _ _ _
84[info] | | | | | | | |
85[info] ___ ___ __| | ___ ______| |_ ___ _ __ ___ _ __ | | __ _| |_ ___
86[info] / __/ _ \ / _` |/ _ \______| __/ _ \ '_ ` _ \| '_ \| |/ _` | __/ _ \
87[info] | (_| (_) | (_| | __/ | || __/ | | | | | |_) | | (_| | || __/
88[info] \___\___/ \__,_|\___| \__\___|_| |_| |_| .__/|_|\__,_|\__\___|
89[info] | |
90[info] |_|
91[info]
92[info] code-template version 1.0.0
93[info]
94[info] Useful sbt tasks:
95[info] a. ~compile - Compile with file-watch enabled
96[info] b. ~test - Test with file-watch enabled
97[info] c. release - Release a new version (assumes you have ~/.sbt/.credentials set up)
98[warn] there are 2 keys that are not used by any other settings/tasks:
99[warn]
100[warn] * repo / ghpagesNoJekyll
101[warn] +- /build/repo/build.sbt:20
102[warn] * repo / gitRemoteRepo
103[warn] +- /build/repo/build.sbt:12
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[success] Total time: 55 s, completed Dec 27, 2025, 12:11:59 AM
113Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY
114OpenCB::Changing crossVersion 3.1.0 -> 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY in repo/crossScalaVersions
115OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY) in repo/crossScalaVersions
116[info] _ _ _ _
117[info] | | | | | | | |
118[info] ___ ___ __| | ___ ______| |_ ___ _ __ ___ _ __ | | __ _| |_ ___
119[info] / __/ _ \ / _` |/ _ \______| __/ _ \ '_ ` _ \| '_ \| |/ _` | __/ _ \
120[info] | (_| (_) | (_| | __/ | || __/ | | | | | |_) | | (_| | || __/
121[info] \___\___/ \__,_|\___| \__\___|_| |_| |_| .__/|_|\__,_|\__\___|
122[info] | |
123[info] |_|
124[info]
125[info] code-template version 1.0.0
126[info]
127[info] Useful sbt tasks:
128[info] a. ~compile - Compile with file-watch enabled
129[info] b. ~test - Test with file-watch enabled
130[info] c. release - Release a new version (assumes you have ~/.sbt/.credentials set up)
131[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
132[warn] Credentials file /root/.sbt/.credentials does not exist
133[warn] Credentials file /root/.sbt/.credentials does not exist
134[warn] Credentials file /root/.sbt/.credentials does not exist
135[success] Total time: 0 s, completed Dec 27, 2025, 12:12:00 AM
136[info] Setting Scala version to 3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY on 1 projects.
137[info] Switching Scala version on:
138[info] * repo (3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY)
139[info] Excluding projects:
140[info] Reapplying settings...
141[info] _ _ _ _
142[info] | | | | | | | |
143[info] ___ ___ __| | ___ ______| |_ ___ _ __ ___ _ __ | | __ _| |_ ___
144[info] / __/ _ \ / _` |/ _ \______| __/ _ \ '_ ` _ \| '_ \| |/ _` | __/ _ \
145[info] | (_| (_) | (_| | __/ | || __/ | | | | | |_) | | (_| | || __/
146[info] \___\___/ \__,_|\___| \__\___|_| |_| |_| .__/|_|\__,_|\__\___|
147[info] | |
148[info] |_|
149[info]
150[info] code-template version 1.0.0
151[info]
152[info] Useful sbt tasks:
153[info] a. ~compile - Compile with file-watch enabled
154[info] b. ~test - Test with file-watch enabled
155[info] c. release - Release a new version (assumes you have ~/.sbt/.credentials set up)
156[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
157[warn] Credentials file /root/.sbt/.credentials does not exist
158[warn] Credentials file /root/.sbt/.credentials does not exist
159[warn] Credentials file /root/.sbt/.credentials does not exist
160[success] Total time: 7 s, completed Dec 27, 2025, 12:12:07 AM
161Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
162[info] Reapplying settings...
163[info] _ _ _ _
164[info] | | | | | | | |
165[info] ___ ___ __| | ___ ______| |_ ___ _ __ ___ _ __ | | __ _| |_ ___
166[info] / __/ _ \ / _` |/ _ \______| __/ _ \ '_ ` _ \| '_ \| |/ _` | __/ _ \
167[info] | (_| (_) | (_| | __/ | || __/ | | | | | |_) | | (_| | || __/
168[info] \___\___/ \__,_|\___| \__\___|_| |_| |_| .__/|_|\__,_|\__\___|
169[info] | |
170[info] |_|
171[info]
172[info] code-template version 1.0.0
173[info]
174[info] Useful sbt tasks:
175[info] a. ~compile - Compile with file-watch enabled
176[info] b. ~test - Test with file-watch enabled
177[info] c. release - Release a new version (assumes you have ~/.sbt/.credentials set up)
178[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
179[warn] Credentials file /root/.sbt/.credentials does not exist
180[warn] Credentials file /root/.sbt/.credentials does not exist
181[warn] Credentials file /root/.sbt/.credentials does not exist
182[success] Total time: 0 s, completed Dec 27, 2025, 12:12:07 AM
183[info] Defining Global / credentials, credentials
184[info] The new values will be used by Global / pgpSelectPassphrase, allCredentials and 4 others.
185[info] Run `last` for details.
186[info] Reapplying settings...
187[info] _ _ _ _
188[info] | | | | | | | |
189[info] ___ ___ __| | ___ ______| |_ ___ _ __ ___ _ __ | | __ _| |_ ___
190[info] / __/ _ \ / _` |/ _ \______| __/ _ \ '_ ` _ \| '_ \| |/ _` | __/ _ \
191[info] | (_| (_) | (_| | __/ | || __/ | | | | | |_) | | (_| | || __/
192[info] \___\___/ \__,_|\___| \__\___|_| |_| |_| .__/|_|\__,_|\__\___|
193[info] | |
194[info] |_|
195[info]
196[info] code-template version 1.0.0
197[info]
198[info] Useful sbt tasks:
199[info] a. ~compile - Compile with file-watch enabled
200[info] b. ~test - Test with file-watch enabled
201[info] c. release - Release a new version (assumes you have ~/.sbt/.credentials set up)
202[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
203[success] Total time: 0 s, completed Dec 27, 2025, 12:12:08 AM
204Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
205[info] Reapplying settings...
206OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
207
208 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
209 Did you mean allExcludeDependencies ?
210 , retry without global scopes
211[info] Reapplying settings...
212[info] _ _ _ _
213[info] | | | | | | | |
214[info] ___ ___ __| | ___ ______| |_ ___ _ __ ___ _ __ | | __ _| |_ ___
215[info] / __/ _ \ / _` |/ _ \______| __/ _ \ '_ ` _ \| '_ \| |/ _` | __/ _ \
216[info] | (_| (_) | (_| | __/ | || __/ | | | | | |_) | | (_| | || __/
217[info] \___\___/ \__,_|\___| \__\___|_| |_| |_| .__/|_|\__,_|\__\___|
218[info] | |
219[info] |_|
220[info]
221[info] code-template version 1.0.0
222[info]
223[info] Useful sbt tasks:
224[info] a. ~compile - Compile with file-watch enabled
225[info] b. ~test - Test with file-watch enabled
226[info] c. release - Release a new version (assumes you have ~/.sbt/.credentials set up)
227[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
228[success] Total time: 1 s, completed Dec 27, 2025, 12:12:09 AM
229Execute removeScalacOptionsStartingWith: -P:wartremover
230[info] Reapplying settings...
231[info] _ _ _ _
232[info] | | | | | | | |
233[info] ___ ___ __| | ___ ______| |_ ___ _ __ ___ _ __ | | __ _| |_ ___
234[info] / __/ _ \ / _` |/ _ \______| __/ _ \ '_ ` _ \| '_ \| |/ _` | __/ _ \
235[info] | (_| (_) | (_| | __/ | || __/ | | | | | |_) | | (_| | || __/
236[info] \___\___/ \__,_|\___| \__\___|_| |_| |_| .__/|_|\__,_|\__\___|
237[info] | |
238[info] |_|
239[info]
240[info] code-template version 1.0.0
241[info]
242[info] Useful sbt tasks:
243[info] a. ~compile - Compile with file-watch enabled
244[info] b. ~test - Test with file-watch enabled
245[info] c. release - Release a new version (assumes you have ~/.sbt/.credentials set up)
246[warn] sbt 0.13 shell syntax is deprecated; use slash syntax instead: Sbt / scalafmt
247[success] Total time: 0 s, completed Dec 27, 2025, 12:12:10 AM
248[success] Total time: 0 s, completed Dec 27, 2025, 12:12:10 AM
249Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
250Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
251Starting build...
252Projects: Set(repo)
253Starting build for ProjectRef(file:/build/repo/,repo) (code-template)... [0/1]
254OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
255Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
256[info] Formatting 7 Scala sources in repo:compile ...
257[info] compiling 7 Scala sources and 1 Java source to /build/repo/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/classes ...
258[warn] -- Warning: /build/repo/src/main/scala/codetemplate/model.scala:65:99 ----------
259[warn] 65 | implicit def msgEncoder[K: Encoder, V: Encoder]: Encoder[Message[K, V]] = Encoder[Message[K, V]] { msg =>
260[warn] | ^
261[warn] |Implicit parameters should be provided with a `using` clause.
262[warn] |To disable the warning, please use the following option:
263[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
264[warn] |
265[warn] 66 | import io.circe.syntax.*
266[warn] 67 |...
267[warn] 77 | }
268[warn] -- Warning: /build/repo/src/main/scala/codetemplate/model.scala:78:99 ----------
269[warn] 78 | implicit def msgDecoder[K: Decoder, V: Decoder]: Decoder[Message[K, V]] = Decoder[Message[K, V]] { cursor =>
270[warn] | ^
271[warn] |Implicit parameters should be provided with a `using` clause.
272[warn] |To disable the warning, please use the following option:
273[warn] | "-Wconf:msg=Implicit parameters should be provided with a `using` clause:s"
274[warn] |
275[warn] 79 | for {
276[warn] 80 |...
277[warn] 88 | }
278[warn] -- [E092] Pattern Match Unchecked Warning: /build/repo/src/main/scala/codetemplate/CodeTemplate.scala:100:13
279[warn] 100 | case expr: Thunk => Try(Compiled(script, inputType, expr))
280[warn] | ^
281[warn] |the type test for Thunk cannot be checked at runtime because its type arguments can't be determined from Object
282[warn] |
283[warn] | longer explanation available when compiling with `-explain`
284[warn] three warnings found
285[info] /build/repo/src/main/java/codetemplate/Enums.java: Enums.java uses unchecked or unsafe operations.
286[info] /build/repo/src/main/java/codetemplate/Enums.java: Recompile with -Xlint:unchecked for details.
287[info] done compiling
288[info] Formatting 6 Scala sources in repo:test ...
289[warn] /build/repo/src/test/scala/codetemplate/BaseTest.scala:6: error: ; expected but : found
290[warn] abstract class BaseTest extends AnyWordSpec with Matchers:
291[warn] ^
292[info] compiling 6 Scala sources to /build/repo/target/scala-3.8.1-RC1-bin-20251226-6e12d35-NIGHTLY/test-classes ...
293[info] done compiling
294
295************************
296Build summary:
297[{
298 "module": "code-template",
299 "compile": {"status": "ok", "tookMs": 12289, "warnings": 3, "errors": 0, "sourceVersion": "3.8"},
300 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
301 "test-compile": {"status": "ok", "tookMs": 3471, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
302 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
303 "publish": {"status": "skipped", "tookMs": 0},
304 "metadata": {
305 "crossScalaVersions": ["2.12.20"]
306}
307}]
308************************
309[success] Total time: 16 s, completed Dec 27, 2025, 12:12:26 AM
310[0JChecking patch project/plugins.sbt...
311Checking patch project/build.properties...
312Checking patch build.sbt...
313Applied patch project/plugins.sbt cleanly.
314Applied patch project/build.properties cleanly.
315Applied patch build.sbt cleanly.