Build Logs

pureharm/pureharm-effects-cats • 3.7.4:2025-11-06

Errors

0

Warnings

28

Total Lines

382

1##################################
2Clonning https://github.com/pureharm/pureharm-effects-cats.git into /build/repo using revision v0.5.0
3##################################
4Note: switching to '7875835852f9d8e4c1fe74ab9183f487efef08c1'.
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.0.1
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.0.1"
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.0.1"' in build.sbt
38----
39Starting build for 3.7.4-RC2
40Execute tests: false
41sbt project found:
42Sbt version 1.5.5 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 pureharm/pureharm-effects-cats
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: com.busymachines%pureharm-effects-cats com.busymachines%pureharm-effects-cats-2
49Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.0.1\"","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
75moduleMappings
76"runBuild 3.7.4-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.0.1\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" com.busymachines%pureharm-effects-cats com.busymachines%pureharm-effects-cats-2"
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 8.431s.
84[info] done compiling
85/build/repo/build.sbt:84: warning: method sonatypeRepo in class ResolverFunctions is deprecated (since 1.7.0): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
86 resolvers += Resolver.sonatypeCentralSnapshots
87
88ThisBuild / resolvers += Resolver.sonatypeRepo("releases")
89 ^
90/build/repo/build.sbt:85: warning: method sonatypeRepo in class ResolverFunctions is deprecated (since 1.7.0): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
91 resolvers += Resolver.sonatypeCentralSnapshots
92
93ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots")
94 ^
95[info] loading settings for project root from build.sbt...
96[info] set current project to root (in build file:/build/repo/)
97Execute setCrossScalaVersions: 3.7.4-RC2
98OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in effects-cats-2JS/crossScalaVersions
99OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in effects-cats-2JVM/crossScalaVersions
100OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in effects-catsJS/crossScalaVersions
101OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in root/crossScalaVersions
102OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in effects-catsJVM/crossScalaVersions
103[info] set current project to root (in build file:/build/repo/)
104[info] Setting Scala version to 3.7.4-RC2 on 5 projects.
105[info] Switching Scala version on:
106[info] * root (2.13.6, 3.7.4-RC2)
107[info] effects-cats-2JS (2.13.6, 3.7.4-RC2)
108[info] effects-cats-2JVM (2.13.6, 3.7.4-RC2)
109[info] effects-catsJVM (2.13.6, 3.7.4-RC2)
110[info] effects-catsJS (2.13.6, 3.7.4-RC2)
111[info] Excluding projects:
112[info] Reapplying settings...
113[info] set current project to root (in build file:/build/repo/)
114Execute 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
115[info] Reapplying settings...
116[info] set current project to root (in build file:/build/repo/)
117[info] Defining Global / credentials, credentials and 3 others.
118[info] The new values will be used by allCredentials, credentials and 27 others.
119[info] Run `last` for details.
120[info] Reapplying settings...
121[info] set current project to root (in build file:/build/repo/)
122Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
123[info] Reapplying settings...
124OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
125
126 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
127 Did you mean allExcludeDependencies ?
128 , retry without global scopes
129[info] Reapplying settings...
130[info] set current project to root (in build file:/build/repo/)
131Execute removeScalacOptionsStartingWith: -P:wartremover
132[info] Reapplying settings...
133[info] set current project to root (in build file:/build/repo/)
134[success] Total time: 0 s, completed Nov 6, 2025, 1:24:34 AM
135Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.0.1\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
136Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
137Starting build...
138Projects: Set(effects-catsJVM, effects-cats-2JVM)
139Starting build for ProjectRef(file:/build/repo/,effects-catsJVM) (pureharm-effects-cats)... [0/2]
140OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
141OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Global
142OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
143OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
144OpenCB::Filter out '-source:3.0-migration', matches setting pattern '^-?-source(:.*)?'
145Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
146[info] compiling 30 Scala sources to /build/repo/effects-cats/jvm/target/scala-3.7.4-RC2/classes ...
147[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
148[info] [patched file /build/repo/effects-cats/shared/src/main/scala/busymachines/pureharm/capabilities/RandomImpl.scala]
149[warn] there was 1 deprecation warning; re-run with -deprecation for details
150[warn] two warnings found
151[info] done compiling
152[info] compiling 1 Scala source to /build/repo/effects-cats/jvm/target/scala-3.7.4-RC2/classes ...
153[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
154[warn] one warning found
155[info] done compiling
156[info] compiling 2 Scala sources to /build/repo/effects-cats/jvm/target/scala-3.7.4-RC2/test-classes ...
157[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
158[warn] one warning found
159[info] done compiling
160Starting build for ProjectRef(file:/build/repo/,effects-cats-2JVM) (pureharm-effects-cats-2)... [1/2]
161Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
162[info] compiling 35 Scala sources to /build/repo/effects-cats-2/jvm/target/scala-3.7.4-RC2/classes ...
163[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
164[info] [patched file /build/repo/effects-cats-2/shared/src/main/scala/busymachines/pureharm/effects/internals/PureharmSyntax.scala]
165[info] [patched file /build/repo/effects-cats-2/shared/src/main/scala/busymachines/pureharm/capabilities/RandomImpl.scala]
166[warn] there was 1 deprecation warning; re-run with -deprecation for details
167[warn] two warnings found
168[info] done compiling
169[info] compiling 2 Scala sources to /build/repo/effects-cats-2/jvm/target/scala-3.7.4-RC2/classes ...
170[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
171[warn] one warning found
172[info] done compiling
173[info] compiling 2 Scala sources to /build/repo/effects-cats-2/jvm/target/scala-3.7.4-RC2/test-classes ...
174[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
175[warn] one warning found
176[info] done compiling
177
178************************
179Build summary:
180[{
181 "module": "pureharm-effects-cats",
182 "compile": {"status": "ok", "tookMs": 13702, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
183 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
184 "test-compile": {"status": "ok", "tookMs": 3440, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
185 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
186 "publish": {"status": "skipped", "tookMs": 0},
187 "metadata": {
188 "crossScalaVersions": ["2.13.6", "3.0.1"]
189}
190},{
191 "module": "pureharm-effects-cats-2",
192 "compile": {"status": "ok", "tookMs": 4601, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
193 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
194 "test-compile": {"status": "ok", "tookMs": 3776, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
195 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
196 "publish": {"status": "skipped", "tookMs": 0},
197 "metadata": {
198 "crossScalaVersions": ["2.13.6", "3.0.1"]
199}
200}]
201************************
202[success] Total time: 54 s, completed Nov 6, 2025, 1:25:28 AM
203[0JChecking patch project/plugins.sbt...
204Checking patch project/build.properties...
205Checking patch build.sbt...
206Applied patch project/plugins.sbt cleanly.
207Applied patch project/build.properties cleanly.
208Applied patch build.sbt cleanly.
209Commit migration rewrites
210Switched to a new branch 'opencb/migrate-source-3.4'
211[opencb/migrate-source-3.4 24190fc] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4-RC2
212 3 files changed, 11 insertions(+), 11 deletions(-)
213----
214Preparing build for 3.7.4
215Scala binary version found: 3.7
216Implicitly using source version 3.7
217Scala binary version found: 3.7
218Implicitly using source version 3.7
219Would try to apply common scalacOption (best-effort, sbt/mill only):
220Append: ,REQUIRE:-source:3.7
221Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
222
223Try apply source patch:
224Path: build.sbt
225Pattern: val Scala3 = "3.0.1"
226Replacement: val Scala3 = "3.7.4"
227Successfully applied pattern 'val Scala3 = "3.0.1"' in build.sbt
228----
229Starting build for 3.7.4
230Execute tests: false
231sbt project found:
232Sbt version 1.5.5 is not supported, minimal supported version is 1.11.5
233Enforcing usage of sbt in version 1.11.5
234No prepare script found for project pureharm/pureharm-effects-cats
235/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
236##################################
237Scala version: 3.7.4
238Targets: com.busymachines%pureharm-effects-cats com.busymachines%pureharm-effects-cats-2
239Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.0.1\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
240##################################
241Using extra scalacOptions: ,REQUIRE:-source:3.7
242Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
243[sbt_options] declare -a sbt_options=()
244[process_args] java_version = '17'
245[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
246# Executing command line:
247java
248-Dfile.encoding=UTF-8
249-Dcommunitybuild.scala=3.7.4
250-Dcommunitybuild.project.dependencies.add=
251-Xmx7G
252-Xms4G
253-Xss8M
254-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
255-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
256-jar
257/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
258"setCrossScalaVersions 3.7.4"
259"++3.7.4 -v"
260"mapScalacOptions ",REQUIRE:-source:3.7,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
261"set every credentials := Nil"
262"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
263"removeScalacOptionsStartingWith -P:wartremover"
264
265moduleMappings
266"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.0.1\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" com.busymachines%pureharm-effects-cats com.busymachines%pureharm-effects-cats-2"
267
268[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
269[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
270[info] loading project definition from /build/repo/project
271/build/repo/build.sbt:84: warning: method sonatypeRepo in class ResolverFunctions is deprecated (since 1.7.0): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
272 resolvers += Resolver.sonatypeCentralSnapshots
273
274ThisBuild / resolvers += Resolver.sonatypeRepo("releases")
275 ^
276/build/repo/build.sbt:85: warning: method sonatypeRepo in class ResolverFunctions is deprecated (since 1.7.0): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
277 resolvers += Resolver.sonatypeCentralSnapshots
278
279ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots")
280 ^
281[info] loading settings for project root from build.sbt...
282[info] set current project to root (in build file:/build/repo/)
283Execute setCrossScalaVersions: 3.7.4
284OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in effects-cats-2JS/crossScalaVersions
285OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in effects-cats-2JVM/crossScalaVersions
286OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in effects-catsJS/crossScalaVersions
287OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in effects-catsJVM/crossScalaVersions
288OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in root/crossScalaVersions
289[info] set current project to root (in build file:/build/repo/)
290[info] Setting Scala version to 3.7.4 on 5 projects.
291[info] Switching Scala version on:
292[info] * root (2.13.6, 3.7.4)
293[info] effects-cats-2JS (2.13.6, 3.7.4)
294[info] effects-cats-2JVM (2.13.6, 3.7.4)
295[info] effects-catsJVM (2.13.6, 3.7.4)
296[info] effects-catsJS (2.13.6, 3.7.4)
297[info] Excluding projects:
298[info] Reapplying settings...
299[info] set current project to root (in build file:/build/repo/)
300Execute mapScalacOptions: ,REQUIRE:-source:3.7,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
301[info] Reapplying settings...
302[info] set current project to root (in build file:/build/repo/)
303[info] Defining Global / credentials, credentials and 3 others.
304[info] The new values will be used by allCredentials, credentials and 27 others.
305[info] Run `last` for details.
306[info] Reapplying settings...
307[info] set current project to root (in build file:/build/repo/)
308Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
309[info] Reapplying settings...
310OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
311
312 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
313 Did you mean allExcludeDependencies ?
314 , retry without global scopes
315[info] Reapplying settings...
316[info] set current project to root (in build file:/build/repo/)
317Execute removeScalacOptionsStartingWith: -P:wartremover
318[info] Reapplying settings...
319[info] set current project to root (in build file:/build/repo/)
320[success] Total time: 0 s, completed Nov 6, 2025, 1:25:43 AM
321Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.0.1\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
322Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
323Starting build...
324Projects: Set(effects-catsJVM, effects-cats-2JVM)
325Starting build for ProjectRef(file:/build/repo/,effects-catsJVM) (pureharm-effects-cats)... [0/2]
326OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7` in Scala 2.12.20 module Global
327OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
328OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
329OpenCB::Filter out '-source:3.0-migration', matches setting pattern '^-?-source(:.*)?'
330Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.7
331[info] compiling 30 Scala sources to /build/repo/effects-cats/jvm/target/scala-3.7.4/classes ...
332[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
333[warn] there was 1 deprecation warning; re-run with -deprecation for details
334[warn] two warnings found
335[info] done compiling
336[info] compiling 2 Scala sources to /build/repo/effects-cats/jvm/target/scala-3.7.4/test-classes ...
337[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
338[warn] one warning found
339[info] done compiling
340Starting build for ProjectRef(file:/build/repo/,effects-cats-2JVM) (pureharm-effects-cats-2)... [1/2]
341Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.7
342[info] compiling 35 Scala sources to /build/repo/effects-cats-2/jvm/target/scala-3.7.4/classes ...
343[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
344[warn] there was 1 deprecation warning; re-run with -deprecation for details
345[warn] two warnings found
346[info] done compiling
347[info] compiling 2 Scala sources to /build/repo/effects-cats-2/jvm/target/scala-3.7.4/test-classes ...
348[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
349[warn] one warning found
350[info] done compiling
351
352************************
353Build summary:
354[{
355 "module": "pureharm-effects-cats",
356 "compile": {"status": "ok", "tookMs": 12963, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
357 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
358 "test-compile": {"status": "ok", "tookMs": 2665, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
359 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
360 "publish": {"status": "skipped", "tookMs": 0},
361 "metadata": {
362 "crossScalaVersions": ["2.13.6", "3.0.1"]
363}
364},{
365 "module": "pureharm-effects-cats-2",
366 "compile": {"status": "ok", "tookMs": 5298, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
367 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
368 "test-compile": {"status": "ok", "tookMs": 1413, "warnings": 0, "errors": 0, "sourceVersion": "3.7"},
369 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
370 "publish": {"status": "skipped", "tookMs": 0},
371 "metadata": {
372 "crossScalaVersions": ["2.13.6", "3.0.1"]
373}
374}]
375************************
376[success] Total time: 31 s, completed Nov 6, 2025, 1:26:15 AM
377[0JChecking patch project/plugins.sbt...
378Checking patch project/build.properties...
379Checking patch build.sbt...
380Applied patch project/plugins.sbt cleanly.
381Applied patch project/build.properties cleanly.
382Applied patch build.sbt cleanly.