Build Logs

tofu-tf/tofu • 3.8.1-RC1:2026-01-13

Errors

0

Warnings

625

Total Lines

4126

1##################################
2Clonning https://github.com/tofu-tf/tofu.git into /build/repo using revision v0.14.0
3##################################
4Note: switching to '8ad73951f746ec73acaf8c175db8071f450c9705'.
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.3.6
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: libraryDependencies += shapeless
33Replacement:
34Starting compilation server
35Compiling project (Scala 3.7.3, JVM (17))
36Compiled project (Scala 3.7.3, JVM (17))
37Successfully applied pattern 'libraryDependencies += shapeless' in build.sbt
38
39Try apply source patch:
40Path: modules/kernel/src/main/scala/tofu/syntax/context.scala
41Pattern: F WithLocal C
42Replacement: F `WithLocal` C
43Successfully applied pattern 'F WithLocal C' in modules/kernel/src/main/scala/tofu/syntax/context.scala
44
45Try apply source patch:
46Path: modules/kernel/src/main/scala/tofu/data/Embedded.scala
47Pattern: new ParApplicative[G.F, E]()(G.applicative, E)
48Replacement: new ParApplicative[G.F, E](using G.applicative, E)
49Successfully applied pattern 'new ParApplicative[G.F, E]()(G.applicative, E)' in modules/kernel/src/main/scala/tofu/data/Embedded.scala
50
51Try apply source patch:
52Path: modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala
53Pattern: (import SealedTraitEnum.*\n\s*)json\(Container\(A, B, C\)\)
54Replacement: $1json(Container[SealedTraitEnum,SealedTraitEnum,SealedTraitEnum](A, B, C))
55Successfully applied pattern '(import SealedTraitEnum.*\n\s*)json\(Container\(A, B, C\)\)' in modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala
56
57Try apply source patch:
58Path: project/Dependencies.scala
59Pattern: val scala3 = "3.3.6"
60Replacement: val scala3 = "3.7.4"
61Successfully applied pattern 'val scala3 = "3.3.6"' in project/Dependencies.scala
62----
63Starting build for 3.7.4
64Execute tests: false
65sbt project found:
66Sbt version 1.11.3 is not supported, minimal supported version is 1.11.5
67Enforcing usage of sbt in version 1.11.5
68No prepare script found for project tofu-tf/tofu
69##################################
70Scala version: 3.7.4
71Targets: tf.tofu%default-bf0cb6 tf.tofu%tofu tf.tofu%tofu-core-ce2 tf.tofu%tofu-core-ce3 tf.tofu%tofu-core-higher-kind tf.tofu%tofu-fs2-ce3-interop tf.tofu%tofu-kernel tf.tofu%tofu-kernel-cats-mtl tf.tofu%tofu-logging tf.tofu%tofu-logging-derivation tf.tofu%tofu-logging-derivation-annotations tf.tofu%tofu-logging-enumeratum tf.tofu%tofu-logging-layout tf.tofu%tofu-logging-log4cats tf.tofu%tofu-logging-log4cats-legacy tf.tofu%tofu-logging-logstash-logback tf.tofu%tofu-logging-refined tf.tofu%tofu-logging-structured tf.tofu%tofu-observable tf.tofu%tofu-streams tf.tofu%tofu-zio2-core tf.tofu%tofu-zio2-logging
72Project projectConfig: {"projects":{"exclude":["tofu-memo","tofu","tofu-derivation","tofu-env","tofu-concurrent-ce2"],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/unmanagedSources/excludeFilter := { HiddenFileFilter || \"CalcSuite.scala\" }"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"libraryDependencies += shapeless","replaceWith":""},{"path":"modules/kernel/src/main/scala/tofu/syntax/context.scala","pattern":"F WithLocal C","replaceWith":"F `WithLocal` C"},{"path":"modules/kernel/src/main/scala/tofu/data/Embedded.scala","pattern":"new ParApplicative[G.F, E]()(G.applicative, E)","replaceWith":"new ParApplicative[G.F, E](using G.applicative, E)"},{"path":"modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala","pattern":"(import SealedTraitEnum.*\\n\\s*)json\\(Container\\(A, B, C\\)\\)","replaceWith":"$1json(Container[SealedTraitEnum,SealedTraitEnum,SealedTraitEnum](A, B, C))"},{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.6\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
73##################################
74Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
75Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
76[sbt_options] declare -a sbt_options=()
77[process_args] java_version = '17'
78[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
79# Executing command line:
80java
81-Xmx4G
82-Dcommunitybuild.scala=3.7.4
83-Dcommunitybuild.project.dependencies.add=
84-Xmx7G
85-Xms4G
86-Xss8M
87-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
88-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
89-jar
90/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
91"setCrossScalaVersions 3.7.4"
92"++3.7.4 -v"
93"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""
94"set every credentials := Nil"
95"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
96"removeScalacOptionsStartingWith -P:wartremover"
97"set every Test/unmanagedSources/excludeFilter := { HiddenFileFilter || "CalcSuite.scala" }"
98moduleMappings
99"runBuild 3.7.4 """{"projects":{"exclude":["tofu-memo","tofu","tofu-derivation","tofu-env","tofu-concurrent-ce2"],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/unmanagedSources/excludeFilter := { HiddenFileFilter || \"CalcSuite.scala\" }"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"libraryDependencies += shapeless","replaceWith":""},{"path":"modules/kernel/src/main/scala/tofu/syntax/context.scala","pattern":"F WithLocal C","replaceWith":"F `WithLocal` C"},{"path":"modules/kernel/src/main/scala/tofu/data/Embedded.scala","pattern":"new ParApplicative[G.F, E]()(G.applicative, E)","replaceWith":"new ParApplicative[G.F, E](using G.applicative, E)"},{"path":"modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala","pattern":"(import SealedTraitEnum.*\\n\\s*)json\\(Container\\(A, B, C\\)\\)","replaceWith":"$1json(Container[SealedTraitEnum,SealedTraitEnum,SealedTraitEnum](A, B, C))"},{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.6\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" tf.tofu%default-bf0cb6 tf.tofu%tofu tf.tofu%tofu-core-ce2 tf.tofu%tofu-core-ce3 tf.tofu%tofu-core-higher-kind tf.tofu%tofu-fs2-ce3-interop tf.tofu%tofu-kernel tf.tofu%tofu-kernel-cats-mtl tf.tofu%tofu-logging tf.tofu%tofu-logging-derivation tf.tofu%tofu-logging-derivation-annotations tf.tofu%tofu-logging-enumeratum tf.tofu%tofu-logging-layout tf.tofu%tofu-logging-log4cats tf.tofu%tofu-logging-log4cats-legacy tf.tofu%tofu-logging-logstash-logback tf.tofu%tofu-logging-refined tf.tofu%tofu-logging-structured tf.tofu%tofu-observable tf.tofu%tofu-streams tf.tofu%tofu-zio2-core tf.tofu%tofu-zio2-logging"
100
101[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
102[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
103[info] loading project definition from /build/repo/project
104[info] loading settings for project repo from build.sbt, ci-release.sbt...
105[info] resolving key references (108840 settings) ...
106[info] set current project to repo (in build file:/build/repo/)
107Execute setCrossScalaVersions: 3.7.4
108OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in observable/crossScalaVersions
109OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingEnumeratum3/crossScalaVersions
110OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in higherKindCore/crossScalaVersions
111OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingEnumeratum2_12/crossScalaVersions
112OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio1Core2_12/crossScalaVersions
113OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in kernel3/crossScalaVersions
114OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreCE23/crossScalaVersions
115OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreCE22_12/crossScalaVersions
116OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in memo/crossScalaVersions
117OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingDerivationAnnotations2_12/crossScalaVersions
118OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobie/crossScalaVersions
119OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio2Core/crossScalaVersions
120OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingShapeless/crossScalaVersions
121OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in streams2_12/crossScalaVersions
122OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in observable2_12/crossScalaVersions
123OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobieLogging/crossScalaVersions
124OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in env/crossScalaVersions
125OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobieCE3/crossScalaVersions
126OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesCE32_12/crossScalaVersions
127OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobieLoggingCE32_12/crossScalaVersions
128OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in higherKindCore3/crossScalaVersions
129OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in kernelCatsMtlInterop/crossScalaVersions
130OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in tofu3/crossScalaVersions
131OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLayout/crossScalaVersions
132OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in kernelCatsMtlInterop3/crossScalaVersions
133OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fs2CE3Interop/crossScalaVersions
134OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobie2_12/crossScalaVersions
135OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio2Logging/crossScalaVersions
136OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreCE32_12/crossScalaVersions
137OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesZIO2/crossScalaVersions
138OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingStr2_12/crossScalaVersions
139OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLayout2_12/crossScalaVersions
140OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in concurrentCE2/crossScalaVersions
141OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLogstashLogback/crossScalaVersions
142OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingRefined3/crossScalaVersions
143OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobieLogging2_12/crossScalaVersions
144OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in streams3/crossScalaVersions
145OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in streams/crossScalaVersions
146OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in env2_12/crossScalaVersions
147OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesCE3/crossScalaVersions
148OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in kernel/crossScalaVersions
149OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in kernel2_12/crossScalaVersions
150OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in memo2_12/crossScalaVersions
151OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLogstashLogback2_12/crossScalaVersions
152OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in higherKindCore2_12/crossScalaVersions
153OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in tofu2_12/crossScalaVersions
154OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingStr3/crossScalaVersions
155OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingDerivationAnnotations3/crossScalaVersions
156OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fs2CE3Interop3/crossScalaVersions
157OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLog4Cats/crossScalaVersions
158OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio1Logging/crossScalaVersions
159OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in logging/crossScalaVersions
160OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fs2CE3Interop2_12/crossScalaVersions
161OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in repo/crossScalaVersions
162OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in observable3/crossScalaVersions
163OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingShapeless2_12/crossScalaVersions
164OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLog4Cats3/crossScalaVersions
165OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingDerivationAnnotations/crossScalaVersions
166OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in config2_12/crossScalaVersions
167OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLog4CatsLegacy3/crossScalaVersions
168OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLayout3/crossScalaVersions
169OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio1Logging2_12/crossScalaVersions
170OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in logging2_12/crossScalaVersions
171OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesCE22_12/crossScalaVersions
172OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio1Interop/crossScalaVersions
173OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in docs/crossScalaVersions
174OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreCE2/crossScalaVersions
175OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fs2CE2Interop/crossScalaVersions
176OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio2Logging3/crossScalaVersions
177OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio2Logging2_12/crossScalaVersions
178OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLog4CatsLegacy2_12/crossScalaVersions
179OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in config/crossScalaVersions
180OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreCE3/crossScalaVersions
181OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio2Core2_12/crossScalaVersions
182OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLog4Cats2_12/crossScalaVersions
183OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingRefined2_12/crossScalaVersions
184OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in concurrentCE22_12/crossScalaVersions
185OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in logging3/crossScalaVersions
186OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio1Interop2_12/crossScalaVersions
187OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingStr/crossScalaVersions
188OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLogstashLogback3/crossScalaVersions
189OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in kernelCatsMtlInterop2_12/crossScalaVersions
190OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesCE2/crossScalaVersions
191OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingEnumeratum/crossScalaVersions
192OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingRefined/crossScalaVersions
193OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in derivation/crossScalaVersions
194OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingDer/crossScalaVersions
195OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fs2CE2Interop2_12/crossScalaVersions
196OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesZIO22_12/crossScalaVersions
197OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio2Core3/crossScalaVersions
198OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobieLoggingCE3/crossScalaVersions
199OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in tofu/crossScalaVersions
200OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLog4CatsLegacy/crossScalaVersions
201OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreCE33/crossScalaVersions
202OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio1Core/crossScalaVersions
203OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingDer3/crossScalaVersions
204OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobieCE32_12/crossScalaVersions
205OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingDer2_12/crossScalaVersions
206OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in derivation2_12/crossScalaVersions
207[info] set current project to repo (in build file:/build/repo/)
208[info] Setting Scala version to 3.7.4 on 99 projects.
209[info] Switching Scala version on:
210[info] loggingShapeless (2.13.16, 2.12.20, 3.7.4)
211[info] kernel2_12 (2.13.16, 2.12.20, 3.7.4)
212[info] loggingLog4Cats2_12 (2.13.16, 2.12.20, 3.7.4)
213[info] loggingShapeless2_12 (2.13.16, 2.12.20, 3.7.4)
214[info] kernel (2.13.16, 2.12.20, 3.7.4)
215[info] zio2Logging (2.13.16, 2.12.20, 3.7.4)
216[info] zio2Core (2.13.16, 2.12.20, 3.7.4)
217[info] loggingLog4CatsLegacy3 (2.13.16, 2.12.20, 3.7.4)
218[info] observable2_12 (2.13.16, 2.12.20, 3.7.4)
219[info] logging (2.13.16, 2.12.20, 3.7.4)
220[info] concurrentCE22_12 (2.13.16, 2.12.20, 3.7.4)
221[info] doobieCE3 (2.13.16, 2.12.20, 3.7.4)
222[info] loggingLayout (2.13.16, 2.12.20, 3.7.4)
223[info] kernelCatsMtlInterop3 (2.13.16, 2.12.20, 3.7.4)
224[info] examplesCE32_12 (2.13.16, 2.12.20, 3.7.4)
225[info] zio2Core3 (2.13.16, 2.12.20, 3.7.4)
226[info] loggingEnumeratum3 (2.13.16, 2.12.20, 3.7.4)
227[info] coreCE33 (2.13.16, 2.12.20, 3.7.4)
228[info] examplesCE2 (2.13.16, 2.12.20, 3.7.4)
229[info] doobie (2.13.16, 2.12.20, 3.7.4)
230[info] examplesCE22_12 (2.13.16, 2.12.20, 3.7.4)
231[info] fs2CE3Interop (2.13.16, 2.12.20, 3.7.4)
232[info] examplesCE3 (2.13.16, 2.12.20, 3.7.4)
233[info] loggingRefined3 (2.13.16, 2.12.20, 3.7.4)
234[info] logging3 (2.13.16, 2.12.20, 3.7.4)
235[info] zio2Logging3 (2.13.16, 2.12.20, 3.7.4)
236[info] docs (2.13.16, 2.12.20, 3.7.4)
237[info] loggingStr2_12 (2.13.16, 2.12.20, 3.7.4)
238[info] zio1Interop (2.13.16, 2.12.20, 3.7.4)
239[info] zio2Logging2_12 (2.13.16, 2.12.20, 3.7.4)
240[info] coreCE22_12 (2.13.16, 2.12.20, 3.7.4)
241[info] zio1Logging (2.13.16, 2.12.20, 3.7.4)
242[info] kernelCatsMtlInterop (2.13.16, 2.12.20, 3.7.4)
243[info] config (2.13.16, 2.12.20, 3.7.4)
244[info] loggingLogstashLogback3 (2.13.16, 2.12.20, 3.7.4)
245[info] loggingLog4Cats3 (2.13.16, 2.12.20, 3.7.4)
246[info] higherKindCore2_12 (2.13.16, 2.12.20, 3.7.4)
247[info] doobieLoggingCE3 (2.13.16, 2.12.20, 3.7.4)
248[info] zio1Core2_12 (2.13.16, 2.12.20, 3.7.4)
249[info] loggingStr3 (2.13.16, 2.12.20, 3.7.4)
250[info] kernelCatsMtlInterop2_12 (2.13.16, 2.12.20, 3.7.4)
251[info] env2_12 (2.13.16, 2.12.20, 3.7.4)
252[info] doobie2_12 (2.13.16, 2.12.20, 3.7.4)
253[info] coreCE2 (2.13.16, 2.12.20, 3.7.4)
254[info] coreCE23 (2.13.16, 2.12.20, 3.7.4)
255[info] fs2CE2Interop (2.13.16, 2.12.20, 3.7.4)
256[info] loggingRefined2_12 (2.13.16, 2.12.20, 3.7.4)
257[info] higherKindCore3 (2.13.16, 2.12.20, 3.7.4)
258[info] kernel3 (2.13.16, 2.12.20, 3.7.4)
259[info] streams3 (2.13.16, 2.12.20, 3.7.4)
260[info] concurrentCE2 (2.13.16, 2.12.20, 3.7.4)
261[info] loggingDer3 (2.13.16, 2.12.20, 3.7.4)
262[info] loggingLog4CatsLegacy2_12 (2.13.16, 2.12.20, 3.7.4)
263[info] loggingLog4CatsLegacy (2.13.16, 2.12.20, 3.7.4)
264[info] streams (2.13.16, 2.12.20, 3.7.4)
265[info] loggingDerivationAnnotations2_12 (2.13.16, 2.12.20, 3.7.4)
266[info] fs2CE3Interop2_12 (2.13.16, 2.12.20, 3.7.4)
267[info] loggingStr (2.13.16, 2.12.20, 3.7.4)
268[info] loggingDer2_12 (2.13.16, 2.12.20, 3.7.4)
269[info] doobieLoggingCE32_12 (2.13.16, 2.12.20, 3.7.4)
270[info] loggingLogstashLogback (2.13.16, 2.12.20, 3.7.4)
271[info] coreCE3 (2.13.16, 2.12.20, 3.7.4)
272[info] tofu2_12 (2.13.16, 2.12.20, 3.7.4)
273[info] loggingLayout2_12 (2.13.16, 2.12.20, 3.7.4)
274[info] fs2CE2Interop2_12 (2.13.16, 2.12.20, 3.7.4)
275[info] loggingLog4Cats (2.13.16, 2.12.20, 3.7.4)
276[info] doobieLogging (2.13.16, 2.12.20, 3.7.4)
277[info] tofu (2.13.16, 2.12.20, 3.7.4)
278[info] derivation2_12 (2.13.16, 2.12.20, 3.7.4)
279[info] zio1Core (2.13.16, 2.12.20, 3.7.4)
280[info] examplesZIO2 (2.13.16, 2.12.20, 3.7.4)
281[info] streams2_12 (2.13.16, 2.12.20, 3.7.4)
282[info] tofu3 (2.13.16, 2.12.20, 3.7.4)
283[info] loggingDer (2.13.16, 2.12.20, 3.7.4)
284[info] doobieCE32_12 (2.13.16, 2.12.20, 3.7.4)
285[info] loggingDerivationAnnotations3 (2.13.16, 2.12.20, 3.7.4)
286[info] loggingRefined (2.13.16, 2.12.20, 3.7.4)
287[info] higherKindCore (2.13.16, 2.12.20, 3.7.4)
288[info] derivation (2.13.16, 2.12.20, 3.7.4)
289[info] memo2_12 (2.13.16, 2.12.20, 3.7.4)
290[info] fs2CE3Interop3 (2.13.16, 2.12.20, 3.7.4)
291[info] loggingEnumeratum (2.13.16, 2.12.20, 3.7.4)
292[info] loggingLogstashLogback2_12 (2.13.16, 2.12.20, 3.7.4)
293[info] observable3 (2.13.16, 2.12.20, 3.7.4)
294[info] * repo (2.13.16, 2.12.20, 3.7.4)
295[info] loggingEnumeratum2_12 (2.13.16, 2.12.20, 3.7.4)
296[info] zio1Interop2_12 (2.13.16, 2.12.20, 3.7.4)
297[info] loggingDerivationAnnotations (2.13.16, 2.12.20, 3.7.4)
298[info] coreCE32_12 (2.13.16, 2.12.20, 3.7.4)
299[info] observable (2.13.16, 2.12.20, 3.7.4)
300[info] zio2Core2_12 (2.13.16, 2.12.20, 3.7.4)
301[info] doobieLogging2_12 (2.13.16, 2.12.20, 3.7.4)
302[info] memo (2.13.16, 2.12.20, 3.7.4)
303[info] env (2.13.16, 2.12.20, 3.7.4)
304[info] zio1Logging2_12 (2.13.16, 2.12.20, 3.7.4)
305[info] examplesZIO22_12 (2.13.16, 2.12.20, 3.7.4)
306[info] logging2_12 (2.13.16, 2.12.20, 3.7.4)
307[info] config2_12 (2.13.16, 2.12.20, 3.7.4)
308[info] loggingLayout3 (2.13.16, 2.12.20, 3.7.4)
309[info] Excluding projects:
310[info] Reapplying settings...
311[info] set current project to repo (in build file:/build/repo/)
312Execute 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
313[info] Reapplying settings...
314[info] set current project to repo (in build file:/build/repo/)
315[info] Defining Global / credentials, concurrentCE2 / credentials and 97 others.
316[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 792 others.
317[info] Run `last` for details.
318[info] Reapplying settings...
319[info] set current project to repo (in build file:/build/repo/)
320Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
321[info] Reapplying settings...
322OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
323
324 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
325 Did you mean higherKindCore3 / allExcludeDependencies ?
326 , retry without global scopes
327[info] Reapplying settings...
328[info] set current project to repo (in build file:/build/repo/)
329Execute removeScalacOptionsStartingWith: -P:wartremover
330[info] Reapplying settings...
331[info] set current project to repo (in build file:/build/repo/)
332[info] Defining Global / excludeFilter
333[info] The new value will be used by Compile / unmanagedJars, Compile / unmanagedResources / fileInputs and 993 others.
334[info] Run `last` for details.
335[info] Reapplying settings...
336[info] set current project to repo (in build file:/build/repo/)
337[success] Total time: 0 s, completed Jan 13, 2026, 7:25:15 PM
338Build config: {"projects":{"exclude":["tofu-memo","tofu","tofu-derivation","tofu-env","tofu-concurrent-ce2"],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/unmanagedSources/excludeFilter := { HiddenFileFilter || \"CalcSuite.scala\" }"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"libraryDependencies += shapeless","replaceWith":""},{"path":"modules/kernel/src/main/scala/tofu/syntax/context.scala","pattern":"F WithLocal C","replaceWith":"F `WithLocal` C"},{"path":"modules/kernel/src/main/scala/tofu/data/Embedded.scala","pattern":"new ParApplicative[G.F, E]()(G.applicative, E)","replaceWith":"new ParApplicative[G.F, E](using G.applicative, E)"},{"path":"modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala","pattern":"(import SealedTraitEnum.*\\n\\s*)json\\(Container\\(A, B, C\\)\\)","replaceWith":"$1json(Container[SealedTraitEnum,SealedTraitEnum,SealedTraitEnum](A, B, C))"},{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.6\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
339Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(tofu-memo, tofu, tofu-derivation, tofu-env, tofu-concurrent-ce2),Map()),CompileOnly,List()))
340Excluding target 'tf.tofu%tofu' - matches exclusion rule: 'tofu'
341Starting build...
342Projects: Set(loggingShapeless, kernel2_12, loggingLog4Cats2_12, kernel, zio2Logging, zio2Core, loggingLog4CatsLegacy3, observable2_12, logging, loggingLayout, kernelCatsMtlInterop3, loggingEnumeratum3, coreCE33, fs2CE3Interop, loggingRefined3, loggingStr2_12, coreCE22_12, loggingLogstashLogback3, higherKindCore2_12, loggingStr3, higherKindCore3, kernel3, streams3, loggingDer3, streams, loggingDerivationAnnotations2_12, loggingStr, loggingLogstashLogback, coreCE3, loggingLog4Cats, loggingDer, loggingDerivationAnnotations3, loggingRefined, higherKindCore, repo, loggingDerivationAnnotations)
343Starting build for ProjectRef(file:/build/repo/,zio2Logging) (tofu-zio2-logging)... [0/36]
344OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
345OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Global
346OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
347OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
348OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
349Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
350[info] compiling 39 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.13/classes ...
351[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
352[warn] Flag -Xkind-projector set repeatedly
353[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/Function2K.scala]
354[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/bi/BiRepresentableK.scala]
355[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/Embed.scala]
356[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/bi/Fun2BK.scala]
357[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/RepresentableK.scala]
358[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/Pre.scala]
359[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/syntax/functorbk.scala]
360[warn] two warnings found
361[info] done compiling
362[info] compiling 138 Scala sources to /build/repo/modules/kernel/target/jvm-2.13/classes ...
363[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
364[warn] Flag -Xkind-projector set repeatedly
365[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FibersInstance.scala:11:53
366[warn] 11 | inline given [F[_], E, Ex[_], Fib[_]](using inline m: MonadError[F, E]): Fibers[F, Ex, Fib] = summonFrom {
367[warn] | ^
368[warn] | unused implicit parameter
369[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FireInstance.scala:11:38
370[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Fire[F] = summonFrom {
371[warn] | ^
372[warn] | unused implicit parameter
373[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/GuaranteeInstance.scala:11:47
374[warn] 11 | inline given [F[_], E, Exit[_]](using inline m: MonadError[F, E]): Finally[F, Exit] = summonFrom {
375[warn] | ^
376[warn] | unused implicit parameter
377[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/RaceInstance.scala:11:38
378[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Race[F] = summonFrom {
379[warn] | ^
380[warn] | unused implicit parameter
381[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/QVar.scala]
382[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/syntax/error.scala]
383[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/internal/CachedMatcher.scala]
384[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/Translator.scala]
385[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/CalcM.scala]
386[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/Embedded.scala]
387[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/syntax/console.scala]
388[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/Scoped.scala]
389[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/WithLocal.scala]
390[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/syntax/guarantee.scala]
391[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/syntax/context.scala]
392[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/control/impl/SelectiveInstances.scala]
393[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/Flux.scala]
394[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/WithContext.scala]
395[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/internal/Newtype1Covariant.scala]
396[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/CalcMInstances.scala]
397[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/internal/instances/perform.scala]
398[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/Errors.scala]
399[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/common/Display.scala]
400[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/bi/lift/BiLift.scala]
401[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/impl/QVarSM.scala]
402[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/CalcMOps.scala]
403[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/Exit.scala]
404[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/bi/BiContext.scala]
405[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/Continue.scala]
406[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/Atom.scala]
407[warn] 6 warnings found
408[info] done compiling
409[info] compiling 52 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.13/classes ...
410[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
411[warn] Flag -Xkind-projector set repeatedly
412[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/SyncLogging.scala]
413[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/ContextLoggingImpl.scala]
414[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/Loggable.scala]
415[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/Logs.scala]
416[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/LoggableInstances.scala]
417[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/LoggingImpl.scala]
418[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/builder/LoggingBiMidBuilder.scala]
419[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/syntax/location.scala]
420[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/ContextSyncLoggingImpl.scala]
421[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/EmbedLogging.scala]
422[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/LoggableContext.scala]
423[info] [patched file /build/repo/modules/logging/structured/src/main/scala-3/tofu/logging/LoggingRepresentableKInstances.scala]
424[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/LogTree.scala]
425[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/syntax/logging.scala]
426[info] [patched file /build/repo/modules/logging/structured/src/main/scala-3/tofu/logging/LogsVOps.scala]
427[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/CachedLogs.scala]
428[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/builder/LoggingMidBuilder.scala]
429[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/LogRenderer.scala]
430[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/Logging.scala]
431[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/UniversalLogging.scala]
432[warn] two warnings found
433[info] done compiling
434[info] compiling 11 Scala sources to /build/repo/modules/interop/zio2/logging/target/jvm-2.13/classes ...
435[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
436[warn] Flag -Xkind-projector set repeatedly
437[warn] two warnings found
438[info] done compiling
439[info] compiling 2 Scala sources to /build/repo/modules/logging/derivation-annotations/target/jvm-2.13/classes ...
440[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
441[warn] Flag -Xkind-projector set repeatedly
442[info] compiling 7 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.13/classes ...
443[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
444[warn] Flag -Xkind-projector set repeatedly
445[warn] two warnings found
446[info] done compiling
447[warn] two warnings found
448[info] done compiling
449[info] compiling 4 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.13/classes ...
450[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
451[warn] Flag -Xkind-projector set repeatedly
452[warn] four warnings found
453[info] done compiling
454[info] compiling 34 Scala sources to /build/repo/modules/kernel/target/jvm-2.13/classes ...
455[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
456[warn] Flag -Xkind-projector set repeatedly
457[warn] two warnings found
458[info] done compiling
459[info] compiling 30 Scala sources to /build/repo/modules/kernel/target/jvm-2.13/classes ...
460[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
461[warn] Flag -Xkind-projector set repeatedly
462[warn] four warnings found
463[info] done compiling
464[info] compiling 21 Scala sources to /build/repo/modules/kernel/target/jvm-2.13/classes ...
465[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
466[warn] Flag -Xkind-projector set repeatedly
467[warn] 6 warnings found
468[info] done compiling
469[info] compiling 18 Scala sources to /build/repo/modules/core/ce3/target/jvm-2.13/classes ...
470[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
471[warn] Flag -Xkind-projector set repeatedly
472[info] compiling 20 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.13/classes ...
473[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
474[warn] Flag -Xkind-projector set repeatedly
475[info] [patched file /build/repo/modules/core/ce3/src/main/scala/tofu/interop/UnliftIOImpl.scala]
476[info] [patched file /build/repo/modules/core/ce3/src/main/scala/tofu/syntax/bracket.scala]
477[warn] two warnings found
478[info] done compiling
479[info] compiling 7 Scala sources to /build/repo/modules/interop/zio2/core/target/jvm-2.13/classes ...
480[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
481[warn] Flag -Xkind-projector set repeatedly
482[warn] two warnings found
483[info] done compiling
484[info] compiling 52 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.13/classes ...
485[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
486[warn] Flag -Xkind-projector set repeatedly
487[info] [patched file /build/repo/modules/interop/zio2/core/src/main/scala/tofu/zioOptics.scala]
488[info] [patched file /build/repo/modules/interop/zio2/core/src/main/scala/tofu/zioInstances/ZioTofuInstance.scala]
489[info] [patched file /build/repo/modules/interop/zio2/core/src/main/scala/tofu/zioInstances/ZioInstances.scala]
490[warn] two warnings found
491[info] done compiling
492[warn] four warnings found
493[info] done compiling
494[info] compiling 7 Scala sources to /build/repo/modules/logging/derivation/target/jvm-2.13/classes ...
495[info] compiling 4 Scala sources to /build/repo/modules/interop/zio2/logging/target/jvm-2.13/classes ...
496[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
497[warn] Flag -Xkind-projector set repeatedly
498[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
499[warn] Flag -Xkind-projector set repeatedly
500[info] [patched file /build/repo/modules/logging/derivation/src/main/scala-3/tofu/logging/derivation/LoggingDerivationImpl.scala]
501[warn] two warnings found
502[info] done compiling
503[warn] two warnings found
504[info] done compiling
505[info] compiling 6 Scala sources to /build/repo/modules/interop/zio2/logging/target/jvm-2.13/test-classes ...
506[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
507[warn] Flag -Xkind-projector set repeatedly
508[warn] two warnings found
509[info] done compiling
510[info] compiling 2 Scala sources to /build/repo/modules/core/ce3/target/jvm-2.13/classes ...
511[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
512[warn] Flag -Xkind-projector set repeatedly
513[info] compiling 1 Scala source to /build/repo/modules/logging/derivation/target/jvm-2.13/classes ...
514[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
515[warn] Flag -Xkind-projector set repeatedly
516[warn] two warnings found
517[info] done compiling
518[warn] two warnings found
519[info] done compiling
520[info] compiling 7 Scala sources to /build/repo/modules/interop/zio2/core/target/jvm-2.13/classes ...
521[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
522[warn] Flag -Xkind-projector set repeatedly
523[warn] two warnings found
524[info] done compiling
525Starting build for ProjectRef(file:/build/repo/,observable2_12) (tofu-observable)... [1/36]
526Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
527[info] compiling 2 Scala sources to /build/repo/modules/util/observable/target/jvm-2.12/classes ...
528[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
529[warn] Flag -Xkind-projector set repeatedly
530[info] [patched file /build/repo/modules/util/observable/src/main/scala/tofu/observable/TakeWhileInclusive.scala]
531[warn] two warnings found
532[info] done compiling
533[info] compiling 1 Scala source to /build/repo/modules/util/observable/target/jvm-2.12/classes ...
534[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
535[warn] Flag -Xkind-projector set repeatedly
536[warn] two warnings found
537[info] done compiling
538[info] compiling 1 Scala source to /build/repo/modules/util/observable/target/jvm-2.12/test-classes ...
539[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
540[warn] Flag -Xkind-projector set repeatedly
541[warn] two warnings found
542[info] done compiling
543Starting build for ProjectRef(file:/build/repo/,kernel2_12) (tofu-kernel)... [2/36]
544Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
545[info] compiling 39 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.12/classes ...
546[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
547[warn] Flag -Xkind-projector set repeatedly
548[warn] two warnings found
549[info] done compiling
550[info] compiling 138 Scala sources to /build/repo/modules/kernel/target/jvm-2.12/classes ...
551[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
552[warn] Flag -Xkind-projector set repeatedly
553[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FibersInstance.scala:11:53
554[warn] 11 | inline given [F[_], E, Ex[_], Fib[_]](using inline m: MonadError[F, E]): Fibers[F, Ex, Fib] = summonFrom {
555[warn] | ^
556[warn] | unused implicit parameter
557[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FireInstance.scala:11:38
558[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Fire[F] = summonFrom {
559[warn] | ^
560[warn] | unused implicit parameter
561[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/GuaranteeInstance.scala:11:47
562[warn] 11 | inline given [F[_], E, Exit[_]](using inline m: MonadError[F, E]): Finally[F, Exit] = summonFrom {
563[warn] | ^
564[warn] | unused implicit parameter
565[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/RaceInstance.scala:11:38
566[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Race[F] = summonFrom {
567[warn] | ^
568[warn] | unused implicit parameter
569[warn] 6 warnings found
570[info] done compiling
571[info] compiling 5 Scala sources to /build/repo/modules/kernel/target/jvm-2.12/test-classes ...
572[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
573[warn] Flag -Xkind-projector set repeatedly
574[info] [patched file /build/repo/modules/kernel/src/test/scala-3/tofu/EvallioInstances.scala]
575[warn] two warnings found
576[info] done compiling
577[info] compiling 1 Scala source to /build/repo/modules/kernel/target/jvm-2.12/test-classes ...
578[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
579[warn] Flag -Xkind-projector set repeatedly
580[warn] two warnings found
581[info] done compiling
582Starting build for ProjectRef(file:/build/repo/,streams3) (tofu-streams)... [3/36]
583Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
584[info] compiling 39 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-3/classes ...
585[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
586[warn] Flag -Xkind-projector set repeatedly
587[warn] two warnings found
588[info] done compiling
589[info] compiling 138 Scala sources to /build/repo/modules/kernel/target/jvm-3/classes ...
590[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
591[warn] Flag -Xkind-projector set repeatedly
592[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FibersInstance.scala:11:53
593[warn] 11 | inline given [F[_], E, Ex[_], Fib[_]](using inline m: MonadError[F, E]): Fibers[F, Ex, Fib] = summonFrom {
594[warn] | ^
595[warn] | unused implicit parameter
596[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FireInstance.scala:11:38
597[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Fire[F] = summonFrom {
598[warn] | ^
599[warn] | unused implicit parameter
600[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/GuaranteeInstance.scala:11:47
601[warn] 11 | inline given [F[_], E, Exit[_]](using inline m: MonadError[F, E]): Finally[F, Exit] = summonFrom {
602[warn] | ^
603[warn] | unused implicit parameter
604[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/RaceInstance.scala:11:38
605[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Race[F] = summonFrom {
606[warn] | ^
607[warn] | unused implicit parameter
608[warn] 6 warnings found
609[info] done compiling
610[info] compiling 23 Scala sources to /build/repo/modules/streams/target/jvm-3/classes ...
611[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
612[warn] Flag -Xkind-projector set repeatedly
613[info] [patched file /build/repo/modules/streams/src/main/scala/tofu/syntax/streams/broadcast.scala]
614[warn] two warnings found
615[info] done compiling
616[info] compiling 1 Scala source to /build/repo/modules/streams/target/jvm-3/classes ...
617[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
618[warn] Flag -Xkind-projector set repeatedly
619[warn] two warnings found
620[info] done compiling
621[info] compiling 1 Scala source to /build/repo/modules/streams/target/jvm-3/test-classes ...
622[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
623[warn] Flag -Xkind-projector set repeatedly
624[warn] two warnings found
625[info] done compiling
626Starting build for ProjectRef(file:/build/repo/,loggingLogstashLogback3) (tofu-logging-logstash-logback)... [4/36]
627Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
628[info] compiling 52 Scala sources to /build/repo/modules/logging/structured/target/jvm-3/classes ...
629[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
630[warn] Flag -Xkind-projector set repeatedly
631[warn] two warnings found
632[info] done compiling
633[info] compiling 1 Scala source to /build/repo/modules/logging/interop/logstash-logback/target/jvm-3/classes ...
634[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
635[warn] Flag -Xkind-projector set repeatedly
636[warn] two warnings found
637[info] done compiling
638[info] compiling 2 Scala sources to /build/repo/modules/logging/derivation-annotations/target/jvm-3/classes ...
639[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
640[warn] Flag -Xkind-projector set repeatedly
641[warn] two warnings found
642[info] done compiling
643[info] compiling 7 Scala sources to /build/repo/modules/logging/derivation/target/jvm-3/classes ...
644[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
645[warn] Flag -Xkind-projector set repeatedly
646[warn] two warnings found
647[info] done compiling
648[info] compiling 1 Scala source to /build/repo/modules/logging/interop/logstash-logback/target/jvm-3/test-classes ...
649[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
650[warn] Flag -Xkind-projector set repeatedly
651[warn] two warnings found
652[info] done compiling
653Starting build for ProjectRef(file:/build/repo/,loggingDerivationAnnotations2_12) (tofu-logging-derivation-annotations)... [5/36]
654Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
655[info] compiling 2 Scala sources to /build/repo/modules/logging/derivation-annotations/target/jvm-2.12/classes ...
656[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
657[warn] Flag -Xkind-projector set repeatedly
658[warn] two warnings found
659[info] done compiling
660Starting build for ProjectRef(file:/build/repo/,loggingDerivationAnnotations3) (tofu-logging-derivation-annotations)... [6/36]
661Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
662Starting build for ProjectRef(file:/build/repo/,loggingDer) (tofu-logging-derivation)... [7/36]
663Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
664[info] compiling 4 Scala sources to /build/repo/modules/logging/derivation/target/jvm-2.13/test-classes ...
665[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
666[warn] Flag -Xkind-projector set repeatedly
667[warn] two warnings found
668[info] done compiling
669Starting build for ProjectRef(file:/build/repo/,loggingLogstashLogback) (tofu-logging-logstash-logback)... [8/36]
670Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
671[info] compiling 1 Scala source to /build/repo/modules/logging/interop/logstash-logback/target/jvm-2.13/classes ...
672[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
673[warn] Flag -Xkind-projector set repeatedly
674[warn] two warnings found
675[info] done compiling
676[info] compiling 1 Scala source to /build/repo/modules/logging/interop/logstash-logback/target/jvm-2.13/test-classes ...
677[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
678[warn] Flag -Xkind-projector set repeatedly
679[warn] two warnings found
680[info] done compiling
681Starting build for ProjectRef(file:/build/repo/,loggingRefined) (tofu-logging-refined)... [9/36]
682Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
683[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-2.13/classes ...
684[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
685[warn] Flag -Xkind-projector set repeatedly
686[warn] two warnings found
687[info] done compiling
688[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-2.13/test-classes ...
689[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
690[warn] Flag -Xkind-projector set repeatedly
691[warn] two warnings found
692[info] done compiling
693Starting build for ProjectRef(file:/build/repo/,loggingShapeless) (tofu-logging-shapeless)... [10/36]
694Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
695Starting build for ProjectRef(file:/build/repo/,loggingLog4Cats) (tofu-logging-log4cats)... [11/36]
696Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
697[info] compiling 1 Scala source to /build/repo/modules/logging/interop/log4cats/target/jvm-2.13/classes ...
698[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
699[warn] Flag -Xkind-projector set repeatedly
700[warn] two warnings found
701[info] done compiling
702Starting build for ProjectRef(file:/build/repo/,kernel3) (tofu-kernel)... [12/36]
703Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
704[info] compiling 5 Scala sources to /build/repo/modules/kernel/target/jvm-3/test-classes ...
705[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
706[warn] Flag -Xkind-projector set repeatedly
707[warn] two warnings found
708[info] done compiling
709Starting build for ProjectRef(file:/build/repo/,loggingEnumeratum3) (tofu-logging-enumeratum)... [13/36]
710Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
711[info] compiling 1 Scala source to /build/repo/modules/logging/interop/enumeratum/target/jvm-3/classes ...
712[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
713[warn] Flag -Xkind-projector set repeatedly
714[warn] two warnings found
715[info] done compiling
716Starting build for ProjectRef(file:/build/repo/,zio2Core) (tofu-zio2-core)... [14/36]
717Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
718[info] compiling 2 Scala sources to /build/repo/modules/interop/zio2/core/target/jvm-2.13/test-classes ...
719[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
720[warn] Flag -Xkind-projector set repeatedly
721[info] [patched file /build/repo/modules/interop/zio2/core/src/test/scala/tofu/zioInstances/ZioInstancesSuite.scala]
722[warn] two warnings found
723[info] done compiling
724[info] compiling 1 Scala source to /build/repo/modules/interop/zio2/core/target/jvm-2.13/test-classes ...
725[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
726[warn] Flag -Xkind-projector set repeatedly
727[warn] two warnings found
728[info] done compiling
729Starting build for ProjectRef(file:/build/repo/,higherKindCore) (tofu-core-higher-kind)... [15/36]
730Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
731[info] compiling 5 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.13/test-classes ...
732[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
733[warn] Flag -Xkind-projector set repeatedly
734[warn] two warnings found
735[info] done compiling
736Starting build for ProjectRef(file:/build/repo/,kernel) (tofu-kernel)... [16/36]
737Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
738[info] compiling 5 Scala sources to /build/repo/modules/kernel/target/jvm-2.13/test-classes ...
739[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
740[warn] Flag -Xkind-projector set repeatedly
741[warn] two warnings found
742[info] done compiling
743Starting build for ProjectRef(file:/build/repo/,loggingStr) (tofu-logging-structured)... [17/36]
744Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
745[info] compiling 6 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.13/test-classes ...
746[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
747[warn] Flag -Xkind-projector set repeatedly
748[info] [patched file /build/repo/modules/logging/structured/src/test/scala/tofu/logging/LoggingSuite.scala]
749[warn] two warnings found
750[info] done compiling
751[info] compiling 1 Scala source to /build/repo/modules/logging/structured/target/jvm-2.13/test-classes ...
752[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
753[warn] Flag -Xkind-projector set repeatedly
754[warn] two warnings found
755[info] done compiling
756Starting build for ProjectRef(file:/build/repo/,loggingLayout) (tofu-logging-layout)... [18/36]
757Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
758[info] compiling 5 Scala sources to /build/repo/modules/logging/layout/target/jvm-2.13/classes ...
759[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
760[warn] Flag -Xkind-projector set repeatedly
761[info] [patched file /build/repo/modules/logging/layout/src/main/scala/tofu/logging/ELKLayout.scala]
762[info] [patched file /build/repo/modules/logging/layout/src/main/scala/tofu/logging/logback/IEventLoggable.scala]
763[warn] two warnings found
764[info] done compiling
765[info] compiling 2 Scala sources to /build/repo/modules/logging/layout/target/jvm-2.13/classes ...
766[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
767[warn] Flag -Xkind-projector set repeatedly
768[warn] two warnings found
769[info] done compiling
770[info] compiling 1 Scala source to /build/repo/modules/logging/layout/target/jvm-2.13/test-classes ...
771[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
772[warn] Flag -Xkind-projector set repeatedly
773[warn] two warnings found
774[info] done compiling
775Starting build for ProjectRef(file:/build/repo/,loggingLog4CatsLegacy3) (tofu-logging-log4cats-legacy)... [19/36]
776Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
777[info] compiling 1 Scala source to /build/repo/modules/logging/interop/log4cats-legacy/target/jvm-3/classes ...
778[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
779[warn] Flag -Xkind-projector set repeatedly
780[warn] two warnings found
781[info] done compiling
782Starting build for ProjectRef(file:/build/repo/,loggingDer3) (tofu-logging-derivation)... [20/36]
783Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
784[info] compiling 4 Scala sources to /build/repo/modules/logging/derivation/target/jvm-3/test-classes ...
785[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
786[warn] Flag -Xkind-projector set repeatedly
787[warn] two warnings found
788[info] done compiling
789Starting build for ProjectRef(file:/build/repo/,coreCE33) (tofu-core-ce3)... [21/36]
790Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
791[info] compiling 18 Scala sources to /build/repo/modules/core/ce3/target/jvm-3/classes ...
792[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
793[warn] Flag -Xkind-projector set repeatedly
794[warn] two warnings found
795[info] done compiling
796[info] compiling 27 Scala sources to /build/repo/modules/core/ce3/target/jvm-3/test-classes ...
797[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
798[warn] Flag -Xkind-projector set repeatedly
799[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:30:78
800[warn] 30 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends CardStorage[F] {
801[warn] | ^
802[warn] | unused implicit parameter
803[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:45:78
804[warn] 45 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, UserNotFound] })#L] extends UserStorage[F] {
805[warn] | ^
806[warn] | unused implicit parameter
807[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:22:116
808[warn] 22 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
809[warn] | ^
810[warn] | unused implicit parameter
811[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:27:116
812[warn] 27 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
813[warn] | ^
814[warn] | unused implicit parameter
815[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:32:116
816[warn] 32 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
817[warn] | ^
818[warn] | unused implicit parameter
819[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:42:10
820[warn] 42 | })#L: Timeout
821[warn] | ^
822[warn] | unused implicit parameter
823[info] [patched file /build/repo/modules/core/ce3/src/test/scala/tofu/common/ConsoleSuite.scala]
824[info] [patched file /build/repo/modules/core/ce3/src/test/scala/examples/DoMonadExamples.scala]
825[warn] 8 warnings found
826[info] done compiling
827[info] compiling 2 Scala sources to /build/repo/modules/core/ce3/target/jvm-3/test-classes ...
828[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
829[warn] Flag -Xkind-projector set repeatedly
830[warn] two warnings found
831[info] done compiling
832Starting build for ProjectRef(file:/build/repo/,loggingStr2_12) (tofu-logging-structured)... [22/36]
833Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
834[info] compiling 52 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.12/classes ...
835[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
836[warn] Flag -Xkind-projector set repeatedly
837[warn] two warnings found
838[info] done compiling
839[info] compiling 6 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.12/test-classes ...
840[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
841[warn] Flag -Xkind-projector set repeatedly
842[warn] two warnings found
843[info] done compiling
844Starting build for ProjectRef(file:/build/repo/,kernelCatsMtlInterop3) (tofu-kernel-cats-mtl)... [23/36]
845Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
846[info] compiling 5 Scala sources to /build/repo/modules/kernel/interop/cats-mtl/target/jvm-3/classes ...
847[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
848[warn] Flag -Xkind-projector set repeatedly
849[warn] two warnings found
850[info] done compiling
851[info] compiling 3 Scala sources to /build/repo/modules/kernel/interop/cats-mtl/target/jvm-3/test-classes ...
852[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
853[warn] Flag -Xkind-projector set repeatedly
854[warn] two warnings found
855[info] done compiling
856Starting build for ProjectRef(file:/build/repo/,streams) (tofu-streams)... [24/36]
857Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
858[info] compiling 23 Scala sources to /build/repo/modules/streams/target/jvm-2.13/classes ...
859[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
860[warn] Flag -Xkind-projector set repeatedly
861[warn] two warnings found
862[info] done compiling
863[info] compiling 1 Scala source to /build/repo/modules/streams/target/jvm-2.13/test-classes ...
864[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
865[warn] Flag -Xkind-projector set repeatedly
866[warn] two warnings found
867[info] done compiling
868Starting build for ProjectRef(file:/build/repo/,higherKindCore3) (tofu-core-higher-kind)... [25/36]
869Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
870[info] compiling 5 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-3/test-classes ...
871[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
872[warn] Flag -Xkind-projector set repeatedly
873[warn] two warnings found
874[info] done compiling
875Starting build for ProjectRef(file:/build/repo/,loggingDerivationAnnotations) (tofu-logging-derivation-annotations)... [26/36]
876Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
877Starting build for ProjectRef(file:/build/repo/,logging) (tofu-logging)... [27/36]
878Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
879Starting build for ProjectRef(file:/build/repo/,loggingStr3) (tofu-logging-structured)... [28/36]
880Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
881[info] compiling 6 Scala sources to /build/repo/modules/logging/structured/target/jvm-3/test-classes ...
882[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
883[warn] Flag -Xkind-projector set repeatedly
884[warn] two warnings found
885[info] done compiling
886Starting build for ProjectRef(file:/build/repo/,coreCE3) (tofu-core-ce3)... [29/36]
887Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
888[info] compiling 27 Scala sources to /build/repo/modules/core/ce3/target/jvm-2.13/test-classes ...
889[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
890[warn] Flag -Xkind-projector set repeatedly
891[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:30:78
892[warn] 30 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends CardStorage[F] {
893[warn] | ^
894[warn] | unused implicit parameter
895[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:45:78
896[warn] 45 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, UserNotFound] })#L] extends UserStorage[F] {
897[warn] | ^
898[warn] | unused implicit parameter
899[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:22:116
900[warn] 22 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
901[warn] | ^
902[warn] | unused implicit parameter
903[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:27:116
904[warn] 27 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
905[warn] | ^
906[warn] | unused implicit parameter
907[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:32:116
908[warn] 32 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
909[warn] | ^
910[warn] | unused implicit parameter
911[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:42:10
912[warn] 42 | })#L: Timeout
913[warn] | ^
914[warn] | unused implicit parameter
915[warn] 8 warnings found
916[info] done compiling
917Starting build for ProjectRef(file:/build/repo/,loggingRefined3) (tofu-logging-refined)... [30/36]
918Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
919[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-3/classes ...
920[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
921[warn] Flag -Xkind-projector set repeatedly
922[warn] two warnings found
923[info] done compiling
924[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-3/test-classes ...
925[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
926[warn] Flag -Xkind-projector set repeatedly
927[warn] two warnings found
928[info] done compiling
929Starting build for ProjectRef(file:/build/repo/,loggingLog4Cats2_12) (tofu-logging-log4cats)... [31/36]
930Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
931[info] compiling 1 Scala source to /build/repo/modules/logging/interop/log4cats/target/jvm-2.12/classes ...
932[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
933[warn] Flag -Xkind-projector set repeatedly
934[warn] two warnings found
935[info] done compiling
936Starting build for ProjectRef(file:/build/repo/,coreCE22_12) (tofu-core-ce2)... [32/36]
937Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
938[info] compiling 19 Scala sources to /build/repo/modules/core/ce2/target/jvm-2.12/classes ...
939[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
940[warn] Flag -Xkind-projector set repeatedly
941[info] [patched file /build/repo/modules/core/ce2/src/main/scala/tofu/syntax/bracket.scala]
942[warn] two warnings found
943[info] done compiling
944[info] compiling 1 Scala source to /build/repo/modules/core/ce2/target/jvm-2.12/classes ...
945[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
946[warn] Flag -Xkind-projector set repeatedly
947[warn] two warnings found
948[info] done compiling
949[info] compiling 27 Scala sources to /build/repo/modules/core/ce2/target/jvm-2.12/test-classes ...
950[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
951[warn] Flag -Xkind-projector set repeatedly
952[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce2/src/test/scala/tofu/examples/TofuRaiseExamples.scala:29:78
953[warn] 29 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends CardStorage[F] {
954[warn] | ^
955[warn] | unused implicit parameter
956[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce2/src/test/scala/tofu/examples/TofuRaiseExamples.scala:44:78
957[warn] 44 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends UserStorage[F] {
958[warn] | ^
959[warn] | unused implicit parameter
960[info] [patched file /build/repo/modules/core/ce2/src/test/scala/examples/DoMonadExamples.scala]
961[info] [patched file /build/repo/modules/core/ce2/src/test/scala/tofu/common/ConsoleSuite.scala]
962[warn] four warnings found
963[info] done compiling
964[info] compiling 2 Scala sources to /build/repo/modules/core/ce2/target/jvm-2.12/test-classes ...
965[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
966[warn] Flag -Xkind-projector set repeatedly
967[warn] two warnings found
968[info] done compiling
969Starting build for ProjectRef(file:/build/repo/,higherKindCore2_12) (tofu-core-higher-kind)... [33/36]
970Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
971[info] compiling 5 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.12/test-classes ...
972[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
973[warn] Flag -Xkind-projector set repeatedly
974[warn] two warnings found
975[info] done compiling
976Starting build for ProjectRef(file:/build/repo/,repo) (repo)... [34/36]
977Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
978Starting build for ProjectRef(file:/build/repo/,fs2CE3Interop) (tofu-fs2-ce3-interop)... [35/36]
979Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
980[info] compiling 4 Scala sources to /build/repo/modules/interop/fs2/ce3/target/jvm-2.13/classes ...
981[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
982[warn] Flag -Xkind-projector set repeatedly
983[info] [patched file /build/repo/modules/interop/fs2/ce3/src/main/scala/tofu/fs2Instances/fs2Instances.scala]
984[warn] two warnings found
985[info] done compiling
986[info] compiling 2 Scala sources to /build/repo/modules/interop/fs2/ce3/target/jvm-2.13/classes ...
987[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
988[warn] Flag -Xkind-projector set repeatedly
989[warn] two warnings found
990[info] done compiling
991[info] compiling 1 Scala source to /build/repo/modules/interop/fs2/ce3/target/jvm-2.13/test-classes ...
992[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
993[warn] Flag -Xkind-projector set repeatedly
994[warn] two warnings found
995[info] done compiling
996
997************************
998Build summary:
999[{
1000 "module": "tofu-zio2-logging",
1001 "compile": {"status": "ok", "tookMs": 39736, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1002 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1003 "test-compile": {"status": "ok", "tookMs": 29310, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1004 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1005 "publish": {"status": "skipped", "tookMs": 0},
1006 "metadata": {
1007 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1008}
1009},{
1010 "module": "tofu-observable",
1011 "compile": {"status": "ok", "tookMs": 365, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1012 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1013 "test-compile": {"status": "ok", "tookMs": 1156, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1014 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1015 "publish": {"status": "skipped", "tookMs": 0},
1016 "metadata": {
1017 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1018}
1019},{
1020 "module": "tofu-kernel",
1021 "compile": {"status": "ok", "tookMs": 11324, "warnings": 4, "errors": 0, "sourceVersion": "3.4-migration"},
1022 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1023 "test-compile": {"status": "ok", "tookMs": 1394, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1024 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1025 "publish": {"status": "skipped", "tookMs": 0},
1026 "metadata": {
1027 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1028}
1029},{
1030 "module": "tofu-streams",
1031 "compile": {"status": "ok", "tookMs": 9843, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1032 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1033 "test-compile": {"status": "ok", "tookMs": 774, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1034 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1035 "publish": {"status": "skipped", "tookMs": 0},
1036 "metadata": {
1037 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1038}
1039},{
1040 "module": "tofu-logging-logstash-logback",
1041 "compile": {"status": "ok", "tookMs": 3044, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1042 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1043 "test-compile": {"status": "ok", "tookMs": 1858, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1044 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1045 "publish": {"status": "skipped", "tookMs": 0},
1046 "metadata": {
1047 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1048}
1049},{
1050 "module": "tofu-logging-derivation-annotations",
1051 "compile": {"status": "ok", "tookMs": 206, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1052 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1053 "test-compile": {"status": "ok", "tookMs": 75, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1054 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1055 "publish": {"status": "skipped", "tookMs": 0},
1056 "metadata": {
1057 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1058}
1059},{
1060 "module": "tofu-logging-derivation-annotations",
1061 "compile": {"status": "ok", "tookMs": 51, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1062 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1063 "test-compile": {"status": "ok", "tookMs": 98, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1064 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1065 "publish": {"status": "skipped", "tookMs": 0},
1066 "metadata": {
1067 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1068}
1069},{
1070 "module": "tofu-logging-derivation",
1071 "compile": {"status": "ok", "tookMs": 246, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1072 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1073 "test-compile": {"status": "ok", "tookMs": 2568, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1074 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1075 "publish": {"status": "skipped", "tookMs": 0},
1076 "metadata": {
1077 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1078}
1079},{
1080 "module": "tofu-logging-logstash-logback",
1081 "compile": {"status": "ok", "tookMs": 657, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1082 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1083 "test-compile": {"status": "ok", "tookMs": 1046, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1084 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1085 "publish": {"status": "skipped", "tookMs": 0},
1086 "metadata": {
1087 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1088}
1089},{
1090 "module": "tofu-logging-refined",
1091 "compile": {"status": "ok", "tookMs": 346, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1092 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1093 "test-compile": {"status": "ok", "tookMs": 665, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1094 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1095 "publish": {"status": "skipped", "tookMs": 0},
1096 "metadata": {
1097 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1098}
1099},{
1100 "module": "tofu-logging-shapeless",
1101 "compile": {"status": "ok", "tookMs": 170, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1102 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1103 "test-compile": {"status": "ok", "tookMs": 225, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1104 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1105 "publish": {"status": "skipped", "tookMs": 0},
1106 "metadata": {
1107 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1108}
1109},{
1110 "module": "tofu-logging-log4cats",
1111 "compile": {"status": "ok", "tookMs": 514, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1112 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1113 "test-compile": {"status": "ok", "tookMs": 309, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1114 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1115 "publish": {"status": "skipped", "tookMs": 0},
1116 "metadata": {
1117 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1118}
1119},{
1120 "module": "tofu-kernel",
1121 "compile": {"status": "ok", "tookMs": 94, "warnings": 4, "errors": 0, "sourceVersion": "3.4-migration"},
1122 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1123 "test-compile": {"status": "ok", "tookMs": 1098, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1124 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1125 "publish": {"status": "skipped", "tookMs": 0},
1126 "metadata": {
1127 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1128}
1129},{
1130 "module": "tofu-logging-enumeratum",
1131 "compile": {"status": "ok", "tookMs": 368, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1132 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1133 "test-compile": {"status": "ok", "tookMs": 219, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1134 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1135 "publish": {"status": "skipped", "tookMs": 0},
1136 "metadata": {
1137 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1138}
1139},{
1140 "module": "tofu-zio2-core",
1141 "compile": {"status": "ok", "tookMs": 190, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1142 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1143 "test-compile": {"status": "ok", "tookMs": 1105, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1144 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1145 "publish": {"status": "skipped", "tookMs": 0},
1146 "metadata": {
1147 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1148}
1149},{
1150 "module": "tofu-core-higher-kind",
1151 "compile": {"status": "ok", "tookMs": 47, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1152 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1153 "test-compile": {"status": "ok", "tookMs": 780, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1154 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1155 "publish": {"status": "skipped", "tookMs": 0},
1156 "metadata": {
1157 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1158}
1159},{
1160 "module": "tofu-kernel",
1161 "compile": {"status": "ok", "tookMs": 163, "warnings": 4, "errors": 0, "sourceVersion": "3.4-migration"},
1162 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1163 "test-compile": {"status": "ok", "tookMs": 1020, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1164 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1165 "publish": {"status": "skipped", "tookMs": 0},
1166 "metadata": {
1167 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1168}
1169},{
1170 "module": "tofu-logging-structured",
1171 "compile": {"status": "ok", "tookMs": 182, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1172 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1173 "test-compile": {"status": "ok", "tookMs": 1962, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1174 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1175 "publish": {"status": "skipped", "tookMs": 0},
1176 "metadata": {
1177 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1178}
1179},{
1180 "module": "tofu-logging-layout",
1181 "compile": {"status": "ok", "tookMs": 933, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1182 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1183 "test-compile": {"status": "ok", "tookMs": 1362, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1184 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1185 "publish": {"status": "skipped", "tookMs": 0},
1186 "metadata": {
1187 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1188}
1189},{
1190 "module": "tofu-logging-log4cats-legacy",
1191 "compile": {"status": "ok", "tookMs": 470, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1192 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1193 "test-compile": {"status": "ok", "tookMs": 260, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1194 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1195 "publish": {"status": "skipped", "tookMs": 0},
1196 "metadata": {
1197 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1198}
1199},{
1200 "module": "tofu-logging-derivation",
1201 "compile": {"status": "ok", "tookMs": 264, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1202 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1203 "test-compile": {"status": "ok", "tookMs": 2253, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1204 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1205 "publish": {"status": "skipped", "tookMs": 0},
1206 "metadata": {
1207 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1208}
1209},{
1210 "module": "tofu-core-ce3",
1211 "compile": {"status": "ok", "tookMs": 1243, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1212 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1213 "test-compile": {"status": "ok", "tookMs": 7059, "warnings": 6, "errors": 0, "sourceVersion": "3.4-migration"},
1214 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1215 "publish": {"status": "skipped", "tookMs": 0},
1216 "metadata": {
1217 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1218}
1219},{
1220 "module": "tofu-logging-structured",
1221 "compile": {"status": "ok", "tookMs": 2509, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1222 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1223 "test-compile": {"status": "ok", "tookMs": 1593, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1224 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1225 "publish": {"status": "skipped", "tookMs": 0},
1226 "metadata": {
1227 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1228}
1229},{
1230 "module": "tofu-kernel-cats-mtl",
1231 "compile": {"status": "ok", "tookMs": 534, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1232 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1233 "test-compile": {"status": "ok", "tookMs": 579, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1234 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1235 "publish": {"status": "skipped", "tookMs": 0},
1236 "metadata": {
1237 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1238}
1239},{
1240 "module": "tofu-streams",
1241 "compile": {"status": "ok", "tookMs": 623, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1242 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1243 "test-compile": {"status": "ok", "tookMs": 530, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1244 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1245 "publish": {"status": "skipped", "tookMs": 0},
1246 "metadata": {
1247 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1248}
1249},{
1250 "module": "tofu-core-higher-kind",
1251 "compile": {"status": "ok", "tookMs": 56, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1252 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1253 "test-compile": {"status": "ok", "tookMs": 534, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1254 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1255 "publish": {"status": "skipped", "tookMs": 0},
1256 "metadata": {
1257 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1258}
1259},{
1260 "module": "tofu-logging-derivation-annotations",
1261 "compile": {"status": "ok", "tookMs": 53, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1262 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1263 "test-compile": {"status": "ok", "tookMs": 109, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1264 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1265 "publish": {"status": "skipped", "tookMs": 0},
1266 "metadata": {
1267 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1268}
1269},{
1270 "module": "tofu-logging",
1271 "compile": {"status": "ok", "tookMs": 634, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1272 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1273 "test-compile": {"status": "ok", "tookMs": 675, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1274 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1275 "publish": {"status": "skipped", "tookMs": 0},
1276 "metadata": {
1277 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1278}
1279},{
1280 "module": "tofu-logging-structured",
1281 "compile": {"status": "ok", "tookMs": 172, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1282 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1283 "test-compile": {"status": "ok", "tookMs": 1663, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1284 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1285 "publish": {"status": "skipped", "tookMs": 0},
1286 "metadata": {
1287 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1288}
1289},{
1290 "module": "tofu-core-ce3",
1291 "compile": {"status": "ok", "tookMs": 190, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1292 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1293 "test-compile": {"status": "ok", "tookMs": 5996, "warnings": 6, "errors": 0, "sourceVersion": "3.4-migration"},
1294 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1295 "publish": {"status": "skipped", "tookMs": 0},
1296 "metadata": {
1297 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1298}
1299},{
1300 "module": "tofu-logging-refined",
1301 "compile": {"status": "ok", "tookMs": 457, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1302 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1303 "test-compile": {"status": "ok", "tookMs": 697, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1304 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1305 "publish": {"status": "skipped", "tookMs": 0},
1306 "metadata": {
1307 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1308}
1309},{
1310 "module": "tofu-logging-log4cats",
1311 "compile": {"status": "ok", "tookMs": 480, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1312 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1313 "test-compile": {"status": "ok", "tookMs": 334, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1314 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1315 "publish": {"status": "skipped", "tookMs": 0},
1316 "metadata": {
1317 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1318}
1319},{
1320 "module": "tofu-core-ce2",
1321 "compile": {"status": "ok", "tookMs": 1297, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1322 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1323 "test-compile": {"status": "ok", "tookMs": 6226, "warnings": 2, "errors": 0, "sourceVersion": "3.4-migration"},
1324 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1325 "publish": {"status": "skipped", "tookMs": 0},
1326 "metadata": {
1327 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1328}
1329},{
1330 "module": "tofu-core-higher-kind",
1331 "compile": {"status": "ok", "tookMs": 82, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1332 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1333 "test-compile": {"status": "ok", "tookMs": 573, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1334 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1335 "publish": {"status": "skipped", "tookMs": 0},
1336 "metadata": {
1337 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1338}
1339},{
1340 "module": "repo",
1341 "compile": {"status": "ok", "tookMs": 119, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1342 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1343 "test-compile": {"status": "ok", "tookMs": 122, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1344 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1345 "publish": {"status": "skipped", "tookMs": 0},
1346 "metadata": {
1347 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1348}
1349},{
1350 "module": "tofu-fs2-ce3-interop",
1351 "compile": {"status": "ok", "tookMs": 785, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1352 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1353 "test-compile": {"status": "ok", "tookMs": 1223, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1354 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1355 "publish": {"status": "skipped", "tookMs": 0},
1356 "metadata": {
1357 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1358}
1359}]
1360************************
1361[success] Total time: 194 s (0:03:14.0), completed Jan 13, 2026, 7:28:29 PM
1362[0JChecking patch project/plugins.sbt...
1363Checking patch project/build.properties...
1364Checking patch project/Dependencies.scala...
1365Checking patch modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala...
1366Checking patch modules/kernel/src/main/scala/tofu/syntax/context.scala...
1367Checking patch modules/kernel/src/main/scala/tofu/data/Embedded.scala...
1368Checking patch build.sbt...
1369Applied patch project/plugins.sbt cleanly.
1370Applied patch project/build.properties cleanly.
1371Applied patch project/Dependencies.scala cleanly.
1372Applied patch modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala cleanly.
1373Applied patch modules/kernel/src/main/scala/tofu/syntax/context.scala cleanly.
1374Applied patch modules/kernel/src/main/scala/tofu/data/Embedded.scala cleanly.
1375Applied patch build.sbt cleanly.
1376Commit migration rewrites
1377Switched to a new branch 'opencb/migrate-source-3.4'
1378[opencb/migrate-source-3.4 87906811] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4
1379 72 files changed, 365 insertions(+), 365 deletions(-)
1380----
1381Preparing build for 3.8.1-RC1
1382Scala binary version found: 3.8
1383Implicitly using source version 3.8
1384Scala binary version found: 3.8
1385Implicitly using source version 3.8
1386Would try to apply common scalacOption (best-effort, sbt/mill only):
1387Append: ,REQUIRE:-source:3.8
1388Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1389
1390Try apply source patch:
1391Path: build.sbt
1392Pattern: libraryDependencies += shapeless
1393Replacement:
1394Successfully applied pattern 'libraryDependencies += shapeless' in build.sbt
1395
1396Try apply source patch:
1397Path: modules/kernel/src/main/scala/tofu/syntax/context.scala
1398Pattern: F WithLocal C
1399Replacement: F `WithLocal` C
1400Successfully applied pattern 'F WithLocal C' in modules/kernel/src/main/scala/tofu/syntax/context.scala
1401
1402Try apply source patch:
1403Path: modules/kernel/src/main/scala/tofu/data/Embedded.scala
1404Pattern: new ParApplicative[G.F, E]()(G.applicative, E)
1405Replacement: new ParApplicative[G.F, E](using G.applicative, E)
1406Successfully applied pattern 'new ParApplicative[G.F, E]()(G.applicative, E)' in modules/kernel/src/main/scala/tofu/data/Embedded.scala
1407
1408Try apply source patch:
1409Path: modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala
1410Pattern: (import SealedTraitEnum.*\n\s*)json\(Container\(A, B, C\)\)
1411Replacement: $1json(Container[SealedTraitEnum,SealedTraitEnum,SealedTraitEnum](A, B, C))
1412Successfully applied pattern '(import SealedTraitEnum.*\n\s*)json\(Container\(A, B, C\)\)' in modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala
1413
1414Try apply source patch:
1415Path: project/Dependencies.scala
1416Pattern: val scala3 = "3.3.6"
1417Replacement: val scala3 = "3.8.1-RC1"
1418Successfully applied pattern 'val scala3 = "3.3.6"' in project/Dependencies.scala
1419----
1420Starting build for 3.8.1-RC1
1421Execute tests: true
1422sbt project found:
1423Sbt version 1.11.3 is not supported, minimal supported version is 1.11.5
1424Enforcing usage of sbt in version 1.11.5
1425No prepare script found for project tofu-tf/tofu
1426##################################
1427Scala version: 3.8.1-RC1
1428Targets: tf.tofu%default-bf0cb6 tf.tofu%tofu tf.tofu%tofu-core-ce2 tf.tofu%tofu-core-ce3 tf.tofu%tofu-core-higher-kind tf.tofu%tofu-fs2-ce3-interop tf.tofu%tofu-kernel tf.tofu%tofu-kernel-cats-mtl tf.tofu%tofu-logging tf.tofu%tofu-logging-derivation tf.tofu%tofu-logging-derivation-annotations tf.tofu%tofu-logging-enumeratum tf.tofu%tofu-logging-layout tf.tofu%tofu-logging-log4cats tf.tofu%tofu-logging-log4cats-legacy tf.tofu%tofu-logging-logstash-logback tf.tofu%tofu-logging-refined tf.tofu%tofu-logging-structured tf.tofu%tofu-observable tf.tofu%tofu-streams tf.tofu%tofu-zio2-core tf.tofu%tofu-zio2-logging
1429Project projectConfig: {"projects":{"exclude":["tofu-memo","tofu","tofu-derivation","tofu-env","tofu-concurrent-ce2"],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/unmanagedSources/excludeFilter := { HiddenFileFilter || \"CalcSuite.scala\" }"],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"libraryDependencies += shapeless","replaceWith":""},{"path":"modules/kernel/src/main/scala/tofu/syntax/context.scala","pattern":"F WithLocal C","replaceWith":"F `WithLocal` C"},{"path":"modules/kernel/src/main/scala/tofu/data/Embedded.scala","pattern":"new ParApplicative[G.F, E]()(G.applicative, E)","replaceWith":"new ParApplicative[G.F, E](using G.applicative, E)"},{"path":"modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala","pattern":"(import SealedTraitEnum.*\\n\\s*)json\\(Container\\(A, B, C\\)\\)","replaceWith":"$1json(Container[SealedTraitEnum,SealedTraitEnum,SealedTraitEnum](A, B, C))"},{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.6\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
1430##################################
1431Using extra scalacOptions: ,REQUIRE:-source:3.8
1432Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1433[sbt_options] declare -a sbt_options=()
1434[process_args] java_version = '17'
1435[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
1436# Executing command line:
1437java
1438-Xmx4G
1439-Dcommunitybuild.scala=3.8.1-RC1
1440-Dcommunitybuild.project.dependencies.add=
1441-Xmx7G
1442-Xms4G
1443-Xss8M
1444-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
1445-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
1446-jar
1447/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
1448"setCrossScalaVersions 3.8.1-RC1"
1449"++3.8.1-RC1 -v"
1450"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
1451"set every credentials := Nil"
1452"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
1453"removeScalacOptionsStartingWith -P:wartremover"
1454"set every Test/unmanagedSources/excludeFilter := { HiddenFileFilter || "CalcSuite.scala" }"
1455moduleMappings
1456"runBuild 3.8.1-RC1 """{"projects":{"exclude":["tofu-memo","tofu","tofu-derivation","tofu-env","tofu-concurrent-ce2"],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/unmanagedSources/excludeFilter := { HiddenFileFilter || \"CalcSuite.scala\" }"],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"libraryDependencies += shapeless","replaceWith":""},{"path":"modules/kernel/src/main/scala/tofu/syntax/context.scala","pattern":"F WithLocal C","replaceWith":"F `WithLocal` C"},{"path":"modules/kernel/src/main/scala/tofu/data/Embedded.scala","pattern":"new ParApplicative[G.F, E]()(G.applicative, E)","replaceWith":"new ParApplicative[G.F, E](using G.applicative, E)"},{"path":"modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala","pattern":"(import SealedTraitEnum.*\\n\\s*)json\\(Container\\(A, B, C\\)\\)","replaceWith":"$1json(Container[SealedTraitEnum,SealedTraitEnum,SealedTraitEnum](A, B, C))"},{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.6\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" tf.tofu%default-bf0cb6 tf.tofu%tofu tf.tofu%tofu-core-ce2 tf.tofu%tofu-core-ce3 tf.tofu%tofu-core-higher-kind tf.tofu%tofu-fs2-ce3-interop tf.tofu%tofu-kernel tf.tofu%tofu-kernel-cats-mtl tf.tofu%tofu-logging tf.tofu%tofu-logging-derivation tf.tofu%tofu-logging-derivation-annotations tf.tofu%tofu-logging-enumeratum tf.tofu%tofu-logging-layout tf.tofu%tofu-logging-log4cats tf.tofu%tofu-logging-log4cats-legacy tf.tofu%tofu-logging-logstash-logback tf.tofu%tofu-logging-refined tf.tofu%tofu-logging-structured tf.tofu%tofu-observable tf.tofu%tofu-streams tf.tofu%tofu-zio2-core tf.tofu%tofu-zio2-logging"
1457
1458[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
1459[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
1460[info] loading project definition from /build/repo/project
1461[info] loading settings for project repo from build.sbt, ci-release.sbt...
1462[info] resolving key references (108840 settings) ...
1463[info] set current project to repo (in build file:/build/repo/)
1464Execute setCrossScalaVersions: 3.8.1-RC1
1465OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingEnumeratum3/crossScalaVersions
1466OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in observable/crossScalaVersions
1467OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingEnumeratum2_12/crossScalaVersions
1468OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in higherKindCore/crossScalaVersions
1469OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in zio1Core2_12/crossScalaVersions
1470OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in kernel3/crossScalaVersions
1471OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in coreCE23/crossScalaVersions
1472OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in coreCE22_12/crossScalaVersions
1473OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in memo/crossScalaVersions
1474OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingDerivationAnnotations2_12/crossScalaVersions
1475OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in doobie/crossScalaVersions
1476OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in zio2Core/crossScalaVersions
1477OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingShapeless/crossScalaVersions
1478OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in streams2_12/crossScalaVersions
1479OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in observable2_12/crossScalaVersions
1480OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in doobieLogging/crossScalaVersions
1481OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in env/crossScalaVersions
1482OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in doobieCE3/crossScalaVersions
1483OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in examplesCE32_12/crossScalaVersions
1484OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in doobieLoggingCE32_12/crossScalaVersions
1485OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in higherKindCore3/crossScalaVersions
1486OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in kernelCatsMtlInterop/crossScalaVersions
1487OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in tofu3/crossScalaVersions
1488OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingLayout/crossScalaVersions
1489OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in kernelCatsMtlInterop3/crossScalaVersions
1490OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in fs2CE3Interop/crossScalaVersions
1491OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in doobie2_12/crossScalaVersions
1492OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in zio2Logging/crossScalaVersions
1493OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in coreCE32_12/crossScalaVersions
1494OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingStr2_12/crossScalaVersions
1495OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in examplesZIO2/crossScalaVersions
1496OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingLayout2_12/crossScalaVersions
1497OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in concurrentCE2/crossScalaVersions
1498OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingLogstashLogback/crossScalaVersions
1499OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingRefined3/crossScalaVersions
1500OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in doobieLogging2_12/crossScalaVersions
1501OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in streams3/crossScalaVersions
1502OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in env2_12/crossScalaVersions
1503OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in examplesCE3/crossScalaVersions
1504OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in memo2_12/crossScalaVersions
1505OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in kernel/crossScalaVersions
1506OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in streams/crossScalaVersions
1507OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in kernel2_12/crossScalaVersions
1508OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingLogstashLogback2_12/crossScalaVersions
1509OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in higherKindCore2_12/crossScalaVersions
1510OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in tofu2_12/crossScalaVersions
1511OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingStr3/crossScalaVersions
1512OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingDerivationAnnotations3/crossScalaVersions
1513OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in fs2CE3Interop3/crossScalaVersions
1514OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingLog4Cats/crossScalaVersions
1515OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in zio1Logging/crossScalaVersions
1516OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in logging/crossScalaVersions
1517OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in fs2CE3Interop2_12/crossScalaVersions
1518OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in observable3/crossScalaVersions
1519OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in repo/crossScalaVersions
1520OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingShapeless2_12/crossScalaVersions
1521OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingLog4Cats3/crossScalaVersions
1522OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingDerivationAnnotations/crossScalaVersions
1523OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in config2_12/crossScalaVersions
1524OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingLog4CatsLegacy3/crossScalaVersions
1525OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingLayout3/crossScalaVersions
1526OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in logging2_12/crossScalaVersions
1527OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in zio1Logging2_12/crossScalaVersions
1528OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in zio1Interop/crossScalaVersions
1529OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in examplesCE22_12/crossScalaVersions
1530OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in docs/crossScalaVersions
1531OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in coreCE2/crossScalaVersions
1532OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in fs2CE2Interop/crossScalaVersions
1533OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in zio2Logging3/crossScalaVersions
1534OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingLog4CatsLegacy2_12/crossScalaVersions
1535OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in zio2Logging2_12/crossScalaVersions
1536OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in coreCE3/crossScalaVersions
1537OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in zio2Core2_12/crossScalaVersions
1538OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in config/crossScalaVersions
1539OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingLog4Cats2_12/crossScalaVersions
1540OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingRefined2_12/crossScalaVersions
1541OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in concurrentCE22_12/crossScalaVersions
1542OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in logging3/crossScalaVersions
1543OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in zio1Interop2_12/crossScalaVersions
1544OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingStr/crossScalaVersions
1545OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingLogstashLogback3/crossScalaVersions
1546OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in kernelCatsMtlInterop2_12/crossScalaVersions
1547OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in examplesCE2/crossScalaVersions
1548OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingEnumeratum/crossScalaVersions
1549OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingRefined/crossScalaVersions
1550OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in derivation/crossScalaVersions
1551OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in doobieCE32_12/crossScalaVersions
1552OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingDer/crossScalaVersions
1553OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in fs2CE2Interop2_12/crossScalaVersions
1554OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in examplesZIO22_12/crossScalaVersions
1555OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in zio2Core3/crossScalaVersions
1556OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in doobieLoggingCE3/crossScalaVersions
1557OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in tofu/crossScalaVersions
1558OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingLog4CatsLegacy/crossScalaVersions
1559OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in coreCE33/crossScalaVersions
1560OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in zio1Core/crossScalaVersions
1561OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingDer3/crossScalaVersions
1562OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in loggingDer2_12/crossScalaVersions
1563OpenCB::Changing crossVersion 3.8.1-RC1 -> 3.8.1-RC1 in derivation2_12/crossScalaVersions
1564[info] set current project to repo (in build file:/build/repo/)
1565[info] Setting Scala version to 3.8.1-RC1 on 99 projects.
1566[info] Switching Scala version on:
1567[info] loggingShapeless (2.13.16, 2.12.20, 3.8.1-RC1)
1568[info] kernel2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1569[info] loggingLog4Cats2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1570[info] loggingShapeless2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1571[info] kernel (2.13.16, 2.12.20, 3.8.1-RC1)
1572[info] zio2Logging (2.13.16, 2.12.20, 3.8.1-RC1)
1573[info] zio2Core (2.13.16, 2.12.20, 3.8.1-RC1)
1574[info] loggingLog4CatsLegacy3 (2.13.16, 2.12.20, 3.8.1-RC1)
1575[info] observable2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1576[info] logging (2.13.16, 2.12.20, 3.8.1-RC1)
1577[info] concurrentCE22_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1578[info] doobieCE3 (2.13.16, 2.12.20, 3.8.1-RC1)
1579[info] loggingLayout (2.13.16, 2.12.20, 3.8.1-RC1)
1580[info] kernelCatsMtlInterop3 (2.13.16, 2.12.20, 3.8.1-RC1)
1581[info] examplesCE32_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1582[info] zio2Core3 (2.13.16, 2.12.20, 3.8.1-RC1)
1583[info] loggingEnumeratum3 (2.13.16, 2.12.20, 3.8.1-RC1)
1584[info] coreCE33 (2.13.16, 2.12.20, 3.8.1-RC1)
1585[info] examplesCE2 (2.13.16, 2.12.20, 3.8.1-RC1)
1586[info] doobie (2.13.16, 2.12.20, 3.8.1-RC1)
1587[info] examplesCE22_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1588[info] fs2CE3Interop (2.13.16, 2.12.20, 3.8.1-RC1)
1589[info] examplesCE3 (2.13.16, 2.12.20, 3.8.1-RC1)
1590[info] loggingRefined3 (2.13.16, 2.12.20, 3.8.1-RC1)
1591[info] logging3 (2.13.16, 2.12.20, 3.8.1-RC1)
1592[info] zio2Logging3 (2.13.16, 2.12.20, 3.8.1-RC1)
1593[info] docs (2.13.16, 2.12.20, 3.8.1-RC1)
1594[info] loggingStr2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1595[info] zio1Interop (2.13.16, 2.12.20, 3.8.1-RC1)
1596[info] zio2Logging2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1597[info] coreCE22_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1598[info] zio1Logging (2.13.16, 2.12.20, 3.8.1-RC1)
1599[info] kernelCatsMtlInterop (2.13.16, 2.12.20, 3.8.1-RC1)
1600[info] config (2.13.16, 2.12.20, 3.8.1-RC1)
1601[info] loggingLogstashLogback3 (2.13.16, 2.12.20, 3.8.1-RC1)
1602[info] loggingLog4Cats3 (2.13.16, 2.12.20, 3.8.1-RC1)
1603[info] higherKindCore2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1604[info] doobieLoggingCE3 (2.13.16, 2.12.20, 3.8.1-RC1)
1605[info] zio1Core2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1606[info] loggingStr3 (2.13.16, 2.12.20, 3.8.1-RC1)
1607[info] kernelCatsMtlInterop2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1608[info] env2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1609[info] doobie2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1610[info] coreCE2 (2.13.16, 2.12.20, 3.8.1-RC1)
1611[info] coreCE23 (2.13.16, 2.12.20, 3.8.1-RC1)
1612[info] fs2CE2Interop (2.13.16, 2.12.20, 3.8.1-RC1)
1613[info] loggingRefined2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1614[info] higherKindCore3 (2.13.16, 2.12.20, 3.8.1-RC1)
1615[info] kernel3 (2.13.16, 2.12.20, 3.8.1-RC1)
1616[info] streams3 (2.13.16, 2.12.20, 3.8.1-RC1)
1617[info] concurrentCE2 (2.13.16, 2.12.20, 3.8.1-RC1)
1618[info] loggingDer3 (2.13.16, 2.12.20, 3.8.1-RC1)
1619[info] loggingLog4CatsLegacy2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1620[info] loggingLog4CatsLegacy (2.13.16, 2.12.20, 3.8.1-RC1)
1621[info] streams (2.13.16, 2.12.20, 3.8.1-RC1)
1622[info] loggingDerivationAnnotations2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1623[info] fs2CE3Interop2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1624[info] loggingStr (2.13.16, 2.12.20, 3.8.1-RC1)
1625[info] loggingDer2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1626[info] doobieLoggingCE32_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1627[info] loggingLogstashLogback (2.13.16, 2.12.20, 3.8.1-RC1)
1628[info] coreCE3 (2.13.16, 2.12.20, 3.8.1-RC1)
1629[info] tofu2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1630[info] loggingLayout2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1631[info] fs2CE2Interop2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1632[info] loggingLog4Cats (2.13.16, 2.12.20, 3.8.1-RC1)
1633[info] doobieLogging (2.13.16, 2.12.20, 3.8.1-RC1)
1634[info] tofu (2.13.16, 2.12.20, 3.8.1-RC1)
1635[info] derivation2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1636[info] zio1Core (2.13.16, 2.12.20, 3.8.1-RC1)
1637[info] examplesZIO2 (2.13.16, 2.12.20, 3.8.1-RC1)
1638[info] streams2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1639[info] tofu3 (2.13.16, 2.12.20, 3.8.1-RC1)
1640[info] loggingDer (2.13.16, 2.12.20, 3.8.1-RC1)
1641[info] doobieCE32_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1642[info] loggingDerivationAnnotations3 (2.13.16, 2.12.20, 3.8.1-RC1)
1643[info] loggingRefined (2.13.16, 2.12.20, 3.8.1-RC1)
1644[info] higherKindCore (2.13.16, 2.12.20, 3.8.1-RC1)
1645[info] derivation (2.13.16, 2.12.20, 3.8.1-RC1)
1646[info] memo2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1647[info] fs2CE3Interop3 (2.13.16, 2.12.20, 3.8.1-RC1)
1648[info] loggingEnumeratum (2.13.16, 2.12.20, 3.8.1-RC1)
1649[info] loggingLogstashLogback2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1650[info] observable3 (2.13.16, 2.12.20, 3.8.1-RC1)
1651[info] * repo (2.13.16, 2.12.20, 3.8.1-RC1)
1652[info] loggingEnumeratum2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1653[info] zio1Interop2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1654[info] loggingDerivationAnnotations (2.13.16, 2.12.20, 3.8.1-RC1)
1655[info] coreCE32_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1656[info] observable (2.13.16, 2.12.20, 3.8.1-RC1)
1657[info] zio2Core2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1658[info] doobieLogging2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1659[info] memo (2.13.16, 2.12.20, 3.8.1-RC1)
1660[info] env (2.13.16, 2.12.20, 3.8.1-RC1)
1661[info] zio1Logging2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1662[info] examplesZIO22_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1663[info] logging2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1664[info] config2_12 (2.13.16, 2.12.20, 3.8.1-RC1)
1665[info] loggingLayout3 (2.13.16, 2.12.20, 3.8.1-RC1)
1666[info] Excluding projects:
1667[info] Reapplying settings...
1668[info] set current project to repo (in build file:/build/repo/)
1669Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1670[info] Reapplying settings...
1671[info] set current project to repo (in build file:/build/repo/)
1672[info] Defining Global / credentials, concurrentCE2 / credentials and 97 others.
1673[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 792 others.
1674[info] Run `last` for details.
1675[info] Reapplying settings...
1676[info] set current project to repo (in build file:/build/repo/)
1677Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
1678[info] Reapplying settings...
1679OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
1680
1681 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
1682 Did you mean higherKindCore3 / allExcludeDependencies ?
1683 , retry without global scopes
1684[info] Reapplying settings...
1685[info] set current project to repo (in build file:/build/repo/)
1686Execute removeScalacOptionsStartingWith: -P:wartremover
1687[info] Reapplying settings...
1688[info] set current project to repo (in build file:/build/repo/)
1689[info] Defining Global / excludeFilter
1690[info] The new value will be used by Compile / unmanagedJars, Compile / unmanagedResources / fileInputs and 993 others.
1691[info] Run `last` for details.
1692[info] Reapplying settings...
1693[info] set current project to repo (in build file:/build/repo/)
1694[success] Total time: 0 s, completed Jan 13, 2026, 7:30:01 PM
1695Build config: {"projects":{"exclude":["tofu-memo","tofu","tofu-derivation","tofu-env","tofu-concurrent-ce2"],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/unmanagedSources/excludeFilter := { HiddenFileFilter || \"CalcSuite.scala\" }"],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"libraryDependencies += shapeless","replaceWith":""},{"path":"modules/kernel/src/main/scala/tofu/syntax/context.scala","pattern":"F WithLocal C","replaceWith":"F `WithLocal` C"},{"path":"modules/kernel/src/main/scala/tofu/data/Embedded.scala","pattern":"new ParApplicative[G.F, E]()(G.applicative, E)","replaceWith":"new ParApplicative[G.F, E](using G.applicative, E)"},{"path":"modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala","pattern":"(import SealedTraitEnum.*\\n\\s*)json\\(Container\\(A, B, C\\)\\)","replaceWith":"$1json(Container[SealedTraitEnum,SealedTraitEnum,SealedTraitEnum](A, B, C))"},{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.6\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
1696Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(tofu-memo, tofu, tofu-derivation, tofu-env, tofu-concurrent-ce2),Map()),Full,List()))
1697Excluding target 'tf.tofu%tofu' - matches exclusion rule: 'tofu'
1698Starting build...
1699Projects: Set(loggingShapeless, kernel2_12, loggingLog4Cats2_12, kernel, zio2Logging, zio2Core, loggingLog4CatsLegacy3, observable2_12, logging, loggingLayout, kernelCatsMtlInterop3, loggingEnumeratum3, coreCE33, fs2CE3Interop, loggingRefined3, loggingStr2_12, coreCE22_12, loggingLogstashLogback3, higherKindCore2_12, loggingStr3, higherKindCore3, kernel3, streams3, loggingDer3, streams, loggingDerivationAnnotations2_12, loggingStr, loggingLogstashLogback, coreCE3, loggingLog4Cats, loggingDer, loggingDerivationAnnotations3, loggingRefined, higherKindCore, repo, loggingDerivationAnnotations)
1700Starting build for ProjectRef(file:/build/repo/,zio2Logging) (tofu-zio2-logging)... [0/36]
1701OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
1702OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
1703OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
1704OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
1705Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1706[info] compiling 39 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.13/classes ...
1707[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1708[warn] Option -Xkind-projector was updated
1709[warn] two warnings found
1710[info] done compiling
1711[info] compiling 138 Scala sources to /build/repo/modules/kernel/target/jvm-2.13/classes ...
1712[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1713[warn] Option -Xkind-projector was updated
1714[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FibersInstance.scala:11:53
1715[warn] 11 | inline given [F[_], E, Ex[_], Fib[_]](using inline m: MonadError[F, E]): Fibers[F, Ex, Fib] = summonFrom {
1716[warn] | ^
1717[warn] | unused implicit parameter
1718[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FireInstance.scala:11:38
1719[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Fire[F] = summonFrom {
1720[warn] | ^
1721[warn] | unused implicit parameter
1722[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/GuaranteeInstance.scala:11:47
1723[warn] 11 | inline given [F[_], E, Exit[_]](using inline m: MonadError[F, E]): Finally[F, Exit] = summonFrom {
1724[warn] | ^
1725[warn] | unused implicit parameter
1726[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/RaceInstance.scala:11:38
1727[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Race[F] = summonFrom {
1728[warn] | ^
1729[warn] | unused implicit parameter
1730[warn] 6 warnings found
1731[info] done compiling
1732[info] compiling 52 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.13/classes ...
1733[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1734[warn] Option -Xkind-projector was updated
1735[warn] two warnings found
1736[info] done compiling
1737[info] compiling 11 Scala sources to /build/repo/modules/interop/zio2/logging/target/jvm-2.13/classes ...
1738[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1739[warn] Option -Xkind-projector was updated
1740[warn] two warnings found
1741[info] done compiling
1742[info] compiling 2 Scala sources to /build/repo/modules/logging/derivation-annotations/target/jvm-2.13/classes ...
1743[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1744[warn] Option -Xkind-projector was updated
1745[info] compiling 18 Scala sources to /build/repo/modules/core/ce3/target/jvm-2.13/classes ...
1746[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1747[warn] Option -Xkind-projector was updated
1748[warn] two warnings found
1749[info] done compiling
1750[info] compiling 7 Scala sources to /build/repo/modules/logging/derivation/target/jvm-2.13/classes ...
1751[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1752[warn] Option -Xkind-projector was updated
1753[warn] two warnings found
1754[info] done compiling
1755[warn] two warnings found
1756[info] done compiling
1757[info] compiling 7 Scala sources to /build/repo/modules/interop/zio2/core/target/jvm-2.13/classes ...
1758[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1759[warn] Option -Xkind-projector was updated
1760[warn] two warnings found
1761[info] done compiling
1762[info] compiling 6 Scala sources to /build/repo/modules/interop/zio2/logging/target/jvm-2.13/test-classes ...
1763[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1764[warn] Option -Xkind-projector was updated
1765[warn] two warnings found
1766[info] done compiling
1767tofu.logging.zlogs.ZLogsSpec
1768+ Tofu ZIO2 Logging
1769 - TofuZLogger parses default logger name - ignored: 1
1770 - TofuZLogger uses user-defined logger name - ignored: 1
1771 - ZLogs - ignored: 1
1772 - ZLogging.Make - ignored: 1
1773+ TofuDefaultContext
1774 + extracts all values added via ZLogAnnotation
1775 + extracts all values added via ZLogAnnotation.scoped
1776 + layerZioContextOn logs only zio context too
1777 + layerZioContextOffLayer logs only tofu context
17784 tests passed. 0 tests failed. 4 tests ignored.
1779
1780Executed in 584 ms
1781
1782Starting build for ProjectRef(file:/build/repo/,observable2_12) (tofu-observable)... [1/36]
1783Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1784[info] compiling 2 Scala sources to /build/repo/modules/util/observable/target/jvm-2.12/classes ...
1785[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1786[warn] Option -Xkind-projector was updated
1787[warn] two warnings found
1788[info] done compiling
1789[info] compiling 1 Scala source to /build/repo/modules/util/observable/target/jvm-2.12/test-classes ...
1790[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1791[warn] Option -Xkind-projector was updated
1792[warn] two warnings found
1793[info] done compiling
1794[info] TakeWhileInclusiveSuite:
1795[info] Observable.takeWhileInclusibe
1796[info] - should produce and generate same elements
1797Starting build for ProjectRef(file:/build/repo/,kernel2_12) (tofu-kernel)... [2/36]
1798Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1799[info] compiling 39 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.12/classes ...
1800[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1801[warn] Option -Xkind-projector was updated
1802[warn] two warnings found
1803[info] done compiling
1804[info] compiling 138 Scala sources to /build/repo/modules/kernel/target/jvm-2.12/classes ...
1805[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1806[warn] Option -Xkind-projector was updated
1807[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FibersInstance.scala:11:53
1808[warn] 11 | inline given [F[_], E, Ex[_], Fib[_]](using inline m: MonadError[F, E]): Fibers[F, Ex, Fib] = summonFrom {
1809[warn] | ^
1810[warn] | unused implicit parameter
1811[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FireInstance.scala:11:38
1812[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Fire[F] = summonFrom {
1813[warn] | ^
1814[warn] | unused implicit parameter
1815[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/GuaranteeInstance.scala:11:47
1816[warn] 11 | inline given [F[_], E, Exit[_]](using inline m: MonadError[F, E]): Finally[F, Exit] = summonFrom {
1817[warn] | ^
1818[warn] | unused implicit parameter
1819[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/RaceInstance.scala:11:38
1820[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Race[F] = summonFrom {
1821[warn] | ^
1822[warn] | unused implicit parameter
1823[warn] 6 warnings found
1824[info] done compiling
1825[info] compiling 5 Scala sources to /build/repo/modules/kernel/target/jvm-2.12/test-classes ...
1826[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1827[warn] Option -Xkind-projector was updated
1828[warn] two warnings found
1829[info] done compiling
1830[info] EitherSuite:
1831[info] TofuEitherAssocLOps#accocL
1832[info] - should return valid value for Left Left
1833[info] - should return valid value for Left Right
1834[info] - should return valid value for Right
1835[info] TofuEitherAssocROps#accocL
1836[info] - should return valid value for Right Left
1837[info] - should return valid value for Right Right
1838[info] - should return valid value for Left
1839[info] EvallioSuite:
1840[info] - evallio feels ok without Delay implicit
1841[info] FluxSuite:
1842[info] id flux
1843[info] - should sum all elements
1844[info] - should convert all to List
1845Starting build for ProjectRef(file:/build/repo/,streams3) (tofu-streams)... [3/36]
1846Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1847[info] compiling 39 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-3/classes ...
1848[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1849[warn] Option -Xkind-projector was updated
1850[warn] two warnings found
1851[info] done compiling
1852[info] compiling 138 Scala sources to /build/repo/modules/kernel/target/jvm-3/classes ...
1853[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1854[warn] Option -Xkind-projector was updated
1855[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FibersInstance.scala:11:53
1856[warn] 11 | inline given [F[_], E, Ex[_], Fib[_]](using inline m: MonadError[F, E]): Fibers[F, Ex, Fib] = summonFrom {
1857[warn] | ^
1858[warn] | unused implicit parameter
1859[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FireInstance.scala:11:38
1860[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Fire[F] = summonFrom {
1861[warn] | ^
1862[warn] | unused implicit parameter
1863[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/GuaranteeInstance.scala:11:47
1864[warn] 11 | inline given [F[_], E, Exit[_]](using inline m: MonadError[F, E]): Finally[F, Exit] = summonFrom {
1865[warn] | ^
1866[warn] | unused implicit parameter
1867[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/RaceInstance.scala:11:38
1868[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Race[F] = summonFrom {
1869[warn] | ^
1870[warn] | unused implicit parameter
1871[warn] 6 warnings found
1872[info] done compiling
1873[info] compiling 23 Scala sources to /build/repo/modules/streams/target/jvm-3/classes ...
1874[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1875[warn] Option -Xkind-projector was updated
1876[warn] two warnings found
1877[info] done compiling
1878[info] compiling 1 Scala source to /build/repo/modules/streams/target/jvm-3/test-classes ...
1879[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1880[warn] Option -Xkind-projector was updated
1881[warn] two warnings found
1882[info] done compiling
1883Starting build for ProjectRef(file:/build/repo/,loggingLogstashLogback3) (tofu-logging-logstash-logback)... [4/36]
1884Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1885[info] compiling 52 Scala sources to /build/repo/modules/logging/structured/target/jvm-3/classes ...
1886[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1887[warn] Option -Xkind-projector was updated
1888[warn] two warnings found
1889[info] done compiling
1890[info] compiling 1 Scala source to /build/repo/modules/logging/interop/logstash-logback/target/jvm-3/classes ...
1891[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1892[warn] Option -Xkind-projector was updated
1893[warn] two warnings found
1894[info] done compiling
1895[info] compiling 2 Scala sources to /build/repo/modules/logging/derivation-annotations/target/jvm-3/classes ...
1896[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1897[warn] Option -Xkind-projector was updated
1898[warn] two warnings found
1899[info] done compiling
1900[info] compiling 7 Scala sources to /build/repo/modules/logging/derivation/target/jvm-3/classes ...
1901[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1902[warn] Option -Xkind-projector was updated
1903[warn] two warnings found
1904[info] done compiling
1905[info] compiling 1 Scala source to /build/repo/modules/logging/interop/logstash-logback/target/jvm-3/test-classes ...
1906[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1907[warn] Option -Xkind-projector was updated
1908[warn] two warnings found
1909[info] done compiling
191019:31:35.491 [pool-58-thread-9-ScalaTest-running-TofuLoggingProviderSuite] DEBUG tofu.logging.TofuLoggingProviderSuite -- Hello
1911[info] TofuLoggingProviderSuite:
1912[info] - serialize nested json structures
1913Starting build for ProjectRef(file:/build/repo/,loggingDerivationAnnotations2_12) (tofu-logging-derivation-annotations)... [5/36]
1914Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1915[info] compiling 2 Scala sources to /build/repo/modules/logging/derivation-annotations/target/jvm-2.12/classes ...
1916[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1917[warn] Option -Xkind-projector was updated
1918[warn] two warnings found
1919[info] done compiling
1920Starting build for ProjectRef(file:/build/repo/,loggingDerivationAnnotations3) (tofu-logging-derivation-annotations)... [6/36]
1921Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1922Starting build for ProjectRef(file:/build/repo/,loggingDer) (tofu-logging-derivation)... [7/36]
1923Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1924[info] compiling 4 Scala sources to /build/repo/modules/logging/derivation/target/jvm-2.13/test-classes ...
1925[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1926[warn] Option -Xkind-projector was updated
1927[warn] two warnings found
1928[info] done compiling
1929[info] DerivedLoggableScala3Suite:
1930[info] SealedTraitEnum SingletonEnumLoggable
1931[info] - should correctly log
1932[info] Scala3Enum SingletonEnumLoggable
1933[info] - should correctly log
1934[info] DerivedLoggableSuite:
1935[info] Foo logging
1936[info] - should not rendered None
1937[info] - should not rendered Some flat
1938[info] Bar logging
1939[info] - should hide fields
1940[info] - should unembed fields
1941[info] - should embed fields
1942[info] Baz logging
1943[info] - should respect object collections
1944[info] - should respect primitive collections
1945[info] - should respect complex primitive collections
1946[info] - should respect masking
1947[info] MaskedBaz
1948[info] - should emit Some
1949[info] - should not emit None
1950[info] - should not show <none> for None with ignoreOpt
1951[info] - should show mask Option values in logShow
1952[info] - should show mask fields with custom masker function
1953[info] MaskedContra logging
1954[info] - should mask fields
1955Starting build for ProjectRef(file:/build/repo/,loggingLogstashLogback) (tofu-logging-logstash-logback)... [8/36]
1956Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1957[info] compiling 1 Scala source to /build/repo/modules/logging/interop/logstash-logback/target/jvm-2.13/classes ...
1958[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1959[warn] Option -Xkind-projector was updated
1960[warn] two warnings found
1961[info] done compiling
1962[info] compiling 1 Scala source to /build/repo/modules/logging/interop/logstash-logback/target/jvm-2.13/test-classes ...
1963[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1964[warn] Option -Xkind-projector was updated
1965[warn] two warnings found
1966[info] done compiling
196719:31:44.765 [pool-96-thread-8-ScalaTest-running-TofuLoggingProviderSuite] DEBUG tofu.logging.TofuLoggingProviderSuite -- Hello
1968[info] TofuLoggingProviderSuite:
1969[info] - serialize nested json structures
1970Starting build for ProjectRef(file:/build/repo/,loggingRefined) (tofu-logging-refined)... [9/36]
1971Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1972[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-2.13/classes ...
1973[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1974[warn] Option -Xkind-projector was updated
1975[warn] two warnings found
1976[info] done compiling
1977[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-2.13/test-classes ...
1978[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1979[warn] Option -Xkind-projector was updated
1980[warn] two warnings found
1981[info] done compiling
1982[info] TofuRefinedIntegrationSpec:
1983[info] derived loggable instances
1984[info] - should be correct
1985Starting build for ProjectRef(file:/build/repo/,loggingShapeless) (tofu-logging-shapeless)... [10/36]
1986Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1987Starting build for ProjectRef(file:/build/repo/,loggingLog4Cats) (tofu-logging-log4cats)... [11/36]
1988Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1989[info] compiling 1 Scala source to /build/repo/modules/logging/interop/log4cats/target/jvm-2.13/classes ...
1990[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1991[warn] Option -Xkind-projector was updated
1992[warn] two warnings found
1993[info] done compiling
1994Starting build for ProjectRef(file:/build/repo/,kernel3) (tofu-kernel)... [12/36]
1995Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1996[info] compiling 5 Scala sources to /build/repo/modules/kernel/target/jvm-3/test-classes ...
1997[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1998[warn] Option -Xkind-projector was updated
1999[warn] two warnings found
2000[info] done compiling
2001[info] EitherSuite:
2002[info] TofuEitherAssocLOps#accocL
2003[info] - should return valid value for Left Left
2004[info] - should return valid value for Left Right
2005[info] - should return valid value for Right
2006[info] TofuEitherAssocROps#accocL
2007[info] - should return valid value for Right Left
2008[info] - should return valid value for Right Right
2009[info] - should return valid value for Left
2010[info] EvallioSuite:
2011[info] - evallio feels ok without Delay implicit
2012[info] FluxSuite:
2013[info] id flux
2014[info] - should sum all elements
2015[info] - should convert all to List
2016Starting build for ProjectRef(file:/build/repo/,loggingEnumeratum3) (tofu-logging-enumeratum)... [13/36]
2017Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2018[info] compiling 1 Scala source to /build/repo/modules/logging/interop/enumeratum/target/jvm-3/classes ...
2019[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2020[warn] Option -Xkind-projector was updated
2021[warn] two warnings found
2022[info] done compiling
2023Starting build for ProjectRef(file:/build/repo/,zio2Core) (tofu-zio2-core)... [14/36]
2024Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2025[info] compiling 2 Scala sources to /build/repo/modules/interop/zio2/core/target/jvm-2.13/test-classes ...
2026[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2027[warn] Option -Xkind-projector was updated
2028[warn] two warnings found
2029[info] done compiling
2030+ RunZioSpec
2031 + should summon and run BiRun instance without errors
2032 + should summon and run WithRun instance without errors
20332 tests passed. 0 tests failed. 0 tests ignored.
2034
2035Executed in 245 ms
2036
2037Starting build for ProjectRef(file:/build/repo/,higherKindCore) (tofu-core-higher-kind)... [15/36]
2038Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2039[info] compiling 5 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.13/test-classes ...
2040[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2041[warn] Option -Xkind-projector was updated
2042[warn] two warnings found
2043[info] done compiling
2044[info] functionKSpec:
2045[info] - funK infers type args
2046[info] - funKFrom infers type args
2047[info] monadicSpec:
2048[info] - discard should properly discard values
2049Starting build for ProjectRef(file:/build/repo/,kernel) (tofu-kernel)... [16/36]
2050Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2051[info] compiling 5 Scala sources to /build/repo/modules/kernel/target/jvm-2.13/test-classes ...
2052[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2053[warn] Option -Xkind-projector was updated
2054[warn] two warnings found
2055[info] done compiling
2056[info] EvallioSuite:
2057[info] - evallio feels ok without Delay implicit
2058[info] EitherSuite:
2059[info] TofuEitherAssocLOps#accocL
2060[info] - should return valid value for Left Left
2061[info] - should return valid value for Left Right
2062[info] - should return valid value for Right
2063[info] TofuEitherAssocROps#accocL
2064[info] - should return valid value for Right Left
2065[info] - should return valid value for Right Right
2066[info] - should return valid value for Left
2067[info] FluxSuite:
2068[info] id flux
2069[info] - should sum all elements
2070[info] - should convert all to List
2071Starting build for ProjectRef(file:/build/repo/,loggingStr) (tofu-logging-structured)... [17/36]
2072Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2073[info] compiling 6 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.13/test-classes ...
2074[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2075[warn] Option -Xkind-projector was updated
2076[warn] two warnings found
2077[info] done compiling
2078[info] LoggableSuite:
2079[info] int custom logging
2080[info] - should be correct
2081[info] either custom logging
2082[info] - should handle left
2083[info] - should handle right
2084[info] - should show left correct
2085[info] - should show right correct
2086[info] hide after named
2087[info] - should hide value in message
2088[info] local date
2089[info] - should have loggable instance
2090[info] NamedLoggableCompositionSuite:
2091[info] named logs combined
2092[info] - should genenerate two item dictionary
2093[info] - should generate single item dictionary on rename
2094[info] named logs manually combined
2095[info] - should generate two item dictionary
2096[info] - should generate deep dictionary on rename
2097[info] singleton logs combined
2098[info] - should genenerate two item dictionary
2099[info] - should generate single item dictionary on rename
2100[info] singleton logs manually combined
2101[info] - should generate two item dictionary
2102[info] - should generate deep dictionary on rename
2103[info] LocationSyntaxSuite:
2104[info] tofu.syntax.location.logging
2105[info] - should add location as additional logged value
2106[info] LogTreeSuite:
2107[info] - LogTree and tethys builder results are consistent
2108[info] LoggingSuite:
2109[info] log tree
2110[info] - should render map
2111[info] logging syntax
2112[info] - should save the context
2113[info] - should add logged values
2114[info] - should add more values
2115[info] - should add throwable
2116[info] - should add throwable and more values
2117Starting build for ProjectRef(file:/build/repo/,loggingLayout) (tofu-logging-layout)... [18/36]
2118Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2119[info] compiling 5 Scala sources to /build/repo/modules/logging/layout/target/jvm-2.13/classes ...
2120[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2121[warn] Option -Xkind-projector was updated
2122[warn] two warnings found
2123[info] done compiling
2124[info] compiling 1 Scala source to /build/repo/modules/logging/layout/target/jvm-2.13/test-classes ...
2125[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2126[warn] Option -Xkind-projector was updated
2127[warn] two warnings found
2128[info] done compiling
212919:32:09,385 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.3.15
213019:32:09,386 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1e4d7aed - No custom configurators were discovered as a service.
213119:32:09,386 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1e4d7aed - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
213219:32:09,386 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1e4d7aed - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
213319:32:09,387 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
213419:32:09,387 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
213519:32:09,387 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1e4d7aed - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 1 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
213619:32:09,387 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1e4d7aed - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
213719:32:09,387 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1e4d7aed - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
213819:32:09,387 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/build/repo/modules/logging/layout/target/jvm-2.13/test-classes/logback-test.xml]
213919:32:09,456 |-WARN in ch.qos.logback.core.model.processor.AppenderModelHandler - Appender named [STDOUT] not referenced. Skipping further processing.
214019:32:09,456 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@2c8c6a0e - End of configuration.
214119:32:09,457 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3dfd9354 - Registering current configuration as safe fallback point
214219:32:09,457 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1e4d7aed - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 70 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
2143[info] LogbackSuite:
2144[info] - throwable sent as throwable
2145Starting build for ProjectRef(file:/build/repo/,loggingLog4CatsLegacy3) (tofu-logging-log4cats-legacy)... [19/36]
2146Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2147[info] compiling 1 Scala source to /build/repo/modules/logging/interop/log4cats-legacy/target/jvm-3/classes ...
2148[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2149[warn] Option -Xkind-projector was updated
2150[warn] two warnings found
2151[info] done compiling
2152Starting build for ProjectRef(file:/build/repo/,loggingDer3) (tofu-logging-derivation)... [20/36]
2153Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2154[info] compiling 4 Scala sources to /build/repo/modules/logging/derivation/target/jvm-3/test-classes ...
2155[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2156[warn] Option -Xkind-projector was updated
2157[warn] two warnings found
2158[info] done compiling
2159[info] DerivedLoggableScala3Suite:
2160[info] SealedTraitEnum SingletonEnumLoggable
2161[info] - should correctly log
2162[info] Scala3Enum SingletonEnumLoggable
2163[info] - should correctly log
2164[info] DerivedLoggableSuite:
2165[info] Foo logging
2166[info] - should not rendered None
2167[info] - should not rendered Some flat
2168[info] Bar logging
2169[info] - should hide fields
2170[info] - should unembed fields
2171[info] - should embed fields
2172[info] Baz logging
2173[info] - should respect object collections
2174[info] - should respect primitive collections
2175[info] - should respect complex primitive collections
2176[info] - should respect masking
2177[info] MaskedBaz
2178[info] - should emit Some
2179[info] - should not emit None
2180[info] - should not show <none> for None with ignoreOpt
2181[info] - should show mask Option values in logShow
2182[info] - should show mask fields with custom masker function
2183[info] MaskedContra logging
2184[info] - should mask fields
2185Starting build for ProjectRef(file:/build/repo/,coreCE33) (tofu-core-ce3)... [21/36]
2186Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2187[info] compiling 18 Scala sources to /build/repo/modules/core/ce3/target/jvm-3/classes ...
2188[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2189[warn] Option -Xkind-projector was updated
2190[warn] two warnings found
2191[info] done compiling
2192[info] compiling 27 Scala sources to /build/repo/modules/core/ce3/target/jvm-3/test-classes ...
2193[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2194[warn] Option -Xkind-projector was updated
2195[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:30:78
2196[warn] 30 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends CardStorage[F] {
2197[warn] | ^
2198[warn] | unused implicit parameter
2199[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:45:78
2200[warn] 45 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, UserNotFound] })#L] extends UserStorage[F] {
2201[warn] | ^
2202[warn] | unused implicit parameter
2203[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:22:116
2204[warn] 22 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2205[warn] | ^
2206[warn] | unused implicit parameter
2207[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:27:116
2208[warn] 27 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2209[warn] | ^
2210[warn] | unused implicit parameter
2211[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:32:116
2212[warn] 32 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2213[warn] | ^
2214[warn] | unused implicit parameter
2215[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:42:10
2216[warn] 42 | })#L: Timeout
2217[warn] | ^
2218[warn] | unused implicit parameter
2219[warn] 8 warnings found
2220[info] done compiling
2221[info] ErrorsSuite:
2222[info] Raise
2223[info] - should reRaise
2224[info] Errors
2225[info] - should adoptError
2226[info] FEitherSuite:
2227[info] EitherIdFOps#asRightF
2228[info] - should return Right
2229[info] EitherIdFOps#asLeftF
2230[info] - should return Left
2231[info] EitherFObjectOps#condF
2232[info] - should return Right and check lazyness
2233[info] - should return Left and check lazyness
2234[info] EitherFOps#orElseF
2235[info] - should return self in case of empty second
2236[info] - should return self in case of non-empty second
2237[info] - should return arg in case of empty second
2238[info] - should return arg in case non-of empty second
2239[info] - should check lazyness
2240[info] EitherFOps#getOrElseF
2241[info] - should return self in case of empty second
2242[info] - should return self in case of non-empty second
2243[info] - should return arg
2244[info] - should check lazyness
2245[info] EitherFOps#catchAll
2246[info] - should return self
2247[info] - should return arg
2248[info] EitherFOps#absolve
2249[info] - should return self in case of Right
2250[info] - should return None in case of Left
2251[info] EitherFOps#reRaise
2252[info] - should return self in case of Right
2253[info] - should return None in case of Left
2254[info] EitherFOps#assocR
2255[info] - should return valid value in case of Right-Right
2256[info] - should return valid value in case of Right-Left
2257[info] - should return valid value in case of Left
2258[info] EitherFOps#assocL
2259[info] - should return valid value in case of Left-Right
2260[info] - should return valid value in case of Left-Left
2261[info] - should return valid value in case of Right
2262[info] EitherFOps#mapF
2263[info] - should return valid value in case of Right
2264[info] - should return valid value in case of Left
2265[info] - should return valid value in case of base None
2266[info] - should return valid valid in case map to None
2267[info] EitherFOps#tapF
2268[info] - should run in case of Right
2269[info] - should not run in case of Left
2270[info] - should not run in case of base None
2271[info] - should not run in case map to None
2272[info] EitherFOps#mapIn
2273[info] - should return valid value in case of Right
2274[info] - should return valid value in case of Left
2275[info] - should return valid value in case of base None
2276[info] EitherFOps#leftMapF
2277[info] - should return valid value in case of Left
2278[info] - should return valid value in case of Right
2279[info] - should return valid value in case of base None
2280[info] - should return valid value in case map to None
2281[info] EitherFOps#leftTapF
2282[info] - should run in case of Left
2283[info] - should not run in case of Right
2284[info] - should not run in case of base None
2285[info] - should not run in case map to None
2286[info] EitherFOps#flatMapIn
2287[info] - should return Right in case of base Right and mapping
2288[info] - should return valid value in case of base Right and mapping to Left
2289[info] - should return valid value in case of base Left
2290[info] - should return valid value in case of base None
2291[info] EitherFOps#leftFlatMapIn
2292[info] - should return Left in case of base Left and mapping
2293[info] - should return valid value in case of base Left and mapping to Right
2294[info] - should return valid value in case of base Right
2295[info] - should return valid value in case of base None
2296[info] EitherFOps#leftFlatMapF
2297[info] - should return Left in case of base Left and mapping
2298[info] - should return valid value in case of base Left and mapping to Right
2299[info] - should return valid value in case of base Right
2300[info] - should return valid value in case of base None
2301[info] EitherFOps#swapF
2302[info] - should return Left
2303[info] - should return Right
2304[info] - should return None
2305[info] EitherFOps#doubleFlatMap
2306[info] - should return None
2307[info] - should return Right
2308[info] - should return Left
2309[info] EitherFOps#ensure
2310[info] - should return None
2311[info] - should return Left
2312[info] - should return Right
2313[info] EitherFOps#ensureF
2314[info] - should return None
2315[info] - should return Left
2316[info] - should return Right
2317[info] EitherFOps#traverseF
2318[info] - should return None
2319[info] - should return Some(None)
2320[info] - should return Right
2321[info] - should return Left
2322[info] EitherFOps#traverseAll
2323[info] - should return List(None)
2324[info] - should return Nil
2325[info] - should return Right
2326[info] - should return Left
2327[info] EitherFOps#leftTraverseF
2328[info] - should return None
2329[info] - should return Some(None)
2330[info] - should return Right
2331[info] - should return Left
2332[info] EitherFOps#leftTraverseAll
2333[info] - should return List(None)
2334[info] - should return Nil
2335[info] - should return Right
2336[info] - should return Left
2337[info] EitherFOps#productF
2338[info] - should return None
2339[info] - should return Left
2340[info] - should return Right
2341[info] - should check lazyness
2342[info] EitherFOps#productRF
2343[info] - should return None
2344[info] - should return Left
2345[info] - should return Right
2346[info] - should check lazyness
2347[info] EitherFOps#productLF
2348[info] - should return None
2349[info] - should return Left
2350[info] - should return Right
2351[info] - should check lazyness
2352[info] EitherFOps#apF
2353[info] - should return None
2354[info] - should return Left
2355[info] - should return Right
2356[info] - should check lazyness
2357[info] EitherFOps#map2F
2358[info] - should return None
2359[info] - should return Left
2360[info] - should return Right
2361[info] - should check lazyness
2362[info] EitherFOps#flatMap2F
2363[info] - should return None
2364[info] - should return Left
2365[info] - should return Right
2366[info] - should check lazyness
2367[info] EitherFOps#mergeF
2368[info] - should return None
2369[info] - should return Left
2370[info] - should return Right
2371[info] EitherIdFOps#rightIn
2372[info] - should return None
2373[info] - should return Right
2374[info] EitherIdFOps#leftIn
2375[info] - should return None
2376[info] - should return Left
2377[info] ConsoleSuite:
2378[info] - simple output
2379[info] - double echo output
2380[info] QVarSuite:
2381[info] - check IO has QVar
2382[info] DelaySuite:
2383[info] - IO pure delay
2384[info] - IO effect delay
2385[info] - Lift delay
2386[info] UnliftSuite:
2387[info] Lift implicit def implementations
2388[info] - should cast instances properly
2389[info] FOptionSuite:
2390[info] getOrElseF
2391[info] - should return inner value when non empty
2392[info] getOrElseF
2393[info] - should return argument when empty
2394[info] orElseF
2395[info] - should return self when non empty
2396[info] orElseF
2397[info] - should return argument when empty
2398[info] orThrow
2399[info] - should return inner value when non empty
2400[info] orThrow
2401[info] - should raise error when empty
2402[info] semiflatMap
2403[info] - should run when non empty
2404[info] semiflatMap
2405[info] - should keep empty when empty
2406[info] mapIn
2407[info] - should run when non empty
2408[info] mapIn
2409[info] - should keep empty when empty
2410[info] flatMapIn
2411[info] - should run when non empty
2412[info] flatMapIn
2413[info] - should keep empty when empty
2414[info] flatMapIn
2415[info] - should return empty when empty is returned from function
2416[info] doubleFlatMap
2417[info] - should run when non empty
2418[info] doubleFlatMap
2419[info] - should keep empty when empty
2420[info] toRightF
2421[info] - should return non-empty Left
2422[info] toRightF
2423[info] - should return Right
2424[info] toRightF
2425[info] - should return empty M when empty M
2426[info] toRightF
2427[info] - should return empty Left when None
2428[info] toRightF
2429[info] - should check lazyness
2430[info] toRightIn
2431[info] - should return non-empty Left
2432[info] toRightIn
2433[info] - should return Right
2434[info] toRightIn
2435[info] - should return empty M when empty M
2436[info] toRightIn
2437[info] - should check lazyness
2438[info] toLeftF
2439[info] - should return non-empty Right
2440[info] toLeftF
2441[info] - should return Left
2442[info] toLeftF
2443[info] - should return Left when empty M
2444[info] toLeftF
2445[info] - should return Right when None
2446[info] toLeftF
2447[info] - should return empty Right when None and function return empty M
2448[info] toLeftF
2449[info] - should check lazyness
2450[info] toLeftIn
2451[info] - should return Left
2452[info] toLeftIn
2453[info] - should return Left when empty M
2454[info] toLeftIn
2455[info] - should return Right when None
2456[info] toLeftIn
2457[info] - should check lazyness
2458[info] filterIn
2459[info] - should return empty M
2460[info] filterIn
2461[info] - should return None if None
2462[info] filterIn
2463[info] - should return valid value due the predicate
2464[info] filterF
2465[info] - should return empty M
2466[info] filterF
2467[info] - should return None if None
2468[info] filterF
2469[info] - should return valid value due the predicate
2470[info] ensure
2471[info] - should return err if None
2472[info] ensure
2473[info] - should return empty M
2474[info] ensure
2475[info] - should check lazyness
2476[info] ensure
2477[info] - should return valid value due the predicate
2478[info] ensureF
2479[info] - should return err if None
2480[info] ensureF
2481[info] - should return empty M
2482[info] ensureF
2483[info] - should check lazyness
2484[info] ensureF
2485[info] - should return valid value due the predicate
2486[info] collectF
2487[info] - should return successful collected
2488[info] collectF
2489[info] - should return empty collected when empty M
2490[info] collectF
2491[info] - should return None collected when matching is failed
2492[info] collectF
2493[info] - should return None collected when base is None
2494[info] collectIn
2495[info] - should return successful collected
2496[info] collectIn
2497[info] - should return None collected when matching is failed
2498[info] collectIn
2499[info] - should return None collected when base is None
2500[info] traverseF
2501[info] - should return Left
2502[info] traverseF
2503[info] - should return Right
2504[info] traverseF
2505[info] - should return empty M
2506[info] traverseF
2507[info] - should return err
2508[info] traverseAll
2509[info] - should return Left
2510[info] traverseAll
2511[info] - should return Right
2512[info] traverseAll
2513[info] - should return empty M
2514[info] traverseAll
2515[info] - should return err
2516[info] productF
2517[info] - should return None
2518[info] productF
2519[info] - should return Some
2520[info] productF
2521[info] - should return empty M
2522[info] productF
2523[info] - should return M with None
2524[info] productF
2525[info] - should check lazyness
2526[info] productRF
2527[info] - should return None
2528[info] productRF
2529[info] - should return Some
2530[info] productRF
2531[info] - should return empty M
2532[info] productRF
2533[info] - should return M with None
2534[info] productRF
2535[info] - should check lazyness
2536[info] productLF
2537[info] - should return None
2538[info] productLF
2539[info] - should return Some
2540[info] productLF
2541[info] - should return empty M
2542[info] productLF
2543[info] - should return M with None
2544[info] productLF
2545[info] - should check lazyness
2546[info] apF
2547[info] - should return None
2548[info] apF
2549[info] - should return Some
2550[info] apF
2551[info] - should return empty M
2552[info] apF
2553[info] - should return M with None
2554[info] apF
2555[info] - should check lazyness
2556[info] map2F
2557[info] - should return None
2558[info] map2F
2559[info] - should return Some
2560[info] map2F
2561[info] - should return empty M
2562[info] map2F
2563[info] - should return M with None
2564[info] map2F
2565[info] - should check lazyness
2566[info] flatMap2F
2567[info] - should return None
2568[info] flatMap2F
2569[info] - should return Some
2570[info] flatMap2F
2571[info] - should return empty M
2572[info] flatMap2F
2573[info] - should return M with None
2574[info] flatMap2F
2575[info] - should check lazyness
2576[info] someIn
2577[info] - should return some in M (List)
2578[info] UnliftSubcontext:
2579[info] Unlift
2580[info] - should correctly replace subcontext
2581[info] Unlift
2582[info] - should correctly lift
2583[info] RaiseSuite:
2584[info] - error should be raised
2585[info] FIorSuite:
2586[info] TofuFIorOps#mapF
2587[info] - should run function well in case of right
2588[info] - should run function well in case of left
2589[info] - should run function well in case of both
2590[info] - should nothing happen in case of effect error
2591[info] - should check lazyness
2592[info] TofuFIorOps#mapIn
2593[info] - should run function well in case of right
2594[info] - should run function well in case of left
2595[info] - should run function well in case of both
2596[info] - should nothing happen in case of effect error
2597[info] TofuFIorOps#flatMapIn
2598[info] - should run function well in case of right
2599[info] - should run function well in case of left
2600[info] - should run function well in case of both
2601[info] - should nothing happen in case of effect error
2602[info] - should check lazyness
2603[info] TofuFIorOps#doubleFlatMap
2604[info] - should run function well in case of right
2605[info] - should run function well in case of left
2606[info] - should run function well in case of both
2607[info] - should nothing happen in case of effect error
2608[info] - should check lazyness
2609[info] TofuFIorOps#flatTapF
2610[info] - should run function well in case of right
2611[info] - should run function well in case of left
2612[info] - should run function well in case of both
2613[info] - should nothing happen in case of effect error
2614[info] - should check lazyness
2615[info] TofuFIorOps#doubleFlatTap
2616[info] - should run function well in case of right (to right)
2617[info] - should run function well in case of right (to left)
2618[info] - should run function well in case of right (to both)
2619[info] - should run function well in case of left (to right)
2620[info] - should run function well in case of left (to left)
2621[info] - should run function well in case of left (to both)
2622[info] - should run function well in case of both (to right)
2623[info] - should run function well in case of both (to left)
2624[info] - should run function well in case of both (to both)
2625[info] - should nothing happen in case of effect error
2626[info] - should nothing happen in case of effect error (source)
2627[info] - should check lazyness
2628[info] PermitSuite:
2629[info] - check Permit
2630[info] PerformSuite:
2631[info] - parallize over performed futures
2632[info] AtomSuite:
2633[info] - check IO has Atom
2634[info] RetrySuite:
2635[info] runRetry[Err1, F]
2636[info] - should update counter n times
2637[info] runRetry[Err2, F]
2638[info] - should update counter 1 time
2639[info] TimeoutSuite:
2640[info] - Timeout should cancel
2641[info] - Timeout with ReaderT should cancel
2642[info] - Timeout with ReaderT should have context
2643[info] - Timeout with ReaderT should have context in fallback
2644Starting build for ProjectRef(file:/build/repo/,loggingStr2_12) (tofu-logging-structured)... [22/36]
2645Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2646[info] compiling 52 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.12/classes ...
2647[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2648[warn] Option -Xkind-projector was updated
2649[warn] two warnings found
2650[info] done compiling
2651[info] compiling 6 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.12/test-classes ...
2652[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2653[warn] Option -Xkind-projector was updated
2654[warn] two warnings found
2655[info] done compiling
2656[info] LogTreeSuite:
2657[info] - LogTree and tethys builder results are consistent
2658[info] NamedLoggableCompositionSuite:
2659[info] named logs combined
2660[info] - should genenerate two item dictionary
2661[info] - should generate single item dictionary on rename
2662[info] named logs manually combined
2663[info] - should generate two item dictionary
2664[info] - should generate deep dictionary on rename
2665[info] singleton logs combined
2666[info] - should genenerate two item dictionary
2667[info] - should generate single item dictionary on rename
2668[info] singleton logs manually combined
2669[info] - should generate two item dictionary
2670[info] - should generate deep dictionary on rename
2671[info] LocationSyntaxSuite:
2672[info] tofu.syntax.location.logging
2673[info] - should add location as additional logged value
2674[info] LoggableSuite:
2675[info] int custom logging
2676[info] - should be correct
2677[info] either custom logging
2678[info] - should handle left
2679[info] - should handle right
2680[info] - should show left correct
2681[info] - should show right correct
2682[info] hide after named
2683[info] - should hide value in message
2684[info] local date
2685[info] - should have loggable instance
2686[info] LoggingSuite:
2687[info] log tree
2688[info] - should render map
2689[info] logging syntax
2690[info] - should save the context
2691[info] - should add logged values
2692[info] - should add more values
2693[info] - should add throwable
2694[info] - should add throwable and more values
2695Starting build for ProjectRef(file:/build/repo/,kernelCatsMtlInterop3) (tofu-kernel-cats-mtl)... [23/36]
2696Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2697[info] compiling 5 Scala sources to /build/repo/modules/kernel/interop/cats-mtl/target/jvm-3/classes ...
2698[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2699[warn] Option -Xkind-projector was updated
2700[warn] two warnings found
2701[info] done compiling
2702[info] compiling 3 Scala sources to /build/repo/modules/kernel/interop/cats-mtl/target/jvm-3/test-classes ...
2703[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2704[warn] Option -Xkind-projector was updated
2705[warn] two warnings found
2706[info] done compiling
2707Starting build for ProjectRef(file:/build/repo/,streams) (tofu-streams)... [24/36]
2708Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2709[info] compiling 23 Scala sources to /build/repo/modules/streams/target/jvm-2.13/classes ...
2710[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2711[warn] Option -Xkind-projector was updated
2712[warn] two warnings found
2713[info] done compiling
2714[info] compiling 1 Scala source to /build/repo/modules/streams/target/jvm-2.13/test-classes ...
2715[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2716[warn] Option -Xkind-projector was updated
2717[warn] two warnings found
2718[info] done compiling
2719Starting build for ProjectRef(file:/build/repo/,higherKindCore3) (tofu-core-higher-kind)... [25/36]
2720Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2721[info] compiling 5 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-3/test-classes ...
2722[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2723[warn] Option -Xkind-projector was updated
2724[warn] two warnings found
2725[info] done compiling
2726[info] functionKSpec:
2727[info] - funK infers type args
2728[info] - funKFrom infers type args
2729[info] monadicSpec:
2730[info] - discard should properly discard values
2731Starting build for ProjectRef(file:/build/repo/,loggingDerivationAnnotations) (tofu-logging-derivation-annotations)... [26/36]
2732Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2733Starting build for ProjectRef(file:/build/repo/,logging) (tofu-logging)... [27/36]
2734Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2735Starting build for ProjectRef(file:/build/repo/,loggingStr3) (tofu-logging-structured)... [28/36]
2736Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2737[info] compiling 6 Scala sources to /build/repo/modules/logging/structured/target/jvm-3/test-classes ...
2738[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2739[warn] Option -Xkind-projector was updated
2740[warn] two warnings found
2741[info] done compiling
2742[info] LogTreeSuite:
2743[info] - LogTree and tethys builder results are consistent
2744[info] NamedLoggableCompositionSuite:
2745[info] named logs combined
2746[info] - should genenerate two item dictionary
2747[info] - should generate single item dictionary on rename
2748[info] named logs manually combined
2749[info] - should generate two item dictionary
2750[info] - should generate deep dictionary on rename
2751[info] singleton logs combined
2752[info] - should genenerate two item dictionary
2753[info] - should generate single item dictionary on rename
2754[info] singleton logs manually combined
2755[info] - should generate two item dictionary
2756[info] - should generate deep dictionary on rename
2757[info] LoggableSuite:
2758[info] int custom logging
2759[info] - should be correct
2760[info] either custom logging
2761[info] - should handle left
2762[info] - should handle right
2763[info] - should show left correct
2764[info] - should show right correct
2765[info] hide after named
2766[info] - should hide value in message
2767[info] local date
2768[info] - should have loggable instance
2769[info] LocationSyntaxSuite:
2770[info] tofu.syntax.location.logging
2771[info] - should add location as additional logged value
2772[info] LoggingSuite:
2773[info] log tree
2774[info] - should render map
2775[info] logging syntax
2776[info] - should save the context
2777[info] - should add logged values
2778[info] - should add more values
2779[info] - should add throwable
2780[info] - should add throwable and more values
2781Starting build for ProjectRef(file:/build/repo/,coreCE3) (tofu-core-ce3)... [29/36]
2782Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2783[info] compiling 27 Scala sources to /build/repo/modules/core/ce3/target/jvm-2.13/test-classes ...
2784[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2785[warn] Option -Xkind-projector was updated
2786[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:30:78
2787[warn] 30 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends CardStorage[F] {
2788[warn] | ^
2789[warn] | unused implicit parameter
2790[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:45:78
2791[warn] 45 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, UserNotFound] })#L] extends UserStorage[F] {
2792[warn] | ^
2793[warn] | unused implicit parameter
2794[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:22:116
2795[warn] 22 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2796[warn] | ^
2797[warn] | unused implicit parameter
2798[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:27:116
2799[warn] 27 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2800[warn] | ^
2801[warn] | unused implicit parameter
2802[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:32:116
2803[warn] 32 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2804[warn] | ^
2805[warn] | unused implicit parameter
2806[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:42:10
2807[warn] 42 | })#L: Timeout
2808[warn] | ^
2809[warn] | unused implicit parameter
2810[warn] 8 warnings found
2811[info] done compiling
2812[info] ErrorsSuite:
2813[info] Raise
2814[info] - should reRaise
2815[info] Errors
2816[info] - should adoptError
2817[info] ConsoleSuite:
2818[info] - simple output
2819[info] - double echo output
2820[info] FEitherSuite:
2821[info] EitherIdFOps#asRightF
2822[info] - should return Right
2823[info] EitherIdFOps#asLeftF
2824[info] - should return Left
2825[info] EitherFObjectOps#condF
2826[info] - should return Right and check lazyness
2827[info] - should return Left and check lazyness
2828[info] EitherFOps#orElseF
2829[info] - should return self in case of empty second
2830[info] - should return self in case of non-empty second
2831[info] - should return arg in case of empty second
2832[info] - should return arg in case non-of empty second
2833[info] - should check lazyness
2834[info] EitherFOps#getOrElseF
2835[info] - should return self in case of empty second
2836[info] - should return self in case of non-empty second
2837[info] - should return arg
2838[info] - should check lazyness
2839[info] EitherFOps#catchAll
2840[info] - should return self
2841[info] - should return arg
2842[info] EitherFOps#absolve
2843[info] - should return self in case of Right
2844[info] - should return None in case of Left
2845[info] EitherFOps#reRaise
2846[info] - should return self in case of Right
2847[info] - should return None in case of Left
2848[info] EitherFOps#assocR
2849[info] - should return valid value in case of Right-Right
2850[info] - should return valid value in case of Right-Left
2851[info] - should return valid value in case of Left
2852[info] EitherFOps#assocL
2853[info] - should return valid value in case of Left-Right
2854[info] - should return valid value in case of Left-Left
2855[info] - should return valid value in case of Right
2856[info] EitherFOps#mapF
2857[info] - should return valid value in case of Right
2858[info] - should return valid value in case of Left
2859[info] - should return valid value in case of base None
2860[info] - should return valid valid in case map to None
2861[info] EitherFOps#tapF
2862[info] - should run in case of Right
2863[info] - should not run in case of Left
2864[info] - should not run in case of base None
2865[info] - should not run in case map to None
2866[info] EitherFOps#mapIn
2867[info] - should return valid value in case of Right
2868[info] - should return valid value in case of Left
2869[info] - should return valid value in case of base None
2870[info] EitherFOps#leftMapF
2871[info] - should return valid value in case of Left
2872[info] - should return valid value in case of Right
2873[info] - should return valid value in case of base None
2874[info] - should return valid value in case map to None
2875[info] EitherFOps#leftTapF
2876[info] - should run in case of Left
2877[info] - should not run in case of Right
2878[info] - should not run in case of base None
2879[info] - should not run in case map to None
2880[info] EitherFOps#flatMapIn
2881[info] - should return Right in case of base Right and mapping
2882[info] - should return valid value in case of base Right and mapping to Left
2883[info] - should return valid value in case of base Left
2884[info] - should return valid value in case of base None
2885[info] EitherFOps#leftFlatMapIn
2886[info] - should return Left in case of base Left and mapping
2887[info] - should return valid value in case of base Left and mapping to Right
2888[info] - should return valid value in case of base Right
2889[info] - should return valid value in case of base None
2890[info] EitherFOps#leftFlatMapF
2891[info] - should return Left in case of base Left and mapping
2892[info] - should return valid value in case of base Left and mapping to Right
2893[info] - should return valid value in case of base Right
2894[info] - should return valid value in case of base None
2895[info] EitherFOps#swapF
2896[info] - should return Left
2897[info] - should return Right
2898[info] - should return None
2899[info] EitherFOps#doubleFlatMap
2900[info] - should return None
2901[info] - should return Right
2902[info] - should return Left
2903[info] EitherFOps#ensure
2904[info] - should return None
2905[info] - should return Left
2906[info] - should return Right
2907[info] EitherFOps#ensureF
2908[info] - should return None
2909[info] - should return Left
2910[info] - should return Right
2911[info] EitherFOps#traverseF
2912[info] - should return None
2913[info] - should return Some(None)
2914[info] - should return Right
2915[info] - should return Left
2916[info] EitherFOps#traverseAll
2917[info] - should return List(None)
2918[info] - should return Nil
2919[info] - should return Right
2920[info] - should return Left
2921[info] EitherFOps#leftTraverseF
2922[info] - should return None
2923[info] - should return Some(None)
2924[info] - should return Right
2925[info] - should return Left
2926[info] EitherFOps#leftTraverseAll
2927[info] - should return List(None)
2928[info] - should return Nil
2929[info] - should return Right
2930[info] - should return Left
2931[info] EitherFOps#productF
2932[info] - should return None
2933[info] - should return Left
2934[info] - should return Right
2935[info] - should check lazyness
2936[info] EitherFOps#productRF
2937[info] - should return None
2938[info] - should return Left
2939[info] - should return Right
2940[info] - should check lazyness
2941[info] EitherFOps#productLF
2942[info] - should return None
2943[info] - should return Left
2944[info] - should return Right
2945[info] - should check lazyness
2946[info] EitherFOps#apF
2947[info] - should return None
2948[info] - should return Left
2949[info] - should return Right
2950[info] - should check lazyness
2951[info] EitherFOps#map2F
2952[info] - should return None
2953[info] - should return Left
2954[info] - should return Right
2955[info] - should check lazyness
2956[info] EitherFOps#flatMap2F
2957[info] - should return None
2958[info] - should return Left
2959[info] - should return Right
2960[info] - should check lazyness
2961[info] EitherFOps#mergeF
2962[info] - should return None
2963[info] - should return Left
2964[info] - should return Right
2965[info] EitherIdFOps#rightIn
2966[info] - should return None
2967[info] - should return Right
2968[info] EitherIdFOps#leftIn
2969[info] - should return None
2970[info] - should return Left
2971[info] QVarSuite:
2972[info] - check IO has QVar
2973[info] AtomSuite:
2974[info] - check IO has Atom
2975[info] UnliftSuite:
2976[info] Lift implicit def implementations
2977[info] - should cast instances properly
2978[info] FIorSuite:
2979[info] TofuFIorOps#mapF
2980[info] - should run function well in case of right
2981[info] - should run function well in case of left
2982[info] - should run function well in case of both
2983[info] - should nothing happen in case of effect error
2984[info] - should check lazyness
2985[info] TofuFIorOps#mapIn
2986[info] - should run function well in case of right
2987[info] - should run function well in case of left
2988[info] - should run function well in case of both
2989[info] - should nothing happen in case of effect error
2990[info] TofuFIorOps#flatMapIn
2991[info] - should run function well in case of right
2992[info] - should run function well in case of left
2993[info] - should run function well in case of both
2994[info] - should nothing happen in case of effect error
2995[info] - should check lazyness
2996[info] TofuFIorOps#doubleFlatMap
2997[info] - should run function well in case of right
2998[info] - should run function well in case of left
2999[info] - should run function well in case of both
3000[info] - should nothing happen in case of effect error
3001[info] - should check lazyness
3002[info] TofuFIorOps#flatTapF
3003[info] - should run function well in case of right
3004[info] - should run function well in case of left
3005[info] - should run function well in case of both
3006[info] - should nothing happen in case of effect error
3007[info] - should check lazyness
3008[info] TofuFIorOps#doubleFlatTap
3009[info] - should run function well in case of right (to right)
3010[info] - should run function well in case of right (to left)
3011[info] - should run function well in case of right (to both)
3012[info] - should run function well in case of left (to right)
3013[info] - should run function well in case of left (to left)
3014[info] - should run function well in case of left (to both)
3015[info] - should run function well in case of both (to right)
3016[info] - should run function well in case of both (to left)
3017[info] - should run function well in case of both (to both)
3018[info] - should nothing happen in case of effect error
3019[info] - should nothing happen in case of effect error (source)
3020[info] - should check lazyness
3021[info] DelaySuite:
3022[info] - IO pure delay
3023[info] - IO effect delay
3024[info] - Lift delay
3025[info] PermitSuite:
3026[info] - check Permit
3027[info] TimeoutSuite:
3028[info] - Timeout should cancel
3029[info] - Timeout with ReaderT should cancel
3030[info] - Timeout with ReaderT should have context
3031[info] - Timeout with ReaderT should have context in fallback
3032[info] RaiseSuite:
3033[info] - error should be raised
3034[info] RetrySuite:
3035[info] runRetry[Err1, F]
3036[info] - should update counter n times
3037[info] runRetry[Err2, F]
3038[info] - should update counter 1 time
3039[info] UnliftSubcontext:
3040[info] Unlift
3041[info] - should correctly replace subcontext
3042[info] Unlift
3043[info] - should correctly lift
3044[info] FOptionSuite:
3045[info] getOrElseF
3046[info] - should return inner value when non empty
3047[info] getOrElseF
3048[info] - should return argument when empty
3049[info] orElseF
3050[info] - should return self when non empty
3051[info] orElseF
3052[info] - should return argument when empty
3053[info] orThrow
3054[info] - should return inner value when non empty
3055[info] orThrow
3056[info] - should raise error when empty
3057[info] semiflatMap
3058[info] - should run when non empty
3059[info] semiflatMap
3060[info] - should keep empty when empty
3061[info] mapIn
3062[info] - should run when non empty
3063[info] mapIn
3064[info] - should keep empty when empty
3065[info] flatMapIn
3066[info] - should run when non empty
3067[info] flatMapIn
3068[info] - should keep empty when empty
3069[info] flatMapIn
3070[info] - should return empty when empty is returned from function
3071[info] doubleFlatMap
3072[info] - should run when non empty
3073[info] doubleFlatMap
3074[info] - should keep empty when empty
3075[info] toRightF
3076[info] - should return non-empty Left
3077[info] toRightF
3078[info] - should return Right
3079[info] toRightF
3080[info] - should return empty M when empty M
3081[info] toRightF
3082[info] - should return empty Left when None
3083[info] toRightF
3084[info] - should check lazyness
3085[info] toRightIn
3086[info] - should return non-empty Left
3087[info] toRightIn
3088[info] - should return Right
3089[info] toRightIn
3090[info] - should return empty M when empty M
3091[info] toRightIn
3092[info] - should check lazyness
3093[info] toLeftF
3094[info] - should return non-empty Right
3095[info] toLeftF
3096[info] - should return Left
3097[info] toLeftF
3098[info] - should return Left when empty M
3099[info] toLeftF
3100[info] - should return Right when None
3101[info] toLeftF
3102[info] - should return empty Right when None and function return empty M
3103[info] toLeftF
3104[info] - should check lazyness
3105[info] toLeftIn
3106[info] - should return Left
3107[info] toLeftIn
3108[info] - should return Left when empty M
3109[info] toLeftIn
3110[info] - should return Right when None
3111[info] toLeftIn
3112[info] - should check lazyness
3113[info] filterIn
3114[info] - should return empty M
3115[info] filterIn
3116[info] - should return None if None
3117[info] filterIn
3118[info] - should return valid value due the predicate
3119[info] filterF
3120[info] - should return empty M
3121[info] filterF
3122[info] - should return None if None
3123[info] filterF
3124[info] - should return valid value due the predicate
3125[info] ensure
3126[info] - should return err if None
3127[info] ensure
3128[info] - should return empty M
3129[info] ensure
3130[info] - should check lazyness
3131[info] ensure
3132[info] - should return valid value due the predicate
3133[info] ensureF
3134[info] - should return err if None
3135[info] ensureF
3136[info] - should return empty M
3137[info] ensureF
3138[info] - should check lazyness
3139[info] ensureF
3140[info] - should return valid value due the predicate
3141[info] collectF
3142[info] - should return successful collected
3143[info] collectF
3144[info] - should return empty collected when empty M
3145[info] collectF
3146[info] - should return None collected when matching is failed
3147[info] collectF
3148[info] - should return None collected when base is None
3149[info] collectIn
3150[info] - should return successful collected
3151[info] collectIn
3152[info] - should return None collected when matching is failed
3153[info] collectIn
3154[info] - should return None collected when base is None
3155[info] traverseF
3156[info] - should return Left
3157[info] traverseF
3158[info] - should return Right
3159[info] traverseF
3160[info] - should return empty M
3161[info] traverseF
3162[info] - should return err
3163[info] traverseAll
3164[info] - should return Left
3165[info] traverseAll
3166[info] - should return Right
3167[info] traverseAll
3168[info] - should return empty M
3169[info] traverseAll
3170[info] - should return err
3171[info] productF
3172[info] - should return None
3173[info] productF
3174[info] - should return Some
3175[info] productF
3176[info] - should return empty M
3177[info] productF
3178[info] - should return M with None
3179[info] productF
3180[info] - should check lazyness
3181[info] productRF
3182[info] - should return None
3183[info] productRF
3184[info] - should return Some
3185[info] productRF
3186[info] - should return empty M
3187[info] productRF
3188[info] - should return M with None
3189[info] productRF
3190[info] - should check lazyness
3191[info] productLF
3192[info] - should return None
3193[info] productLF
3194[info] - should return Some
3195[info] productLF
3196[info] - should return empty M
3197[info] productLF
3198[info] - should return M with None
3199[info] productLF
3200[info] - should check lazyness
3201[info] apF
3202[info] - should return None
3203[info] apF
3204[info] - should return Some
3205[info] apF
3206[info] - should return empty M
3207[info] apF
3208[info] - should return M with None
3209[info] apF
3210[info] - should check lazyness
3211[info] map2F
3212[info] - should return None
3213[info] map2F
3214[info] - should return Some
3215[info] map2F
3216[info] - should return empty M
3217[info] map2F
3218[info] - should return M with None
3219[info] map2F
3220[info] - should check lazyness
3221[info] flatMap2F
3222[info] - should return None
3223[info] flatMap2F
3224[info] - should return Some
3225[info] flatMap2F
3226[info] - should return empty M
3227[info] flatMap2F
3228[info] - should return M with None
3229[info] flatMap2F
3230[info] - should check lazyness
3231[info] someIn
3232[info] - should return some in M (List)
3233[info] PerformSuite:
3234[info] - parallize over performed futures
3235Starting build for ProjectRef(file:/build/repo/,loggingRefined3) (tofu-logging-refined)... [30/36]
3236Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
3237[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-3/classes ...
3238[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
3239[warn] Option -Xkind-projector was updated
3240[warn] two warnings found
3241[info] done compiling
3242[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-3/test-classes ...
3243[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
3244[warn] Option -Xkind-projector was updated
3245[warn] two warnings found
3246[info] done compiling
3247[info] TofuRefinedIntegrationSpec:
3248[info] derived loggable instances
3249[info] - should be correct
3250Starting build for ProjectRef(file:/build/repo/,loggingLog4Cats2_12) (tofu-logging-log4cats)... [31/36]
3251Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
3252[info] compiling 1 Scala source to /build/repo/modules/logging/interop/log4cats/target/jvm-2.12/classes ...
3253[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
3254[warn] Option -Xkind-projector was updated
3255[warn] two warnings found
3256[info] done compiling
3257Starting build for ProjectRef(file:/build/repo/,coreCE22_12) (tofu-core-ce2)... [32/36]
3258Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
3259[info] compiling 19 Scala sources to /build/repo/modules/core/ce2/target/jvm-2.12/classes ...
3260[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
3261[warn] Option -Xkind-projector was updated
3262[warn] two warnings found
3263[info] done compiling
3264[info] compiling 27 Scala sources to /build/repo/modules/core/ce2/target/jvm-2.12/test-classes ...
3265[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
3266[warn] Option -Xkind-projector was updated
3267[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce2/src/test/scala/tofu/examples/TofuRaiseExamples.scala:29:78
3268[warn] 29 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends CardStorage[F] {
3269[warn] | ^
3270[warn] | unused implicit parameter
3271[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce2/src/test/scala/tofu/examples/TofuRaiseExamples.scala:44:78
3272[warn] 44 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends UserStorage[F] {
3273[warn] | ^
3274[warn] | unused implicit parameter
3275[warn] four warnings found
3276[info] done compiling
3277[info] ConsoleSuite:
3278[info] - simple output
3279[info] - double echo output
3280[info] AtomSuite:
3281[info] - check IO has Atom
3282[info] QVarSuite:
3283[info] - check IO has QVar
3284[info] RetrySuite:
3285[info] runRetry[Err1, F]
3286[info] - should update counter n times
3287[info] runRetry[Err2, F]
3288[info] - should update counter 1 time
3289[info] ErrorsSuite:
3290[info] Raise
3291[info] - should reRaise
3292[info] Errors
3293[info] - should adoptError
3294[info] UnliftSubcontext:
3295[info] Unlift
3296[info] - should correctly replace subcontext
3297[info] Unlift
3298[info] - should correctly lift
3299[info] DelaySuite:
3300[info] - IO pure delay
3301[info] - IO effect delay
3302[info] - Lift delay
3303[info] PermitSuite:
3304[info] - check IO has Permit
3305[info] UnliftSuite:
3306[info] Lift implicit def implementations
3307[info] - should cast instances properly
3308[info] RaiseSuite:
3309[info] - error should be raised
3310[info] FIorSuite:
3311[info] TofuFIorOps#mapF
3312[info] - should run function well in case of right
3313[info] - should run function well in case of left
3314[info] - should run function well in case of both
3315[info] - should nothing happen in case of effect error
3316[info] - should check lazyness
3317[info] TofuFIorOps#mapIn
3318[info] - should run function well in case of right
3319[info] - should run function well in case of left
3320[info] - should run function well in case of both
3321[info] - should nothing happen in case of effect error
3322[info] TofuFIorOps#flatMapIn
3323[info] - should run function well in case of right
3324[info] - should run function well in case of left
3325[info] - should run function well in case of both
3326[info] - should nothing happen in case of effect error
3327[info] - should check lazyness
3328[info] TofuFIorOps#doubleFlatMap
3329[info] - should run function well in case of right
3330[info] - should run function well in case of left
3331[info] - should run function well in case of both
3332[info] - should nothing happen in case of effect error
3333[info] - should check lazyness
3334[info] TofuFIorOps#flatTapF
3335[info] - should run function well in case of right
3336[info] - should run function well in case of left
3337[info] - should run function well in case of both
3338[info] - should nothing happen in case of effect error
3339[info] - should check lazyness
3340[info] TofuFIorOps#doubleFlatTap
3341[info] - should run function well in case of right (to right)
3342[info] - should run function well in case of right (to left)
3343[info] - should run function well in case of right (to both)
3344[info] - should run function well in case of left (to right)
3345[info] - should run function well in case of left (to left)
3346[info] - should run function well in case of left (to both)
3347[info] - should run function well in case of both (to right)
3348[info] - should run function well in case of both (to left)
3349[info] - should run function well in case of both (to both)
3350[info] - should nothing happen in case of effect error
3351[info] - should nothing happen in case of effect error (source)
3352[info] - should check lazyness
3353[info] TimeoutSuite:
3354[info] - Timeout should cancel
3355[info] - Timeout with ReaderT should cancel
3356[info] - Timeout with ReaderT should have context
3357[info] - Timeout with ReaderT should have context in fallback
3358[info] FEitherSuite:
3359[info] EitherIdFOps#asRightF
3360[info] - should return Right
3361[info] EitherIdFOps#asLeftF
3362[info] - should return Left
3363[info] EitherFObjectOps#condF
3364[info] - should return Right and check lazyness
3365[info] - should return Left and check lazyness
3366[info] EitherFOps#orElseF
3367[info] - should return self in case of empty second
3368[info] - should return self in case of non-empty second
3369[info] - should return arg in case of empty second
3370[info] - should return arg in case non-of empty second
3371[info] - should check lazyness
3372[info] EitherFOps#getOrElseF
3373[info] - should return self in case of empty second
3374[info] - should return self in case of non-empty second
3375[info] - should return arg
3376[info] - should check lazyness
3377[info] EitherFOps#catchAll
3378[info] - should return self
3379[info] - should return arg
3380[info] EitherFOps#absolve
3381[info] - should return self in case of Right
3382[info] - should return None in case of Left
3383[info] EitherFOps#reRaise
3384[info] - should return self in case of Right
3385[info] - should return None in case of Left
3386[info] EitherFOps#assocR
3387[info] - should return valid value in case of Right-Right
3388[info] - should return valid value in case of Right-Left
3389[info] - should return valid value in case of Left
3390[info] EitherFOps#assocL
3391[info] - should return valid value in case of Left-Right
3392[info] - should return valid value in case of Left-Left
3393[info] - should return valid value in case of Right
3394[info] EitherFOps#mapF
3395[info] - should return valid value in case of Right
3396[info] - should return valid value in case of Left
3397[info] - should return valid value in case of base None
3398[info] - should return valid valid in case map to None
3399[info] EitherFOps#tapF
3400[info] - should run in case of Right
3401[info] - should not run in case of Left
3402[info] - should not run in case of base None
3403[info] - should not run in case map to None
3404[info] EitherFOps#mapIn
3405[info] - should return valid value in case of Right
3406[info] - should return valid value in case of Left
3407[info] - should return valid value in case of base None
3408[info] EitherFOps#asIn
3409[info] - should return valid value in case of Right
3410[info] - should return Left value without changes
3411[info] - should return valid value in case of base None
3412[info] EitherFOps#asF
3413[info] - should return valid value in case of Right
3414[info] - should return None if inner value is None
3415[info] - should return Left value without changes
3416[info] - should return valid value in case of base None
3417[info] EitherFOps#leftMapF
3418[info] - should return valid value in case of Left
3419[info] - should return valid value in case of Right
3420[info] - should return valid value in case of base None
3421[info] - should return valid value in case map to None
3422[info] EitherFOps#leftTapF
3423[info] - should run in case of Left
3424[info] - should not run in case of Right
3425[info] - should not run in case of base None
3426[info] - should not run in case map to None
3427[info] EitherFOps#flatMapIn
3428[info] - should return Right in case of base Right and mapping
3429[info] - should return valid value in case of base Right and mapping to Left
3430[info] - should return valid value in case of base Left
3431[info] - should return valid value in case of base None
3432[info] EitherFOps#leftFlatMapIn
3433[info] - should return Left in case of base Left and mapping
3434[info] - should return valid value in case of base Left and mapping to Right
3435[info] - should return valid value in case of base Right
3436[info] - should return valid value in case of base None
3437[info] EitherFOps#leftFlatMapF
3438[info] - should return Left in case of base Left and mapping
3439[info] - should return valid value in case of base Left and mapping to Right
3440[info] - should return valid value in case of base Right
3441[info] - should return valid value in case of base None
3442[info] EitherFOps#swapF
3443[info] - should return Left
3444[info] - should return Right
3445[info] - should return None
3446[info] EitherFOps#doubleFlatMap
3447[info] - should return None
3448[info] - should return Right
3449[info] - should return Left
3450[info] EitherFOps#doubleFlatTap
3451[info] - should return None
3452[info] - should return Right without changes
3453[info] - should return Left
3454[info] EitherFOps#foldIn
3455[info] - should map left or right to C
3456[info] EitherFOps#foldF
3457[info] - should map left or right to F[C]
3458[info] - should fold to None
3459[info] - should fold on None
3460[info] EitherFOps#ensure
3461[info] - should return None
3462[info] - should return Left
3463[info] - should return Right
3464[info] EitherFOps#ensureF
3465[info] - should return None
3466[info] - should return Left
3467[info] - should return Right
3468[info] EitherFOps#traverseF
3469[info] - should return None
3470[info] - should return Some(None)
3471[info] - should return Right
3472[info] - should return Left
3473[info] EitherFOps#traverseAll
3474[info] - should return List(None)
3475[info] - should return Nil
3476[info] - should return Right
3477[info] - should return Left
3478[info] EitherFOps#leftTraverseF
3479[info] - should return None
3480[info] - should return Some(None)
3481[info] - should return Right
3482[info] - should return Left
3483[info] EitherFOps#leftTraverseAll
3484[info] - should return List(None)
3485[info] - should return Nil
3486[info] - should return Right
3487[info] - should return Left
3488[info] EitherFOps#productF
3489[info] - should return None
3490[info] - should return Left
3491[info] - should return Right
3492[info] - should check lazyness
3493[info] EitherFOps#productRF
3494[info] - should return None
3495[info] - should return Left
3496[info] - should return Right
3497[info] - should check lazyness
3498[info] EitherFOps#productLF
3499[info] - should return None
3500[info] - should return Left
3501[info] - should return Right
3502[info] - should check lazyness
3503[info] EitherFOps#apF
3504[info] - should return None
3505[info] - should return Left
3506[info] - should return Right
3507[info] - should check lazyness
3508[info] EitherFOps#map2F
3509[info] - should return None
3510[info] - should return Left
3511[info] - should return Right
3512[info] - should check lazyness
3513[info] EitherFOps#flatMap2F
3514[info] - should return None
3515[info] - should return Left
3516[info] - should return Right
3517[info] - should check lazyness
3518[info] EitherFOps#mergeF
3519[info] - should return None
3520[info] - should return Left
3521[info] - should return Right
3522[info] EitherIdFOps#rightIn
3523[info] - should return None
3524[info] - should return Right
3525[info] EitherIdFOps#leftIn
3526[info] - should return None
3527[info] - should return Left
3528[info] FOptionSuite:
3529[info] getOrElseF
3530[info] - should return inner value when non empty
3531[info] getOrElseF
3532[info] - should return argument when empty
3533[info] orElseF
3534[info] - should return self when non empty
3535[info] orElseF
3536[info] - should return argument when empty
3537[info] orThrow
3538[info] - should return inner value when non empty
3539[info] orThrow
3540[info] - should raise error when empty
3541[info] semiflatMap
3542[info] - should run when non empty
3543[info] semiflatMap
3544[info] - should keep empty when empty
3545[info] semiflatTap
3546[info] - should run when non empty
3547[info] semiflatTap
3548[info] - should keep value when empty
3549[info] mapIn
3550[info] - should run when non empty
3551[info] mapIn
3552[info] - should keep empty when empty
3553[info] flatMapIn
3554[info] - should run when non empty
3555[info] flatMapIn
3556[info] - should keep empty when empty
3557[info] flatMapIn
3558[info] - should return empty when empty is returned from function
3559[info] doubleFlatMap
3560[info] - should run when non empty
3561[info] doubleFlatMap
3562[info] - should keep empty when empty
3563[info] toRightF
3564[info] - should return non-empty Left
3565[info] toRightF
3566[info] - should return Right
3567[info] toRightF
3568[info] - should return empty M when empty M
3569[info] toRightF
3570[info] - should return empty Left when None
3571[info] toRightF
3572[info] - should check lazyness
3573[info] toRightIn
3574[info] - should return non-empty Left
3575[info] toRightIn
3576[info] - should return Right
3577[info] toRightIn
3578[info] - should return empty M when empty M
3579[info] toRightIn
3580[info] - should check lazyness
3581[info] toLeftF
3582[info] - should return non-empty Right
3583[info] toLeftF
3584[info] - should return Left
3585[info] toLeftF
3586[info] - should return Left when empty M
3587[info] toLeftF
3588[info] - should return Right when None
3589[info] toLeftF
3590[info] - should return empty Right when None and function return empty M
3591[info] toLeftF
3592[info] - should check lazyness
3593[info] toLeftIn
3594[info] - should return Left
3595[info] toLeftIn
3596[info] - should return Left when empty M
3597[info] toLeftIn
3598[info] - should return Right when None
3599[info] toLeftIn
3600[info] - should check lazyness
3601[info] filterIn
3602[info] - should return empty M
3603[info] filterIn
3604[info] - should return None if None
3605[info] filterIn
3606[info] - should return valid value due the predicate
3607[info] filterF
3608[info] - should return empty M
3609[info] filterF
3610[info] - should return None if None
3611[info] filterF
3612[info] - should return valid value due the predicate
3613[info] ensure
3614[info] - should return err if None
3615[info] ensure
3616[info] - should return empty M
3617[info] ensure
3618[info] - should check lazyness
3619[info] ensure
3620[info] - should return valid value due the predicate
3621[info] ensureF
3622[info] - should return err if None
3623[info] ensureF
3624[info] - should return empty M
3625[info] ensureF
3626[info] - should check lazyness
3627[info] ensureF
3628[info] - should return valid value due the predicate
3629[info] collectF
3630[info] - should return successful collected
3631[info] collectF
3632[info] - should return empty collected when empty M
3633[info] collectF
3634[info] - should return None collected when matching is failed
3635[info] collectF
3636[info] - should return None collected when base is None
3637[info] collectIn
3638[info] - should return successful collected
3639[info] collectIn
3640[info] - should return None collected when matching is failed
3641[info] collectIn
3642[info] - should return None collected when base is None
3643[info] traverseF
3644[info] - should return Left
3645[info] traverseF
3646[info] - should return Right
3647[info] traverseF
3648[info] - should return empty M
3649[info] traverseF
3650[info] - should return err
3651[info] traverseAll
3652[info] - should return Left
3653[info] traverseAll
3654[info] - should return Right
3655[info] traverseAll
3656[info] - should return empty M
3657[info] traverseAll
3658[info] - should return err
3659[info] productF
3660[info] - should return None
3661[info] productF
3662[info] - should return Some
3663[info] productF
3664[info] - should return empty M
3665[info] productF
3666[info] - should return M with None
3667[info] productF
3668[info] - should check lazyness
3669[info] productRF
3670[info] - should return None
3671[info] productRF
3672[info] - should return Some
3673[info] productRF
3674[info] - should return empty M
3675[info] productRF
3676[info] - should return M with None
3677[info] productRF
3678[info] - should check lazyness
3679[info] productLF
3680[info] - should return None
3681[info] productLF
3682[info] - should return Some
3683[info] productLF
3684[info] - should return empty M
3685[info] productLF
3686[info] - should return M with None
3687[info] productLF
3688[info] - should check lazyness
3689[info] apF
3690[info] - should return None
3691[info] apF
3692[info] - should return Some
3693[info] apF
3694[info] - should return empty M
3695[info] apF
3696[info] - should return M with None
3697[info] apF
3698[info] - should check lazyness
3699[info] map2F
3700[info] - should return None
3701[info] map2F
3702[info] - should return Some
3703[info] map2F
3704[info] - should return empty M
3705[info] map2F
3706[info] - should return M with None
3707[info] map2F
3708[info] - should check lazyness
3709[info] flatMap2F
3710[info] - should return None
3711[info] flatMap2F
3712[info] - should return Some
3713[info] flatMap2F
3714[info] - should return empty M
3715[info] flatMap2F
3716[info] - should return M with None
3717[info] flatMap2F
3718[info] - should check lazyness
3719[info] someIn
3720[info] - should return some in M (List)
3721Starting build for ProjectRef(file:/build/repo/,higherKindCore2_12) (tofu-core-higher-kind)... [33/36]
3722Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
3723[info] compiling 5 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.12/test-classes ...
3724[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
3725[warn] Option -Xkind-projector was updated
3726[warn] two warnings found
3727[info] done compiling
3728[info] functionKSpec:
3729[info] - funK infers type args
3730[info] - funKFrom infers type args
3731[info] monadicSpec:
3732[info] - discard should properly discard values
3733Starting build for ProjectRef(file:/build/repo/,repo) (repo)... [34/36]
3734Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
3735Starting build for ProjectRef(file:/build/repo/,fs2CE3Interop) (tofu-fs2-ce3-interop)... [35/36]
3736Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
3737[info] compiling 4 Scala sources to /build/repo/modules/interop/fs2/ce3/target/jvm-2.13/classes ...
3738[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
3739[warn] Option -Xkind-projector was updated
3740[warn] two warnings found
3741[info] done compiling
3742[info] compiling 1 Scala source to /build/repo/modules/interop/fs2/ce3/target/jvm-2.13/test-classes ...
3743[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
3744[warn] Option -Xkind-projector was updated
3745[warn] two warnings found
3746[info] done compiling
3747
3748************************
3749Build summary:
3750[{
3751 "module": "tofu-zio2-logging",
3752 "compile": {"status": "ok", "tookMs": 39765, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3753 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3754 "test-compile": {"status": "ok", "tookMs": 7613, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3755 "test": {"status": "ok", "tookMs": 2136, "passed": 4, "failed": 0, "ignored": 4, "skipped": 0, "total": 8, "byFramework": [{"framework": "unknown", "stats": {"passed": 4, "failed": 0, "ignored": 4, "skipped": 0, "total": 8}}]},
3756 "publish": {"status": "skipped", "tookMs": 0},
3757 "metadata": {
3758 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3759}
3760},{
3761 "module": "tofu-observable",
3762 "compile": {"status": "ok", "tookMs": 400, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3763 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3764 "test-compile": {"status": "ok", "tookMs": 786, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3765 "test": {"status": "ok", "tookMs": 730, "passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1, "byFramework": [{"framework": "unknown", "stats": {"passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1}}]},
3766 "publish": {"status": "skipped", "tookMs": 0},
3767 "metadata": {
3768 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3769}
3770},{
3771 "module": "tofu-kernel",
3772 "compile": {"status": "ok", "tookMs": 13214, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
3773 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3774 "test-compile": {"status": "ok", "tookMs": 1323, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3775 "test": {"status": "ok", "tookMs": 408, "passed": 9, "failed": 0, "ignored": 0, "skipped": 0, "total": 9, "byFramework": [{"framework": "unknown", "stats": {"passed": 9, "failed": 0, "ignored": 0, "skipped": 0, "total": 9}}]},
3776 "publish": {"status": "skipped", "tookMs": 0},
3777 "metadata": {
3778 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3779}
3780},{
3781 "module": "tofu-streams",
3782 "compile": {"status": "ok", "tookMs": 10820, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3783 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3784 "test-compile": {"status": "ok", "tookMs": 633, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3785 "test": {"status": "ok", "tookMs": 241, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3786 "publish": {"status": "skipped", "tookMs": 0},
3787 "metadata": {
3788 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3789}
3790},{
3791 "module": "tofu-logging-logstash-logback",
3792 "compile": {"status": "ok", "tookMs": 3230, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3793 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3794 "test-compile": {"status": "ok", "tookMs": 1993, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3795 "test": {"status": "ok", "tookMs": 805, "passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1, "byFramework": [{"framework": "unknown", "stats": {"passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1}}]},
3796 "publish": {"status": "skipped", "tookMs": 0},
3797 "metadata": {
3798 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3799}
3800},{
3801 "module": "tofu-logging-derivation-annotations",
3802 "compile": {"status": "ok", "tookMs": 322, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3803 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3804 "test-compile": {"status": "ok", "tookMs": 124, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3805 "test": {"status": "ok", "tookMs": 83, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3806 "publish": {"status": "skipped", "tookMs": 0},
3807 "metadata": {
3808 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3809}
3810},{
3811 "module": "tofu-logging-derivation-annotations",
3812 "compile": {"status": "ok", "tookMs": 66, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3813 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3814 "test-compile": {"status": "ok", "tookMs": 108, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3815 "test": {"status": "ok", "tookMs": 124, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3816 "publish": {"status": "skipped", "tookMs": 0},
3817 "metadata": {
3818 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3819}
3820},{
3821 "module": "tofu-logging-derivation",
3822 "compile": {"status": "ok", "tookMs": 313, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3823 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3824 "test-compile": {"status": "ok", "tookMs": 2565, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3825 "test": {"status": "ok", "tookMs": 657, "passed": 17, "failed": 0, "ignored": 0, "skipped": 0, "total": 17, "byFramework": [{"framework": "unknown", "stats": {"passed": 17, "failed": 0, "ignored": 0, "skipped": 0, "total": 17}}]},
3826 "publish": {"status": "skipped", "tookMs": 0},
3827 "metadata": {
3828 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3829}
3830},{
3831 "module": "tofu-logging-logstash-logback",
3832 "compile": {"status": "ok", "tookMs": 516, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3833 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3834 "test-compile": {"status": "ok", "tookMs": 998, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3835 "test": {"status": "ok", "tookMs": 782, "passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1, "byFramework": [{"framework": "unknown", "stats": {"passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1}}]},
3836 "publish": {"status": "skipped", "tookMs": 0},
3837 "metadata": {
3838 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3839}
3840},{
3841 "module": "tofu-logging-refined",
3842 "compile": {"status": "ok", "tookMs": 451, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3843 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3844 "test-compile": {"status": "ok", "tookMs": 667, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3845 "test": {"status": "ok", "tookMs": 466, "passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1, "byFramework": [{"framework": "unknown", "stats": {"passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1}}]},
3846 "publish": {"status": "skipped", "tookMs": 0},
3847 "metadata": {
3848 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3849}
3850},{
3851 "module": "tofu-logging-shapeless",
3852 "compile": {"status": "ok", "tookMs": 313, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3853 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3854 "test-compile": {"status": "ok", "tookMs": 258, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3855 "test": {"status": "ok", "tookMs": 319, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3856 "publish": {"status": "skipped", "tookMs": 0},
3857 "metadata": {
3858 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3859}
3860},{
3861 "module": "tofu-logging-log4cats",
3862 "compile": {"status": "ok", "tookMs": 503, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3863 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3864 "test-compile": {"status": "ok", "tookMs": 282, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3865 "test": {"status": "ok", "tookMs": 253, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3866 "publish": {"status": "skipped", "tookMs": 0},
3867 "metadata": {
3868 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3869}
3870},{
3871 "module": "tofu-kernel",
3872 "compile": {"status": "ok", "tookMs": 106, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
3873 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3874 "test-compile": {"status": "ok", "tookMs": 1114, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3875 "test": {"status": "ok", "tookMs": 448, "passed": 9, "failed": 0, "ignored": 0, "skipped": 0, "total": 9, "byFramework": [{"framework": "unknown", "stats": {"passed": 9, "failed": 0, "ignored": 0, "skipped": 0, "total": 9}}]},
3876 "publish": {"status": "skipped", "tookMs": 0},
3877 "metadata": {
3878 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3879}
3880},{
3881 "module": "tofu-logging-enumeratum",
3882 "compile": {"status": "ok", "tookMs": 346, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3883 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3884 "test-compile": {"status": "ok", "tookMs": 291, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3885 "test": {"status": "ok", "tookMs": 429, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3886 "publish": {"status": "skipped", "tookMs": 0},
3887 "metadata": {
3888 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3889}
3890},{
3891 "module": "tofu-zio2-core",
3892 "compile": {"status": "ok", "tookMs": 194, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3893 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3894 "test-compile": {"status": "ok", "tookMs": 1069, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3895 "test": {"status": "ok", "tookMs": 956, "passed": 2, "failed": 0, "ignored": 0, "skipped": 0, "total": 2, "byFramework": [{"framework": "unknown", "stats": {"passed": 2, "failed": 0, "ignored": 0, "skipped": 0, "total": 2}}]},
3896 "publish": {"status": "skipped", "tookMs": 0},
3897 "metadata": {
3898 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3899}
3900},{
3901 "module": "tofu-core-higher-kind",
3902 "compile": {"status": "ok", "tookMs": 54, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3903 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3904 "test-compile": {"status": "ok", "tookMs": 723, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3905 "test": {"status": "ok", "tookMs": 347, "passed": 3, "failed": 0, "ignored": 0, "skipped": 0, "total": 3, "byFramework": [{"framework": "unknown", "stats": {"passed": 3, "failed": 0, "ignored": 0, "skipped": 0, "total": 3}}]},
3906 "publish": {"status": "skipped", "tookMs": 0},
3907 "metadata": {
3908 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3909}
3910},{
3911 "module": "tofu-kernel",
3912 "compile": {"status": "ok", "tookMs": 158, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
3913 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3914 "test-compile": {"status": "ok", "tookMs": 1090, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3915 "test": {"status": "ok", "tookMs": 440, "passed": 9, "failed": 0, "ignored": 0, "skipped": 0, "total": 9, "byFramework": [{"framework": "unknown", "stats": {"passed": 9, "failed": 0, "ignored": 0, "skipped": 0, "total": 9}}]},
3916 "publish": {"status": "skipped", "tookMs": 0},
3917 "metadata": {
3918 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3919}
3920},{
3921 "module": "tofu-logging-structured",
3922 "compile": {"status": "ok", "tookMs": 192, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3923 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3924 "test-compile": {"status": "ok", "tookMs": 2924, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3925 "test": {"status": "ok", "tookMs": 806, "passed": 23, "failed": 0, "ignored": 0, "skipped": 0, "total": 23, "byFramework": [{"framework": "unknown", "stats": {"passed": 23, "failed": 0, "ignored": 0, "skipped": 0, "total": 23}}]},
3926 "publish": {"status": "skipped", "tookMs": 0},
3927 "metadata": {
3928 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3929}
3930},{
3931 "module": "tofu-logging-layout",
3932 "compile": {"status": "ok", "tookMs": 1091, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3933 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3934 "test-compile": {"status": "ok", "tookMs": 746, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3935 "test": {"status": "ok", "tookMs": 684, "passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1, "byFramework": [{"framework": "unknown", "stats": {"passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1}}]},
3936 "publish": {"status": "skipped", "tookMs": 0},
3937 "metadata": {
3938 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3939}
3940},{
3941 "module": "tofu-logging-log4cats-legacy",
3942 "compile": {"status": "ok", "tookMs": 470, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3943 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3944 "test-compile": {"status": "ok", "tookMs": 326, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3945 "test": {"status": "ok", "tookMs": 298, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3946 "publish": {"status": "skipped", "tookMs": 0},
3947 "metadata": {
3948 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3949}
3950},{
3951 "module": "tofu-logging-derivation",
3952 "compile": {"status": "ok", "tookMs": 280, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3953 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3954 "test-compile": {"status": "ok", "tookMs": 2583, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3955 "test": {"status": "ok", "tookMs": 600, "passed": 17, "failed": 0, "ignored": 0, "skipped": 0, "total": 17, "byFramework": [{"framework": "unknown", "stats": {"passed": 17, "failed": 0, "ignored": 0, "skipped": 0, "total": 17}}]},
3956 "publish": {"status": "skipped", "tookMs": 0},
3957 "metadata": {
3958 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3959}
3960},{
3961 "module": "tofu-core-ce3",
3962 "compile": {"status": "ok", "tookMs": 1534, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3963 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3964 "test-compile": {"status": "ok", "tookMs": 7289, "warnings": 6, "errors": 0, "sourceVersion": "3.8"},
3965 "test": {"status": "ok", "tookMs": 1191, "passed": 266, "failed": 0, "ignored": 0, "skipped": 0, "total": 266, "byFramework": [{"framework": "unknown", "stats": {"passed": 266, "failed": 0, "ignored": 0, "skipped": 0, "total": 266}}]},
3966 "publish": {"status": "skipped", "tookMs": 0},
3967 "metadata": {
3968 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3969}
3970},{
3971 "module": "tofu-logging-structured",
3972 "compile": {"status": "ok", "tookMs": 2987, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3973 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3974 "test-compile": {"status": "ok", "tookMs": 1706, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3975 "test": {"status": "ok", "tookMs": 570, "passed": 23, "failed": 0, "ignored": 0, "skipped": 0, "total": 23, "byFramework": [{"framework": "unknown", "stats": {"passed": 23, "failed": 0, "ignored": 0, "skipped": 0, "total": 23}}]},
3976 "publish": {"status": "skipped", "tookMs": 0},
3977 "metadata": {
3978 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3979}
3980},{
3981 "module": "tofu-kernel-cats-mtl",
3982 "compile": {"status": "ok", "tookMs": 473, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3983 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3984 "test-compile": {"status": "ok", "tookMs": 541, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3985 "test": {"status": "ok", "tookMs": 287, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3986 "publish": {"status": "skipped", "tookMs": 0},
3987 "metadata": {
3988 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3989}
3990},{
3991 "module": "tofu-streams",
3992 "compile": {"status": "ok", "tookMs": 763, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3993 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3994 "test-compile": {"status": "ok", "tookMs": 575, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3995 "test": {"status": "ok", "tookMs": 276, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3996 "publish": {"status": "skipped", "tookMs": 0},
3997 "metadata": {
3998 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3999}
4000},{
4001 "module": "tofu-core-higher-kind",
4002 "compile": {"status": "ok", "tookMs": 191, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4003 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4004 "test-compile": {"status": "ok", "tookMs": 647, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4005 "test": {"status": "ok", "tookMs": 307, "passed": 3, "failed": 0, "ignored": 0, "skipped": 0, "total": 3, "byFramework": [{"framework": "unknown", "stats": {"passed": 3, "failed": 0, "ignored": 0, "skipped": 0, "total": 3}}]},
4006 "publish": {"status": "skipped", "tookMs": 0},
4007 "metadata": {
4008 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
4009}
4010},{
4011 "module": "tofu-logging-derivation-annotations",
4012 "compile": {"status": "ok", "tookMs": 82, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4013 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4014 "test-compile": {"status": "ok", "tookMs": 162, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4015 "test": {"status": "ok", "tookMs": 165, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
4016 "publish": {"status": "skipped", "tookMs": 0},
4017 "metadata": {
4018 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
4019}
4020},{
4021 "module": "tofu-logging",
4022 "compile": {"status": "ok", "tookMs": 903, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4023 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4024 "test-compile": {"status": "ok", "tookMs": 882, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4025 "test": {"status": "ok", "tookMs": 814, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
4026 "publish": {"status": "skipped", "tookMs": 0},
4027 "metadata": {
4028 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
4029}
4030},{
4031 "module": "tofu-logging-structured",
4032 "compile": {"status": "ok", "tookMs": 190, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4033 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4034 "test-compile": {"status": "ok", "tookMs": 1714, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4035 "test": {"status": "ok", "tookMs": 615, "passed": 23, "failed": 0, "ignored": 0, "skipped": 0, "total": 23, "byFramework": [{"framework": "unknown", "stats": {"passed": 23, "failed": 0, "ignored": 0, "skipped": 0, "total": 23}}]},
4036 "publish": {"status": "skipped", "tookMs": 0},
4037 "metadata": {
4038 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
4039}
4040},{
4041 "module": "tofu-core-ce3",
4042 "compile": {"status": "ok", "tookMs": 223, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4043 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4044 "test-compile": {"status": "ok", "tookMs": 5612, "warnings": 6, "errors": 0, "sourceVersion": "3.8"},
4045 "test": {"status": "ok", "tookMs": 1048, "passed": 266, "failed": 0, "ignored": 0, "skipped": 0, "total": 266, "byFramework": [{"framework": "unknown", "stats": {"passed": 266, "failed": 0, "ignored": 0, "skipped": 0, "total": 266}}]},
4046 "publish": {"status": "skipped", "tookMs": 0},
4047 "metadata": {
4048 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
4049}
4050},{
4051 "module": "tofu-logging-refined",
4052 "compile": {"status": "ok", "tookMs": 471, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4053 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4054 "test-compile": {"status": "ok", "tookMs": 797, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4055 "test": {"status": "ok", "tookMs": 661, "passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1, "byFramework": [{"framework": "unknown", "stats": {"passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1}}]},
4056 "publish": {"status": "skipped", "tookMs": 0},
4057 "metadata": {
4058 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
4059}
4060},{
4061 "module": "tofu-logging-log4cats",
4062 "compile": {"status": "ok", "tookMs": 606, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4063 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4064 "test-compile": {"status": "ok", "tookMs": 402, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4065 "test": {"status": "ok", "tookMs": 373, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
4066 "publish": {"status": "skipped", "tookMs": 0},
4067 "metadata": {
4068 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
4069}
4070},{
4071 "module": "tofu-core-ce2",
4072 "compile": {"status": "ok", "tookMs": 1477, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4073 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4074 "test-compile": {"status": "ok", "tookMs": 5649, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
4075 "test": {"status": "ok", "tookMs": 901, "passed": 281, "failed": 0, "ignored": 0, "skipped": 0, "total": 281, "byFramework": [{"framework": "unknown", "stats": {"passed": 281, "failed": 0, "ignored": 0, "skipped": 0, "total": 281}}]},
4076 "publish": {"status": "skipped", "tookMs": 0},
4077 "metadata": {
4078 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
4079}
4080},{
4081 "module": "tofu-core-higher-kind",
4082 "compile": {"status": "ok", "tookMs": 76, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4083 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4084 "test-compile": {"status": "ok", "tookMs": 501, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4085 "test": {"status": "ok", "tookMs": 333, "passed": 3, "failed": 0, "ignored": 0, "skipped": 0, "total": 3, "byFramework": [{"framework": "unknown", "stats": {"passed": 3, "failed": 0, "ignored": 0, "skipped": 0, "total": 3}}]},
4086 "publish": {"status": "skipped", "tookMs": 0},
4087 "metadata": {
4088 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
4089}
4090},{
4091 "module": "repo",
4092 "compile": {"status": "ok", "tookMs": 110, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4093 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4094 "test-compile": {"status": "ok", "tookMs": 171, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4095 "test": {"status": "ok", "tookMs": 142, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
4096 "publish": {"status": "skipped", "tookMs": 0},
4097 "metadata": {
4098 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
4099}
4100},{
4101 "module": "tofu-fs2-ce3-interop",
4102 "compile": {"status": "ok", "tookMs": 912, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4103 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4104 "test-compile": {"status": "ok", "tookMs": 735, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4105 "test": {"status": "ok", "tookMs": 480, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
4106 "publish": {"status": "skipped", "tookMs": 0},
4107 "metadata": {
4108 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
4109}
4110}]
4111************************
4112[success] Total time: 194 s (0:03:14.0), completed Jan 13, 2026, 7:33:16 PM
4113[0JChecking patch project/plugins.sbt...
4114Checking patch project/build.properties...
4115Checking patch project/Dependencies.scala...
4116Checking patch modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala...
4117Checking patch modules/kernel/src/main/scala/tofu/syntax/context.scala...
4118Checking patch modules/kernel/src/main/scala/tofu/data/Embedded.scala...
4119Checking patch build.sbt...
4120Applied patch project/plugins.sbt cleanly.
4121Applied patch project/build.properties cleanly.
4122Applied patch project/Dependencies.scala cleanly.
4123Applied patch modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala cleanly.
4124Applied patch modules/kernel/src/main/scala/tofu/syntax/context.scala cleanly.
4125Applied patch modules/kernel/src/main/scala/tofu/data/Embedded.scala cleanly.
4126Applied patch build.sbt cleanly.