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