Build Logs
vladkopanev/zio-saga • 3.8.0:2026-01-13
Errors
1
Warnings
18
Total Lines
217
1##################################
2Clonning https://github.com/vladkopanev/zio-saga.git into /build/repo using revision v0.6.0
3##################################
4Note: switching to '9ff658513ddb041d69414c535db8da5337ac3009'.
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
21----
22Preparing build for 3.8.0
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.8.0
32Execute tests: true
33sbt project found:
34Sbt version 1.7.1 is not supported, minimal supported version is 1.11.5
35Enforcing usage of sbt in version 1.11.5
36No prepare script found for project vladkopanev/zio-saga
37##################################
38Scala version: 3.8.0
39Targets: com.vladkopanev%zio-saga-core
40Project projectConfig: {"tests":null}
41##################################
42Using extra scalacOptions: ,REQUIRE:-source:3.8
43Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
44[sbt_options] declare -a sbt_options=()
45[process_args] java_version = '17'
46[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
47# Executing command line:
48java
49-Dfile.encoding=UTF-8
50-Dcommunitybuild.scala=3.8.0
51-Dcommunitybuild.project.dependencies.add=
52-Xmx7G
53-Xms4G
54-Xss8M
55-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
56-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
57-jar
58/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
59"setCrossScalaVersions 3.8.0"
60"++3.8.0 -v"
61"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
62"set every credentials := Nil"
63"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
64"removeScalacOptionsStartingWith -P:wartremover"
65
66moduleMappings
67"runBuild 3.8.0 """{"tests":null}""" com.vladkopanev%zio-saga-core"
68
69[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
70[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
71[info] loading project definition from /build/repo/project
72[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
73[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
74[info] Compilation completed in 8.552s.
75[info] done compiling
76/build/repo/build.sbt:68: 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:
77 resolvers += Resolver.sonatypeCentralSnapshots
78
79 resolvers ++= Seq(Resolver.sonatypeRepo("snapshots"), Resolver.sonatypeRepo("releases"))
80 ^
81/build/repo/build.sbt:68: 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:
82 resolvers += Resolver.sonatypeCentralSnapshots
83
84 resolvers ++= Seq(Resolver.sonatypeRepo("snapshots"), Resolver.sonatypeRepo("releases"))
85 ^
86[info] loading settings for project root from build.sbt...
87[info] set current project to zio-saga (in build file:/build/repo/)
88Execute setCrossScalaVersions: 3.8.0
89OpenCB::Changing crossVersion 3.1.3 -> 3.8.0 in core/crossScalaVersions
90OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(2.13.9) in examples/crossScalaVersions
91[info] set current project to zio-saga (in build file:/build/repo/)
92[info] Setting Scala version to 3.8.0 on 1 projects.
93[info] Switching Scala version on:
94[info] core (2.12.17, 2.13.9, 3.8.0)
95[info] Excluding projects:
96[info] * root (2.12.20)
97[info] examples (2.13.9)
98[info] Reapplying settings...
99[info] set current project to zio-saga (in build file:/build/repo/)
100Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
101[info] Reapplying settings...
102[info] set current project to zio-saga (in build file:/build/repo/)
103[info] Defining Global / credentials, bintray / credentials and 4 others.
104[info] The new values will be used by Global / pgpSelectPassphrase, allCredentials and 16 others.
105[info] Run `last` for details.
106[info] Reapplying settings...
107[info] set current project to zio-saga (in build file:/build/repo/)
108Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
109[info] Reapplying settings...
110OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
111
112 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
113 Did you mean allExcludeDependencies ?
114 , retry without global scopes
115[info] Reapplying settings...
116[info] set current project to zio-saga (in build file:/build/repo/)
117Execute removeScalacOptionsStartingWith: -P:wartremover
118[info] Reapplying settings...
119[info] set current project to zio-saga (in build file:/build/repo/)
120[success] Total time: 0 s, completed Jan 13, 2026, 3:38:46 PM
121Build config: {"tests":null}
122Parsed config: Failure(sjsonnew.DeserializationException: Expected String as JString, but got JNull)
123Starting build...
124Projects: Set(core)
125Starting build for ProjectRef(file:/build/repo/,core) (zio-saga-core)... [0/1]
126OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
127OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
128OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
129Compile scalacOptions: -encoding, UTF-8, -explaintypes, -Yrangepos, -Xfuture, -language:higherKinds, -language:existentials, -language:implicitConversions, -unchecked, -Xlint:_,-type-parameter-shadow, -Ywarn-numeric-widen, -Ywarn-unused, -Ywarn-value-discard, -Ykind-projector, -unchecked, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
130[info] compiling 1 Scala source to /build/repo/core/target/scala-3.8.0/classes ...
131[warn] bad option '-Yrangepos' was ignored
132[warn] bad option '-Xfuture' was ignored
133[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
134[warn] bad option '-Ywarn-numeric-widen' was ignored
135[warn] bad option '-Ywarn-unused' was ignored
136[warn] bad option '-Ywarn-value-discard' was ignored
137[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
138[warn] 7 warnings found
139[info] done compiling
140[info] compiling 1 Scala source to /build/repo/core/target/scala-3.8.0/test-classes ...
141[warn] bad option '-Yrangepos' was ignored
142[warn] bad option '-Xfuture' was ignored
143[warn] Option -Xlint is deprecated: Use -Wshadow to enable shadowing lints. Scheduled for removal.
144[warn] bad option '-Ywarn-numeric-widen' was ignored
145[warn] bad option '-Ywarn-unused' was ignored
146[warn] bad option '-Ywarn-value-discard' was ignored
147[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
148[warn] 7 warnings found
149[info] done compiling
150[info] + SagaSpec
151[info] + Saga#map
152[info] + should change the result value with provided function
153[info] + Saga#zipPar
154[info] + should successfully run two Sagas in parallel
155[info] + Saga#zip
156[info] + should successfully run two Sagas in sequence
157[info] + Saga#zipWithPar
158[info] + should successfully run two Sagas in parallel
159[info] + should run both compensating actions in case right request fails
160[info] + should run both compensating actions in case left request fails
161[info] + should run both compensating actions in case both requests fails
162[info] + should run compensating actions in order that is opposite to which requests finished
163[info] + Saga#zipWith
164[info] + should successfully run two Sagas in sequence
165[info] + when right failed then should compensate right before left
166[info] + when left failed should compensate left without calling right
167[info] + Saga#zipWithParAll
168[info] + should allow combining compensations in parallel
169[info] + Saga#retryableCompensate
170[info] + should construct Saga that repeats compensating action once
171[info] + should work with other combinators
172[info] + Saga#collectAllPar
173[info] + should construct a Saga that runs several requests in parallel
174[info] + should run all compensating actions in case of error
175[info] + Saga#succeed
176[info] + should construct saga that will succeed
177[info] + Saga#fail
178[info] + should construct saga that will fail
179[info] + Saga#compensateIfFail
180[info] + should construct saga step that executes it's compensation if it's requests fails
181[info] + should construct saga step that do not executes it's compensation if it's request succeeds
182[info] + Saga#compensateIfSuccess
183[info] + should construct saga step that executes it's compensation if it's requests succeeds
184[info] + should construct saga step that do not executes it's compensation if it's request fails
185[info] + Saga#compensate
186[info] + should allow compensation to be dependent on the result of corresponding effect
187[info] + Saga#flatten
188[info] + should execute outer effect first and then the inner one producing the result of it
189[info] + Saga#transact
190[info] + should return original error in case compensator also fails
191[info] + should return original error in case compensator also fails 2
192[info] + Saga#collectAll
193[info] + should collect all effects in one collection in sequential way
194[info] + should compensate made effects when one of them failed
195[info] Ran 28 tests in 2 s 455 ms: 28 succeeded, 0 ignored, 0 failed
196
197************************
198Build summary:
199[{
200 "module": "zio-saga-core",
201 "compile": {"status": "ok", "tookMs": 5796, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
202 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
203 "test-compile": {"status": "ok", "tookMs": 4806, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
204 "test": {"status": "ok", "tookMs": 3379, "passed": 28, "failed": 0, "ignored": 0, "skipped": 0, "total": 28, "byFramework": [{"framework": "unknown", "stats": {"passed": 28, "failed": 0, "ignored": 0, "skipped": 0, "total": 28}}]},
205 "publish": {"status": "skipped", "tookMs": 0},
206 "metadata": {
207 "crossScalaVersions": ["2.12.17", "2.13.9", "3.1.3"]
208}
209}]
210************************
211[success] Total time: 15 s, completed Jan 13, 2026, 3:39:01 PM
212[0JChecking patch project/plugins.sbt...
213Checking patch project/build.properties...
214Checking patch build.sbt...
215Applied patch project/plugins.sbt cleanly.
216Applied patch project/build.properties cleanly.
217Applied patch build.sbt cleanly.