Build Logs

pjfanning/scala-faker • 3.8.0-RC4:2025-12-22

Errors

4

Warnings

22

Total Lines

203

1##################################
2Clonning https://github.com/pjfanning/scala-faker.git into /build/repo using revision
3##################################
4----
5Preparing build for 3.8.0-RC4
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-RC4
15Execute tests: true
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-RC4
22Targets: com.github.pjfanning%scala-faker
23Project projectConfig: {"tests":null}
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-RC4
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-RC4"
43"++3.8.0-RC4 -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-RC4 """{"tests":null}""" 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.475s.
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-RC4
92OpenCB::Changing crossVersion 3.0.0 -> 3.8.0-RC4 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-RC4 on 1 projects.
95[info] Switching Scala version on:
96[info] * scalaFaker (2.12.12, 2.13.5, 3.8.0-RC4)
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 Dec 22, 2025, 7:42:19 PM
121Build config: {"tests":null}
122Parsed config: Failure(sjsonnew.DeserializationException: Expected String as JString, but got JNull)
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-RC4/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-RC4/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[info] GeoTest:
143[info] Geo
144[info] - should generate valid coordinates in a given range
145[info] BaseTest:
146[info] Base
147[info] - should numerify
148[info] - should letterify
149[info] - should bothify
150[info] - should return data if available
151[info] - should return null if data is not available
152[info] - should parse correctly from the base object
153[info] - should parse correctly two invocations from the base object
154[info] - should parse correctly from other object
155[info] - should parse correctly two invocations from other object
156[info] AddressTest:
157[info] Address
158[info] - should return a valid city
159[info] - should return a valid street name
160[info] - should return a valid street address
161[info] FakerTest:
162[info] Faker
163[info] - should return a list of elements from the en.yml file
164[info] - should return german company suffixes
165[info] - should return swiss company suffixes and german name suffix (testing fallback)
166[info] NameTest:
167[info] Name
168[info] - should generate a valid name
169[info] - should name "Julio O'Connell" should be valid
170[info] - should name "Camila O'Conner III" should be valid
171[info] - should generate a valid prefix
172[info] - should generate a valid suffix
173[info] InternetTest:
174[info] Internet
175[info] - should generate a valid email address
176[info] - should generate a valid free email address
177[info] - should generate a username
178[info] - should generate a valid username for a given name
179[info] - should generate a domain name
180[info] - should generate a domain world
181[info] - should generate a domains suffix *** FAILED ***
182[info] The reference was null (FakerTest.scala:171)
183[info] - should generate an ipv4 address
184[info] - should generate an ipv6 address
185
186************************
187Build summary:
188[{
189 "module": "scala-faker",
190 "compile": {"status": "ok", "tookMs": 7393, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
191 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
192 "test-compile": {"status": "ok", "tookMs": 6783, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
193 "test": {"status": "failed", "tookMs": 933, "passed": 29, "failed": 1, "ignored": 0, "skipped": 0, "total": 30, "byFramework": [{"framework": "unknown", "stats": {"passed": 29, "failed": 1, "ignored": 0, "skipped": 0, "total": 30}}]},
194 "publish": {"status": "skipped", "tookMs": 0},
195 "metadata": {
196 "crossScalaVersions": ["2.12.12", "2.13.5", "3.0.0"]
197}
198}]
199************************
200[error] Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: scala-faker
201[error] (Global / runBuild) Scala3CommunityBuild$ProjectBuildFailureException: 1 module(s) finished with failures: scala-faker
202[error] Total time: 27 s, completed Dec 22, 2025, 7:42:46 PM
203[0JBuild failed, not retrying.