Build Logs
iheartradio/ficus • 3.8.0-RC5:2025-12-31
Errors
0
Warnings
21
Total Lines
176
1##################################
2Clonning https://github.com/iheartradio/ficus.git into /build/repo using revision v1.5.2
3##################################
4Note: switching to 'dcf39d6cd2dcde49b093ba5d1507ca478ec28dac'.
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-RC5
23Scala binary version found: 3.8
24Using configured source version: 3.3
25Scala binary version found: 3.8
26Using configured source version: 3.3
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.3
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30
31Try apply source patch:
32Path: build.sbt
33Pattern: def Scala3 = "3.1.1"
34Replacement: def Scala3 = "3.8.0-RC5"
35Starting compilation server
36Compiling project (Scala 3.7.3, JVM (17))
37Compiled project (Scala 3.7.3, JVM (17))
38Successfully applied pattern 'def Scala3 = "3.1.1"' in build.sbt
39----
40Starting build for 3.8.0-RC5
41Execute tests: true
42sbt project found:
43Sbt version 1.5.4 is not supported, minimal supported version is 1.11.5
44Enforcing usage of sbt in version 1.11.5
45No prepare script found for project iheartradio/ficus
46##################################
47Scala version: 3.8.0-RC5
48Targets: com.iheart%ficus
49Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","sourceVersion":"3.3","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"def Scala3 = \"3.1.1\"","replaceWith":"def Scala3 = \"<SCALA_VERSION>\""}]}
50##################################
51Using extra scalacOptions: ,REQUIRE:-source:3.3
52Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
53[sbt_options] declare -a sbt_options=()
54[process_args] java_version = '17'
55[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
56# Executing command line:
57java
58-Dfile.encoding=UTF-8
59-Dcommunitybuild.scala=3.8.0-RC5
60-Dcommunitybuild.project.dependencies.add=
61-Xmx7G
62-Xms4G
63-Xss8M
64-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
65-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
66-jar
67/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
68"setCrossScalaVersions 3.8.0-RC5"
69"++3.8.0-RC5 -v"
70"mapScalacOptions ",REQUIRE:-source:3.3,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
71"set every credentials := Nil"
72"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
73"removeScalacOptionsStartingWith -P:wartremover"
74
75moduleMappings
76"runBuild 3.8.0-RC5 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","sourceVersion":"3.3","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"def Scala3 = \"3.1.1\"","replaceWith":"def Scala3 = \"<SCALA_VERSION>\""}]}""" com.iheart%ficus"
77
78[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
79[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
80[info] loading project definition from /build/repo/project
81[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
82[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
83[info] Compilation completed in 8.738s.
84[warn] /build/repo/project/Publish.scala:73:36: method process in object Command is deprecated (since 1.9.4): Use overload that takes the onParseError callback
85[warn] ReleaseStep(action = Command.process("sonatypeReleaseAll", _)),
86[warn] ^
87[warn] one warning found
88[info] done compiling
89/build/repo/build.sbt:124: warning: method sonatypeRepo in class ResolverFunctions is deprecated (since 1.7.0): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
90 resolvers += Resolver.sonatypeCentralSnapshots
91
92 Resolver.sonatypeRepo("snapshots"),
93 ^
94/build/repo/build.sbt:125: warning: method bintrayRepo in class ResolverFunctions is deprecated (since 1.11.2): Bintray was shut down
95 Resolver.bintrayRepo("iheartradio", "maven"),
96 ^
97[info] loading settings for project root from build.sbt, version.sbt...
98[info] set current project to ficus (in build file:/build/repo/)
99[warn] there are 2 keys that are not used by any other settings/tasks:
100[warn]
101[warn] * root / compile / logLevel
102[warn] +- /build/repo/build.sbt:130
103[warn] * root / traceLevel
104[warn] +- /build/repo/build.sbt:131
105[warn]
106[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
107[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
108Execute setCrossScalaVersions: 3.8.0-RC5
109OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in root/crossScalaVersions
110[info] set current project to ficus (in build file:/build/repo/)
111[info] Setting Scala version to 3.8.0-RC5 on 1 projects.
112[info] Switching Scala version on:
113[info] * root (2.10.7, 2.11.12, 2.12.14, 2.13.6, 3.8.0-RC5)
114[info] Excluding projects:
115[info] Reapplying settings...
116[info] set current project to ficus (in build file:/build/repo/)
117Execute mapScalacOptions: ,REQUIRE:-source:3.3,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
118[info] Reapplying settings...
119[info] set current project to ficus (in build file:/build/repo/)
120[info] Defining Global / credentials, credentials
121[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 4 others.
122[info] Run `last` for details.
123[info] Reapplying settings...
124[info] set current project to ficus (in build file:/build/repo/)
125Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
126[info] Reapplying settings...
127OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
128
129 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
130 Did you mean allExcludeDependencies ?
131 , retry without global scopes
132[info] Reapplying settings...
133[info] set current project to ficus (in build file:/build/repo/)
134Execute removeScalacOptionsStartingWith: -P:wartremover
135[info] Reapplying settings...
136[info] set current project to ficus (in build file:/build/repo/)
137[success] Total time: 0 s, completed Dec 31, 2025, 9:13:12 PM
138Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","sourceVersion":"3.3","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"def Scala3 = \"3.1.1\"","replaceWith":"def Scala3 = \"<SCALA_VERSION>\""}]}
139Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
140Starting build...
141Projects: Set(root)
142Starting build for ProjectRef(file:/build/repo/,root) (ficus)... [0/1]
143OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.3` in Scala 2.12.20 module Global
144OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
145OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
146Compile scalacOptions: -unchecked, -encoding, UTF-8, -target:jvm-1.8, -Wconf:msg=can be rewritten automatically under:s, -source:3.3
147[info] compiling 33 Scala sources to /build/repo/target/scala-3.8.0-RC5/classes ...
148[warn] bad option '-target:jvm-1.8' was ignored
149[warn] -- Warning: /build/repo/src/main/scala/net/ceedubs/ficus/readers/ConfigReader.scala:11:88
150[warn] 11 | implicit val ficusConfigValueReader: ValueReader[FicusConfig] = configValueReader.map(SimpleFicusConfig)
151[warn] | ^^^^^^^^^^^^^^^^^
152[warn] |The method `apply` is inserted. The auto insertion will be deprecated, please write `net.ceedubs.ficus.SimpleFicusConfig.apply` explicitly.
153[warn] two warnings found
154[info] done compiling
155
156************************
157Build summary:
158[{
159 "module": "ficus",
160 "compile": {"status": "ok", "tookMs": 6289, "warnings": 1, "errors": 0, "sourceVersion": "3.3"},
161 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
162 "test-compile": {"status": "ok", "tookMs": 157, "warnings": 0, "errors": 0, "sourceVersion": "3.3"},
163 "test": {"status": "ok", "tookMs": 115, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
164 "publish": {"status": "skipped", "tookMs": 0},
165 "metadata": {
166 "crossScalaVersions": ["2.10.7", "2.11.12", "2.13.6", "2.12.14"]
167}
168}]
169************************
170[success] Total time: 8 s, completed Dec 31, 2025, 9:13:20 PM
171[0JChecking patch project/plugins.sbt...
172Checking patch project/build.properties...
173Checking patch build.sbt...
174Applied patch project/plugins.sbt cleanly.
175Applied patch project/build.properties cleanly.
176Applied patch build.sbt cleanly.