Build Logs
pjfanning/scala-faker • 3.8.0-RC2:2025-11-25
Errors
0
Warnings
22
Total Lines
164
1##################################
2Clonning https://github.com/pjfanning/scala-faker.git into /build/repo using revision
3##################################
4----
5Preparing build for 3.8.0-RC2
6Scala binary version found: 3.8
7Implicitly using source version 3.8
8Scala binary version found: 3.8
9Implicitly using source version 3.8
10Would try to apply common scalacOption (best-effort, sbt/mill only):
11Append: ,REQUIRE:-source:3.8
12Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
13----
14Starting build for 3.8.0-RC2
15Execute tests: false
16sbt project found:
17Sbt version 1.5.2 is not supported, minimal supported version is 1.11.5
18Enforcing usage of sbt in version 1.11.5
19No prepare script found for project pjfanning/scala-faker
20/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
21##################################
22Scala version: 3.8.0-RC2
23Targets: com.github.pjfanning%scala-faker
24Project projectConfig: {"tests":"compile-only"}
25##################################
26Using extra scalacOptions: ,REQUIRE:-source:3.8
27Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28[sbt_options] declare -a sbt_options=()
29[process_args] java_version = '17'
30[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
31# Executing command line:
32java
33-Dfile.encoding=UTF-8
34-Dcommunitybuild.scala=3.8.0-RC2
35-Dcommunitybuild.project.dependencies.add=
36-Xmx7G
37-Xms4G
38-Xss8M
39-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
40-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
41-jar
42/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
43"setCrossScalaVersions 3.8.0-RC2"
44"++3.8.0-RC2 -v"
45"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
46"set every credentials := Nil"
47"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
48"removeScalacOptionsStartingWith -P:wartremover"
49
50moduleMappings
51"runBuild 3.8.0-RC2 """{"tests":"compile-only"}""" com.github.pjfanning%scala-faker"
52
53[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
54[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
55[info] loading project definition from /build/repo/project
56[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
57[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
58[info] Compilation completed in 8.971s.
59[info] done compiling
60/build/repo/build.sbt:14: 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
61 publishArtifact in (Compile, packageDoc) := false,
62 ^
63/build/repo/build.sbt:17: 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
64 parallelExecution in Test := true,
65 ^
66/build/repo/build.sbt:23: warning: value sonatypeSnapshots in object resolver is deprecated (since 1.7.0): Sonatype OSS Repository Hosting (OSSRH) will be sunset on 2025-06-30; use the following instead:
67 resolvers += Resolver.sonatypeCentralSnapshots
68 Opts.resolver.sonatypeSnapshots
69 ^
70/build/repo/build.sbt:25: warning: value sonatypeStaging in object resolver is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) will be sunset on 2025-06-30; use the following instead:
71 publishTo := {
72 if (isSnapshot.value) Some(Resolver.sonatypeCentralSnapshots)
73 else localStaging.value
74 }
75 Opts.resolver.sonatypeStaging
76 ^
77/build/repo/build.sbt:50: 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
78 publishArtifact in (Compile, packageDoc) := true
79 ^
80/build/repo/sonatype.sbt:6: 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
81publishArtifact in Test := false
82 ^
83[info] loading settings for project scalaFaker from build.sbt, sonatype.sbt, version.sbt...
84[info] set current project to scala-faker (in build file:/build/repo/)
85[warn] there's a key that's not used by any other settings/tasks:
86[warn]
87[warn] * scalaFaker / parallelExecution
88[warn] +- /build/repo/build.sbt:16
89[warn]
90[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
91[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
92Execute setCrossScalaVersions: 3.8.0-RC2
93OpenCB::Changing crossVersion 3.0.0 -> 3.8.0-RC2 in scalaFaker/crossScalaVersions
94[info] set current project to scala-faker (in build file:/build/repo/)
95[info] Setting Scala version to 3.8.0-RC2 on 1 projects.
96[info] Switching Scala version on:
97[info] * scalaFaker (2.12.12, 2.13.5, 3.8.0-RC2)
98[info] Excluding projects:
99[info] Reapplying settings...
100[info] set current project to scala-faker (in build file:/build/repo/)
101Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
102[info] Reapplying settings...
103[info] set current project to scala-faker (in build file:/build/repo/)
104[info] Defining Global / credentials, credentials
105[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 5 others.
106[info] Run `last` for details.
107[info] Reapplying settings...
108[info] set current project to scala-faker (in build file:/build/repo/)
109Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
110[info] Reapplying settings...
111OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
112
113 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
114 Did you mean allExcludeDependencies ?
115 , retry without global scopes
116[info] Reapplying settings...
117[info] set current project to scala-faker (in build file:/build/repo/)
118Execute removeScalacOptionsStartingWith: -P:wartremover
119[info] Reapplying settings...
120[info] set current project to scala-faker (in build file:/build/repo/)
121[success] Total time: 0 s, completed Nov 25, 2025, 1:22:56 PM
122Build config: {"tests":"compile-only"}
123Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
124Starting build...
125Projects: Set(scalaFaker)
126Starting build for ProjectRef(file:/build/repo/,scalaFaker) (scala-faker)... [0/1]
127OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
128OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
129Compile scalacOptions: -Xcheckinit, -encoding, utf8, -g:vars, -unchecked, -optimize, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
130[info] compiling 2 Scala sources to /build/repo/target/scala-3.8.0-RC2/classes ...
131[warn] bad option '-Xcheckinit' was ignored
132[warn] bad option '-g:vars' was ignored
133[warn] bad option '-optimize' was ignored
134[warn] there was 1 deprecation warning; re-run with -deprecation for details
135[warn] four warnings found
136[info] done compiling
137[info] compiling 1 Scala source to /build/repo/target/scala-3.8.0-RC2/test-classes ...
138[warn] bad option '-Xcheckinit' was ignored
139[warn] bad option '-g:vars' was ignored
140[warn] bad option '-optimize' was ignored
141[warn] three warnings found
142[info] done compiling
143
144************************
145Build summary:
146[{
147 "module": "scala-faker",
148 "compile": {"status": "ok", "tookMs": 8792, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
149 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
150 "test-compile": {"status": "ok", "tookMs": 6902, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
151 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
152 "publish": {"status": "skipped", "tookMs": 0},
153 "metadata": {
154 "crossScalaVersions": ["2.12.12", "2.13.5", "3.0.0"]
155}
156}]
157************************
158[success] Total time: 30 s, completed Nov 25, 2025, 1:23:26 PM
159[0JChecking patch project/plugins.sbt...
160Checking patch project/build.properties...
161Checking patch build.sbt...
162Applied patch project/plugins.sbt cleanly.
163Applied patch project/build.properties cleanly.
164Applied patch build.sbt cleanly.