Build Logs
augustjune/canoe • 3.8.0-RC2:2025-11-25
Errors
0
Warnings
0
Total Lines
304
1##################################
2Clonning https://github.com/augustjune/canoe.git into /build/repo using revision v0.6.0
3##################################
4Note: switching to '6c805a19f21d604f2b67c135cacd3e72c6a4cb53'.
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.1.2
22Using target Scala version for migration: 3.7.4-RC2
23Migrating project for -source:3.4 using Scala 3.7.4-RC2
24----
25Preparing build for 3.7.4-RC2
26Would try to apply common scalacOption (best-effort, sbt/mill only):
27Append: -rewrite,REQUIRE:-source:3.4-migration
28Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
29
30Try apply source patch:
31Path: build.sbt
32Pattern: val scala3 = "3.1.2"
33Replacement: val scala3 = "3.7.4-RC2"
34Starting compilation server
35Compiling project (Scala 3.7.3, JVM (17))
36Compiled project (Scala 3.7.3, JVM (17))
37Successfully applied pattern 'val scala3 = "3.1.2"' in build.sbt
38----
39Starting build for 3.7.4-RC2
40Execute tests: false
41sbt project found:
42Sbt version 1.6.2 is not supported, minimal supported version is 1.11.5
43Enforcing usage of sbt in version 1.11.5
44No prepare script found for project augustjune/canoe
45/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
46##################################
47Scala version: 3.7.4-RC2
48Targets: org.augustjune%canoe
49Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set core.jvm/Test/unmanagedSources/excludeFilter ~= { _ || \"BroadcastSpec.scala\" || \"BotSpec.scala\" }"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.1.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
50##################################
51Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
52Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
53[sbt_options] declare -a sbt_options=()
54[process_args] java_version = '17'
55[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
56# Executing command line:
57java
58-Dfile.encoding=UTF-8
59-Dcommunitybuild.scala=3.7.4-RC2
60-Dcommunitybuild.project.dependencies.add=
61-Xmx7G
62-Xms4G
63-Xss8M
64-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
65-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
66-jar
67/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
68"setCrossScalaVersions 3.7.4-RC2"
69"++3.7.4-RC2 -v"
70"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""
71"set every credentials := Nil"
72"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
73"removeScalacOptionsStartingWith -P:wartremover"
74"set core.jvm/Test/unmanagedSources/excludeFilter ~= { _ || "BroadcastSpec.scala" || "BotSpec.scala" }"
75moduleMappings
76"runBuild 3.7.4-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set core.jvm/Test/unmanagedSources/excludeFilter ~= { _ || \"BroadcastSpec.scala\" || \"BotSpec.scala\" }"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.1.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" org.augustjune%canoe"
77
78[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
79[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
80[info] loading project definition from /build/repo/project
81[info] compiling 2 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 9.11s.
84[info] done compiling
85[info] loading settings for project canoe from build.sbt...
86[info] set current project to canoe (in build file:/build/repo/)
87Execute setCrossScalaVersions: 3.7.4-RC2
88OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in coreJVM/crossScalaVersions
89OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in coreJS/crossScalaVersions
90OpenCB::Limitting incorrect crossVersions List() -> List(2.13.8) in canoe/crossScalaVersions
91OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in examples/crossScalaVersions
92[info] set current project to canoe (in build file:/build/repo/)
93[info] Setting Scala version to 3.7.4-RC2 on 3 projects.
94[info] Switching Scala version on:
95[info] coreJVM (2.12.15, 2.13.8, 3.7.4-RC2)
96[info] coreJS (2.12.15, 2.13.8, 3.7.4-RC2)
97[info] examples (2.12.15, 2.13.8, 3.7.4-RC2)
98[info] Excluding projects:
99[info] * canoe (2.13.8)
100[info] Reapplying settings...
101[info] set current project to canoe (in build file:/build/repo/)
102Execute 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
103[info] Reapplying settings...
104[info] set current project to canoe (in build file:/build/repo/)
105[info] Defining Global / credentials, coreJS / credentials and 2 others.
106[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 19 others.
107[info] Run `last` for details.
108[info] Reapplying settings...
109[info] set current project to canoe (in build file:/build/repo/)
110Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
111[info] Reapplying settings...
112OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
113
114 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
115 Did you mean allExcludeDependencies ?
116 , retry without global scopes
117[info] Reapplying settings...
118[info] set current project to canoe (in build file:/build/repo/)
119Execute removeScalacOptionsStartingWith: -P:wartremover
120[info] Reapplying settings...
121[info] set current project to canoe (in build file:/build/repo/)
122[info] Defining coreJVM / Test / unmanagedSources / excludeFilter
123[info] The new value will be used by coreJVM / Test / unmanagedSources / fileInputs
124[info] Reapplying settings...
125[info] set current project to canoe (in build file:/build/repo/)
126[success] Total time: 0 s, completed Nov 25, 2025, 3:40:04 PM
127Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set core.jvm/Test/unmanagedSources/excludeFilter ~= { _ || \"BroadcastSpec.scala\" || \"BotSpec.scala\" }"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.1.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
128Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
129Starting build...
130Projects: Set(coreJVM)
131Starting build for ProjectRef(file:/build/repo/,coreJVM) (canoe)... [0/1]
132OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
133OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Global
134OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
135OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
136Compile scalacOptions: -language:higherKinds, -language:postfixOps, -language:implicitConversions, -Xmax-inlines, 128, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
137[info] compiling 188 Scala sources to /build/repo/core/jvm/target/scala-3.7.4-RC2/classes ...
138[info] [patched file /build/repo/core/jvm/src/main/scala/canoe/api/clients/Http4sTelegramClient.scala]
139[info] done compiling
140[info] compiling 1 Scala source to /build/repo/core/jvm/target/scala-3.7.4-RC2/classes ...
141[info] done compiling
142[info] compiling 8 Scala sources to /build/repo/core/jvm/target/scala-3.7.4-RC2/test-classes ...
143[info] done compiling
144
145************************
146Build summary:
147[{
148 "module": "canoe",
149 "compile": {"status": "ok", "tookMs": 48497, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
150 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
151 "test-compile": {"status": "ok", "tookMs": 4616, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
152 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
153 "publish": {"status": "skipped", "tookMs": 0},
154 "metadata": {
155 "crossScalaVersions": ["2.12.15", "2.13.8", "3.1.2"]
156}
157}]
158************************
159[success] Total time: 76 s (0:01:16.0), completed Nov 25, 2025, 3:41:19 PM
160[0JChecking patch project/plugins.sbt...
161Checking patch project/build.properties...
162Checking patch build.sbt...
163Applied patch project/plugins.sbt cleanly.
164Applied patch project/build.properties cleanly.
165Applied patch build.sbt cleanly.
166Commit migration rewrites
167Switched to a new branch 'opencb/migrate-source-3.4'
168[opencb/migrate-source-3.4 98ccedf] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4-RC2
169 1 file changed, 2 insertions(+), 2 deletions(-)
170----
171Preparing build for 3.8.0-RC2
172Scala binary version found: 3.8
173Implicitly using source version 3.8
174Scala binary version found: 3.8
175Implicitly using source version 3.8
176Would try to apply common scalacOption (best-effort, sbt/mill only):
177Append: ,REQUIRE:-source:3.8
178Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
179
180Try apply source patch:
181Path: build.sbt
182Pattern: val scala3 = "3.1.2"
183Replacement: val scala3 = "3.8.0-RC2"
184Successfully applied pattern 'val scala3 = "3.1.2"' in build.sbt
185----
186Starting build for 3.8.0-RC2
187Execute tests: false
188sbt project found:
189Sbt version 1.6.2 is not supported, minimal supported version is 1.11.5
190Enforcing usage of sbt in version 1.11.5
191No prepare script found for project augustjune/canoe
192/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
193##################################
194Scala version: 3.8.0-RC2
195Targets: org.augustjune%canoe
196Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set core.jvm/Test/unmanagedSources/excludeFilter ~= { _ || \"BroadcastSpec.scala\" || \"BotSpec.scala\" }"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.1.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
197##################################
198Using extra scalacOptions: ,REQUIRE:-source:3.8
199Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
200[sbt_options] declare -a sbt_options=()
201[process_args] java_version = '17'
202[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
203# Executing command line:
204java
205-Dfile.encoding=UTF-8
206-Dcommunitybuild.scala=3.8.0-RC2
207-Dcommunitybuild.project.dependencies.add=
208-Xmx7G
209-Xms4G
210-Xss8M
211-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
212-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
213-jar
214/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
215"setCrossScalaVersions 3.8.0-RC2"
216"++3.8.0-RC2 -v"
217"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
218"set every credentials := Nil"
219"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
220"removeScalacOptionsStartingWith -P:wartremover"
221"set core.jvm/Test/unmanagedSources/excludeFilter ~= { _ || "BroadcastSpec.scala" || "BotSpec.scala" }"
222moduleMappings
223"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set core.jvm/Test/unmanagedSources/excludeFilter ~= { _ || \"BroadcastSpec.scala\" || \"BotSpec.scala\" }"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.1.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" org.augustjune%canoe"
224
225[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
226[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
227[info] loading project definition from /build/repo/project
228[info] loading settings for project canoe from build.sbt...
229[info] set current project to canoe (in build file:/build/repo/)
230Execute setCrossScalaVersions: 3.8.0-RC2
231OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in coreJVM/crossScalaVersions
232OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in coreJS/crossScalaVersions
233OpenCB::Limitting incorrect crossVersions List() -> List(2.13.8) in canoe/crossScalaVersions
234OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in examples/crossScalaVersions
235[info] set current project to canoe (in build file:/build/repo/)
236[info] Setting Scala version to 3.8.0-RC2 on 3 projects.
237[info] Switching Scala version on:
238[info] coreJVM (2.12.15, 2.13.8, 3.8.0-RC2)
239[info] coreJS (2.12.15, 2.13.8, 3.8.0-RC2)
240[info] examples (2.12.15, 2.13.8, 3.8.0-RC2)
241[info] Excluding projects:
242[info] * canoe (2.13.8)
243[info] Reapplying settings...
244[info] set current project to canoe (in build file:/build/repo/)
245Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
246[info] Reapplying settings...
247[info] set current project to canoe (in build file:/build/repo/)
248[info] Defining Global / credentials, coreJS / credentials and 2 others.
249[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 19 others.
250[info] Run `last` for details.
251[info] Reapplying settings...
252[info] set current project to canoe (in build file:/build/repo/)
253Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
254[info] Reapplying settings...
255OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
256
257 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
258 Did you mean allExcludeDependencies ?
259 , retry without global scopes
260[info] Reapplying settings...
261[info] set current project to canoe (in build file:/build/repo/)
262Execute removeScalacOptionsStartingWith: -P:wartremover
263[info] Reapplying settings...
264[info] set current project to canoe (in build file:/build/repo/)
265[info] Defining coreJVM / Test / unmanagedSources / excludeFilter
266[info] The new value will be used by coreJVM / Test / unmanagedSources / fileInputs
267[info] Reapplying settings...
268[info] set current project to canoe (in build file:/build/repo/)
269[success] Total time: 0 s, completed Nov 25, 2025, 3:41:34 PM
270Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set core.jvm/Test/unmanagedSources/excludeFilter ~= { _ || \"BroadcastSpec.scala\" || \"BotSpec.scala\" }"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val scala3 = \"3.1.2\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
271Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
272Starting build...
273Projects: Set(coreJVM)
274Starting build for ProjectRef(file:/build/repo/,coreJVM) (canoe)... [0/1]
275OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
276OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
277OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
278Compile scalacOptions: -language:higherKinds, -language:postfixOps, -language:implicitConversions, -Xmax-inlines, 128, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
279[info] compiling 188 Scala sources to /build/repo/core/jvm/target/scala-3.8.0-RC2/classes ...
280[info] done compiling
281[info] compiling 8 Scala sources to /build/repo/core/jvm/target/scala-3.8.0-RC2/test-classes ...
282[info] done compiling
283
284************************
285Build summary:
286[{
287 "module": "canoe",
288 "compile": {"status": "ok", "tookMs": 50699, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
289 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
290 "test-compile": {"status": "ok", "tookMs": 3755, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
291 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
292 "publish": {"status": "skipped", "tookMs": 0},
293 "metadata": {
294 "crossScalaVersions": ["2.12.15", "2.13.8", "3.1.2"]
295}
296}]
297************************
298[success] Total time: 64 s (0:01:04.0), completed Nov 25, 2025, 3:42:39 PM
299[0JChecking patch project/plugins.sbt...
300Checking patch project/build.properties...
301Checking patch build.sbt...
302Applied patch project/plugins.sbt cleanly.
303Applied patch project/build.properties cleanly.
304Applied patch build.sbt cleanly.