Build Logs

pureharm/pureharm-effects-cats • 3.8.0-RC2:2025-11-28

Errors

0

Warnings

30

Total Lines

414

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
23Migrating project for -source:3.4 using Scala 3.7.4
24----
25Preparing build for 3.7.4
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"
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
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##################################
46Scala version: 3.7.4
47Targets: com.busymachines%pureharm-effects-cats com.busymachines%pureharm-effects-cats-2
48Project 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>\""}]}
49##################################
50Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
51Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
52[sbt_options] declare -a sbt_options=()
53[process_args] java_version = '17'
54[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
55# Executing command line:
56java
57-Dfile.encoding=UTF-8
58-Dcommunitybuild.scala=3.7.4
59-Dcommunitybuild.project.dependencies.add=
60-Xmx7G
61-Xms4G
62-Xss8M
63-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
64-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
65-jar
66/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
67"setCrossScalaVersions 3.7.4"
68"++3.7.4 -v"
69"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""
70"set every credentials := Nil"
71"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
72"removeScalacOptionsStartingWith -P:wartremover"
73
74moduleMappings
75"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"
76
77[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
78[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
79[info] loading project definition from /build/repo/project
80[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
81[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
82[info] Compilation completed in 8.709s.
83[info] done compiling
84/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:
85 resolvers += Resolver.sonatypeCentralSnapshots
86
87ThisBuild / resolvers += Resolver.sonatypeRepo("releases")
88 ^
89/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:
90 resolvers += Resolver.sonatypeCentralSnapshots
91
92ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots")
93 ^
94[info] loading settings for project root from build.sbt...
95[info] set current project to root (in build file:/build/repo/)
96Execute setCrossScalaVersions: 3.7.4
97OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in effects-cats-2JS/crossScalaVersions
98OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in effects-cats-2JVM/crossScalaVersions
99OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in effects-catsJS/crossScalaVersions
100OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in root/crossScalaVersions
101OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in effects-catsJVM/crossScalaVersions
102[info] set current project to root (in build file:/build/repo/)
103[info] Setting Scala version to 3.7.4 on 5 projects.
104[info] Switching Scala version on:
105[info] * root (2.13.6, 3.7.4)
106[info] effects-cats-2JS (2.13.6, 3.7.4)
107[info] effects-cats-2JVM (2.13.6, 3.7.4)
108[info] effects-catsJVM (2.13.6, 3.7.4)
109[info] effects-catsJS (2.13.6, 3.7.4)
110[info] Excluding projects:
111[info] Reapplying settings...
112[info] set current project to root (in build file:/build/repo/)
113Execute 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
114[info] Reapplying settings...
115[info] set current project to root (in build file:/build/repo/)
116[info] Defining Global / credentials, credentials and 3 others.
117[info] The new values will be used by allCredentials, credentials and 27 others.
118[info] Run `last` for details.
119[info] Reapplying settings...
120[info] set current project to root (in build file:/build/repo/)
121Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
122[info] Reapplying settings...
123OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
124
125 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
126 Did you mean allExcludeDependencies ?
127 , retry without global scopes
128[info] Reapplying settings...
129[info] set current project to root (in build file:/build/repo/)
130Execute removeScalacOptionsStartingWith: -P:wartremover
131[info] Reapplying settings...
132[info] set current project to root (in build file:/build/repo/)
133[success] Total time: 0 s, completed Nov 28, 2025, 3:44:56 PM
134Build 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>\""}]}
135Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
136Starting build...
137Projects: Set(effects-catsJVM, effects-cats-2JVM)
138Starting build for ProjectRef(file:/build/repo/,effects-catsJVM) (pureharm-effects-cats)... [0/2]
139OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
140OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Global
141OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
142OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
143OpenCB::Filter out '-source:3.0-migration', matches setting pattern '^-?-source(:.*)?'
144Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
145[info] compiling 30 Scala sources to /build/repo/effects-cats/jvm/target/scala-3.7.4/classes ...
146[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
147[info] [patched file /build/repo/effects-cats/shared/src/main/scala/busymachines/pureharm/capabilities/RandomImpl.scala]
148[warn] there was 1 deprecation warning; re-run with -deprecation for details
149[warn] two warnings found
150[info] done compiling
151[info] compiling 1 Scala source to /build/repo/effects-cats/jvm/target/scala-3.7.4/classes ...
152[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
153[warn] one warning found
154[info] done compiling
155[info] compiling 2 Scala sources to /build/repo/effects-cats/jvm/target/scala-3.7.4/test-classes ...
156[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
157[warn] one warning found
158[info] done compiling
159Starting build for ProjectRef(file:/build/repo/,effects-cats-2JVM) (pureharm-effects-cats-2)... [1/2]
160Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Ykind-projector, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
161[info] compiling 35 Scala sources to /build/repo/effects-cats-2/jvm/target/scala-3.7.4/classes ...
162[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
163[info] [patched file /build/repo/effects-cats-2/shared/src/main/scala/busymachines/pureharm/effects/internals/PureharmSyntax.scala]
164[info] [patched file /build/repo/effects-cats-2/shared/src/main/scala/busymachines/pureharm/capabilities/RandomImpl.scala]
165[warn] there was 1 deprecation warning; re-run with -deprecation for details
166[warn] two warnings found
167[info] done compiling
168[info] compiling 2 Scala sources to /build/repo/effects-cats-2/jvm/target/scala-3.7.4/classes ...
169[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
170[warn] one warning found
171[info] done compiling
172[info] compiling 2 Scala sources to /build/repo/effects-cats-2/jvm/target/scala-3.7.4/test-classes ...
173[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
174[warn] one warning found
175[info] done compiling
176
177************************
178Build summary:
179[{
180 "module": "pureharm-effects-cats",
181 "compile": {"status": "ok", "tookMs": 13036, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
182 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
183 "test-compile": {"status": "ok", "tookMs": 3444, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
184 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
185 "publish": {"status": "skipped", "tookMs": 0},
186 "metadata": {
187 "crossScalaVersions": ["2.13.6", "3.0.1"]
188}
189},{
190 "module": "pureharm-effects-cats-2",
191 "compile": {"status": "ok", "tookMs": 5070, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
192 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
193 "test-compile": {"status": "ok", "tookMs": 3838, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
194 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
195 "publish": {"status": "skipped", "tookMs": 0},
196 "metadata": {
197 "crossScalaVersions": ["2.13.6", "3.0.1"]
198}
199}]
200************************
201[success] Total time: 42 s, completed Nov 28, 2025, 3:45:38 PM
202[0JChecking patch project/plugins.sbt...
203Checking patch project/build.properties...
204Checking patch build.sbt...
205Applied patch project/plugins.sbt cleanly.
206Applied patch project/build.properties cleanly.
207Applied patch build.sbt cleanly.
208Commit migration rewrites
209Switched to a new branch 'opencb/migrate-source-3.4'
210[opencb/migrate-source-3.4 1e82aac] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4
211 3 files changed, 11 insertions(+), 11 deletions(-)
212----
213Preparing build for 3.8.0-RC2
214Scala binary version found: 3.8
215Implicitly using source version 3.8
216Scala binary version found: 3.8
217Implicitly using source version 3.8
218Would try to apply common scalacOption (best-effort, sbt/mill only):
219Append: ,REQUIRE:-source:3.8
220Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
221
222Try apply source patch:
223Path: build.sbt
224Pattern: val Scala3 = "3.0.1"
225Replacement: val Scala3 = "3.8.0-RC2"
226Successfully applied pattern 'val Scala3 = "3.0.1"' in build.sbt
227----
228Starting build for 3.8.0-RC2
229Execute tests: true
230sbt project found:
231Sbt version 1.5.5 is not supported, minimal supported version is 1.11.5
232Enforcing usage of sbt in version 1.11.5
233No prepare script found for project pureharm/pureharm-effects-cats
234##################################
235Scala version: 3.8.0-RC2
236Targets: com.busymachines%pureharm-effects-cats com.busymachines%pureharm-effects-cats-2
237Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.0.1\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
238##################################
239Using extra scalacOptions: ,REQUIRE:-source:3.8
240Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
241[sbt_options] declare -a sbt_options=()
242[process_args] java_version = '17'
243[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
244# Executing command line:
245java
246-Dfile.encoding=UTF-8
247-Dcommunitybuild.scala=3.8.0-RC2
248-Dcommunitybuild.project.dependencies.add=
249-Xmx7G
250-Xms4G
251-Xss8M
252-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
253-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
254-jar
255/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
256"setCrossScalaVersions 3.8.0-RC2"
257"++3.8.0-RC2 -v"
258"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
259"set every credentials := Nil"
260"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
261"removeScalacOptionsStartingWith -P:wartremover"
262
263moduleMappings
264"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","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"
265
266[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
267[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
268[info] loading project definition from /build/repo/project
269/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:
270 resolvers += Resolver.sonatypeCentralSnapshots
271
272ThisBuild / resolvers += Resolver.sonatypeRepo("releases")
273 ^
274/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:
275 resolvers += Resolver.sonatypeCentralSnapshots
276
277ThisBuild / resolvers += Resolver.sonatypeRepo("snapshots")
278 ^
279[info] loading settings for project root from build.sbt...
280[info] set current project to root (in build file:/build/repo/)
281Execute setCrossScalaVersions: 3.8.0-RC2
282OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in effects-cats-2JS/crossScalaVersions
283OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in effects-cats-2JVM/crossScalaVersions
284OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in effects-catsJS/crossScalaVersions
285OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in root/crossScalaVersions
286OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in effects-catsJVM/crossScalaVersions
287[info] set current project to root (in build file:/build/repo/)
288[info] Setting Scala version to 3.8.0-RC2 on 5 projects.
289[info] Switching Scala version on:
290[info] * root (2.13.6, 3.8.0-RC2)
291[info] effects-cats-2JS (2.13.6, 3.8.0-RC2)
292[info] effects-cats-2JVM (2.13.6, 3.8.0-RC2)
293[info] effects-catsJVM (2.13.6, 3.8.0-RC2)
294[info] effects-catsJS (2.13.6, 3.8.0-RC2)
295[info] Excluding projects:
296[info] Reapplying settings...
297[info] set current project to root (in build file:/build/repo/)
298Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
299[info] Reapplying settings...
300[info] set current project to root (in build file:/build/repo/)
301[info] Defining Global / credentials, credentials and 3 others.
302[info] The new values will be used by allCredentials, credentials and 27 others.
303[info] Run `last` for details.
304[info] Reapplying settings...
305[info] set current project to root (in build file:/build/repo/)
306Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
307[info] Reapplying settings...
308OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
309
310 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
311 Did you mean allExcludeDependencies ?
312 , retry without global scopes
313[info] Reapplying settings...
314[info] set current project to root (in build file:/build/repo/)
315Execute removeScalacOptionsStartingWith: -P:wartremover
316[info] Reapplying settings...
317[info] set current project to root (in build file:/build/repo/)
318[success] Total time: 0 s, completed Nov 28, 2025, 3:45:53 PM
319Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"val Scala3 = \"3.0.1\"","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
320Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
321Starting build...
322Projects: Set(effects-catsJVM, effects-cats-2JVM)
323Starting build for ProjectRef(file:/build/repo/,effects-catsJVM) (pureharm-effects-cats)... [0/2]
324OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
325OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
326OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
327OpenCB::Filter out '-source:3.0-migration', matches setting pattern '^-?-source(:.*)?'
328Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
329[info] compiling 30 Scala sources to /build/repo/effects-cats/jvm/target/scala-3.8.0-RC2/classes ...
330[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
331[warn] there was 1 deprecation warning; re-run with -deprecation for details
332[warn] two warnings found
333[info] done compiling
334[info] compiling 2 Scala sources to /build/repo/effects-cats/jvm/target/scala-3.8.0-RC2/test-classes ...
335[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
336[warn] one warning found
337[info] done compiling
338[warn] javaOptions will be ignored, fork is set to false
339busymachines.pureharm.effects.test.PureharmStreamReattemptTest:
340busymachines.pureharm.effects.test.PureharmRandomTest:
341 + generate distinct random UUIDs 0.323s
342 + reattempt does nothing when no error is thrown 0.499s
343Failed stream
344 + reattempt does not try again if retries = 0 0.025s
345Failed stream
346 + reattempt after one failure 0.113s
347Failed stream
348Failed stream
349 + reattempt after two failures 0.212s
350Stream failed w/: Stopped the stream. retries left=3, but first waiting: 10 milliseconds
351Stream failed w/: Stopped the stream. retries left=2, but first waiting: 10 milliseconds
352Stream failed w/: Stopped the stream. retries left=1, but first waiting: 10 milliseconds
353Stream failed even after exhausting all retries w/: Stopped the stream.
354 + fail if we exceed reattempt count 0.055s
355Starting build for ProjectRef(file:/build/repo/,effects-cats-2JVM) (pureharm-effects-cats-2)... [1/2]
356Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Ykind-projector, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
357[info] compiling 35 Scala sources to /build/repo/effects-cats-2/jvm/target/scala-3.8.0-RC2/classes ...
358[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
359[warn] there was 1 deprecation warning; re-run with -deprecation for details
360[warn] two warnings found
361[info] done compiling
362[info] compiling 2 Scala sources to /build/repo/effects-cats-2/jvm/target/scala-3.8.0-RC2/test-classes ...
363[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
364[warn] one warning found
365[info] done compiling
366[warn] javaOptions will be ignored, fork is set to false
367busymachines.pureharm.effects.test.PureharmRandomTest:
368 + generate distinct random UUIDs 0.292s
369busymachines.pureharm.effects.test.PureharmStreamReattemptTest:
370 + reattempt does nothing when no error is thrown 0.223s
371Failed stream
372 + reattempt does not try again if retries = 0 0.027s
373Failed stream
374 + reattempt after one failure 0.117s
375Failed stream
376Failed stream
377 + reattempt after two failures 0.219s
378Stream failed w/: Stopped the stream. retries left=3, but first waiting: 10 milliseconds
379Stream failed w/: Stopped the stream. retries left=2, but first waiting: 10 milliseconds
380Stream failed w/: Stopped the stream. retries left=1, but first waiting: 10 milliseconds
381Stream failed even after exhausting all retries w/: Stopped the stream.
382 + fail if we exceed reattempt count 0.057s
383
384************************
385Build summary:
386[{
387 "module": "pureharm-effects-cats",
388 "compile": {"status": "ok", "tookMs": 14919, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
389 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
390 "test-compile": {"status": "ok", "tookMs": 2676, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
391 "test": {"status": "ok", "tookMs": 1287, "passed": 6, "failed": 0, "ignored": 0, "skipped": 0, "total": 6, "byFramework": [{"framework": "munit", "stats": {"passed": 6, "failed": 0, "ignored": 0, "skipped": 0, "total": 6}}]},
392 "publish": {"status": "skipped", "tookMs": 0},
393 "metadata": {
394 "crossScalaVersions": ["2.13.6", "3.0.1"]
395}
396},{
397 "module": "pureharm-effects-cats-2",
398 "compile": {"status": "ok", "tookMs": 5137, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
399 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
400 "test-compile": {"status": "ok", "tookMs": 1652, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
401 "test": {"status": "ok", "tookMs": 1137, "passed": 6, "failed": 0, "ignored": 0, "skipped": 0, "total": 6, "byFramework": [{"framework": "munit", "stats": {"passed": 6, "failed": 0, "ignored": 0, "skipped": 0, "total": 6}}]},
402 "publish": {"status": "skipped", "tookMs": 0},
403 "metadata": {
404 "crossScalaVersions": ["2.13.6", "3.0.1"]
405}
406}]
407************************
408[success] Total time: 36 s, completed Nov 28, 2025, 3:46:29 PM
409[0JChecking patch project/plugins.sbt...
410Checking patch project/build.properties...
411Checking patch build.sbt...
412Applied patch project/plugins.sbt cleanly.
413Applied patch project/build.properties cleanly.
414Applied patch build.sbt cleanly.