Build Logs

pjfanning/scala-faker • 3.8.0-RC2:2025-11-27

Errors

0

Warnings

22

Total Lines

163

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