Build Logs
dapperware/zio-slack • scheduled_3.6.4-RC1-bin-20241128-10bb2e6-NIGHTLY
Errors
0
Warnings
18
Total Lines
462
1##################################
2Clonning https://github.com/dapperware/zio-slack.git into repo using revision v1.0.0-RC1
3##################################
4Note: switching to '2f44d8f19a27b6b334490bb2833d5fe416c1eed2'.
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
21Migrating project using Scala 3.4.2
22----
23Preparing build for 3.4.2
24Scala binary version found: 3.4
25Implicitly using source version 3.4-migration
26Scala binary version found: 3.4
27Implicitly using source version 3.4-migration
28Would try to apply common scalacOption (best-effort, sbt/mill only):
29Append: -rewrite,-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s
30Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
31----
32Starting build for 3.4.2
33Execute tests: false
34sbt project found:
35No prepare script found for project dapperware/zio-slack
36##################################
37Scala version: 3.4.2
38Targets: com.github.dapperware%zio-slack-api-web com.github.dapperware%zio-slack-core
39Project projectConfig: { "projects": { "exclude": [], "overrides": {} }, "java": { "version": "17" }, "sbt": { "commands": [], "options": [] }, "mill": { "options": [] }, "tests": "compile-only", "migrationVersions": [ "3.4.2" ], "sourcePatches": [] }
40##################################
41Using extra scalacOptions: -rewrite,-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s
42Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
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.4.2
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.9.6/bin/sbt-launch.jar
58"setCrossScalaVersions 3.4.2"
59"++3.4.2 -v"
60"mapScalacOptions "-rewrite,-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,-migration,""
61"set every credentials := Nil"
62
63moduleMappings
64"runBuild 3.4.2 """{
65 "projects": {
66 "exclude": [],
67 "overrides": {}
68 },
69 "java": {
70 "version": "17"
71 },
72 "sbt": {
73 "commands": [],
74 "options": []
75 },
76 "mill": {
77 "options": []
78 },
79 "tests": "compile-only",
80 "migrationVersions": [
81 "3.4.2"
82 ],
83 "sourcePatches": []
84}""" com.github.dapperware%zio-slack-api-web com.github.dapperware%zio-slack-core"
85
86[info] [launcher] getting org.scala-sbt sbt 1.7.1 (this may take some time)...
87[info] [launcher] getting Scala 2.12.16 (for sbt)...
88[info] welcome to sbt 1.7.1 (Eclipse Adoptium Java 17.0.8)
89[info] loading settings for project repo-build from plugins.sbt ...
90[info] loading project definition from /build/repo/project
91[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
92[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.16. Compiling...
93[info] Compilation completed in 7.945s.
94[info] done compiling
95[info] loading settings for project repo from build.sbt ...
96[info] set current project to repo (in build file:/build/repo/)
97[warn] there's a key that's not used by any other settings/tasks:
98[warn]
99[warn] * ThisBuild / name
100[warn] +- /build/repo/build.sbt:1
101[warn]
102[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
103[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
104Execute setCrossScalaVersions: 3.4.2
105OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(2.13.8) in core/crossScalaVersions
106OpenCB::Changing crossVersion 3.1.3 -> 3.4.2 in client3/crossScalaVersions
107OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(3.4.2) in client3/crossScalaVersions
108OpenCB::Changing crossVersion 3.1.3 -> 3.4.2 in core3/crossScalaVersions
109OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(3.4.2) in core3/crossScalaVersions
110OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(2.13.8) in client/crossScalaVersions
111[info] set current project to repo (in build file:/build/repo/)
112[info] Setting Scala version to 3.4.2 on 2 projects.
113[info] Switching Scala version on:
114[info] core3 (3.4.2)
115[info] client3 (3.4.2)
116[info] Excluding projects:
117[info] core2_12 (2.12.15)
118[info] client2_12 (2.12.15)
119[info] examples2_12 (2.12.15)
120[info] client (2.13.8)
121[info] * repo (2.12.15)
122[info] core (2.13.8)
123[info] Reapplying settings...
124[info] set current project to repo (in build file:/build/repo/)
125Execute mapScalacOptions: -rewrite,-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,-migration,
126[info] Reapplying settings...
127[info] set current project to repo (in build file:/build/repo/)
128[info] Defining Global / credentials, client / credentials and 6 others.
129[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 39 others.
130[info] Run `last` for details.
131[info] Reapplying settings...
132[info] set current project to repo (in build file:/build/repo/)
133[success] Total time: 0 s, completed Nov 30, 2024, 12:52:26 AM
134Build config: {
135 "projects": {
136 "exclude": [],
137 "overrides": {}
138 },
139 "java": {
140 "version": "17"
141 },
142 "sbt": {
143 "commands": [],
144 "options": []
145 },
146 "mill": {
147 "options": []
148 },
149 "tests": "compile-only",
150 "migrationVersions": [
151 "3.4.2"
152 ],
153 "sourcePatches": []
154}
155Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly))
156Starting build...
157Projects: Set(client3, core3)
158Starting build for ProjectRef(file:/build/repo/,client3) (zio-slack-api-web)...
159OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.16 module Global
160OpenCB::Exclude Scala3 specific scalacOption `-source:3.4-migration` in Scala 2.12.16 module Global
161OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
162OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
163OpenCB::Would not apply setting `-source:3.4-migration`: Project has predefined source version: Some(-source:3.4-migration)
164Compile scalacOptions: List(-encoding, UTF-8, -language:higherKinds, -language:existentials, -language:postfixOps, -unchecked, -Xmax-inlines, 50, -source:3.4-migration, -rewrite, -Wconf:msg=can be rewritten automatically under:s)
165[info] compiling 17 Scala sources to /build/repo/core/target/jvm-3/classes ...
166[info] [patched file /build/repo/core/src/main/scala/com/github/dapperware/slack/Request.scala]
167[info] [patched file /build/repo/core/src/main/scala/com/github/dapperware/slack/AuthenticationToken.scala]
168[info] [patched file /build/repo/core/src/main/scala/com/github/dapperware/slack/SlackResponse.scala]
169[info] [patched file /build/repo/core/src/main/scala/com/github/dapperware/slack/SlackClient.scala]
170[info] done compiling
171[info] compiling 140 Scala sources to /build/repo/client/target/jvm-3/classes ...
172[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Slack.scala]
173[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Profiles.scala]
174[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Teams.scala]
175[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/UserGroups.scala]
176[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Conversations.scala]
177[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Users.scala]
178[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Stars.scala]
179[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Files.scala]
180[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Pins.scala]
181[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Apps.scala]
182[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Views.scala]
183[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Reminders.scala]
184[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Auth.scala]
185[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Rtm.scala]
186[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Reactions.scala]
187[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Api.scala]
188[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Emojis.scala]
189[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Dialogs.scala]
190[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/SlackSocket.scala]
191[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Calls.scala]
192[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Bots.scala]
193[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Dnd.scala]
194[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/OAuth.scala]
195[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Search.scala]
196[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/RemoteFiles.scala]
197[info] [patched file /build/repo/client/src/main/scala/com/github/dapperware/slack/Chats.scala]
198[info] done compiling
199[info] compiling 4 Scala sources to /build/repo/core/target/jvm-3/classes ...
200[info] done compiling
201[info] compiling 26 Scala sources to /build/repo/client/target/jvm-3/classes ...
202[info] done compiling
203[info] Main Scala API documentation to /build/repo/client/target/jvm-3/api...
204[info] Skipping unused scalacOptions: -Wconf, -Xmax-inlines, -source, -rewrite
205[info] Main Scala API documentation successful.
206[info] compiling 3 Scala sources to /build/repo/core/target/jvm-3/test-classes ...
207[info] [patched file /build/repo/core/src/test/scala/com/github/dapperware/slack/MockSttpBackend.scala]
208[info] done compiling
209[info] compiling 6 Scala sources to /build/repo/client/target/jvm-3/test-classes ...
210[info] [patched file /build/repo/client/src/test/scala/slack/ExtractorSpec.scala]
211[info] done compiling
212[info] Wrote /build/repo/client/target/jvm-3/zio-slack-api-web_3-1.0.0-RC1+0-2f44d8f1+20241130-0052-SNAPSHOT.pom
213[info] Main Scala API documentation to /build/repo/client/target/jvm-3/api...
214[info] Skipping unused scalacOptions: -Wconf, -Xmax-inlines, -source, -rewrite
215[info] Main Scala API documentation successful.
216[info] :: delivering :: com.github.dapperware#zio-slack-api-web_3;1.0.0-RC1+0-2f44d8f1+20241130-0052-SNAPSHOT :: 1.0.0-RC1+0-2f44d8f1+20241130-0052-SNAPSHOT :: integration :: Sat Nov 30 00:53:45 CET 2024
217[info] delivering ivy file to /build/repo/client/target/jvm-3/ivy-1.0.0-RC1+0-2f44d8f1+20241130-0052-SNAPSHOT.xml
218[info] published zio-slack-api-web_3 to /root/.ivy2/local/com.github.dapperware/zio-slack-api-web_3/1.0.0-RC1+0-2f44d8f1+20241130-0052-SNAPSHOT/poms/zio-slack-api-web_3.pom
219[info] published zio-slack-api-web_3 to /root/.ivy2/local/com.github.dapperware/zio-slack-api-web_3/1.0.0-RC1+0-2f44d8f1+20241130-0052-SNAPSHOT/jars/zio-slack-api-web_3.jar
220[info] published zio-slack-api-web_3 to /root/.ivy2/local/com.github.dapperware/zio-slack-api-web_3/1.0.0-RC1+0-2f44d8f1+20241130-0052-SNAPSHOT/srcs/zio-slack-api-web_3-sources.jar
221[info] published zio-slack-api-web_3 to /root/.ivy2/local/com.github.dapperware/zio-slack-api-web_3/1.0.0-RC1+0-2f44d8f1+20241130-0052-SNAPSHOT/docs/zio-slack-api-web_3-javadoc.jar
222[info] published ivy to /root/.ivy2/local/com.github.dapperware/zio-slack-api-web_3/1.0.0-RC1+0-2f44d8f1+20241130-0052-SNAPSHOT/ivys/ivy.xml
223[info] compiling 1 Scala source to /build/repo/core/target/jvm-3/test-classes ...
224[info] done compiling
225[info] compiling 1 Scala source to /build/repo/client/target/jvm-3/test-classes ...
226[info] done compiling
227Starting build for ProjectRef(file:/build/repo/,core3) (zio-slack-core)...
228Compile scalacOptions: List(-encoding, UTF-8, -language:higherKinds, -language:existentials, -language:postfixOps, -unchecked, -Xmax-inlines, 50, -source:3.4-migration, -rewrite, -Wconf:msg=can be rewritten automatically under:s)
229[info] Main Scala API documentation to /build/repo/core/target/jvm-3/api...
230[info] Skipping unused scalacOptions: -Wconf, -Xmax-inlines, -source, -rewrite
231[info] Main Scala API documentation successful.
232[info] Wrote /build/repo/core/target/jvm-3/zio-slack-core_3-1.0.0-RC1+0-2f44d8f1+20241130-0052-SNAPSHOT.pom
233[info] Main Scala API documentation to /build/repo/core/target/jvm-3/api...
234[info] Skipping unused scalacOptions: -Wconf, -Xmax-inlines, -source, -rewrite
235[info] Main Scala API documentation successful.
236[info] :: delivering :: com.github.dapperware#zio-slack-core_3;1.0.0-RC1+0-2f44d8f1+20241130-0052-SNAPSHOT :: 1.0.0-RC1+0-2f44d8f1+20241130-0052-SNAPSHOT :: integration :: Sat Nov 30 00:53:49 CET 2024
237[info] delivering ivy file to /build/repo/core/target/jvm-3/ivy-1.0.0-RC1+0-2f44d8f1+20241130-0052-SNAPSHOT.xml
238[info] published zio-slack-core_3 to /root/.ivy2/local/com.github.dapperware/zio-slack-core_3/1.0.0-RC1+0-2f44d8f1+20241130-0052-SNAPSHOT/poms/zio-slack-core_3.pom
239[info] published zio-slack-core_3 to /root/.ivy2/local/com.github.dapperware/zio-slack-core_3/1.0.0-RC1+0-2f44d8f1+20241130-0052-SNAPSHOT/jars/zio-slack-core_3.jar
240[info] published zio-slack-core_3 to /root/.ivy2/local/com.github.dapperware/zio-slack-core_3/1.0.0-RC1+0-2f44d8f1+20241130-0052-SNAPSHOT/srcs/zio-slack-core_3-sources.jar
241[info] published zio-slack-core_3 to /root/.ivy2/local/com.github.dapperware/zio-slack-core_3/1.0.0-RC1+0-2f44d8f1+20241130-0052-SNAPSHOT/docs/zio-slack-core_3-javadoc.jar
242[info] published ivy to /root/.ivy2/local/com.github.dapperware/zio-slack-core_3/1.0.0-RC1+0-2f44d8f1+20241130-0052-SNAPSHOT/ivys/ivy.xml
243
244************************
245Build summary:
246[{
247 "module": "zio-slack-api-web",
248 "compile": {"status": "ok", "tookMs": 40681, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
249 "doc": {"status": "ok", "tookMs": 18218, "files": 1249, "totalSizeKb": 156733},
250 "test-compile": {"status": "ok", "tookMs": 3242, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
251 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
252 "publish": {"status": "ok", "tookMs": 11204}
253},{
254 "module": "zio-slack-core",
255 "compile": {"status": "ok", "tookMs": 38, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
256 "doc": {"status": "ok", "tookMs": 680, "files": 388, "totalSizeKb": 7662},
257 "test-compile": {"status": "ok", "tookMs": 90, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
258 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
259 "publish": {"status": "ok", "tookMs": 1133}
260}]
261************************
262[success] Total time: 83 s (01:23), completed Nov 30, 2024, 12:53:49 AM
263Checking patch build.sbt...
264Applied patch build.sbt cleanly.
265Commit migration rewrites
266Switched to a new branch 'opencb/migrate-3.4.2'
267[opencb/migrate-3.4.2 48761d7] Apply Scala compiler rewrites for 3.4.2
268 32 files changed, 124 insertions(+), 124 deletions(-)
269----
270Preparing build for 3.6.4-RC1-bin-20241128-10bb2e6-NIGHTLY
271Scala binary version found: 3.6
272Implicitly using source version 3.6-migration
273Scala binary version found: 3.6
274Implicitly using source version 3.6-migration
275Would try to apply common scalacOption (best-effort, sbt/mill only):
276Append: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s
277Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
278----
279Starting build for 3.6.4-RC1-bin-20241128-10bb2e6-NIGHTLY
280Execute tests: false
281sbt project found:
282No prepare script found for project dapperware/zio-slack
283##################################
284Scala version: 3.6.4-RC1-bin-20241128-10bb2e6-NIGHTLY
285Targets: com.github.dapperware%zio-slack-api-web com.github.dapperware%zio-slack-core
286Project projectConfig: { "projects": { "exclude": [], "overrides": {} }, "java": { "version": "17" }, "sbt": { "commands": [], "options": [] }, "mill": { "options": [] }, "tests": "compile-only", "migrationVersions": [ "3.4.2" ], "sourcePatches": [] }
287##################################
288Using extra scalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s
289Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
290[sbt_options] declare -a sbt_options=()
291[process_args] java_version = '17'
292[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
293# Executing command line:
294java
295-Dfile.encoding=UTF-8
296-Dcommunitybuild.scala=3.6.4-RC1-bin-20241128-10bb2e6-NIGHTLY
297-Dcommunitybuild.project.dependencies.add=
298-Xmx7G
299-Xms4G
300-Xss8M
301-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
302-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
303-jar
304/root/.sdkman/candidates/sbt/1.9.6/bin/sbt-launch.jar
305"setCrossScalaVersions 3.6.4-RC1-bin-20241128-10bb2e6-NIGHTLY"
306"++3.6.4-RC1-bin-20241128-10bb2e6-NIGHTLY -v"
307"mapScalacOptions ",-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,""
308"set every credentials := Nil"
309
310moduleMappings
311"runBuild 3.6.4-RC1-bin-20241128-10bb2e6-NIGHTLY """{
312 "projects": {
313 "exclude": [],
314 "overrides": {}
315 },
316 "java": {
317 "version": "17"
318 },
319 "sbt": {
320 "commands": [],
321 "options": []
322 },
323 "mill": {
324 "options": []
325 },
326 "tests": "compile-only",
327 "migrationVersions": [
328 "3.4.2"
329 ],
330 "sourcePatches": []
331}""" com.github.dapperware%zio-slack-api-web com.github.dapperware%zio-slack-core"
332
333[info] welcome to sbt 1.7.1 (Eclipse Adoptium Java 17.0.8)
334[info] loading settings for project repo-build from plugins.sbt ...
335[info] loading project definition from /build/repo/project
336[info] loading settings for project repo from build.sbt ...
337[info] set current project to repo (in build file:/build/repo/)
338[warn] there's a key that's not used by any other settings/tasks:
339[warn]
340[warn] * ThisBuild / name
341[warn] +- /build/repo/build.sbt:1
342[warn]
343[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
344[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
345Execute setCrossScalaVersions: 3.6.4-RC1-bin-20241128-10bb2e6-NIGHTLY
346OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(2.13.8) in core/crossScalaVersions
347OpenCB::Changing crossVersion 3.1.3 -> 3.6.4-RC1-bin-20241128-10bb2e6-NIGHTLY in client3/crossScalaVersions
348OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(3.6.4-RC1-bin-20241128-10bb2e6-NIGHTLY) in client3/crossScalaVersions
349OpenCB::Changing crossVersion 3.1.3 -> 3.6.4-RC1-bin-20241128-10bb2e6-NIGHTLY in core3/crossScalaVersions
350OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(3.6.4-RC1-bin-20241128-10bb2e6-NIGHTLY) in core3/crossScalaVersions
351OpenCB::Limitting incorrect crossVersions List(2.12.15) -> List(2.13.8) in client/crossScalaVersions
352[info] set current project to repo (in build file:/build/repo/)
353[info] Setting Scala version to 3.6.4-RC1-bin-20241128-10bb2e6-NIGHTLY on 2 projects.
354[info] Switching Scala version on:
355[info] core3 (3.6.4-RC1-bin-20241128-10bb2e6-NIGHTLY)
356[info] client3 (3.6.4-RC1-bin-20241128-10bb2e6-NIGHTLY)
357[info] Excluding projects:
358[info] core2_12 (2.12.15)
359[info] client2_12 (2.12.15)
360[info] examples2_12 (2.12.15)
361[info] client (2.13.8)
362[info] * repo (2.12.15)
363[info] core (2.13.8)
364[info] Reapplying settings...
365[info] set current project to repo (in build file:/build/repo/)
366Execute mapScalacOptions: ,-source:3.6-migration,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e,-migration,
367[info] Reapplying settings...
368[info] set current project to repo (in build file:/build/repo/)
369[info] Defining Global / credentials, client / credentials and 6 others.
370[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 39 others.
371[info] Run `last` for details.
372[info] Reapplying settings...
373[info] set current project to repo (in build file:/build/repo/)
374[success] Total time: 0 s, completed Nov 30, 2024, 12:53:59 AM
375Build config: {
376 "projects": {
377 "exclude": [],
378 "overrides": {}
379 },
380 "java": {
381 "version": "17"
382 },
383 "sbt": {
384 "commands": [],
385 "options": []
386 },
387 "mill": {
388 "options": []
389 },
390 "tests": "compile-only",
391 "migrationVersions": [
392 "3.4.2"
393 ],
394 "sourcePatches": []
395}
396Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly))
397Starting build...
398Projects: Set(client3, core3)
399Starting build for ProjectRef(file:/build/repo/,client3) (zio-slack-api-web)...
400OpenCB::Exclude Scala3 specific scalacOption `-source:3.6-migration` in Scala 2.12.16 module Global
401OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
402OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
403OpenCB::Would not apply setting `-source:3.6-migration`: Project has predefined source version: Some(-source:3.6-migration)
404Compile scalacOptions: List(-encoding, UTF-8, -language:higherKinds, -language:existentials, -language:postfixOps, -unchecked, -Xmax-inlines, 50, -source:3.6-migration, -Wconf:msg=can be rewritten automatically under:s)
405[info] compiling 17 Scala sources to /build/repo/core/target/jvm-3/classes ...
406[info] done compiling
407[info] compiling 140 Scala sources to /build/repo/client/target/jvm-3/classes ...
408[info] done compiling
409[info] Main Scala API documentation to /build/repo/client/target/jvm-3/api...
410[info] Skipping unused scalacOptions: -Wconf, -Xmax-inlines, -source
411[warn] Flag -classpath set repeatedly
412[warn] one warning found
413[info] Main Scala API documentation successful.
414[info] compiling 3 Scala sources to /build/repo/core/target/jvm-3/test-classes ...
415[info] done compiling
416[info] compiling 6 Scala sources to /build/repo/client/target/jvm-3/test-classes ...
417[info] done compiling
418[info] Wrote /build/repo/client/target/jvm-3/zio-slack-api-web_3-1.0.0-RC1+1-48761d7f+20241130-0053-SNAPSHOT.pom
419[info] :: delivering :: com.github.dapperware#zio-slack-api-web_3;1.0.0-RC1+1-48761d7f+20241130-0053-SNAPSHOT :: 1.0.0-RC1+1-48761d7f+20241130-0053-SNAPSHOT :: integration :: Sat Nov 30 00:55:03 CET 2024
420[info] delivering ivy file to /build/repo/client/target/jvm-3/ivy-1.0.0-RC1+1-48761d7f+20241130-0053-SNAPSHOT.xml
421[info] published zio-slack-api-web_3 to /root/.ivy2/local/com.github.dapperware/zio-slack-api-web_3/1.0.0-RC1+1-48761d7f+20241130-0053-SNAPSHOT/poms/zio-slack-api-web_3.pom
422[info] published zio-slack-api-web_3 to /root/.ivy2/local/com.github.dapperware/zio-slack-api-web_3/1.0.0-RC1+1-48761d7f+20241130-0053-SNAPSHOT/jars/zio-slack-api-web_3.jar
423[info] published zio-slack-api-web_3 to /root/.ivy2/local/com.github.dapperware/zio-slack-api-web_3/1.0.0-RC1+1-48761d7f+20241130-0053-SNAPSHOT/srcs/zio-slack-api-web_3-sources.jar
424[info] published zio-slack-api-web_3 to /root/.ivy2/local/com.github.dapperware/zio-slack-api-web_3/1.0.0-RC1+1-48761d7f+20241130-0053-SNAPSHOT/docs/zio-slack-api-web_3-javadoc.jar
425[info] published ivy to /root/.ivy2/local/com.github.dapperware/zio-slack-api-web_3/1.0.0-RC1+1-48761d7f+20241130-0053-SNAPSHOT/ivys/ivy.xml
426Starting build for ProjectRef(file:/build/repo/,core3) (zio-slack-core)...
427Compile scalacOptions: List(-encoding, UTF-8, -language:higherKinds, -language:existentials, -language:postfixOps, -unchecked, -Xmax-inlines, 50, -source:3.6-migration, -Wconf:msg=can be rewritten automatically under:s)
428[info] Main Scala API documentation to /build/repo/core/target/jvm-3/api...
429[info] Skipping unused scalacOptions: -Wconf, -Xmax-inlines, -source
430[warn] Flag -classpath set repeatedly
431[warn] one warning found
432[info] Main Scala API documentation successful.
433[info] Wrote /build/repo/core/target/jvm-3/zio-slack-core_3-1.0.0-RC1+1-48761d7f+20241130-0053-SNAPSHOT.pom
434[info] :: delivering :: com.github.dapperware#zio-slack-core_3;1.0.0-RC1+1-48761d7f+20241130-0053-SNAPSHOT :: 1.0.0-RC1+1-48761d7f+20241130-0053-SNAPSHOT :: integration :: Sat Nov 30 00:55:05 CET 2024
435[info] delivering ivy file to /build/repo/core/target/jvm-3/ivy-1.0.0-RC1+1-48761d7f+20241130-0053-SNAPSHOT.xml
436[info] published zio-slack-core_3 to /root/.ivy2/local/com.github.dapperware/zio-slack-core_3/1.0.0-RC1+1-48761d7f+20241130-0053-SNAPSHOT/poms/zio-slack-core_3.pom
437[info] published zio-slack-core_3 to /root/.ivy2/local/com.github.dapperware/zio-slack-core_3/1.0.0-RC1+1-48761d7f+20241130-0053-SNAPSHOT/jars/zio-slack-core_3.jar
438[info] published zio-slack-core_3 to /root/.ivy2/local/com.github.dapperware/zio-slack-core_3/1.0.0-RC1+1-48761d7f+20241130-0053-SNAPSHOT/srcs/zio-slack-core_3-sources.jar
439[info] published zio-slack-core_3 to /root/.ivy2/local/com.github.dapperware/zio-slack-core_3/1.0.0-RC1+1-48761d7f+20241130-0053-SNAPSHOT/docs/zio-slack-core_3-javadoc.jar
440[info] published ivy to /root/.ivy2/local/com.github.dapperware/zio-slack-core_3/1.0.0-RC1+1-48761d7f+20241130-0053-SNAPSHOT/ivys/ivy.xml
441
442************************
443Build summary:
444[{
445 "module": "zio-slack-api-web",
446 "compile": {"status": "ok", "tookMs": 40952, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
447 "doc": {"status": "ok", "tookMs": 12839, "files": 1249, "totalSizeKb": 156792},
448 "test-compile": {"status": "ok", "tookMs": 3380, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
449 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
450 "publish": {"status": "ok", "tookMs": 2695}
451},{
452 "module": "zio-slack-core",
453 "compile": {"status": "ok", "tookMs": 42, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
454 "doc": {"status": "ok", "tookMs": 876, "files": 388, "totalSizeKb": 7721},
455 "test-compile": {"status": "ok", "tookMs": 87, "warnings": 0, "errors": 0, "sourceVersion": "3.6-migration"},
456 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
457 "publish": {"status": "ok", "tookMs": 479}
458}]
459************************
460[success] Total time: 66 s (01:06), completed Nov 30, 2024, 12:55:06 AM
461Checking patch build.sbt...
462Applied patch build.sbt cleanly.