Build Logs
thoughtworksinc/tryt.scala • scheduled_3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
Errors
0
Warnings
35
Total Lines
241
1##################################
2Clonning https://github.com/thoughtworksinc/tryt.scala.git into /build/repo using revision v3.0.0
3##################################
4Note: switching to '1ad6247e7e812631a5cda22c43d6ad674b9d9314'.
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-RC1-bin-20251114-d221ef5-NIGHTLY
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-RC1-bin-20251114-d221ef5-NIGHTLY
32Execute tests: false
33sbt project found:
34Sbt version 1.5.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 thoughtworksinc/tryt.scala
37/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
38##################################
39Scala version: 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
40Targets: com.thoughtworks.tryt%covariant com.thoughtworks.tryt%invariant
41Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
42##################################
43Using extra scalacOptions: ,REQUIRE:-source:3.8
44Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
45[sbt_options] declare -a sbt_options=()
46[process_args] java_version = '17'
47[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
48# Executing command line:
49java
50-Dfile.encoding=UTF-8
51-Dcommunitybuild.scala=3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
52-Dcommunitybuild.project.dependencies.add=
53-Xmx7G
54-Xms4G
55-Xss8M
56-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
57-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
58-jar
59/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
60"setCrossScalaVersions 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY"
61"++3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY -v"
62"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
63"set every credentials := Nil"
64"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
65"removeScalacOptionsStartingWith -P:wartremover"
66
67moduleMappings
68"runBuild 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}""" com.thoughtworks.tryt%covariant com.thoughtworks.tryt%invariant"
69
70[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
71[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
72[info] loading project definition from /build/repo/project
73[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
74[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
75[info] Compilation completed in 8.795s.
76[info] done compiling
77/build/repo/build.sbt:7: 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 sourceGenerators in configuration += Def.task {
79 ^
80/build/repo/build.sbt:24: 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
81 val outputFile = (sourceManaged in configuration).value / relativeFile.getPath
82 ^
83/build/repo/build.sbt:10: 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
84 covariantDirectory <- (unmanagedSourceDirectories in configuration in fromProject).value
85 ^
86/build/repo/build.sbt:10: 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
87 covariantDirectory <- (unmanagedSourceDirectories in configuration in fromProject).value
88 ^
89/build/repo/build.sbt:9: 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
90 covariantFile <- (unmanagedSources in configuration in fromProject).value
91 ^
92/build/repo/build.sbt:9: 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
93 covariantFile <- (unmanagedSources in configuration in fromProject).value
94 ^
95/build/repo/build.sbt:39: 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
96organization in ThisBuild := "com.thoughtworks.tryt"
97 ^
98/build/repo/build.sbt:45: 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
99unidocProjectFilter in ScalaUnidoc in unidoc := inProjects(invariant.jvm, covariant.jvm)
100 ^
101/build/repo/build.sbt:45: 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
102unidocProjectFilter in ScalaUnidoc in unidoc := inProjects(invariant.jvm, covariant.jvm)
103 ^
104/build/repo/build.sbt:48: warning: match may not be exhaustive.
105It would fail on the following inputs: None, Some((2, _)), Some((_, 13)), Some((_, _))
106 CrossVersion.partialVersion(scalaVersion.value) match {
107 ^
108/build/repo/build.sbt:55: warning: match may not be exhaustive.
109It would fail on the following inputs: None, Some((2, _)), Some((_, 12)), Some((_, 13)), Some((_, ??)), Some((_, _))
110 CrossVersion.partialVersion(scalaVersion.value) match {
111 ^
112/build/repo/covariant/.js/build.sbt:13: warning: match may not be exhaustive.
113It would fail on the following inputs: None, Some((2, _)), Some((_, 13)), Some((_, _))
114 CrossVersion.partialVersion(scalaVersion.value) match {
115 ^
116/build/repo/covariant/.js/build.sbt:20: warning: match may not be exhaustive.
117It would fail on the following inputs: None, Some((2, _)), Some((_, 12)), Some((_, 13)), Some((_, ??)), Some((_, _))
118 CrossVersion.partialVersion(scalaVersion.value) match {
119 ^
120/build/repo/covariant/.js/build.sbt:26: 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
121sourceGenerators in Test := {
122 ^
123/build/repo/covariant/.js/build.sbt:27: 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
124 (sourceGenerators in Test).value.filterNot { sourceGenerator =>
125 ^
126[info] loading settings for project covariantJS from build.sbt...
127/build/repo/covariant/.jvm/jvm.sbt:2: 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
128unmanagedSourceDirectories in Test --= {
129 ^
130/build/repo/covariant/.jvm/jvm.sbt:5: 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
131 Seq((scalaSource in Test).value)
132 ^
133[info] loading settings for project covariantJVM from build.sbt, jvm.sbt...
134[info] loading settings for project invariantJS from build.sbt...
135[info] loading settings for project invariantJVM from build.sbt...
136[info] loading settings for project repo from build.sbt, secret.sbt...
137[info] set current project to repo (in build file:/build/repo/)
138Execute setCrossScalaVersions: 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY
139OpenCB::Changing crossVersion 3.1.0 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in invariantJVM/crossScalaVersions
140OpenCB::Changing crossVersion 3.1.0 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in invariantJS/crossScalaVersions
141OpenCB::Changing crossVersion 3.1.0 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in covariantJS/crossScalaVersions
142OpenCB::Changing crossVersion 3.1.0 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in covariantJVM/crossScalaVersions
143OpenCB::Changing crossVersion 3.1.0 -> 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY in repo/crossScalaVersions
144[info] set current project to repo (in build file:/build/repo/)
145[info] Setting Scala version to 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY on 5 projects.
146[info] Switching Scala version on:
147[info] covariantJVM (2.13.7, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
148[info] invariantJS (2.13.7, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
149[info] covariantJS (2.13.7, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
150[info] invariantJVM (2.13.7, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
151[info] * repo (2.13.7, 3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY)
152[info] Excluding projects:
153[info] Reapplying settings...
154[info] set current project to repo (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 repo (in build file:/build/repo/)
158[info] Defining Global / credentials, covariantJS / credentials and 3 others.
159[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 24 others.
160[info] Run `last` for details.
161[info] Reapplying settings...
162[info] set current project to repo (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:336)
168 Did you mean covariantJS / allExcludeDependencies ?
169 , retry without global scopes
170[info] Reapplying settings...
171[info] set current project to repo (in build file:/build/repo/)
172Execute removeScalacOptionsStartingWith: -P:wartremover
173[info] Reapplying settings...
174[info] set current project to repo (in build file:/build/repo/)
175[success] Total time: 0 s, completed Nov 15, 2025, 1:07:33 AM
176Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":[],"sourcePatches":[]}
177Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
178Starting build...
179Projects: Set(covariantJVM, invariantJVM)
180Starting build for ProjectRef(file:/build/repo/,covariantJVM) (covariant)... [0/2]
181OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
182OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.13.7 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
183OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
184OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
185Compile scalacOptions: -Ykind-projector:underscores, -Ykind-projector:underscores, -Ykind-projector:underscores, -Ykind-projector:underscores, -Ykind-projector:underscores, -Ycache-plugin-class-loader:last-modified, -Ycache-macro-class-loader:last-modified, -unchecked, -Xlint:infer-any, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
186[info] compiling 1 Scala source to /build/repo/covariant/.jvm/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/classes ...
187[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
188[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
189[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
190[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
191[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
192[warn] bad option '-Ycache-plugin-class-loader:last-modified' was ignored
193[warn] bad option '-Ycache-macro-class-loader:last-modified' was ignored
194[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
195[warn] 8 warnings found
196[info] done compiling
197Starting build for ProjectRef(file:/build/repo/,invariantJVM) (invariant)... [1/2]
198Compile scalacOptions: -Ykind-projector:underscores, -Ykind-projector:underscores, -Ykind-projector:underscores, -Ykind-projector:underscores, -Ykind-projector:underscores, -Ycache-plugin-class-loader:last-modified, -Ycache-macro-class-loader:last-modified, -unchecked, -Xlint:infer-any, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
199[info] compiling 2 Scala sources to /build/repo/invariant/.jvm/target/scala-3.8.0-RC1-bin-20251114-d221ef5-NIGHTLY/classes ...
200[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
201[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
202[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
203[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
204[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
205[warn] bad option '-Ycache-plugin-class-loader:last-modified' was ignored
206[warn] bad option '-Ycache-macro-class-loader:last-modified' was ignored
207[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
208[warn] 8 warnings found
209[info] done compiling
210
211************************
212Build summary:
213[{
214 "module": "covariant",
215 "compile": {"status": "ok", "tookMs": 9450, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
216 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
217 "test-compile": {"status": "ok", "tookMs": 203, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
218 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
219 "publish": {"status": "skipped", "tookMs": 0},
220 "metadata": {
221 "crossScalaVersions": ["2.13.7", "3.1.0"]
222}
223},{
224 "module": "invariant",
225 "compile": {"status": "ok", "tookMs": 2157, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
226 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
227 "test-compile": {"status": "ok", "tookMs": 112, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
228 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
229 "publish": {"status": "skipped", "tookMs": 0},
230 "metadata": {
231 "crossScalaVersions": ["2.13.7", "3.1.0"]
232}
233}]
234************************
235[success] Total time: 26 s, completed Nov 15, 2025, 1:07:59 AM
236[0JChecking patch project/plugins.sbt...
237Checking patch project/build.properties...
238Checking patch build.sbt...
239Applied patch project/plugins.sbt cleanly.
240Applied patch project/build.properties cleanly.
241Applied patch build.sbt cleanly.