Build Logs

tofu-tf/tofu • 3.8.0-RC2:2025-11-28

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 loggingEnumeratum2_12/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 observable/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 zio2Core/crossScalaVersions
119OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingShapeless/crossScalaVersions
120OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobie/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 tofu3/crossScalaVersions
130OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in kernelCatsMtlInterop/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 loggingStr2_12/crossScalaVersions
138OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesZIO2/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 memo2_12/crossScalaVersions
149OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in kernel/crossScalaVersions
150OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in kernel2_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 loggingLog4Cats3/crossScalaVersions
164OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingShapeless2_12/crossScalaVersions
165OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in config2_12/crossScalaVersions
166OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLog4CatsLegacy3/crossScalaVersions
167OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLayout3/crossScalaVersions
168OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio1Logging2_12/crossScalaVersions
169OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in logging2_12/crossScalaVersions
170OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio1Interop/crossScalaVersions
171OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingDerivationAnnotations/crossScalaVersions
172OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesCE22_12/crossScalaVersions
173OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in docs/crossScalaVersions
174OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fs2CE2Interop/crossScalaVersions
175OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio2Logging3/crossScalaVersions
176OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreCE2/crossScalaVersions
177OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio2Logging2_12/crossScalaVersions
178OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in config/crossScalaVersions
179OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreCE3/crossScalaVersions
180OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio2Core2_12/crossScalaVersions
181OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLog4Cats2_12/crossScalaVersions
182OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingRefined2_12/crossScalaVersions
183OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in concurrentCE22_12/crossScalaVersions
184OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in logging3/crossScalaVersions
185OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio1Interop2_12/crossScalaVersions
186OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingStr/crossScalaVersions
187OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLogstashLogback3/crossScalaVersions
188OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLog4CatsLegacy2_12/crossScalaVersions
189OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesCE2/crossScalaVersions
190OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingEnumeratum/crossScalaVersions
191OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in kernelCatsMtlInterop2_12/crossScalaVersions
192OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in derivation/crossScalaVersions
193OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobieCE32_12/crossScalaVersions
194OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingRefined/crossScalaVersions
195OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingDer/crossScalaVersions
196OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fs2CE2Interop2_12/crossScalaVersions
197OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesZIO22_12/crossScalaVersions
198OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio2Core3/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 doobieLoggingCE3/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 loggingDer2_12/crossScalaVersions
205OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in derivation2_12/crossScalaVersions
206OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreCE33/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 Nov 28, 2025, 12:46:38 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/RepresentableK.scala]
354[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/Pre.scala]
355[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/Function2K.scala]
356[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/bi/BiRepresentableK.scala]
357[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/bi/Fun2BK.scala]
358[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/syntax/functorbk.scala]
359[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/Embed.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/data/calc/Translator.scala]
382[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/internal/CachedMatcher.scala]
383[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/common/Display.scala]
384[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/WithContext.scala]
385[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/syntax/console.scala]
386[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/syntax/error.scala]
387[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/QVar.scala]
388[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/Errors.scala]
389[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/Continue.scala]
390[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/Exit.scala]
391[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/Atom.scala]
392[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/bi/lift/BiLift.scala]
393[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/impl/QVarSM.scala]
394[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/Flux.scala]
395[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/syntax/guarantee.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/syntax/context.scala]
398[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/bi/BiContext.scala]
399[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/Scoped.scala]
400[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/control/impl/SelectiveInstances.scala]
401[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/internal/instances/perform.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/internal/Newtype1Covariant.scala]
404[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/WithLocal.scala]
405[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/CalcM.scala]
406[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/Embedded.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-3/tofu/logging/LoggingRepresentableKInstances.scala]
413[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/Logging.scala]
414[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/LogTree.scala]
415[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/LoggableContext.scala]
416[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/CachedLogs.scala]
417[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/syntax/location.scala]
418[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/UniversalLogging.scala]
419[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/Logs.scala]
420[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/Loggable.scala]
421[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/LogRenderer.scala]
422[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/ContextLoggingImpl.scala]
423[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/builder/LoggingBiMidBuilder.scala]
424[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/LoggingImpl.scala]
425[info] [patched file /build/repo/modules/logging/structured/src/main/scala-3/tofu/logging/LogsVOps.scala]
426[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/syntax/logging.scala]
427[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/LoggableInstances.scala]
428[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/SyncLogging.scala]
429[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/ContextSyncLoggingImpl.scala]
430[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/EmbedLogging.scala]
431[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/builder/LoggingMidBuilder.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/zioInstances/ZioInstances.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/zioOptics.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[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
496[warn] Flag -Xkind-projector set repeatedly
497[info] compiling 4 Scala sources to /build/repo/modules/interop/zio2/logging/target/jvm-2.13/classes ...
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/logback/IEventLoggable.scala]
762[info] [patched file /build/repo/modules/logging/layout/src/main/scala/tofu/logging/ELKLayout.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/tofu/common/ConsoleSuite.scala]
961[info] [patched file /build/repo/modules/core/ce2/src/test/scala/examples/DoMonadExamples.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": 40288, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1002 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1003 "test-compile": {"status": "ok", "tookMs": 30985, "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": 305, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1012 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1013 "test-compile": {"status": "ok", "tookMs": 943, "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": 11754, "warnings": 4, "errors": 0, "sourceVersion": "3.4-migration"},
1022 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1023 "test-compile": {"status": "ok", "tookMs": 1280, "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": 10120, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1032 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1033 "test-compile": {"status": "ok", "tookMs": 886, "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": 2901, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1042 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1043 "test-compile": {"status": "ok", "tookMs": 1767, "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": 268, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1052 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1053 "test-compile": {"status": "ok", "tookMs": 110, "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": 47, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1062 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1063 "test-compile": {"status": "ok", "tookMs": 94, "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": 260, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1072 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1073 "test-compile": {"status": "ok", "tookMs": 2998, "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": 570, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1082 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1083 "test-compile": {"status": "ok", "tookMs": 1231, "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": 348, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1092 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1093 "test-compile": {"status": "ok", "tookMs": 678, "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": 197, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1102 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1103 "test-compile": {"status": "ok", "tookMs": 195, "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": 440, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1112 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1113 "test-compile": {"status": "ok", "tookMs": 291, "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": 136, "warnings": 4, "errors": 0, "sourceVersion": "3.4-migration"},
1122 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1123 "test-compile": {"status": "ok", "tookMs": 997, "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": 347, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1132 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1133 "test-compile": {"status": "ok", "tookMs": 230, "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": 171, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1142 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1143 "test-compile": {"status": "ok", "tookMs": 1201, "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": 39, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1152 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1153 "test-compile": {"status": "ok", "tookMs": 696, "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": 135, "warnings": 4, "errors": 0, "sourceVersion": "3.4-migration"},
1162 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1163 "test-compile": {"status": "ok", "tookMs": 965, "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": 139, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1172 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1173 "test-compile": {"status": "ok", "tookMs": 2183, "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": 996, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1182 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1183 "test-compile": {"status": "ok", "tookMs": 1303, "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": 405, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1192 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1193 "test-compile": {"status": "ok", "tookMs": 265, "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": 243, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1202 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1203 "test-compile": {"status": "ok", "tookMs": 2242, "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": 1286, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1212 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1213 "test-compile": {"status": "ok", "tookMs": 5934, "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": 2560, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1222 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1223 "test-compile": {"status": "ok", "tookMs": 1601, "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": 427, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1232 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1233 "test-compile": {"status": "ok", "tookMs": 446, "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": 597, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1242 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1243 "test-compile": {"status": "ok", "tookMs": 500, "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": 54, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1252 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1253 "test-compile": {"status": "ok", "tookMs": 511, "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": 43, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1262 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1263 "test-compile": {"status": "ok", "tookMs": 101, "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": 535, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1272 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1273 "test-compile": {"status": "ok", "tookMs": 646, "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": 170, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1282 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1283 "test-compile": {"status": "ok", "tookMs": 1568, "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": 255, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1292 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1293 "test-compile": {"status": "ok", "tookMs": 6337, "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": 381, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1302 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1303 "test-compile": {"status": "ok", "tookMs": 654, "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": 521, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1312 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1313 "test-compile": {"status": "ok", "tookMs": 306, "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": 1277, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1322 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1323 "test-compile": {"status": "ok", "tookMs": 6790, "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": 66, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1332 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1333 "test-compile": {"status": "ok", "tookMs": 527, "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": 100, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1342 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1343 "test-compile": {"status": "ok", "tookMs": 113, "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": 803, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1352 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1353 "test-compile": {"status": "ok", "tookMs": 1134, "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: 256 s (0:04:16.0), completed Nov 28, 2025, 12:50:54 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 5af65040] 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.0-RC2
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.0-RC2"
1418Successfully applied pattern 'val scala3 = "3.3.6"' in project/Dependencies.scala
1419----
1420Starting build for 3.8.0-RC2
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.0-RC2
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.0-RC2
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.0-RC2"
1449"++3.8.0-RC2 -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.0-RC2 """{"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.0-RC2
1465OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingEnumeratum3/crossScalaVersions
1466OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingEnumeratum2_12/crossScalaVersions
1467OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in observable/crossScalaVersions
1468OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in higherKindCore/crossScalaVersions
1469OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in zio1Core2_12/crossScalaVersions
1470OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in kernel3/crossScalaVersions
1471OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in coreCE23/crossScalaVersions
1472OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in coreCE22_12/crossScalaVersions
1473OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in memo/crossScalaVersions
1474OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingDerivationAnnotations2_12/crossScalaVersions
1475OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in doobie/crossScalaVersions
1476OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in zio2Core/crossScalaVersions
1477OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingShapeless/crossScalaVersions
1478OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in streams2_12/crossScalaVersions
1479OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in observable2_12/crossScalaVersions
1480OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in doobieLogging/crossScalaVersions
1481OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in env/crossScalaVersions
1482OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in doobieCE3/crossScalaVersions
1483OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in examplesCE32_12/crossScalaVersions
1484OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in doobieLoggingCE32_12/crossScalaVersions
1485OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in higherKindCore3/crossScalaVersions
1486OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in kernelCatsMtlInterop/crossScalaVersions
1487OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in tofu3/crossScalaVersions
1488OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingLayout/crossScalaVersions
1489OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in kernelCatsMtlInterop3/crossScalaVersions
1490OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in fs2CE3Interop/crossScalaVersions
1491OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in doobie2_12/crossScalaVersions
1492OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in zio2Logging/crossScalaVersions
1493OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in coreCE32_12/crossScalaVersions
1494OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingStr2_12/crossScalaVersions
1495OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in examplesZIO2/crossScalaVersions
1496OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingLayout2_12/crossScalaVersions
1497OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in concurrentCE2/crossScalaVersions
1498OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingLogstashLogback/crossScalaVersions
1499OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingRefined3/crossScalaVersions
1500OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in doobieLogging2_12/crossScalaVersions
1501OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in streams3/crossScalaVersions
1502OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in streams/crossScalaVersions
1503OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in env2_12/crossScalaVersions
1504OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in examplesCE3/crossScalaVersions
1505OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in memo2_12/crossScalaVersions
1506OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in kernel/crossScalaVersions
1507OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in kernel2_12/crossScalaVersions
1508OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingLogstashLogback2_12/crossScalaVersions
1509OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in higherKindCore2_12/crossScalaVersions
1510OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in tofu2_12/crossScalaVersions
1511OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingStr3/crossScalaVersions
1512OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingDerivationAnnotations3/crossScalaVersions
1513OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in fs2CE3Interop3/crossScalaVersions
1514OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingLog4Cats/crossScalaVersions
1515OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in zio1Logging/crossScalaVersions
1516OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in logging/crossScalaVersions
1517OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in fs2CE3Interop2_12/crossScalaVersions
1518OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in repo/crossScalaVersions
1519OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in observable3/crossScalaVersions
1520OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingLog4Cats3/crossScalaVersions
1521OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingShapeless2_12/crossScalaVersions
1522OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingDerivationAnnotations/crossScalaVersions
1523OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in config2_12/crossScalaVersions
1524OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingLog4CatsLegacy3/crossScalaVersions
1525OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingLayout3/crossScalaVersions
1526OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in zio1Logging2_12/crossScalaVersions
1527OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in logging2_12/crossScalaVersions
1528OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in examplesCE22_12/crossScalaVersions
1529OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in zio1Interop/crossScalaVersions
1530OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in docs/crossScalaVersions
1531OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in coreCE2/crossScalaVersions
1532OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in fs2CE2Interop/crossScalaVersions
1533OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in zio2Logging3/crossScalaVersions
1534OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in zio2Logging2_12/crossScalaVersions
1535OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in config/crossScalaVersions
1536OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in coreCE3/crossScalaVersions
1537OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in zio2Core2_12/crossScalaVersions
1538OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingLog4Cats2_12/crossScalaVersions
1539OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingRefined2_12/crossScalaVersions
1540OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in concurrentCE22_12/crossScalaVersions
1541OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in logging3/crossScalaVersions
1542OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in zio1Interop2_12/crossScalaVersions
1543OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingStr/crossScalaVersions
1544OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingLogstashLogback3/crossScalaVersions
1545OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingLog4CatsLegacy2_12/crossScalaVersions
1546OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in examplesCE2/crossScalaVersions
1547OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingEnumeratum/crossScalaVersions
1548OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingRefined/crossScalaVersions
1549OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in kernelCatsMtlInterop2_12/crossScalaVersions
1550OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in derivation/crossScalaVersions
1551OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in doobieCE32_12/crossScalaVersions
1552OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in fs2CE2Interop2_12/crossScalaVersions
1553OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingDer/crossScalaVersions
1554OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in examplesZIO22_12/crossScalaVersions
1555OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in zio2Core3/crossScalaVersions
1556OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in doobieLoggingCE3/crossScalaVersions
1557OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in tofu/crossScalaVersions
1558OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingLog4CatsLegacy/crossScalaVersions
1559OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in coreCE33/crossScalaVersions
1560OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingDer3/crossScalaVersions
1561OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in zio1Core/crossScalaVersions
1562OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in loggingDer2_12/crossScalaVersions
1563OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in derivation2_12/crossScalaVersions
1564[info] set current project to repo (in build file:/build/repo/)
1565[info] Setting Scala version to 3.8.0-RC2 on 99 projects.
1566[info] Switching Scala version on:
1567[info] loggingShapeless (2.13.16, 2.12.20, 3.8.0-RC2)
1568[info] kernel2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1569[info] loggingLog4Cats2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1570[info] loggingShapeless2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1571[info] kernel (2.13.16, 2.12.20, 3.8.0-RC2)
1572[info] zio2Logging (2.13.16, 2.12.20, 3.8.0-RC2)
1573[info] zio2Core (2.13.16, 2.12.20, 3.8.0-RC2)
1574[info] loggingLog4CatsLegacy3 (2.13.16, 2.12.20, 3.8.0-RC2)
1575[info] observable2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1576[info] logging (2.13.16, 2.12.20, 3.8.0-RC2)
1577[info] concurrentCE22_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1578[info] doobieCE3 (2.13.16, 2.12.20, 3.8.0-RC2)
1579[info] loggingLayout (2.13.16, 2.12.20, 3.8.0-RC2)
1580[info] kernelCatsMtlInterop3 (2.13.16, 2.12.20, 3.8.0-RC2)
1581[info] examplesCE32_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1582[info] zio2Core3 (2.13.16, 2.12.20, 3.8.0-RC2)
1583[info] loggingEnumeratum3 (2.13.16, 2.12.20, 3.8.0-RC2)
1584[info] coreCE33 (2.13.16, 2.12.20, 3.8.0-RC2)
1585[info] examplesCE2 (2.13.16, 2.12.20, 3.8.0-RC2)
1586[info] doobie (2.13.16, 2.12.20, 3.8.0-RC2)
1587[info] examplesCE22_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1588[info] fs2CE3Interop (2.13.16, 2.12.20, 3.8.0-RC2)
1589[info] examplesCE3 (2.13.16, 2.12.20, 3.8.0-RC2)
1590[info] loggingRefined3 (2.13.16, 2.12.20, 3.8.0-RC2)
1591[info] logging3 (2.13.16, 2.12.20, 3.8.0-RC2)
1592[info] zio2Logging3 (2.13.16, 2.12.20, 3.8.0-RC2)
1593[info] docs (2.13.16, 2.12.20, 3.8.0-RC2)
1594[info] loggingStr2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1595[info] zio1Interop (2.13.16, 2.12.20, 3.8.0-RC2)
1596[info] zio2Logging2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1597[info] coreCE22_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1598[info] zio1Logging (2.13.16, 2.12.20, 3.8.0-RC2)
1599[info] kernelCatsMtlInterop (2.13.16, 2.12.20, 3.8.0-RC2)
1600[info] config (2.13.16, 2.12.20, 3.8.0-RC2)
1601[info] loggingLogstashLogback3 (2.13.16, 2.12.20, 3.8.0-RC2)
1602[info] loggingLog4Cats3 (2.13.16, 2.12.20, 3.8.0-RC2)
1603[info] higherKindCore2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1604[info] doobieLoggingCE3 (2.13.16, 2.12.20, 3.8.0-RC2)
1605[info] zio1Core2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1606[info] loggingStr3 (2.13.16, 2.12.20, 3.8.0-RC2)
1607[info] kernelCatsMtlInterop2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1608[info] env2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1609[info] doobie2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1610[info] coreCE2 (2.13.16, 2.12.20, 3.8.0-RC2)
1611[info] coreCE23 (2.13.16, 2.12.20, 3.8.0-RC2)
1612[info] fs2CE2Interop (2.13.16, 2.12.20, 3.8.0-RC2)
1613[info] loggingRefined2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1614[info] higherKindCore3 (2.13.16, 2.12.20, 3.8.0-RC2)
1615[info] kernel3 (2.13.16, 2.12.20, 3.8.0-RC2)
1616[info] streams3 (2.13.16, 2.12.20, 3.8.0-RC2)
1617[info] concurrentCE2 (2.13.16, 2.12.20, 3.8.0-RC2)
1618[info] loggingDer3 (2.13.16, 2.12.20, 3.8.0-RC2)
1619[info] loggingLog4CatsLegacy2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1620[info] loggingLog4CatsLegacy (2.13.16, 2.12.20, 3.8.0-RC2)
1621[info] streams (2.13.16, 2.12.20, 3.8.0-RC2)
1622[info] loggingDerivationAnnotations2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1623[info] fs2CE3Interop2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1624[info] loggingStr (2.13.16, 2.12.20, 3.8.0-RC2)
1625[info] loggingDer2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1626[info] doobieLoggingCE32_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1627[info] loggingLogstashLogback (2.13.16, 2.12.20, 3.8.0-RC2)
1628[info] coreCE3 (2.13.16, 2.12.20, 3.8.0-RC2)
1629[info] tofu2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1630[info] loggingLayout2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1631[info] fs2CE2Interop2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1632[info] loggingLog4Cats (2.13.16, 2.12.20, 3.8.0-RC2)
1633[info] doobieLogging (2.13.16, 2.12.20, 3.8.0-RC2)
1634[info] tofu (2.13.16, 2.12.20, 3.8.0-RC2)
1635[info] derivation2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1636[info] zio1Core (2.13.16, 2.12.20, 3.8.0-RC2)
1637[info] examplesZIO2 (2.13.16, 2.12.20, 3.8.0-RC2)
1638[info] streams2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1639[info] tofu3 (2.13.16, 2.12.20, 3.8.0-RC2)
1640[info] loggingDer (2.13.16, 2.12.20, 3.8.0-RC2)
1641[info] doobieCE32_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1642[info] loggingDerivationAnnotations3 (2.13.16, 2.12.20, 3.8.0-RC2)
1643[info] loggingRefined (2.13.16, 2.12.20, 3.8.0-RC2)
1644[info] higherKindCore (2.13.16, 2.12.20, 3.8.0-RC2)
1645[info] derivation (2.13.16, 2.12.20, 3.8.0-RC2)
1646[info] memo2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1647[info] fs2CE3Interop3 (2.13.16, 2.12.20, 3.8.0-RC2)
1648[info] loggingEnumeratum (2.13.16, 2.12.20, 3.8.0-RC2)
1649[info] loggingLogstashLogback2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1650[info] observable3 (2.13.16, 2.12.20, 3.8.0-RC2)
1651[info] * repo (2.13.16, 2.12.20, 3.8.0-RC2)
1652[info] loggingEnumeratum2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1653[info] zio1Interop2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1654[info] loggingDerivationAnnotations (2.13.16, 2.12.20, 3.8.0-RC2)
1655[info] coreCE32_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1656[info] observable (2.13.16, 2.12.20, 3.8.0-RC2)
1657[info] zio2Core2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1658[info] doobieLogging2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1659[info] memo (2.13.16, 2.12.20, 3.8.0-RC2)
1660[info] env (2.13.16, 2.12.20, 3.8.0-RC2)
1661[info] zio1Logging2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1662[info] examplesZIO22_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1663[info] logging2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1664[info] config2_12 (2.13.16, 2.12.20, 3.8.0-RC2)
1665[info] loggingLayout3 (2.13.16, 2.12.20, 3.8.0-RC2)
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 Nov 28, 2025, 12:52:20 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+ TofuDefaultContext
1769 + extracts all values added via ZLogAnnotation
1770 + extracts all values added via ZLogAnnotation.scoped
1771 + layerZioContextOffLayer logs only tofu context
1772 + layerZioContextOn logs only zio context too
1773+ Tofu ZIO2 Logging
1774 - TofuZLogger parses default logger name - ignored: 1
1775 - TofuZLogger uses user-defined logger name - ignored: 1
1776 - ZLogs - ignored: 1
1777 - ZLogging.Make - ignored: 1
17784 tests passed. 0 tests failed. 4 tests ignored.
1779
1780Executed in 524 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
191012:54:02.480 [pool-58-thread-8-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
196712:54:11.314 [pool-96-thread-7-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 279 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] EitherSuite:
2057[info] TofuEitherAssocLOps#accocL
2058[info] - should return valid value for Left Left
2059[info] - should return valid value for Left Right
2060[info] - should return valid value for Right
2061[info] TofuEitherAssocROps#accocL
2062[info] - should return valid value for Right Left
2063[info] - should return valid value for Right Right
2064[info] - should return valid value for Left
2065[info] EvallioSuite:
2066[info] - evallio feels ok without Delay implicit
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] NamedLoggableCompositionSuite:
2079[info] named logs combined
2080[info] - should genenerate two item dictionary
2081[info] - should generate single item dictionary on rename
2082[info] named logs manually combined
2083[info] - should generate two item dictionary
2084[info] - should generate deep dictionary on rename
2085[info] singleton logs combined
2086[info] - should genenerate two item dictionary
2087[info] - should generate single item dictionary on rename
2088[info] singleton logs manually combined
2089[info] - should generate two item dictionary
2090[info] - should generate deep dictionary on rename
2091[info] LoggableSuite:
2092[info] int custom logging
2093[info] - should be correct
2094[info] either custom logging
2095[info] - should handle left
2096[info] - should handle right
2097[info] - should show left correct
2098[info] - should show right correct
2099[info] hide after named
2100[info] - should hide value in message
2101[info] local date
2102[info] - should have loggable instance
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
212912:54:35,523 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.3.15
213012:54:35,523 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3916a881 - No custom configurators were discovered as a service.
213112:54:35,523 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3916a881 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
213212:54:35,524 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3916a881 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
213312:54:35,524 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
213412:54:35,524 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
213512:54:35,524 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3916a881 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 0 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
213612:54:35,524 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3916a881 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
213712:54:35,524 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3916a881 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
213812:54:35,524 |-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]
213912:54:35,578 |-WARN in ch.qos.logback.core.model.processor.AppenderModelHandler - Appender named [STDOUT] not referenced. Skipping further processing.
214012:54:35,578 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@733b9295 - End of configuration.
214112:54:35,579 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@30ab23dc - Registering current configuration as safe fallback point
214212:54:35,579 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3916a881 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 55 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] ConsoleSuite:
2222[info] - simple output
2223[info] - double echo output
2224[info] ErrorsSuite:
2225[info] Raise
2226[info] - should reRaise
2227[info] Errors
2228[info] - should adoptError
2229[info] RaiseSuite:
2230[info] - error should be raised
2231[info] DelaySuite:
2232[info] - IO pure delay
2233[info] - IO effect delay
2234[info] - Lift delay
2235[info] FOptionSuite:
2236[info] getOrElseF
2237[info] - should return inner value when non empty
2238[info] getOrElseF
2239[info] - should return argument when empty
2240[info] orElseF
2241[info] - should return self when non empty
2242[info] orElseF
2243[info] - should return argument when empty
2244[info] orThrow
2245[info] - should return inner value when non empty
2246[info] orThrow
2247[info] - should raise error when empty
2248[info] semiflatMap
2249[info] - should run when non empty
2250[info] semiflatMap
2251[info] - should keep empty when empty
2252[info] mapIn
2253[info] - should run when non empty
2254[info] mapIn
2255[info] - should keep empty when empty
2256[info] flatMapIn
2257[info] - should run when non empty
2258[info] flatMapIn
2259[info] - should keep empty when empty
2260[info] flatMapIn
2261[info] - should return empty when empty is returned from function
2262[info] doubleFlatMap
2263[info] - should run when non empty
2264[info] doubleFlatMap
2265[info] - should keep empty when empty
2266[info] toRightF
2267[info] - should return non-empty Left
2268[info] toRightF
2269[info] - should return Right
2270[info] toRightF
2271[info] - should return empty M when empty M
2272[info] toRightF
2273[info] - should return empty Left when None
2274[info] toRightF
2275[info] - should check lazyness
2276[info] toRightIn
2277[info] - should return non-empty Left
2278[info] toRightIn
2279[info] - should return Right
2280[info] toRightIn
2281[info] - should return empty M when empty M
2282[info] toRightIn
2283[info] - should check lazyness
2284[info] toLeftF
2285[info] - should return non-empty Right
2286[info] toLeftF
2287[info] - should return Left
2288[info] toLeftF
2289[info] - should return Left when empty M
2290[info] toLeftF
2291[info] - should return Right when None
2292[info] toLeftF
2293[info] - should return empty Right when None and function return empty M
2294[info] toLeftF
2295[info] - should check lazyness
2296[info] toLeftIn
2297[info] - should return Left
2298[info] toLeftIn
2299[info] - should return Left when empty M
2300[info] toLeftIn
2301[info] - should return Right when None
2302[info] toLeftIn
2303[info] - should check lazyness
2304[info] filterIn
2305[info] - should return empty M
2306[info] filterIn
2307[info] - should return None if None
2308[info] filterIn
2309[info] - should return valid value due the predicate
2310[info] filterF
2311[info] - should return empty M
2312[info] filterF
2313[info] - should return None if None
2314[info] filterF
2315[info] - should return valid value due the predicate
2316[info] ensure
2317[info] - should return err if None
2318[info] ensure
2319[info] - should return empty M
2320[info] ensure
2321[info] - should check lazyness
2322[info] ensure
2323[info] - should return valid value due the predicate
2324[info] ensureF
2325[info] - should return err if None
2326[info] ensureF
2327[info] - should return empty M
2328[info] ensureF
2329[info] - should check lazyness
2330[info] ensureF
2331[info] - should return valid value due the predicate
2332[info] collectF
2333[info] - should return successful collected
2334[info] collectF
2335[info] - should return empty collected when empty M
2336[info] collectF
2337[info] - should return None collected when matching is failed
2338[info] collectF
2339[info] - should return None collected when base is None
2340[info] collectIn
2341[info] - should return successful collected
2342[info] collectIn
2343[info] - should return None collected when matching is failed
2344[info] collectIn
2345[info] - should return None collected when base is None
2346[info] traverseF
2347[info] - should return Left
2348[info] traverseF
2349[info] - should return Right
2350[info] traverseF
2351[info] - should return empty M
2352[info] traverseF
2353[info] - should return err
2354[info] traverseAll
2355[info] - should return Left
2356[info] traverseAll
2357[info] - should return Right
2358[info] traverseAll
2359[info] - should return empty M
2360[info] traverseAll
2361[info] - should return err
2362[info] productF
2363[info] - should return None
2364[info] productF
2365[info] - should return Some
2366[info] productF
2367[info] - should return empty M
2368[info] productF
2369[info] - should return M with None
2370[info] productF
2371[info] - should check lazyness
2372[info] productRF
2373[info] - should return None
2374[info] productRF
2375[info] - should return Some
2376[info] productRF
2377[info] - should return empty M
2378[info] productRF
2379[info] - should return M with None
2380[info] productRF
2381[info] - should check lazyness
2382[info] productLF
2383[info] - should return None
2384[info] productLF
2385[info] - should return Some
2386[info] productLF
2387[info] - should return empty M
2388[info] productLF
2389[info] - should return M with None
2390[info] productLF
2391[info] - should check lazyness
2392[info] apF
2393[info] - should return None
2394[info] apF
2395[info] - should return Some
2396[info] apF
2397[info] - should return empty M
2398[info] apF
2399[info] - should return M with None
2400[info] apF
2401[info] - should check lazyness
2402[info] map2F
2403[info] - should return None
2404[info] map2F
2405[info] - should return Some
2406[info] map2F
2407[info] - should return empty M
2408[info] map2F
2409[info] - should return M with None
2410[info] map2F
2411[info] - should check lazyness
2412[info] flatMap2F
2413[info] - should return None
2414[info] flatMap2F
2415[info] - should return Some
2416[info] flatMap2F
2417[info] - should return empty M
2418[info] flatMap2F
2419[info] - should return M with None
2420[info] flatMap2F
2421[info] - should check lazyness
2422[info] someIn
2423[info] - should return some in M (List)
2424[info] UnliftSubcontext:
2425[info] Unlift
2426[info] - should correctly replace subcontext
2427[info] Unlift
2428[info] - should correctly lift
2429[info] PermitSuite:
2430[info] - check Permit
2431[info] RetrySuite:
2432[info] runRetry[Err1, F]
2433[info] - should update counter n times
2434[info] runRetry[Err2, F]
2435[info] - should update counter 1 time
2436[info] FEitherSuite:
2437[info] EitherIdFOps#asRightF
2438[info] - should return Right
2439[info] EitherIdFOps#asLeftF
2440[info] - should return Left
2441[info] EitherFObjectOps#condF
2442[info] - should return Right and check lazyness
2443[info] - should return Left and check lazyness
2444[info] EitherFOps#orElseF
2445[info] - should return self in case of empty second
2446[info] - should return self in case of non-empty second
2447[info] - should return arg in case of empty second
2448[info] - should return arg in case non-of empty second
2449[info] - should check lazyness
2450[info] EitherFOps#getOrElseF
2451[info] - should return self in case of empty second
2452[info] - should return self in case of non-empty second
2453[info] - should return arg
2454[info] - should check lazyness
2455[info] EitherFOps#catchAll
2456[info] - should return self
2457[info] - should return arg
2458[info] EitherFOps#absolve
2459[info] - should return self in case of Right
2460[info] - should return None in case of Left
2461[info] EitherFOps#reRaise
2462[info] - should return self in case of Right
2463[info] - should return None in case of Left
2464[info] EitherFOps#assocR
2465[info] - should return valid value in case of Right-Right
2466[info] - should return valid value in case of Right-Left
2467[info] - should return valid value in case of Left
2468[info] EitherFOps#assocL
2469[info] - should return valid value in case of Left-Right
2470[info] - should return valid value in case of Left-Left
2471[info] - should return valid value in case of Right
2472[info] EitherFOps#mapF
2473[info] - should return valid value in case of Right
2474[info] - should return valid value in case of Left
2475[info] - should return valid value in case of base None
2476[info] - should return valid valid in case map to None
2477[info] EitherFOps#tapF
2478[info] - should run in case of Right
2479[info] - should not run in case of Left
2480[info] - should not run in case of base None
2481[info] - should not run in case map to None
2482[info] EitherFOps#mapIn
2483[info] - should return valid value in case of Right
2484[info] - should return valid value in case of Left
2485[info] - should return valid value in case of base None
2486[info] EitherFOps#leftMapF
2487[info] - should return valid value in case of Left
2488[info] - should return valid value in case of Right
2489[info] - should return valid value in case of base None
2490[info] - should return valid value in case map to None
2491[info] EitherFOps#leftTapF
2492[info] - should run in case of Left
2493[info] - should not run in case of Right
2494[info] - should not run in case of base None
2495[info] - should not run in case map to None
2496[info] EitherFOps#flatMapIn
2497[info] - should return Right in case of base Right and mapping
2498[info] - should return valid value in case of base Right and mapping to Left
2499[info] - should return valid value in case of base Left
2500[info] - should return valid value in case of base None
2501[info] EitherFOps#leftFlatMapIn
2502[info] - should return Left in case of base Left and mapping
2503[info] - should return valid value in case of base Left and mapping to Right
2504[info] - should return valid value in case of base Right
2505[info] - should return valid value in case of base None
2506[info] EitherFOps#leftFlatMapF
2507[info] - should return Left in case of base Left and mapping
2508[info] - should return valid value in case of base Left and mapping to Right
2509[info] - should return valid value in case of base Right
2510[info] - should return valid value in case of base None
2511[info] EitherFOps#swapF
2512[info] - should return Left
2513[info] - should return Right
2514[info] - should return None
2515[info] EitherFOps#doubleFlatMap
2516[info] - should return None
2517[info] - should return Right
2518[info] - should return Left
2519[info] EitherFOps#ensure
2520[info] - should return None
2521[info] - should return Left
2522[info] - should return Right
2523[info] EitherFOps#ensureF
2524[info] - should return None
2525[info] - should return Left
2526[info] - should return Right
2527[info] EitherFOps#traverseF
2528[info] - should return None
2529[info] - should return Some(None)
2530[info] - should return Right
2531[info] - should return Left
2532[info] EitherFOps#traverseAll
2533[info] - should return List(None)
2534[info] - should return Nil
2535[info] - should return Right
2536[info] - should return Left
2537[info] EitherFOps#leftTraverseF
2538[info] - should return None
2539[info] - should return Some(None)
2540[info] - should return Right
2541[info] - should return Left
2542[info] EitherFOps#leftTraverseAll
2543[info] - should return List(None)
2544[info] - should return Nil
2545[info] - should return Right
2546[info] - should return Left
2547[info] EitherFOps#productF
2548[info] - should return None
2549[info] - should return Left
2550[info] - should return Right
2551[info] - should check lazyness
2552[info] EitherFOps#productRF
2553[info] - should return None
2554[info] - should return Left
2555[info] - should return Right
2556[info] - should check lazyness
2557[info] EitherFOps#productLF
2558[info] - should return None
2559[info] - should return Left
2560[info] - should return Right
2561[info] - should check lazyness
2562[info] EitherFOps#apF
2563[info] - should return None
2564[info] - should return Left
2565[info] - should return Right
2566[info] - should check lazyness
2567[info] EitherFOps#map2F
2568[info] - should return None
2569[info] - should return Left
2570[info] - should return Right
2571[info] - should check lazyness
2572[info] EitherFOps#flatMap2F
2573[info] - should return None
2574[info] - should return Left
2575[info] - should return Right
2576[info] - should check lazyness
2577[info] EitherFOps#mergeF
2578[info] - should return None
2579[info] - should return Left
2580[info] - should return Right
2581[info] EitherIdFOps#rightIn
2582[info] - should return None
2583[info] - should return Right
2584[info] EitherIdFOps#leftIn
2585[info] - should return None
2586[info] - should return Left
2587[info] AtomSuite:
2588[info] - check IO has Atom
2589[info] UnliftSuite:
2590[info] Lift implicit def implementations
2591[info] - should cast instances properly
2592[info] PerformSuite:
2593[info] - parallize over performed futures
2594[info] QVarSuite:
2595[info] - check IO has QVar
2596[info] FIorSuite:
2597[info] TofuFIorOps#mapF
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#mapIn
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] TofuFIorOps#flatMapIn
2609[info] - should run function well in case of right
2610[info] - should run function well in case of left
2611[info] - should run function well in case of both
2612[info] - should nothing happen in case of effect error
2613[info] - should check lazyness
2614[info] TofuFIorOps#doubleFlatMap
2615[info] - should run function well in case of right
2616[info] - should run function well in case of left
2617[info] - should run function well in case of both
2618[info] - should nothing happen in case of effect error
2619[info] - should check lazyness
2620[info] TofuFIorOps#flatTapF
2621[info] - should run function well in case of right
2622[info] - should run function well in case of left
2623[info] - should run function well in case of both
2624[info] - should nothing happen in case of effect error
2625[info] - should check lazyness
2626[info] TofuFIorOps#doubleFlatTap
2627[info] - should run function well in case of right (to right)
2628[info] - should run function well in case of right (to left)
2629[info] - should run function well in case of right (to both)
2630[info] - should run function well in case of left (to right)
2631[info] - should run function well in case of left (to left)
2632[info] - should run function well in case of left (to both)
2633[info] - should run function well in case of both (to right)
2634[info] - should run function well in case of both (to left)
2635[info] - should run function well in case of both (to both)
2636[info] - should nothing happen in case of effect error
2637[info] - should nothing happen in case of effect error (source)
2638[info] - should check lazyness
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] NamedLoggableCompositionSuite:
2657[info] named logs combined
2658[info] - should genenerate two item dictionary
2659[info] - should generate single item dictionary on rename
2660[info] named logs manually combined
2661[info] - should generate two item dictionary
2662[info] - should generate deep dictionary on rename
2663[info] singleton logs combined
2664[info] - should genenerate two item dictionary
2665[info] - should generate single item dictionary on rename
2666[info] singleton logs manually combined
2667[info] - should generate two item dictionary
2668[info] - should generate deep dictionary on rename
2669[info] LoggableSuite:
2670[info] int custom logging
2671[info] - should be correct
2672[info] either custom logging
2673[info] - should handle left
2674[info] - should handle right
2675[info] - should show left correct
2676[info] - should show right correct
2677[info] hide after named
2678[info] - should hide value in message
2679[info] local date
2680[info] - should have loggable instance
2681[info] LocationSyntaxSuite:
2682[info] tofu.syntax.location.logging
2683[info] - should add location as additional logged value
2684[info] LogTreeSuite:
2685[info] - LogTree and tethys builder results are consistent
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] LocationSyntaxSuite:
2758[info] tofu.syntax.location.logging
2759[info] - should add location as additional logged value
2760[info] LoggableSuite:
2761[info] int custom logging
2762[info] - should be correct
2763[info] either custom logging
2764[info] - should handle left
2765[info] - should handle right
2766[info] - should show left correct
2767[info] - should show right correct
2768[info] hide after named
2769[info] - should hide value in message
2770[info] local date
2771[info] - should have loggable instance
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] FIorSuite:
2818[info] TofuFIorOps#mapF
2819[info] - should run function well in case of right
2820[info] - should run function well in case of left
2821[info] - should run function well in case of both
2822[info] - should nothing happen in case of effect error
2823[info] - should check lazyness
2824[info] TofuFIorOps#mapIn
2825[info] - should run function well in case of right
2826[info] - should run function well in case of left
2827[info] - should run function well in case of both
2828[info] - should nothing happen in case of effect error
2829[info] TofuFIorOps#flatMapIn
2830[info] - should run function well in case of right
2831[info] - should run function well in case of left
2832[info] - should run function well in case of both
2833[info] - should nothing happen in case of effect error
2834[info] - should check lazyness
2835[info] TofuFIorOps#doubleFlatMap
2836[info] - should run function well in case of right
2837[info] - should run function well in case of left
2838[info] - should run function well in case of both
2839[info] - should nothing happen in case of effect error
2840[info] - should check lazyness
2841[info] TofuFIorOps#flatTapF
2842[info] - should run function well in case of right
2843[info] - should run function well in case of left
2844[info] - should run function well in case of both
2845[info] - should nothing happen in case of effect error
2846[info] - should check lazyness
2847[info] TofuFIorOps#doubleFlatTap
2848[info] - should run function well in case of right (to right)
2849[info] - should run function well in case of right (to left)
2850[info] - should run function well in case of right (to both)
2851[info] - should run function well in case of left (to right)
2852[info] - should run function well in case of left (to left)
2853[info] - should run function well in case of left (to both)
2854[info] - should run function well in case of both (to right)
2855[info] - should run function well in case of both (to left)
2856[info] - should run function well in case of both (to both)
2857[info] - should nothing happen in case of effect error
2858[info] - should nothing happen in case of effect error (source)
2859[info] - should check lazyness
2860[info] UnliftSuite:
2861[info] Lift implicit def implementations
2862[info] - should cast instances properly
2863[info] ConsoleSuite:
2864[info] - simple output
2865[info] - double echo output
2866[info] UnliftSubcontext:
2867[info] Unlift
2868[info] - should correctly replace subcontext
2869[info] Unlift
2870[info] - should correctly lift
2871[info] PermitSuite:
2872[info] - check Permit
2873[info] AtomSuite:
2874[info] - check IO has Atom
2875[info] PerformSuite:
2876[info] - parallize over performed futures
2877[info] RaiseSuite:
2878[info] - error should be raised
2879[info] QVarSuite:
2880[info] - check IO has QVar
2881[info] RetrySuite:
2882[info] runRetry[Err1, F]
2883[info] - should update counter n times
2884[info] runRetry[Err2, F]
2885[info] - should update counter 1 time
2886[info] DelaySuite:
2887[info] - IO pure delay
2888[info] - IO effect delay
2889[info] - Lift delay
2890[info] FEitherSuite:
2891[info] EitherIdFOps#asRightF
2892[info] - should return Right
2893[info] EitherIdFOps#asLeftF
2894[info] - should return Left
2895[info] EitherFObjectOps#condF
2896[info] - should return Right and check lazyness
2897[info] - should return Left and check lazyness
2898[info] EitherFOps#orElseF
2899[info] - should return self in case of empty second
2900[info] - should return self in case of non-empty second
2901[info] - should return arg in case of empty second
2902[info] - should return arg in case non-of empty second
2903[info] - should check lazyness
2904[info] EitherFOps#getOrElseF
2905[info] - should return self in case of empty second
2906[info] - should return self in case of non-empty second
2907[info] - should return arg
2908[info] - should check lazyness
2909[info] EitherFOps#catchAll
2910[info] - should return self
2911[info] - should return arg
2912[info] EitherFOps#absolve
2913[info] - should return self in case of Right
2914[info] - should return None in case of Left
2915[info] EitherFOps#reRaise
2916[info] - should return self in case of Right
2917[info] - should return None in case of Left
2918[info] EitherFOps#assocR
2919[info] - should return valid value in case of Right-Right
2920[info] - should return valid value in case of Right-Left
2921[info] - should return valid value in case of Left
2922[info] EitherFOps#assocL
2923[info] - should return valid value in case of Left-Right
2924[info] - should return valid value in case of Left-Left
2925[info] - should return valid value in case of Right
2926[info] EitherFOps#mapF
2927[info] - should return valid value in case of Right
2928[info] - should return valid value in case of Left
2929[info] - should return valid value in case of base None
2930[info] - should return valid valid in case map to None
2931[info] EitherFOps#tapF
2932[info] - should run in case of Right
2933[info] - should not run in case of Left
2934[info] - should not run in case of base None
2935[info] - should not run in case map to None
2936[info] EitherFOps#mapIn
2937[info] - should return valid value in case of Right
2938[info] - should return valid value in case of Left
2939[info] - should return valid value in case of base None
2940[info] EitherFOps#leftMapF
2941[info] - should return valid value in case of Left
2942[info] - should return valid value in case of Right
2943[info] - should return valid value in case of base None
2944[info] - should return valid value in case map to None
2945[info] EitherFOps#leftTapF
2946[info] - should run in case of Left
2947[info] - should not run in case of Right
2948[info] - should not run in case of base None
2949[info] - should not run in case map to None
2950[info] EitherFOps#flatMapIn
2951[info] - should return Right in case of base Right and mapping
2952[info] - should return valid value in case of base Right and mapping to Left
2953[info] - should return valid value in case of base Left
2954[info] - should return valid value in case of base None
2955[info] EitherFOps#leftFlatMapIn
2956[info] - should return Left in case of base Left and mapping
2957[info] - should return valid value in case of base Left and mapping to Right
2958[info] - should return valid value in case of base Right
2959[info] - should return valid value in case of base None
2960[info] EitherFOps#leftFlatMapF
2961[info] - should return Left in case of base Left and mapping
2962[info] - should return valid value in case of base Left and mapping to Right
2963[info] - should return valid value in case of base Right
2964[info] - should return valid value in case of base None
2965[info] EitherFOps#swapF
2966[info] - should return Left
2967[info] - should return Right
2968[info] - should return None
2969[info] EitherFOps#doubleFlatMap
2970[info] - should return None
2971[info] - should return Right
2972[info] - should return Left
2973[info] EitherFOps#ensure
2974[info] - should return None
2975[info] - should return Left
2976[info] - should return Right
2977[info] EitherFOps#ensureF
2978[info] - should return None
2979[info] - should return Left
2980[info] - should return Right
2981[info] EitherFOps#traverseF
2982[info] - should return None
2983[info] - should return Some(None)
2984[info] - should return Right
2985[info] - should return Left
2986[info] EitherFOps#traverseAll
2987[info] - should return List(None)
2988[info] - should return Nil
2989[info] - should return Right
2990[info] - should return Left
2991[info] EitherFOps#leftTraverseF
2992[info] - should return None
2993[info] - should return Some(None)
2994[info] - should return Right
2995[info] - should return Left
2996[info] EitherFOps#leftTraverseAll
2997[info] - should return List(None)
2998[info] - should return Nil
2999[info] - should return Right
3000[info] - should return Left
3001[info] EitherFOps#productF
3002[info] - should return None
3003[info] - should return Left
3004[info] - should return Right
3005[info] - should check lazyness
3006[info] EitherFOps#productRF
3007[info] - should return None
3008[info] - should return Left
3009[info] - should return Right
3010[info] - should check lazyness
3011[info] EitherFOps#productLF
3012[info] - should return None
3013[info] - should return Left
3014[info] - should return Right
3015[info] - should check lazyness
3016[info] EitherFOps#apF
3017[info] - should return None
3018[info] - should return Left
3019[info] - should return Right
3020[info] - should check lazyness
3021[info] EitherFOps#map2F
3022[info] - should return None
3023[info] - should return Left
3024[info] - should return Right
3025[info] - should check lazyness
3026[info] EitherFOps#flatMap2F
3027[info] - should return None
3028[info] - should return Left
3029[info] - should return Right
3030[info] - should check lazyness
3031[info] EitherFOps#mergeF
3032[info] - should return None
3033[info] - should return Left
3034[info] - should return Right
3035[info] EitherIdFOps#rightIn
3036[info] - should return None
3037[info] - should return Right
3038[info] EitherIdFOps#leftIn
3039[info] - should return None
3040[info] - should return Left
3041[info] FOptionSuite:
3042[info] getOrElseF
3043[info] - should return inner value when non empty
3044[info] getOrElseF
3045[info] - should return argument when empty
3046[info] orElseF
3047[info] - should return self when non empty
3048[info] orElseF
3049[info] - should return argument when empty
3050[info] orThrow
3051[info] - should return inner value when non empty
3052[info] orThrow
3053[info] - should raise error when empty
3054[info] semiflatMap
3055[info] - should run when non empty
3056[info] semiflatMap
3057[info] - should keep empty when empty
3058[info] mapIn
3059[info] - should run when non empty
3060[info] mapIn
3061[info] - should keep empty when empty
3062[info] flatMapIn
3063[info] - should run when non empty
3064[info] flatMapIn
3065[info] - should keep empty when empty
3066[info] flatMapIn
3067[info] - should return empty when empty is returned from function
3068[info] doubleFlatMap
3069[info] - should run when non empty
3070[info] doubleFlatMap
3071[info] - should keep empty when empty
3072[info] toRightF
3073[info] - should return non-empty Left
3074[info] toRightF
3075[info] - should return Right
3076[info] toRightF
3077[info] - should return empty M when empty M
3078[info] toRightF
3079[info] - should return empty Left when None
3080[info] toRightF
3081[info] - should check lazyness
3082[info] toRightIn
3083[info] - should return non-empty Left
3084[info] toRightIn
3085[info] - should return Right
3086[info] toRightIn
3087[info] - should return empty M when empty M
3088[info] toRightIn
3089[info] - should check lazyness
3090[info] toLeftF
3091[info] - should return non-empty Right
3092[info] toLeftF
3093[info] - should return Left
3094[info] toLeftF
3095[info] - should return Left when empty M
3096[info] toLeftF
3097[info] - should return Right when None
3098[info] toLeftF
3099[info] - should return empty Right when None and function return empty M
3100[info] toLeftF
3101[info] - should check lazyness
3102[info] toLeftIn
3103[info] - should return Left
3104[info] toLeftIn
3105[info] - should return Left when empty M
3106[info] toLeftIn
3107[info] - should return Right when None
3108[info] toLeftIn
3109[info] - should check lazyness
3110[info] filterIn
3111[info] - should return empty M
3112[info] filterIn
3113[info] - should return None if None
3114[info] filterIn
3115[info] - should return valid value due the predicate
3116[info] filterF
3117[info] - should return empty M
3118[info] filterF
3119[info] - should return None if None
3120[info] filterF
3121[info] - should return valid value due the predicate
3122[info] ensure
3123[info] - should return err if None
3124[info] ensure
3125[info] - should return empty M
3126[info] ensure
3127[info] - should check lazyness
3128[info] ensure
3129[info] - should return valid value due the predicate
3130[info] ensureF
3131[info] - should return err if None
3132[info] ensureF
3133[info] - should return empty M
3134[info] ensureF
3135[info] - should check lazyness
3136[info] ensureF
3137[info] - should return valid value due the predicate
3138[info] collectF
3139[info] - should return successful collected
3140[info] collectF
3141[info] - should return empty collected when empty M
3142[info] collectF
3143[info] - should return None collected when matching is failed
3144[info] collectF
3145[info] - should return None collected when base is None
3146[info] collectIn
3147[info] - should return successful collected
3148[info] collectIn
3149[info] - should return None collected when matching is failed
3150[info] collectIn
3151[info] - should return None collected when base is None
3152[info] traverseF
3153[info] - should return Left
3154[info] traverseF
3155[info] - should return Right
3156[info] traverseF
3157[info] - should return empty M
3158[info] traverseF
3159[info] - should return err
3160[info] traverseAll
3161[info] - should return Left
3162[info] traverseAll
3163[info] - should return Right
3164[info] traverseAll
3165[info] - should return empty M
3166[info] traverseAll
3167[info] - should return err
3168[info] productF
3169[info] - should return None
3170[info] productF
3171[info] - should return Some
3172[info] productF
3173[info] - should return empty M
3174[info] productF
3175[info] - should return M with None
3176[info] productF
3177[info] - should check lazyness
3178[info] productRF
3179[info] - should return None
3180[info] productRF
3181[info] - should return Some
3182[info] productRF
3183[info] - should return empty M
3184[info] productRF
3185[info] - should return M with None
3186[info] productRF
3187[info] - should check lazyness
3188[info] productLF
3189[info] - should return None
3190[info] productLF
3191[info] - should return Some
3192[info] productLF
3193[info] - should return empty M
3194[info] productLF
3195[info] - should return M with None
3196[info] productLF
3197[info] - should check lazyness
3198[info] apF
3199[info] - should return None
3200[info] apF
3201[info] - should return Some
3202[info] apF
3203[info] - should return empty M
3204[info] apF
3205[info] - should return M with None
3206[info] apF
3207[info] - should check lazyness
3208[info] map2F
3209[info] - should return None
3210[info] map2F
3211[info] - should return Some
3212[info] map2F
3213[info] - should return empty M
3214[info] map2F
3215[info] - should return M with None
3216[info] map2F
3217[info] - should check lazyness
3218[info] flatMap2F
3219[info] - should return None
3220[info] flatMap2F
3221[info] - should return Some
3222[info] flatMap2F
3223[info] - should return empty M
3224[info] flatMap2F
3225[info] - should return M with None
3226[info] flatMap2F
3227[info] - should check lazyness
3228[info] someIn
3229[info] - should return some in M (List)
3230[info] TimeoutSuite:
3231[info] - Timeout should cancel
3232[info] - Timeout with ReaderT should cancel
3233[info] - Timeout with ReaderT should have context
3234[info] - Timeout with ReaderT should have context in fallback
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] RetrySuite:
3281[info] runRetry[Err1, F]
3282[info] - should update counter n times
3283[info] runRetry[Err2, F]
3284[info] - should update counter 1 time
3285[info] TimeoutSuite:
3286[info] - Timeout should cancel
3287[info] - Timeout with ReaderT should cancel
3288[info] - Timeout with ReaderT should have context
3289[info] - Timeout with ReaderT should have context in fallback
3290[info] FIorSuite:
3291[info] TofuFIorOps#mapF
3292[info] - should run function well in case of right
3293[info] - should run function well in case of left
3294[info] - should run function well in case of both
3295[info] - should nothing happen in case of effect error
3296[info] - should check lazyness
3297[info] TofuFIorOps#mapIn
3298[info] - should run function well in case of right
3299[info] - should run function well in case of left
3300[info] - should run function well in case of both
3301[info] - should nothing happen in case of effect error
3302[info] TofuFIorOps#flatMapIn
3303[info] - should run function well in case of right
3304[info] - should run function well in case of left
3305[info] - should run function well in case of both
3306[info] - should nothing happen in case of effect error
3307[info] - should check lazyness
3308[info] TofuFIorOps#doubleFlatMap
3309[info] - should run function well in case of right
3310[info] - should run function well in case of left
3311[info] - should run function well in case of both
3312[info] - should nothing happen in case of effect error
3313[info] - should check lazyness
3314[info] TofuFIorOps#flatTapF
3315[info] - should run function well in case of right
3316[info] - should run function well in case of left
3317[info] - should run function well in case of both
3318[info] - should nothing happen in case of effect error
3319[info] - should check lazyness
3320[info] TofuFIorOps#doubleFlatTap
3321[info] - should run function well in case of right (to right)
3322[info] - should run function well in case of right (to left)
3323[info] - should run function well in case of right (to both)
3324[info] - should run function well in case of left (to right)
3325[info] - should run function well in case of left (to left)
3326[info] - should run function well in case of left (to both)
3327[info] - should run function well in case of both (to right)
3328[info] - should run function well in case of both (to left)
3329[info] - should run function well in case of both (to both)
3330[info] - should nothing happen in case of effect error
3331[info] - should nothing happen in case of effect error (source)
3332[info] - should check lazyness
3333[info] UnliftSubcontext:
3334[info] Unlift
3335[info] - should correctly replace subcontext
3336[info] Unlift
3337[info] - should correctly lift
3338[info] AtomSuite:
3339[info] - check IO has Atom
3340[info] UnliftSuite:
3341[info] Lift implicit def implementations
3342[info] - should cast instances properly
3343[info] ErrorsSuite:
3344[info] Raise
3345[info] - should reRaise
3346[info] Errors
3347[info] - should adoptError
3348[info] RaiseSuite:
3349[info] - error should be raised
3350[info] DelaySuite:
3351[info] - IO pure delay
3352[info] - IO effect delay
3353[info] - Lift delay
3354[info] PermitSuite:
3355[info] - check IO has Permit
3356[info] FEitherSuite:
3357[info] EitherIdFOps#asRightF
3358[info] - should return Right
3359[info] EitherIdFOps#asLeftF
3360[info] - should return Left
3361[info] EitherFObjectOps#condF
3362[info] - should return Right and check lazyness
3363[info] - should return Left and check lazyness
3364[info] EitherFOps#orElseF
3365[info] - should return self in case of empty second
3366[info] - should return self in case of non-empty second
3367[info] - should return arg in case of empty second
3368[info] - should return arg in case non-of empty second
3369[info] - should check lazyness
3370[info] EitherFOps#getOrElseF
3371[info] - should return self in case of empty second
3372[info] - should return self in case of non-empty second
3373[info] - should return arg
3374[info] - should check lazyness
3375[info] EitherFOps#catchAll
3376[info] - should return self
3377[info] - should return arg
3378[info] EitherFOps#absolve
3379[info] - should return self in case of Right
3380[info] - should return None in case of Left
3381[info] EitherFOps#reRaise
3382[info] - should return self in case of Right
3383[info] - should return None in case of Left
3384[info] EitherFOps#assocR
3385[info] - should return valid value in case of Right-Right
3386[info] - should return valid value in case of Right-Left
3387[info] - should return valid value in case of Left
3388[info] EitherFOps#assocL
3389[info] - should return valid value in case of Left-Right
3390[info] - should return valid value in case of Left-Left
3391[info] - should return valid value in case of Right
3392[info] EitherFOps#mapF
3393[info] - should return valid value in case of Right
3394[info] - should return valid value in case of Left
3395[info] - should return valid value in case of base None
3396[info] - should return valid valid in case map to None
3397[info] EitherFOps#tapF
3398[info] - should run in case of Right
3399[info] - should not run in case of Left
3400[info] - should not run in case of base None
3401[info] - should not run in case map to None
3402[info] EitherFOps#mapIn
3403[info] - should return valid value in case of Right
3404[info] - should return valid value in case of Left
3405[info] - should return valid value in case of base None
3406[info] EitherFOps#asIn
3407[info] - should return valid value in case of Right
3408[info] - should return Left value without changes
3409[info] - should return valid value in case of base None
3410[info] EitherFOps#asF
3411[info] - should return valid value in case of Right
3412[info] - should return None if inner value is None
3413[info] - should return Left value without changes
3414[info] - should return valid value in case of base None
3415[info] EitherFOps#leftMapF
3416[info] - should return valid value in case of Left
3417[info] - should return valid value in case of Right
3418[info] - should return valid value in case of base None
3419[info] - should return valid value in case map to None
3420[info] EitherFOps#leftTapF
3421[info] - should run in case of Left
3422[info] - should not run in case of Right
3423[info] - should not run in case of base None
3424[info] - should not run in case map to None
3425[info] EitherFOps#flatMapIn
3426[info] - should return Right in case of base Right and mapping
3427[info] - should return valid value in case of base Right and mapping to Left
3428[info] - should return valid value in case of base Left
3429[info] - should return valid value in case of base None
3430[info] EitherFOps#leftFlatMapIn
3431[info] - should return Left in case of base Left and mapping
3432[info] - should return valid value in case of base Left and mapping to Right
3433[info] - should return valid value in case of base Right
3434[info] - should return valid value in case of base None
3435[info] EitherFOps#leftFlatMapF
3436[info] - should return Left in case of base Left and mapping
3437[info] - should return valid value in case of base Left and mapping to Right
3438[info] - should return valid value in case of base Right
3439[info] - should return valid value in case of base None
3440[info] EitherFOps#swapF
3441[info] - should return Left
3442[info] - should return Right
3443[info] - should return None
3444[info] EitherFOps#doubleFlatMap
3445[info] - should return None
3446[info] - should return Right
3447[info] - should return Left
3448[info] EitherFOps#doubleFlatTap
3449[info] - should return None
3450[info] - should return Right without changes
3451[info] - should return Left
3452[info] EitherFOps#foldIn
3453[info] - should map left or right to C
3454[info] EitherFOps#foldF
3455[info] - should map left or right to F[C]
3456[info] - should fold to None
3457[info] - should fold on None
3458[info] EitherFOps#ensure
3459[info] - should return None
3460[info] - should return Left
3461[info] - should return Right
3462[info] EitherFOps#ensureF
3463[info] - should return None
3464[info] - should return Left
3465[info] - should return Right
3466[info] EitherFOps#traverseF
3467[info] - should return None
3468[info] - should return Some(None)
3469[info] - should return Right
3470[info] - should return Left
3471[info] EitherFOps#traverseAll
3472[info] - should return List(None)
3473[info] - should return Nil
3474[info] - should return Right
3475[info] - should return Left
3476[info] EitherFOps#leftTraverseF
3477[info] - should return None
3478[info] - should return Some(None)
3479[info] - should return Right
3480[info] - should return Left
3481[info] EitherFOps#leftTraverseAll
3482[info] - should return List(None)
3483[info] - should return Nil
3484[info] - should return Right
3485[info] - should return Left
3486[info] EitherFOps#productF
3487[info] - should return None
3488[info] - should return Left
3489[info] - should return Right
3490[info] - should check lazyness
3491[info] EitherFOps#productRF
3492[info] - should return None
3493[info] - should return Left
3494[info] - should return Right
3495[info] - should check lazyness
3496[info] EitherFOps#productLF
3497[info] - should return None
3498[info] - should return Left
3499[info] - should return Right
3500[info] - should check lazyness
3501[info] EitherFOps#apF
3502[info] - should return None
3503[info] - should return Left
3504[info] - should return Right
3505[info] - should check lazyness
3506[info] EitherFOps#map2F
3507[info] - should return None
3508[info] - should return Left
3509[info] - should return Right
3510[info] - should check lazyness
3511[info] EitherFOps#flatMap2F
3512[info] - should return None
3513[info] - should return Left
3514[info] - should return Right
3515[info] - should check lazyness
3516[info] EitherFOps#mergeF
3517[info] - should return None
3518[info] - should return Left
3519[info] - should return Right
3520[info] EitherIdFOps#rightIn
3521[info] - should return None
3522[info] - should return Right
3523[info] EitherIdFOps#leftIn
3524[info] - should return None
3525[info] - should return Left
3526[info] QVarSuite:
3527[info] - check IO has QVar
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": 40237, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3753 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3754 "test-compile": {"status": "ok", "tookMs": 7265, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3755 "test": {"status": "ok", "tookMs": 2284, "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": 497, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3763 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3764 "test-compile": {"status": "ok", "tookMs": 1121, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3765 "test": {"status": "ok", "tookMs": 744, "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": 12718, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
3773 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3774 "test-compile": {"status": "ok", "tookMs": 1520, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3775 "test": {"status": "ok", "tookMs": 397, "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": 11299, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3783 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3784 "test-compile": {"status": "ok", "tookMs": 923, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3785 "test": {"status": "ok", "tookMs": 312, "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": 4115, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3793 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3794 "test-compile": {"status": "ok", "tookMs": 1996, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3795 "test": {"status": "ok", "tookMs": 712, "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": 267, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3803 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3804 "test-compile": {"status": "ok", "tookMs": 116, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3805 "test": {"status": "ok", "tookMs": 97, "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": 45, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3813 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3814 "test-compile": {"status": "ok", "tookMs": 87, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3815 "test": {"status": "ok", "tookMs": 105, "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": 237, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3823 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3824 "test-compile": {"status": "ok", "tookMs": 2560, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3825 "test": {"status": "ok", "tookMs": 613, "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": 553, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3833 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3834 "test-compile": {"status": "ok", "tookMs": 1228, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3835 "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}}]},
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": 420, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3843 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3844 "test-compile": {"status": "ok", "tookMs": 764, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3845 "test": {"status": "ok", "tookMs": 425, "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": 227, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3853 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3854 "test-compile": {"status": "ok", "tookMs": 259, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3855 "test": {"status": "ok", "tookMs": 229, "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": 578, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3863 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3864 "test-compile": {"status": "ok", "tookMs": 269, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3865 "test": {"status": "ok", "tookMs": 234, "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": 97, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
3873 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3874 "test-compile": {"status": "ok", "tookMs": 1246, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3875 "test": {"status": "ok", "tookMs": 392, "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": 396, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3883 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3884 "test-compile": {"status": "ok", "tookMs": 254, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3885 "test": {"status": "ok", "tookMs": 259, "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": 209, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3893 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3894 "test-compile": {"status": "ok", "tookMs": 1168, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3895 "test": {"status": "ok", "tookMs": 979, "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": 86, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3903 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3904 "test-compile": {"status": "ok", "tookMs": 896, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3905 "test": {"status": "ok", "tookMs": 298, "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": 103, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
3913 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3914 "test-compile": {"status": "ok", "tookMs": 1129, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3915 "test": {"status": "ok", "tookMs": 461, "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": 172, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3923 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3924 "test-compile": {"status": "ok", "tookMs": 2535, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3925 "test": {"status": "ok", "tookMs": 681, "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": 1135, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3933 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3934 "test-compile": {"status": "ok", "tookMs": 947, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3935 "test": {"status": "ok", "tookMs": 681, "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": 581, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3943 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3944 "test-compile": {"status": "ok", "tookMs": 292, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3945 "test": {"status": "ok", "tookMs": 304, "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": 283, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3953 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3954 "test-compile": {"status": "ok", "tookMs": 2285, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3955 "test": {"status": "ok", "tookMs": 572, "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": 1461, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3963 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3964 "test-compile": {"status": "ok", "tookMs": 6469, "warnings": 6, "errors": 0, "sourceVersion": "3.8"},
3965 "test": {"status": "ok", "tookMs": 1061, "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": 2809, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3973 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3974 "test-compile": {"status": "ok", "tookMs": 1716, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3975 "test": {"status": "ok", "tookMs": 536, "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": 510, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3983 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3984 "test-compile": {"status": "ok", "tookMs": 575, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3985 "test": {"status": "ok", "tookMs": 247, "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": 733, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3993 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3994 "test-compile": {"status": "ok", "tookMs": 599, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3995 "test": {"status": "ok", "tookMs": 265, "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": 60, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4003 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4004 "test-compile": {"status": "ok", "tookMs": 554, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4005 "test": {"status": "ok", "tookMs": 255, "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": 57, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4013 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4014 "test-compile": {"status": "ok", "tookMs": 125, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4015 "test": {"status": "ok", "tookMs": 118, "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": 672, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4023 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4024 "test-compile": {"status": "ok", "tookMs": 801, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4025 "test": {"status": "ok", "tookMs": 761, "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": 210, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4033 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4034 "test-compile": {"status": "ok", "tookMs": 1965, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4035 "test": {"status": "ok", "tookMs": 776, "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": 266, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4043 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4044 "test-compile": {"status": "ok", "tookMs": 5653, "warnings": 6, "errors": 0, "sourceVersion": "3.8"},
4045 "test": {"status": "ok", "tookMs": 914, "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": 507, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4053 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4054 "test-compile": {"status": "ok", "tookMs": 868, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4055 "test": {"status": "ok", "tookMs": 560, "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": 681, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4063 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4064 "test-compile": {"status": "ok", "tookMs": 380, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4065 "test": {"status": "ok", "tookMs": 377, "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": 1472, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4073 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4074 "test-compile": {"status": "ok", "tookMs": 5313, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
4075 "test": {"status": "ok", "tookMs": 881, "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": 93, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4083 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4084 "test-compile": {"status": "ok", "tookMs": 580, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4085 "test": {"status": "ok", "tookMs": 274, "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": 118, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4093 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4094 "test-compile": {"status": "ok", "tookMs": 131, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4095 "test": {"status": "ok", "tookMs": 132, "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": 984, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4103 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4104 "test-compile": {"status": "ok", "tookMs": 774, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4105 "test": {"status": "ok", "tookMs": 454, "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: 199 s (0:03:19.0), completed Nov 28, 2025, 12:55:39 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.