Build Logs
dacr/lorem-ipsum • 3.8.0-RC6:2026-01-08
Errors
0
Warnings
2
Total Lines
167
1##################################
2Clonning https://github.com/dacr/lorem-ipsum.git into /build/repo using revision v1.0.6
3##################################
4Note: switching to 'dda00078e30b203811f7caebe05c1977bfba0e30'.
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-RC6
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.8.0-RC6
32Execute tests: true
33sbt project found:
34Sbt version 1.9.7 is not supported, minimal supported version is 1.11.5
35Enforcing usage of sbt in version 1.11.5
36No prepare script found for project dacr/lorem-ipsum
37##################################
38Scala version: 3.8.0-RC6
39Targets: fr.janalyse%lorem-ipsum
40Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
41##################################
42Using extra scalacOptions: ,REQUIRE:-source:3.8
43Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
44[sbt_options] declare -a sbt_options=()
45[process_args] java_version = '17'
46[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
47# Executing command line:
48java
49-Dfile.encoding=UTF-8
50-Dcommunitybuild.scala=3.8.0-RC6
51-Dcommunitybuild.project.dependencies.add=
52-Xmx7G
53-Xms4G
54-Xss8M
55-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
56-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
57-jar
58/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
59"setCrossScalaVersions 3.8.0-RC6"
60"++3.8.0-RC6 -v"
61"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
62"set every credentials := Nil"
63"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
64"removeScalacOptionsStartingWith -P:wartremover"
65
66moduleMappings
67"runBuild 3.8.0-RC6 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}""" fr.janalyse%lorem-ipsum"
68
69[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
70[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
71[info] loading project definition from /build/repo/project
72[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
73[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
74[info] Compilation completed in 8.999s.
75[info] done compiling
76/build/repo/publish.sbt:7: warning: value sonatypeOssSnapshots 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:
77 resolvers += Resolver.sonatypeCentralSnapshots
78publishTo := (if (isSnapshot.value) Opts.resolver.sonatypeOssSnapshots.headOption else Some(Opts.resolver.sonatypeStaging))
79 ^
80/build/repo/publish.sbt:7: 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:
81 publishTo := {
82 if (isSnapshot.value) Some(Resolver.sonatypeCentralSnapshots)
83 else localStaging.value
84 }
85publishTo := (if (isSnapshot.value) Opts.resolver.sonatypeOssSnapshots.headOption else Some(Opts.resolver.sonatypeStaging))
86 ^
87[info] loading settings for project repo from build.sbt, built.sbt, publish.sbt, version.sbt...
88[info] set current project to lorem-ipsum (in build file:/build/repo/)
89Execute setCrossScalaVersions: 3.8.0-RC6
90OpenCB::Changing crossVersion 3.3.1 -> 3.8.0-RC6 in repo/crossScalaVersions
91[info] set current project to lorem-ipsum (in build file:/build/repo/)
92[info] Setting Scala version to 3.8.0-RC6 on 1 projects.
93[info] Switching Scala version on:
94[info] * repo (2.12.18, 2.13.12, 3.8.0-RC6)
95[info] Excluding projects:
96[info] Reapplying settings...
97[info] set current project to lorem-ipsum (in build file:/build/repo/)
98Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
99[info] Reapplying settings...
100[info] set current project to lorem-ipsum (in build file:/build/repo/)
101[info] Defining Global / credentials, credentials
102[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 6 others.
103[info] Run `last` for details.
104[info] Reapplying settings...
105[info] set current project to lorem-ipsum (in build file:/build/repo/)
106Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
107[info] Reapplying settings...
108OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
109
110 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
111 Did you mean allExcludeDependencies ?
112 , retry without global scopes
113[info] Reapplying settings...
114[info] set current project to lorem-ipsum (in build file:/build/repo/)
115Execute removeScalacOptionsStartingWith: -P:wartremover
116[info] Reapplying settings...
117[info] set current project to lorem-ipsum (in build file:/build/repo/)
118[success] Total time: 0 s, completed Jan 8, 2026, 2:08:13 AM
119Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[]}
120Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
121Starting build...
122Projects: Set(repo)
123Starting build for ProjectRef(file:/build/repo/,repo) (lorem-ipsum)... [0/1]
124OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
125OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
126OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
127Compile scalacOptions: -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
128[info] compiling 1 Scala source to /build/repo/target/scala-3.8.0-RC6/classes ...
129[info] done compiling
130[info] compiling 1 Scala source to /build/repo/target/scala-3.8.0-RC6/test-classes ...
131[info] done compiling
132[info] LoremIpsumTest:
133[info] LoremIpsum
134[info] - should generate nothing with zero word count (20 milliseconds)
135[info] - should generate nothing with negative word count (0 milliseconds)
136[info] - should be able to generate a paragraph of words (1 millisecond)
137[info] - should generate the right words count (3 milliseconds)
138[info] - should always start with Lorem ipsum by default (0 milliseconds)
139[info] - should generate paragraph starting with a Capitalize word (3 milliseconds)
140[info] - should generate paragraphs text with last sentence ending with a dot (2 milliseconds)
141[info] - should be able to generate several paragraphs (1 millisecond)
142[info] - should not generate an empty paragraphs (0 milliseconds)
143[info] - should always generate a first paragraph starting with Lorem Ipsum (2 milliseconds)
144[info] - should be able to regenerate paragraphs from sentences (8 milliseconds)
145[info] - should only provide valid sentences (extracted from the given corpus) (1 millisecond)
146[info] - should generate coherent punctuation in sentences mode (17 milliseconds)
147[info] - should generate coherent punctuation in paragraphs mode (8 milliseconds)
148
149************************
150Build summary:
151[{
152 "module": "lorem-ipsum",
153 "compile": {"status": "ok", "tookMs": 4575, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
154 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
155 "test-compile": {"status": "ok", "tookMs": 2900, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
156 "test": {"status": "ok", "tookMs": 645, "passed": 14, "failed": 0, "ignored": 0, "skipped": 0, "total": 14, "byFramework": [{"framework": "unknown", "stats": {"passed": 14, "failed": 0, "ignored": 0, "skipped": 0, "total": 14}}]},
157 "publish": {"status": "skipped", "tookMs": 0},
158 "metadata": {
159 "crossScalaVersions": ["2.12.18", "2.13.12", "3.3.1"]
160}
161}]
162************************
163[success] Total time: 10 s, completed Jan 8, 2026, 2:08:23 AM
164[0JChecking patch project/plugins.sbt...
165Checking patch project/build.properties...
166Applied patch project/plugins.sbt cleanly.
167Applied patch project/build.properties cleanly.