Build Logs

sean-ideabank/rudolf • 3.8.0-RC5:2025-12-31

Errors

0

Warnings

11

Total Lines

142

1##################################
2Clonning https://github.com/sean-ideabank/rudolf.git into /build/repo using revision
3##################################
4Would override fixed Scala version: 3.0.2
5----
6Preparing build for 3.8.0-RC5
7Scala binary version found: 3.8
8Implicitly using source version 3.8
9Scala binary version found: 3.8
10Implicitly using source version 3.8
11Would try to apply common scalacOption (best-effort, sbt/mill only):
12Append: ,REQUIRE:-source:3.8
13Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
14
15Try apply source patch:
16Path: build.sbt
17Pattern: val scala3Version = "3.0.2"
18Replacement: val scala3Version = "3.8.0-RC5"
19Starting compilation server
20Compiling project (Scala 3.7.3, JVM (17))
21Compiled project (Scala 3.7.3, JVM (17))
22Successfully applied pattern 'val scala3Version = "3.0.2"' in build.sbt
23----
24Starting build for 3.8.0-RC5
25Execute tests: true
26sbt project found:
27Sbt version 1.5.5 is not supported, minimal supported version is 1.11.5
28Enforcing usage of sbt in version 1.11.5
29No prepare script found for project sean-ideabank/rudolf
30##################################
31Scala version: 3.8.0-RC5
32Targets: works.ideabank%rudolf
33Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.0.2\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
34##################################
35Using extra scalacOptions: ,REQUIRE:-source:3.8
36Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
37[sbt_options] declare -a sbt_options=()
38[process_args] java_version = '17'
39[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
40# Executing command line:
41java
42-Dfile.encoding=UTF-8
43-Dcommunitybuild.scala=3.8.0-RC5
44-Dcommunitybuild.project.dependencies.add=
45-Xmx7G
46-Xms4G
47-Xss8M
48-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
49-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
50-jar
51/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
52"setCrossScalaVersions 3.8.0-RC5"
53"++3.8.0-RC5 -v"
54"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
55"set every credentials := Nil"
56"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
57"removeScalacOptionsStartingWith -P:wartremover"
58
59moduleMappings
60"runBuild 3.8.0-RC5 """{"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.0.2\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}""" works.ideabank%rudolf"
61
62[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
63[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
64[info] loading project definition from /build/repo/project
65[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
66[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
67[info] Compilation completed in 9.012s.
68[info] done compiling
69[info] loading settings for project repo from build.sbt, publish.sbt...
70[info] set current project to repo (in build file:/build/repo/)
71[warn] there are 3 keys that are not used by any other settings/tasks:
72[warn]
73[warn] * ThisBuild / name
74[warn] +- /build/repo/build.sbt:3
75[warn] * ThisBuild / pomIncludeRepository
76[warn] +- /build/repo/publish.sbt:26
77[warn] * ThisBuild / publishMavenStyle
78[warn] +- /build/repo/publish.sbt:34
79[warn]
80[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
81[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
82Execute setCrossScalaVersions: 3.8.0-RC5
83OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in repo/crossScalaVersions
84[info] set current project to repo (in build file:/build/repo/)
85[info] Setting Scala version to 3.8.0-RC5 on 1 projects.
86[info] Switching Scala version on:
87[info] * repo (3.8.0-RC5)
88[info] Excluding projects:
89[info] Reapplying settings...
90[info] set current project to repo (in build file:/build/repo/)
91Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
92[info] Reapplying settings...
93[info] set current project to repo (in build file:/build/repo/)
94[info] Defining Global / credentials, ThisBuild / credentials, credentials
95[info] The new values will be used by ThisBuild / credentials, allCredentials and 3 others.
96[info] Run `last` for details.
97[info] Reapplying settings...
98[info] set current project to repo (in build file:/build/repo/)
99Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
100[info] Reapplying settings...
101OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
102
103 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
104 Did you mean allExcludeDependencies ?
105 , retry without global scopes
106[info] Reapplying settings...
107[info] set current project to repo (in build file:/build/repo/)
108Execute removeScalacOptionsStartingWith: -P:wartremover
109[info] Reapplying settings...
110[info] set current project to repo (in build file:/build/repo/)
111[success] Total time: 0 s, completed Dec 31, 2025, 10:56:38 PM
112Build config: {"projects":{"exclude":[],"overrides":{}},"java":{},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3Version = \"3.0.2\"","replaceWith":"val scala3Version = \"<SCALA_VERSION>\""}]}
113Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
114Starting build...
115Projects: Set(repo)
116Starting build for ProjectRef(file:/build/repo/,repo) (repo)... [0/1]
117OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
118Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
119[info] compiling 6 Scala sources to /build/repo/target/scala-3.8.0-RC5/classes ...
120[info] done compiling
121
122************************
123Build summary:
124[{
125 "module": "repo",
126 "compile": {"status": "ok", "tookMs": 5080, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
127 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
128 "test-compile": {"status": "ok", "tookMs": 143, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
129 "test": {"status": "ok", "tookMs": 133, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
130 "publish": {"status": "skipped", "tookMs": 0},
131 "metadata": {
132 "crossScalaVersions": ["3.0.2"]
133}
134}]
135************************
136[success] Total time: 8 s, completed Dec 31, 2025, 10:56:45 PM
137[0JChecking patch project/plugins.sbt...
138Checking patch project/build.properties...
139Checking patch build.sbt...
140Applied patch project/plugins.sbt cleanly.
141Applied patch project/build.properties cleanly.
142Applied patch build.sbt cleanly.