Build Logs
fgrutsch/emergence • dotty-staging/dotty:fix-23773:2025-11-22
Errors
0
Warnings
38
Total Lines
310
1##################################
2Clonning https://github.com/fgrutsch/emergence.git into /build/repo using revision v0.5.1
3##################################
4Note: switching to '843a2966bc24430b11c6e0585b2f038ddeb59cc4'.
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
21Using target Scala version for migration: 3.7.4-RC2
22Migrating project for -source:3.4 using Scala 3.7.4-RC2
23----
24Preparing build for 3.7.4-RC2
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.4-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28----
29Starting build for 3.7.4-RC2
30Execute tests: false
31sbt project found:
32Sbt version 1.7.1 is not supported, minimal supported version is 1.11.5
33Enforcing usage of sbt in version 1.11.5
34No prepare script found for project fgrutsch/emergence
35/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
36##################################
37Scala version: 3.7.4-RC2
38Targets: com.fgrutsch.emergence%core
39Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.4","migrationVersions":["3.4"],"sourcePatches":[]}
40##################################
41Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
42Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
43[sbt_options] declare -a sbt_options=()
44[process_args] java_version = '17'
45[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
46# Executing command line:
47java
48-Dfile.encoding=UTF-8
49-Dcommunitybuild.scala=3.7.4-RC2
50-Dcommunitybuild.project.dependencies.add=
51-Xmx7G
52-Xms4G
53-Xss8M
54-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
55-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
56-jar
57/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
58"setCrossScalaVersions 3.7.4-RC2"
59"++3.7.4-RC2 -v"
60"mapScalacOptions "-rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
61"set every credentials := Nil"
62"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
63"removeScalacOptionsStartingWith -P:wartremover"
64
65moduleMappings
66"runBuild 3.7.4-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.4","migrationVersions":["3.4"],"sourcePatches":[]}""" com.fgrutsch.emergence%core"
67
68[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
69[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
70[info] loading project definition from /build/repo/project
71[info] compiling 4 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
72[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
73[info] Compilation completed in 9.018s.
74[info] done compiling
75[info] loading settings for project root from build.sbt...
76[info] set current project to root (in build file:/build/repo/)
77Execute setCrossScalaVersions: 3.7.4-RC2
78OpenCB::Changing crossVersion 3.2.0 -> 3.7.4-RC2 in docs/crossScalaVersions
79OpenCB::Changing crossVersion 3.2.0 -> 3.7.4-RC2 in root/crossScalaVersions
80OpenCB::Changing crossVersion 3.2.0 -> 3.7.4-RC2 in core/crossScalaVersions
81[info] set current project to root (in build file:/build/repo/)
82[info] Setting Scala version to 3.7.4-RC2 on 3 projects.
83[info] Switching Scala version on:
84[info] * root (3.7.4-RC2)
85[info] core (3.7.4-RC2)
86[info] docs (3.7.4-RC2)
87[info] Excluding projects:
88[info] Reapplying settings...
89[info] set current project to root (in build file:/build/repo/)
90Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
91[info] Reapplying settings...
92[info] set current project to root (in build file:/build/repo/)
93[info] Defining Global / credentials, core / credentials and 1 others.
94[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 15 others.
95[info] Run `last` for details.
96[info] Reapplying settings...
97[info] set current project to root (in build file:/build/repo/)
98Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
99[info] Reapplying settings...
100OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
101
102 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
103 Did you mean allExcludeDependencies ?
104 , retry without global scopes
105[info] Reapplying settings...
106[info] set current project to root (in build file:/build/repo/)
107Execute removeScalacOptionsStartingWith: -P:wartremover
108[info] Reapplying settings...
109[info] set current project to root (in build file:/build/repo/)
110[success] Total time: 0 s, completed Nov 22, 2025, 5:05:51 PM
111Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.4","migrationVersions":["3.4"],"sourcePatches":[]}
112Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
113Starting build...
114Projects: Set(core)
115Starting build for ProjectRef(file:/build/repo/,core) (core)... [0/1]
116OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
117OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Global
118OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
119OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
120OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
121Compile scalacOptions: -encoding, utf-8, -explain-types, -language:higherKinds, -unchecked, -Ysafe-init, -Xsemanticdb, -semanticdb-target, /build/repo/core/target/scala-3.7.4-RC2/meta, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
122[info] compiling 40 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
123[warn] Option -Ysafe-init is deprecated: Use -Wsafe-init instead.
124[warn] -- Warning: /build/repo/core/src/main/scala/com/fgrutsch/emergence/core/configuration/EmergenceConfigResolverAlg.scala:54:23
125[warn] 54 | merge = x.merge |+| y.merge
126[warn] | ^
127[warn] |Result of implicit search for cats.kernel.Semigroup[com.fgrutsch.emergence.core.configuration.MergeConfig] will change.
128[warn] |Current result EmergenceConfigResolverAlg.this.given_Semigroup_MergeConfig will be no longer eligible
129[warn] | because it is not defined before the search position.
130[warn] |Result with new rules: No Matching Implicit.
131[warn] |To opt into the new rules, compile with `-source future` or use
132[warn] |the `scala.language.future` language import.
133[warn] |
134[warn] |To fix the problem without the language import, you could try one of the following:
135[warn] | - use a `given ... with` clause as the enclosing given,
136[warn] | - rearrange definitions so that EmergenceConfigResolverAlg.this.given_Semigroup_MergeConfig comes earlier,
137[warn] | - use an explicit argument.
138[warn] |This will be an error in Scala 3.5 and later.
139[warn] two warnings found
140[info] done compiling
141[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/test-classes ...
142[warn] Option -Ysafe-init is deprecated: Use -Wsafe-init instead.
143[warn] one warning found
144[info] done compiling
145
146************************
147Build summary:
148[{
149 "module": "core",
150 "compile": {"status": "ok", "tookMs": 14192, "warnings": 1, "errors": 0, "sourceVersion": "3.4-migration"},
151 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
152 "test-compile": {"status": "ok", "tookMs": 8119, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
153 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
154 "publish": {"status": "skipped", "tookMs": 0},
155 "metadata": {
156 "crossScalaVersions": ["3.2.0"]
157}
158}]
159************************
160[success] Total time: 63 s (0:01:03.0), completed Nov 22, 2025, 5:06:53 PM
161[0JChecking patch project/plugins.sbt...
162Checking patch project/build.properties...
163Checking patch build.sbt...
164Applied patch project/plugins.sbt cleanly.
165Applied patch project/build.properties cleanly.
166Applied patch build.sbt cleanly.
167No migration rewrite changes found, would not commit
168----
169Preparing build for 3.8.1-RC1-bin-20251120-60444cb
170Scala binary version found: 3.8
171Using configured source version: 3.4
172Scala binary version found: 3.8
173Using configured source version: 3.4
174Would try to apply common scalacOption (best-effort, sbt/mill only):
175Append: ,REQUIRE:-source:3.4
176Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
177----
178Starting build for 3.8.1-RC1-bin-20251120-60444cb
179Execute tests: false
180sbt project found:
181Sbt version 1.7.1 is not supported, minimal supported version is 1.11.5
182Enforcing usage of sbt in version 1.11.5
183No prepare script found for project fgrutsch/emergence
184/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
185##################################
186Scala version: 3.8.1-RC1-bin-20251120-60444cb
187Targets: com.fgrutsch.emergence%core
188Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.4","migrationVersions":["3.4"],"sourcePatches":[]}
189##################################
190Using extra scalacOptions: ,REQUIRE:-source:3.4
191Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
192[sbt_options] declare -a sbt_options=()
193[process_args] java_version = '17'
194[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
195# Executing command line:
196java
197-Dfile.encoding=UTF-8
198-Dcommunitybuild.scala=3.8.1-RC1-bin-20251120-60444cb
199-Dcommunitybuild.project.dependencies.add=
200-Xmx7G
201-Xms4G
202-Xss8M
203-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
204-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
205-jar
206/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
207"setCrossScalaVersions 3.8.1-RC1-bin-20251120-60444cb"
208"++3.8.1-RC1-bin-20251120-60444cb -v"
209"mapScalacOptions ",REQUIRE:-source:3.4,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
210"set every credentials := Nil"
211"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
212"removeScalacOptionsStartingWith -P:wartremover"
213
214moduleMappings
215"runBuild 3.8.1-RC1-bin-20251120-60444cb """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.4","migrationVersions":["3.4"],"sourcePatches":[]}""" com.fgrutsch.emergence%core"
216
217[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
218[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
219[info] loading project definition from /build/repo/project
220[info] loading settings for project root from build.sbt...
221[info] set current project to root (in build file:/build/repo/)
222Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251120-60444cb
223OpenCB::Changing crossVersion 3.2.0 -> 3.8.1-RC1-bin-20251120-60444cb in core/crossScalaVersions
224OpenCB::Changing crossVersion 3.2.0 -> 3.8.1-RC1-bin-20251120-60444cb in docs/crossScalaVersions
225OpenCB::Changing crossVersion 3.2.0 -> 3.8.1-RC1-bin-20251120-60444cb in root/crossScalaVersions
226[info] set current project to root (in build file:/build/repo/)
227[info] Setting Scala version to 3.8.1-RC1-bin-20251120-60444cb on 3 projects.
228[info] Switching Scala version on:
229[info] * root (3.8.1-RC1-bin-20251120-60444cb)
230[info] core (3.8.1-RC1-bin-20251120-60444cb)
231[info] docs (3.8.1-RC1-bin-20251120-60444cb)
232[info] Excluding projects:
233[info] Reapplying settings...
234[info] set current project to root (in build file:/build/repo/)
235Execute mapScalacOptions: ,REQUIRE:-source:3.4,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
236[info] Reapplying settings...
237[info] set current project to root (in build file:/build/repo/)
238[info] Defining Global / credentials, core / credentials and 1 others.
239[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 15 others.
240[info] Run `last` for details.
241[info] Reapplying settings...
242[info] set current project to root (in build file:/build/repo/)
243Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
244[info] Reapplying settings...
245OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
246
247 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
248 Did you mean allExcludeDependencies ?
249 , retry without global scopes
250[info] Reapplying settings...
251[info] set current project to root (in build file:/build/repo/)
252Execute removeScalacOptionsStartingWith: -P:wartremover
253[info] Reapplying settings...
254[info] set current project to root (in build file:/build/repo/)
255[success] Total time: 0 s, completed Nov 22, 2025, 5:07:05 PM
256Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","sourceVersion":"3.4","migrationVersions":["3.4"],"sourcePatches":[]}
257Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
258Starting build...
259Projects: Set(core)
260Starting build for ProjectRef(file:/build/repo/,core) (core)... [0/1]
261OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4` in Scala 2.12.20 module Global
262OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
263OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
264OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
265Compile scalacOptions: -encoding, utf-8, -explain-types, -language:higherKinds, -unchecked, -Ysafe-init, -Xsemanticdb, -semanticdb-target, /build/repo/core/target/scala-3.8.1-RC1-bin-20251120-60444cb/meta, -Wconf:msg=can be rewritten automatically under:s, -source:3.4
266[info] compiling 40 Scala sources to /build/repo/core/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
267[warn] Option -Ysafe-init is deprecated: Use -Wsafe-init instead.
268[warn] -- Warning: /build/repo/core/src/main/scala/com/fgrutsch/emergence/core/configuration/EmergenceConfigResolverAlg.scala:54:23
269[warn] 54 | merge = x.merge |+| y.merge
270[warn] | ^
271[warn] |Result of implicit search for cats.kernel.Semigroup[com.fgrutsch.emergence.core.configuration.MergeConfig] will change.
272[warn] |Current result EmergenceConfigResolverAlg.this.given_Semigroup_MergeConfig will be no longer eligible
273[warn] | because it is not defined before the search position.
274[warn] |Result with new rules: No Matching Implicit.
275[warn] |To opt into the new rules, compile with `-source future` or use
276[warn] |the `scala.language.future` language import.
277[warn] |
278[warn] |To fix the problem without the language import, you could try one of the following:
279[warn] | - use a `given ... with` clause as the enclosing given,
280[warn] | - rearrange definitions so that EmergenceConfigResolverAlg.this.given_Semigroup_MergeConfig comes earlier,
281[warn] | - use an explicit argument.
282[warn] |This will be an error in Scala 3.5 and later.
283[warn] two warnings found
284[info] done compiling
285[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
286[warn] Option -Ysafe-init is deprecated: Use -Wsafe-init instead.
287[warn] one warning found
288[info] done compiling
289
290************************
291Build summary:
292[{
293 "module": "core",
294 "compile": {"status": "ok", "tookMs": 17747, "warnings": 1, "errors": 0, "sourceVersion": "3.4"},
295 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
296 "test-compile": {"status": "ok", "tookMs": 8661, "warnings": 0, "errors": 0, "sourceVersion": "3.4"},
297 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
298 "publish": {"status": "skipped", "tookMs": 0},
299 "metadata": {
300 "crossScalaVersions": ["3.2.0"]
301}
302}]
303************************
304[success] Total time: 40 s, completed Nov 22, 2025, 5:07:45 PM
305[0JChecking patch project/plugins.sbt...
306Checking patch project/build.properties...
307Checking patch build.sbt...
308Applied patch project/plugins.sbt cleanly.
309Applied patch project/build.properties cleanly.
310Applied patch build.sbt cleanly.