Build Logs

cucumber/cucumber-jvm-scala • 3.8.0-RC2:2025-11-28

Errors

0

Warnings

17

Total Lines

216

1##################################
2Clonning https://github.com/cucumber/cucumber-jvm-scala.git into /build/repo using revision v8.37.0
3##################################
4Note: switching to '1c308444740ef90cc9ea30f923ad035c4470021d'.
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
21Would override fixed Scala version: 3.3.6
22----
23Preparing build for 3.8.0-RC2
24Scala binary version found: 3.8
25Implicitly using source version 3.8
26Scala binary version found: 3.8
27Implicitly using source version 3.8
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: ,REQUIRE:-source:3.8
30Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
31
32Try apply source patch:
33Path: build.sbt
34Pattern: val scala3 = "3.3.6"
35Replacement: val scala3 = "3.8.0-RC2"
36Starting compilation server
37Compiling project (Scala 3.7.3, JVM (17))
38Compiled project (Scala 3.7.3, JVM (17))
39Successfully applied pattern 'val scala3 = "3.3.6"' in build.sbt
40----
41Starting build for 3.8.0-RC2
42Execute tests: true
43sbt project found:
44No prepare script found for project cucumber/cucumber-jvm-scala
45##################################
46Scala version: 3.8.0-RC2
47Targets: io.cucumber%cucumber-scala
48Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.6\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
49##################################
50Using extra scalacOptions: ,REQUIRE:-source:3.8
51Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
52[sbt_options] declare -a sbt_options=()
53[process_args] java_version = '17'
54[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
55# Executing command line:
56java
57-Dsun.net.client.defaultReadTimeout=60000
58-Dcommunitybuild.scala=3.8.0-RC2
59-Dcommunitybuild.project.dependencies.add=
60-Xmx7G
61-Xms4G
62-Xss8M
63-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
64-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
65-jar
66/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
67"setCrossScalaVersions 3.8.0-RC2"
68"++3.8.0-RC2 -v"
69"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
70"set every credentials := Nil"
71"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
72"removeScalacOptionsStartingWith -P:wartremover"
73
74moduleMappings
75"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.6\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" io.cucumber%cucumber-scala"
76
77[info] [launcher] getting org.scala-sbt sbt 1.11.7 (this may take some time)...
78[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 17.0.8)
79[info] loading settings for project repo-build from akka.sbt, build-dependencies.sbt, plugins.sbt...
80[info] loading project definition from /build/repo/project
81[info] compiling 4 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
82[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
83[info] Compilation completed in 8.743s.
84[warn] /build/repo/project/I18nGenerator.scala:6:37: class GherkinDialectProvider in package gherkin is deprecated
85[warn] private val dialectProvider = new GherkinDialectProvider()
86[warn] ^
87[warn] one warning found
88[info] done compiling
89[info] loading settings for project root from build.sbt, version.sbt...
90[info] resolving key references (19032 settings) ...
91[info] Resolving NormalizedArtifact(org.junit,junit-bom,6.0.1)
92[A
93[info] Resolving NormalizedArtifact(org.junit,junit-bom,6.0.1)
94[A
95[info] Resolving NormalizedArtifact(org.junit,junit-bom,6.0.1)
96[A
97[info] Resolving NormalizedArtifact(org.junit,junit-bom,6.0.1)
98[info] set current project to root (in build file:/build/repo/)
99[warn] there's a key that's not used by any other settings/tasks:
100[warn]
101[warn] * Global / publishMavenStyle
102[warn] +- /build/repo/build.sbt:248
103[warn]
104[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
105[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
106Execute setCrossScalaVersions: 3.8.0-RC2
107OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in integrationTestsCommon3/crossScalaVersions
108OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.18) in integrationTestsPicoContainer/crossScalaVersions
109OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in examplesJunit53/crossScalaVersions
110OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in examplesJunit53/crossScalaVersions
111OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.18) in integrationTestsJackson2/crossScalaVersions
112OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.18) in examplesJunit5/crossScalaVersions
113OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.18) in cucumberScala/crossScalaVersions
114OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.18) in examplesJunit4/crossScalaVersions
115OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in cucumberScala3/crossScalaVersions
116OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in cucumberScala3/crossScalaVersions
117OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in examplesJunit43/crossScalaVersions
118OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.18) in integrationTestsJackson3/crossScalaVersions
119OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in examplesJunit43/crossScalaVersions
120OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in integrationTestsCommon3/crossScalaVersions
121OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.18) in root/crossScalaVersions
122OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in integrationTestsJackson23/crossScalaVersions
123OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in integrationTestsJackson23/crossScalaVersions
124OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.18) in integrationTestsCommon/crossScalaVersions
125OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in integrationTestsPicoContainer3/crossScalaVersions
126OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in integrationTestsPicoContainer3/crossScalaVersions
127OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in integrationTestsJackson33/crossScalaVersions
128OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in integrationTestsJackson33/crossScalaVersions
129[info] set current project to root (in build file:/build/repo/)
130[info] Setting Scala version to 3.8.0-RC2 on 7 projects.
131[info] Switching Scala version on:
132[info] examplesJunit53 (3.8.0-RC2)
133[info] cucumberScala3 (3.8.0-RC2)
134[info] integrationTestsCommon3 (3.8.0-RC2)
135[info] integrationTestsPicoContainer3 (3.8.0-RC2)
136[info] examplesJunit43 (3.8.0-RC2)
137[info] integrationTestsJackson23 (3.8.0-RC2)
138[info] integrationTestsJackson33 (3.8.0-RC2)
139[info] Excluding projects:
140[info] cucumberScala (2.13.18)
141[info] * root (2.13.18)
142[info] examplesJunit5 (2.13.18)
143[info] integrationTestsJackson32_12 (2.12.20)
144[info] integrationTestsPicoContainer2_12 (2.12.20)
145[info] integrationTestsJackson22_12 (2.12.20)
146[info] integrationTestsJackson2 (2.13.18)
147[info] cucumberScala2_12 (2.12.20)
148[info] integrationTestsCommon2_12 (2.12.20)
149[info] integrationTestsJackson3 (2.13.18)
150[info] integrationTestsCommon (2.13.18)
151[info] examplesJunit4 (2.13.18)
152[info] integrationTestsPicoContainer (2.13.18)
153[info] Reapplying settings...
154[info] set current project to root (in build file:/build/repo/)
155Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
156[info] Reapplying settings...
157[info] set current project to root (in build file:/build/repo/)
158[info] Defining Global / credentials, credentials and 18 others.
159[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 159 others.
160[info] Run `last` for details.
161[info] Reapplying settings...
162[info] set current project to root (in build file:/build/repo/)
163Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
164[info] Reapplying settings...
165OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
166
167 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
168 Did you mean cucumberScala2_12 / allExcludeDependencies ?
169 , retry without global scopes
170[info] Reapplying settings...
171[info] set current project to root (in build file:/build/repo/)
172Execute removeScalacOptionsStartingWith: -P:wartremover
173[info] Reapplying settings...
174[info] set current project to root (in build file:/build/repo/)
175[success] Total time: 0 s, completed Nov 28, 2025, 1:19:59 PM
176Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.3.6\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
177Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
178None of projects in group Vector(examplesJunit5, examplesJunit4) uses current Scala binary version, using random: examplesJunit5
179Starting build...
180Projects: Set(cucumberScala3)
181Starting build for ProjectRef(file:/build/repo/,cucumberScala3) (cucumber-scala)... [0/1]
182OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
183OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
184OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
185OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
186Compile scalacOptions: -encoding, utf-8, -explain, -language:existentials, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -unchecked, -Wvalue-discard, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Ykind-projector, -Ysafe-init, --java-output-version:17, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
187[info] compiling 54 Scala sources to /build/repo/cucumber-scala/target/jvm-3/classes ...
188[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
189[warn] Option -Ysafe-init is deprecated: Use -Wsafe-init instead.
190[warn] two warnings found
191[info] done compiling
192[info] compiling 21 Scala sources to /build/repo/cucumber-scala/target/jvm-3/test-classes ...
193[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
194[warn] Option -Ysafe-init is deprecated: Use -Wsafe-init instead.
195[warn] two warnings found
196[info] done compiling
197
198************************
199Build summary:
200[{
201 "module": "cucumber-scala",
202 "compile": {"status": "ok", "tookMs": 16802, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
203 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
204 "test-compile": {"status": "ok", "tookMs": 5937, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
205 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
206 "publish": {"status": "skipped", "tookMs": 0},
207 "metadata": {
208 "crossScalaVersions": ["2.12.20", "3.3.6"]
209}
210}]
211************************
212[success] Total time: 38 s, completed Nov 28, 2025, 1:20:38 PM
213[0JChecking patch project/plugins.sbt...
214Checking patch build.sbt...
215Applied patch project/plugins.sbt cleanly.
216Applied patch build.sbt cleanly.