Build Logs
tofu-tf/tofu • 3.8.0-RC4:2025-12-22
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 loggingEnumeratum3/crossScalaVersions
109OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in observable/crossScalaVersions
110OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingEnumeratum2_12/crossScalaVersions
111OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in higherKindCore/crossScalaVersions
112OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio1Core2_12/crossScalaVersions
113OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in kernel3/crossScalaVersions
114OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreCE23/crossScalaVersions
115OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreCE22_12/crossScalaVersions
116OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in memo/crossScalaVersions
117OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingDerivationAnnotations2_12/crossScalaVersions
118OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobie/crossScalaVersions
119OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio2Core/crossScalaVersions
120OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingShapeless/crossScalaVersions
121OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in streams2_12/crossScalaVersions
122OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in observable2_12/crossScalaVersions
123OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobieLogging/crossScalaVersions
124OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobieCE3/crossScalaVersions
125OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in env/crossScalaVersions
126OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesCE32_12/crossScalaVersions
127OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobieLoggingCE32_12/crossScalaVersions
128OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in higherKindCore3/crossScalaVersions
129OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in kernelCatsMtlInterop/crossScalaVersions
130OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in tofu3/crossScalaVersions
131OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLayout/crossScalaVersions
132OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in kernelCatsMtlInterop3/crossScalaVersions
133OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fs2CE3Interop/crossScalaVersions
134OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobie2_12/crossScalaVersions
135OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio2Logging/crossScalaVersions
136OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreCE32_12/crossScalaVersions
137OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in 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 fs2CE3Interop3/crossScalaVersions
156OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingDerivationAnnotations3/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 loggingDerivationAnnotations/crossScalaVersions
166OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in config2_12/crossScalaVersions
167OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLog4CatsLegacy3/crossScalaVersions
168OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLayout3/crossScalaVersions
169OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio1Logging2_12/crossScalaVersions
170OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in logging2_12/crossScalaVersions
171OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio1Interop/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 coreCE2/crossScalaVersions
175OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fs2CE2Interop/crossScalaVersions
176OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio2Logging3/crossScalaVersions
177OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio2Logging2_12/crossScalaVersions
178OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLog4CatsLegacy2_12/crossScalaVersions
179OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in config/crossScalaVersions
180OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreCE3/crossScalaVersions
181OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio2Core2_12/crossScalaVersions
182OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLog4Cats2_12/crossScalaVersions
183OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingRefined2_12/crossScalaVersions
184OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in concurrentCE22_12/crossScalaVersions
185OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in logging3/crossScalaVersions
186OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio1Interop2_12/crossScalaVersions
187OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingStr/crossScalaVersions
188OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLogstashLogback3/crossScalaVersions
189OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in kernelCatsMtlInterop2_12/crossScalaVersions
190OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesCE2/crossScalaVersions
191OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingRefined/crossScalaVersions
192OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingEnumeratum/crossScalaVersions
193OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in derivation/crossScalaVersions
194OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobieCE32_12/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 doobieLoggingCE3/crossScalaVersions
200OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in tofu/crossScalaVersions
201OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLog4CatsLegacy/crossScalaVersions
202OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreCE33/crossScalaVersions
203OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio1Core/crossScalaVersions
204OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingDer3/crossScalaVersions
205OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingDer2_12/crossScalaVersions
206OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in derivation2_12/crossScalaVersions
207[info] set current project to repo (in build file:/build/repo/)
208[info] Setting Scala version to 3.7.4 on 99 projects.
209[info] Switching Scala version on:
210[info] loggingShapeless (2.13.16, 2.12.20, 3.7.4)
211[info] kernel2_12 (2.13.16, 2.12.20, 3.7.4)
212[info] loggingLog4Cats2_12 (2.13.16, 2.12.20, 3.7.4)
213[info] loggingShapeless2_12 (2.13.16, 2.12.20, 3.7.4)
214[info] kernel (2.13.16, 2.12.20, 3.7.4)
215[info] zio2Logging (2.13.16, 2.12.20, 3.7.4)
216[info] zio2Core (2.13.16, 2.12.20, 3.7.4)
217[info] loggingLog4CatsLegacy3 (2.13.16, 2.12.20, 3.7.4)
218[info] observable2_12 (2.13.16, 2.12.20, 3.7.4)
219[info] logging (2.13.16, 2.12.20, 3.7.4)
220[info] concurrentCE22_12 (2.13.16, 2.12.20, 3.7.4)
221[info] doobieCE3 (2.13.16, 2.12.20, 3.7.4)
222[info] loggingLayout (2.13.16, 2.12.20, 3.7.4)
223[info] kernelCatsMtlInterop3 (2.13.16, 2.12.20, 3.7.4)
224[info] examplesCE32_12 (2.13.16, 2.12.20, 3.7.4)
225[info] zio2Core3 (2.13.16, 2.12.20, 3.7.4)
226[info] loggingEnumeratum3 (2.13.16, 2.12.20, 3.7.4)
227[info] coreCE33 (2.13.16, 2.12.20, 3.7.4)
228[info] examplesCE2 (2.13.16, 2.12.20, 3.7.4)
229[info] doobie (2.13.16, 2.12.20, 3.7.4)
230[info] examplesCE22_12 (2.13.16, 2.12.20, 3.7.4)
231[info] fs2CE3Interop (2.13.16, 2.12.20, 3.7.4)
232[info] examplesCE3 (2.13.16, 2.12.20, 3.7.4)
233[info] loggingRefined3 (2.13.16, 2.12.20, 3.7.4)
234[info] logging3 (2.13.16, 2.12.20, 3.7.4)
235[info] zio2Logging3 (2.13.16, 2.12.20, 3.7.4)
236[info] docs (2.13.16, 2.12.20, 3.7.4)
237[info] loggingStr2_12 (2.13.16, 2.12.20, 3.7.4)
238[info] zio1Interop (2.13.16, 2.12.20, 3.7.4)
239[info] zio2Logging2_12 (2.13.16, 2.12.20, 3.7.4)
240[info] coreCE22_12 (2.13.16, 2.12.20, 3.7.4)
241[info] zio1Logging (2.13.16, 2.12.20, 3.7.4)
242[info] kernelCatsMtlInterop (2.13.16, 2.12.20, 3.7.4)
243[info] config (2.13.16, 2.12.20, 3.7.4)
244[info] loggingLogstashLogback3 (2.13.16, 2.12.20, 3.7.4)
245[info] loggingLog4Cats3 (2.13.16, 2.12.20, 3.7.4)
246[info] higherKindCore2_12 (2.13.16, 2.12.20, 3.7.4)
247[info] doobieLoggingCE3 (2.13.16, 2.12.20, 3.7.4)
248[info] zio1Core2_12 (2.13.16, 2.12.20, 3.7.4)
249[info] loggingStr3 (2.13.16, 2.12.20, 3.7.4)
250[info] kernelCatsMtlInterop2_12 (2.13.16, 2.12.20, 3.7.4)
251[info] env2_12 (2.13.16, 2.12.20, 3.7.4)
252[info] doobie2_12 (2.13.16, 2.12.20, 3.7.4)
253[info] coreCE2 (2.13.16, 2.12.20, 3.7.4)
254[info] coreCE23 (2.13.16, 2.12.20, 3.7.4)
255[info] fs2CE2Interop (2.13.16, 2.12.20, 3.7.4)
256[info] loggingRefined2_12 (2.13.16, 2.12.20, 3.7.4)
257[info] higherKindCore3 (2.13.16, 2.12.20, 3.7.4)
258[info] kernel3 (2.13.16, 2.12.20, 3.7.4)
259[info] streams3 (2.13.16, 2.12.20, 3.7.4)
260[info] concurrentCE2 (2.13.16, 2.12.20, 3.7.4)
261[info] loggingDer3 (2.13.16, 2.12.20, 3.7.4)
262[info] loggingLog4CatsLegacy2_12 (2.13.16, 2.12.20, 3.7.4)
263[info] loggingLog4CatsLegacy (2.13.16, 2.12.20, 3.7.4)
264[info] streams (2.13.16, 2.12.20, 3.7.4)
265[info] loggingDerivationAnnotations2_12 (2.13.16, 2.12.20, 3.7.4)
266[info] fs2CE3Interop2_12 (2.13.16, 2.12.20, 3.7.4)
267[info] loggingStr (2.13.16, 2.12.20, 3.7.4)
268[info] loggingDer2_12 (2.13.16, 2.12.20, 3.7.4)
269[info] doobieLoggingCE32_12 (2.13.16, 2.12.20, 3.7.4)
270[info] loggingLogstashLogback (2.13.16, 2.12.20, 3.7.4)
271[info] coreCE3 (2.13.16, 2.12.20, 3.7.4)
272[info] tofu2_12 (2.13.16, 2.12.20, 3.7.4)
273[info] loggingLayout2_12 (2.13.16, 2.12.20, 3.7.4)
274[info] fs2CE2Interop2_12 (2.13.16, 2.12.20, 3.7.4)
275[info] loggingLog4Cats (2.13.16, 2.12.20, 3.7.4)
276[info] doobieLogging (2.13.16, 2.12.20, 3.7.4)
277[info] tofu (2.13.16, 2.12.20, 3.7.4)
278[info] derivation2_12 (2.13.16, 2.12.20, 3.7.4)
279[info] zio1Core (2.13.16, 2.12.20, 3.7.4)
280[info] examplesZIO2 (2.13.16, 2.12.20, 3.7.4)
281[info] streams2_12 (2.13.16, 2.12.20, 3.7.4)
282[info] tofu3 (2.13.16, 2.12.20, 3.7.4)
283[info] loggingDer (2.13.16, 2.12.20, 3.7.4)
284[info] doobieCE32_12 (2.13.16, 2.12.20, 3.7.4)
285[info] loggingDerivationAnnotations3 (2.13.16, 2.12.20, 3.7.4)
286[info] loggingRefined (2.13.16, 2.12.20, 3.7.4)
287[info] higherKindCore (2.13.16, 2.12.20, 3.7.4)
288[info] derivation (2.13.16, 2.12.20, 3.7.4)
289[info] memo2_12 (2.13.16, 2.12.20, 3.7.4)
290[info] fs2CE3Interop3 (2.13.16, 2.12.20, 3.7.4)
291[info] loggingEnumeratum (2.13.16, 2.12.20, 3.7.4)
292[info] loggingLogstashLogback2_12 (2.13.16, 2.12.20, 3.7.4)
293[info] observable3 (2.13.16, 2.12.20, 3.7.4)
294[info] * repo (2.13.16, 2.12.20, 3.7.4)
295[info] loggingEnumeratum2_12 (2.13.16, 2.12.20, 3.7.4)
296[info] zio1Interop2_12 (2.13.16, 2.12.20, 3.7.4)
297[info] loggingDerivationAnnotations (2.13.16, 2.12.20, 3.7.4)
298[info] coreCE32_12 (2.13.16, 2.12.20, 3.7.4)
299[info] observable (2.13.16, 2.12.20, 3.7.4)
300[info] zio2Core2_12 (2.13.16, 2.12.20, 3.7.4)
301[info] doobieLogging2_12 (2.13.16, 2.12.20, 3.7.4)
302[info] memo (2.13.16, 2.12.20, 3.7.4)
303[info] env (2.13.16, 2.12.20, 3.7.4)
304[info] zio1Logging2_12 (2.13.16, 2.12.20, 3.7.4)
305[info] examplesZIO22_12 (2.13.16, 2.12.20, 3.7.4)
306[info] logging2_12 (2.13.16, 2.12.20, 3.7.4)
307[info] config2_12 (2.13.16, 2.12.20, 3.7.4)
308[info] loggingLayout3 (2.13.16, 2.12.20, 3.7.4)
309[info] Excluding projects:
310[info] Reapplying settings...
311[info] set current project to repo (in build file:/build/repo/)
312Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
313[info] Reapplying settings...
314[info] set current project to repo (in build file:/build/repo/)
315[info] Defining Global / credentials, concurrentCE2 / credentials and 97 others.
316[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 792 others.
317[info] Run `last` for details.
318[info] Reapplying settings...
319[info] set current project to repo (in build file:/build/repo/)
320Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
321[info] Reapplying settings...
322OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
323
324 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
325 Did you mean higherKindCore3 / allExcludeDependencies ?
326 , retry without global scopes
327[info] Reapplying settings...
328[info] set current project to repo (in build file:/build/repo/)
329Execute removeScalacOptionsStartingWith: -P:wartremover
330[info] Reapplying settings...
331[info] set current project to repo (in build file:/build/repo/)
332[info] Defining Global / excludeFilter
333[info] The new value will be used by Compile / unmanagedJars, Compile / unmanagedResources / fileInputs and 993 others.
334[info] Run `last` for details.
335[info] Reapplying settings...
336[info] set current project to repo (in build file:/build/repo/)
337[success] Total time: 0 s, completed Dec 22, 2025, 5:36:42 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/Function2K.scala]
355[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/bi/BiRepresentableK.scala]
356[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/bi/Fun2BK.scala]
357[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/Embed.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/Pre.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/Errors.scala]
382[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/Embedded.scala]
383[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/Atom.scala]
384[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/Exit.scala]
385[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/syntax/context.scala]
386[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/Scoped.scala]
387[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/bi/BiContext.scala]
388[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/Translator.scala]
389[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/Flux.scala]
390[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/Continue.scala]
391[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/CalcMOps.scala]
392[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/syntax/console.scala]
393[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/WithContext.scala]
394[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/internal/instances/perform.scala]
395[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/bi/lift/BiLift.scala]
396[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/syntax/guarantee.scala]
397[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/WithLocal.scala]
398[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/CalcM.scala]
399[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/internal/Newtype1Covariant.scala]
400[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/impl/QVarSM.scala]
401[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/common/Display.scala]
402[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/QVar.scala]
403[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/syntax/error.scala]
404[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/control/impl/SelectiveInstances.scala]
405[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/internal/CachedMatcher.scala]
406[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/CalcMInstances.scala]
407[warn] 6 warnings found
408[info] done compiling
409[info] compiling 52 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.13/classes ...
410[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
411[warn] Flag -Xkind-projector set repeatedly
412[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/Logging.scala]
413[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/syntax/logging.scala]
414[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/SyncLogging.scala]
415[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/LogRenderer.scala]
416[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/LoggableContext.scala]
417[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/CachedLogs.scala]
418[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/Loggable.scala]
419[info] [patched file /build/repo/modules/logging/structured/src/main/scala-3/tofu/logging/LogsVOps.scala]
420[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/ContextSyncLoggingImpl.scala]
421[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/UniversalLogging.scala]
422[info] [patched file /build/repo/modules/logging/structured/src/main/scala-3/tofu/logging/LoggingRepresentableKInstances.scala]
423[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/LoggableInstances.scala]
424[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/builder/LoggingMidBuilder.scala]
425[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/LogTree.scala]
426[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/LoggingImpl.scala]
427[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/syntax/location.scala]
428[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/ContextLoggingImpl.scala]
429[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/EmbedLogging.scala]
430[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/builder/LoggingBiMidBuilder.scala]
431[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/Logs.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/syntax/bracket.scala]
476[info] [patched file /build/repo/modules/core/ce3/src/main/scala/tofu/interop/UnliftIOImpl.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/zioOptics.scala]
489[info] [patched file /build/repo/modules/interop/zio2/core/src/main/scala/tofu/zioInstances/ZioTofuInstance.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/examples/DoMonadExamples.scala]
824[info] [patched file /build/repo/modules/core/ce3/src/test/scala/tofu/common/ConsoleSuite.scala]
825[warn] 8 warnings found
826[info] done compiling
827[info] compiling 2 Scala sources to /build/repo/modules/core/ce3/target/jvm-3/test-classes ...
828[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
829[warn] Flag -Xkind-projector set repeatedly
830[warn] two warnings found
831[info] done compiling
832Starting build for ProjectRef(file:/build/repo/,loggingStr2_12) (tofu-logging-structured)... [22/36]
833Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
834[info] compiling 52 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.12/classes ...
835[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
836[warn] Flag -Xkind-projector set repeatedly
837[warn] two warnings found
838[info] done compiling
839[info] compiling 6 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.12/test-classes ...
840[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
841[warn] Flag -Xkind-projector set repeatedly
842[warn] two warnings found
843[info] done compiling
844Starting build for ProjectRef(file:/build/repo/,kernelCatsMtlInterop3) (tofu-kernel-cats-mtl)... [23/36]
845Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
846[info] compiling 5 Scala sources to /build/repo/modules/kernel/interop/cats-mtl/target/jvm-3/classes ...
847[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
848[warn] Flag -Xkind-projector set repeatedly
849[warn] two warnings found
850[info] done compiling
851[info] compiling 3 Scala sources to /build/repo/modules/kernel/interop/cats-mtl/target/jvm-3/test-classes ...
852[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
853[warn] Flag -Xkind-projector set repeatedly
854[warn] two warnings found
855[info] done compiling
856Starting build for ProjectRef(file:/build/repo/,streams) (tofu-streams)... [24/36]
857Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
858[info] compiling 23 Scala sources to /build/repo/modules/streams/target/jvm-2.13/classes ...
859[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
860[warn] Flag -Xkind-projector set repeatedly
861[warn] two warnings found
862[info] done compiling
863[info] compiling 1 Scala source to /build/repo/modules/streams/target/jvm-2.13/test-classes ...
864[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
865[warn] Flag -Xkind-projector set repeatedly
866[warn] two warnings found
867[info] done compiling
868Starting build for ProjectRef(file:/build/repo/,higherKindCore3) (tofu-core-higher-kind)... [25/36]
869Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
870[info] compiling 5 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-3/test-classes ...
871[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
872[warn] Flag -Xkind-projector set repeatedly
873[warn] two warnings found
874[info] done compiling
875Starting build for ProjectRef(file:/build/repo/,loggingDerivationAnnotations) (tofu-logging-derivation-annotations)... [26/36]
876Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
877Starting build for ProjectRef(file:/build/repo/,logging) (tofu-logging)... [27/36]
878Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
879Starting build for ProjectRef(file:/build/repo/,loggingStr3) (tofu-logging-structured)... [28/36]
880Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
881[info] compiling 6 Scala sources to /build/repo/modules/logging/structured/target/jvm-3/test-classes ...
882[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
883[warn] Flag -Xkind-projector set repeatedly
884[warn] two warnings found
885[info] done compiling
886Starting build for ProjectRef(file:/build/repo/,coreCE3) (tofu-core-ce3)... [29/36]
887Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
888[info] compiling 27 Scala sources to /build/repo/modules/core/ce3/target/jvm-2.13/test-classes ...
889[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
890[warn] Flag -Xkind-projector set repeatedly
891[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:30:78
892[warn] 30 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends CardStorage[F] {
893[warn] | ^
894[warn] | unused implicit parameter
895[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:45:78
896[warn] 45 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, UserNotFound] })#L] extends UserStorage[F] {
897[warn] | ^
898[warn] | unused implicit parameter
899[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:22:116
900[warn] 22 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
901[warn] | ^
902[warn] | unused implicit parameter
903[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:27:116
904[warn] 27 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
905[warn] | ^
906[warn] | unused implicit parameter
907[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:32:116
908[warn] 32 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
909[warn] | ^
910[warn] | unused implicit parameter
911[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:42:10
912[warn] 42 | })#L: Timeout
913[warn] | ^
914[warn] | unused implicit parameter
915[warn] 8 warnings found
916[info] done compiling
917Starting build for ProjectRef(file:/build/repo/,loggingRefined3) (tofu-logging-refined)... [30/36]
918Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
919[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-3/classes ...
920[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
921[warn] Flag -Xkind-projector set repeatedly
922[warn] two warnings found
923[info] done compiling
924[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-3/test-classes ...
925[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
926[warn] Flag -Xkind-projector set repeatedly
927[warn] two warnings found
928[info] done compiling
929Starting build for ProjectRef(file:/build/repo/,loggingLog4Cats2_12) (tofu-logging-log4cats)... [31/36]
930Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
931[info] compiling 1 Scala source to /build/repo/modules/logging/interop/log4cats/target/jvm-2.12/classes ...
932[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
933[warn] Flag -Xkind-projector set repeatedly
934[warn] two warnings found
935[info] done compiling
936Starting build for ProjectRef(file:/build/repo/,coreCE22_12) (tofu-core-ce2)... [32/36]
937Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
938[info] compiling 19 Scala sources to /build/repo/modules/core/ce2/target/jvm-2.12/classes ...
939[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
940[warn] Flag -Xkind-projector set repeatedly
941[info] [patched file /build/repo/modules/core/ce2/src/main/scala/tofu/syntax/bracket.scala]
942[warn] two warnings found
943[info] done compiling
944[info] compiling 1 Scala source to /build/repo/modules/core/ce2/target/jvm-2.12/classes ...
945[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
946[warn] Flag -Xkind-projector set repeatedly
947[warn] two warnings found
948[info] done compiling
949[info] compiling 27 Scala sources to /build/repo/modules/core/ce2/target/jvm-2.12/test-classes ...
950[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
951[warn] Flag -Xkind-projector set repeatedly
952[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce2/src/test/scala/tofu/examples/TofuRaiseExamples.scala:29:78
953[warn] 29 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends CardStorage[F] {
954[warn] | ^
955[warn] | unused implicit parameter
956[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce2/src/test/scala/tofu/examples/TofuRaiseExamples.scala:44:78
957[warn] 44 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends UserStorage[F] {
958[warn] | ^
959[warn] | unused implicit parameter
960[info] [patched file /build/repo/modules/core/ce2/src/test/scala/examples/DoMonadExamples.scala]
961[info] [patched file /build/repo/modules/core/ce2/src/test/scala/tofu/common/ConsoleSuite.scala]
962[warn] four warnings found
963[info] done compiling
964[info] compiling 2 Scala sources to /build/repo/modules/core/ce2/target/jvm-2.12/test-classes ...
965[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
966[warn] Flag -Xkind-projector set repeatedly
967[warn] two warnings found
968[info] done compiling
969Starting build for ProjectRef(file:/build/repo/,higherKindCore2_12) (tofu-core-higher-kind)... [33/36]
970Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
971[info] compiling 5 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.12/test-classes ...
972[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
973[warn] Flag -Xkind-projector set repeatedly
974[warn] two warnings found
975[info] done compiling
976Starting build for ProjectRef(file:/build/repo/,repo) (repo)... [34/36]
977Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
978Starting build for ProjectRef(file:/build/repo/,fs2CE3Interop) (tofu-fs2-ce3-interop)... [35/36]
979Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
980[info] compiling 4 Scala sources to /build/repo/modules/interop/fs2/ce3/target/jvm-2.13/classes ...
981[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
982[warn] Flag -Xkind-projector set repeatedly
983[info] [patched file /build/repo/modules/interop/fs2/ce3/src/main/scala/tofu/fs2Instances/fs2Instances.scala]
984[warn] two warnings found
985[info] done compiling
986[info] compiling 2 Scala sources to /build/repo/modules/interop/fs2/ce3/target/jvm-2.13/classes ...
987[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
988[warn] Flag -Xkind-projector set repeatedly
989[warn] two warnings found
990[info] done compiling
991[info] compiling 1 Scala source to /build/repo/modules/interop/fs2/ce3/target/jvm-2.13/test-classes ...
992[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
993[warn] Flag -Xkind-projector set repeatedly
994[warn] two warnings found
995[info] done compiling
996
997************************
998Build summary:
999[{
1000 "module": "tofu-zio2-logging",
1001 "compile": {"status": "ok", "tookMs": 38593, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1002 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1003 "test-compile": {"status": "ok", "tookMs": 28152, "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": 366, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1012 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1013 "test-compile": {"status": "ok", "tookMs": 1232, "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": 9577, "warnings": 4, "errors": 0, "sourceVersion": "3.4-migration"},
1022 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1023 "test-compile": {"status": "ok", "tookMs": 1245, "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": 9531, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1032 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1033 "test-compile": {"status": "ok", "tookMs": 824, "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": 3043, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1042 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1043 "test-compile": {"status": "ok", "tookMs": 1672, "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": 233, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1052 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1053 "test-compile": {"status": "ok", "tookMs": 97, "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": 41, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1062 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1063 "test-compile": {"status": "ok", "tookMs": 73, "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": 275, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1072 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1073 "test-compile": {"status": "ok", "tookMs": 2306, "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": 568, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1082 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1083 "test-compile": {"status": "ok", "tookMs": 1173, "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": 340, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1092 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1093 "test-compile": {"status": "ok", "tookMs": 611, "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": 196, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1102 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1103 "test-compile": {"status": "ok", "tookMs": 283, "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": 492, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1112 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1113 "test-compile": {"status": "ok", "tookMs": 285, "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": 97, "warnings": 4, "errors": 0, "sourceVersion": "3.4-migration"},
1122 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1123 "test-compile": {"status": "ok", "tookMs": 1039, "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": 333, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1132 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1133 "test-compile": {"status": "ok", "tookMs": 255, "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": 223, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1142 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1143 "test-compile": {"status": "ok", "tookMs": 1150, "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": 46, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1152 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1153 "test-compile": {"status": "ok", "tookMs": 866, "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": 159, "warnings": 4, "errors": 0, "sourceVersion": "3.4-migration"},
1162 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1163 "test-compile": {"status": "ok", "tookMs": 903, "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": 149, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1172 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1173 "test-compile": {"status": "ok", "tookMs": 2031, "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": 985, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1182 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1183 "test-compile": {"status": "ok", "tookMs": 1267, "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": 437, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1192 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1193 "test-compile": {"status": "ok", "tookMs": 266, "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": 249, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1202 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1203 "test-compile": {"status": "ok", "tookMs": 1937, "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": 1182, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1212 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1213 "test-compile": {"status": "ok", "tookMs": 6349, "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": 2348, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1222 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1223 "test-compile": {"status": "ok", "tookMs": 1440, "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": 484, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1232 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1233 "test-compile": {"status": "ok", "tookMs": 450, "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": 670, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1242 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1243 "test-compile": {"status": "ok", "tookMs": 535, "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": 57, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1252 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1253 "test-compile": {"status": "ok", "tookMs": 688, "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": 56, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1262 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1263 "test-compile": {"status": "ok", "tookMs": 115, "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": 597, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1272 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1273 "test-compile": {"status": "ok", "tookMs": 667, "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": 171, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1282 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1283 "test-compile": {"status": "ok", "tookMs": 1884, "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": 256, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1292 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1293 "test-compile": {"status": "ok", "tookMs": 5652, "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": 443, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1302 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1303 "test-compile": {"status": "ok", "tookMs": 686, "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": 511, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1312 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1313 "test-compile": {"status": "ok", "tookMs": 418, "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": 1303, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1322 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1323 "test-compile": {"status": "ok", "tookMs": 6581, "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": 67, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1332 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1333 "test-compile": {"status": "ok", "tookMs": 520, "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": 91, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1342 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1343 "test-compile": {"status": "ok", "tookMs": 119, "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": 819, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1352 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1353 "test-compile": {"status": "ok", "tookMs": 1120, "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: 251 s (0:04:11.0), completed Dec 22, 2025, 5:40:53 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 b6902b3a] 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-RC4
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-RC4"
1418Successfully applied pattern 'val scala3 = "3.3.6"' in project/Dependencies.scala
1419----
1420Starting build for 3.8.0-RC4
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-RC4
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-RC4
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-RC4"
1449"++3.8.0-RC4 -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-RC4 """{"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-RC4
1465OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in observable/crossScalaVersions
1466OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingEnumeratum2_12/crossScalaVersions
1467OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingEnumeratum3/crossScalaVersions
1468OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in higherKindCore/crossScalaVersions
1469OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in zio1Core2_12/crossScalaVersions
1470OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in kernel3/crossScalaVersions
1471OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in coreCE23/crossScalaVersions
1472OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in coreCE22_12/crossScalaVersions
1473OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in memo/crossScalaVersions
1474OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingDerivationAnnotations2_12/crossScalaVersions
1475OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in doobie/crossScalaVersions
1476OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in zio2Core/crossScalaVersions
1477OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingShapeless/crossScalaVersions
1478OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in streams2_12/crossScalaVersions
1479OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in observable2_12/crossScalaVersions
1480OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in doobieLogging/crossScalaVersions
1481OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in env/crossScalaVersions
1482OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in doobieCE3/crossScalaVersions
1483OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in examplesCE32_12/crossScalaVersions
1484OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in doobieLoggingCE32_12/crossScalaVersions
1485OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in higherKindCore3/crossScalaVersions
1486OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in kernelCatsMtlInterop/crossScalaVersions
1487OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in tofu3/crossScalaVersions
1488OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingLayout/crossScalaVersions
1489OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in kernelCatsMtlInterop3/crossScalaVersions
1490OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in fs2CE3Interop/crossScalaVersions
1491OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in doobie2_12/crossScalaVersions
1492OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in zio2Logging/crossScalaVersions
1493OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in coreCE32_12/crossScalaVersions
1494OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingStr2_12/crossScalaVersions
1495OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in examplesZIO2/crossScalaVersions
1496OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingLayout2_12/crossScalaVersions
1497OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in concurrentCE2/crossScalaVersions
1498OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingLogstashLogback/crossScalaVersions
1499OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingRefined3/crossScalaVersions
1500OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in doobieLogging2_12/crossScalaVersions
1501OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in streams3/crossScalaVersions
1502OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in env2_12/crossScalaVersions
1503OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in examplesCE3/crossScalaVersions
1504OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in memo2_12/crossScalaVersions
1505OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in kernel/crossScalaVersions
1506OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in kernel2_12/crossScalaVersions
1507OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in streams/crossScalaVersions
1508OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingLogstashLogback2_12/crossScalaVersions
1509OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingStr3/crossScalaVersions
1510OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingDerivationAnnotations3/crossScalaVersions
1511OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in higherKindCore2_12/crossScalaVersions
1512OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in fs2CE3Interop3/crossScalaVersions
1513OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in tofu2_12/crossScalaVersions
1514OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingLog4Cats/crossScalaVersions
1515OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in zio1Logging/crossScalaVersions
1516OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in logging/crossScalaVersions
1517OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in fs2CE3Interop2_12/crossScalaVersions
1518OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in repo/crossScalaVersions
1519OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in observable3/crossScalaVersions
1520OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingLog4Cats3/crossScalaVersions
1521OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingShapeless2_12/crossScalaVersions
1522OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingDerivationAnnotations/crossScalaVersions
1523OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in config2_12/crossScalaVersions
1524OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingLog4CatsLegacy3/crossScalaVersions
1525OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingLayout3/crossScalaVersions
1526OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in zio1Logging2_12/crossScalaVersions
1527OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in logging2_12/crossScalaVersions
1528OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in zio1Interop/crossScalaVersions
1529OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in examplesCE22_12/crossScalaVersions
1530OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in docs/crossScalaVersions
1531OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in coreCE2/crossScalaVersions
1532OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in fs2CE2Interop/crossScalaVersions
1533OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in zio2Logging3/crossScalaVersions
1534OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in zio2Logging2_12/crossScalaVersions
1535OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingLog4CatsLegacy2_12/crossScalaVersions
1536OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in config/crossScalaVersions
1537OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in coreCE3/crossScalaVersions
1538OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in zio2Core2_12/crossScalaVersions
1539OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingLog4Cats2_12/crossScalaVersions
1540OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingRefined2_12/crossScalaVersions
1541OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in concurrentCE22_12/crossScalaVersions
1542OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in logging3/crossScalaVersions
1543OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in zio1Interop2_12/crossScalaVersions
1544OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingStr/crossScalaVersions
1545OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingLogstashLogback3/crossScalaVersions
1546OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in kernelCatsMtlInterop2_12/crossScalaVersions
1547OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in examplesCE2/crossScalaVersions
1548OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingEnumeratum/crossScalaVersions
1549OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingRefined/crossScalaVersions
1550OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in derivation/crossScalaVersions
1551OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in doobieCE32_12/crossScalaVersions
1552OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingDer/crossScalaVersions
1553OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in fs2CE2Interop2_12/crossScalaVersions
1554OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in examplesZIO22_12/crossScalaVersions
1555OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in zio2Core3/crossScalaVersions
1556OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in doobieLoggingCE3/crossScalaVersions
1557OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in tofu/crossScalaVersions
1558OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingLog4CatsLegacy/crossScalaVersions
1559OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in coreCE33/crossScalaVersions
1560OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in zio1Core/crossScalaVersions
1561OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingDer3/crossScalaVersions
1562OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 in loggingDer2_12/crossScalaVersions
1563OpenCB::Changing crossVersion 3.8.0-RC4 -> 3.8.0-RC4 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-RC4 on 99 projects.
1566[info] Switching Scala version on:
1567[info] loggingShapeless (2.13.16, 2.12.20, 3.8.0-RC4)
1568[info] kernel2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1569[info] loggingLog4Cats2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1570[info] loggingShapeless2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1571[info] kernel (2.13.16, 2.12.20, 3.8.0-RC4)
1572[info] zio2Logging (2.13.16, 2.12.20, 3.8.0-RC4)
1573[info] zio2Core (2.13.16, 2.12.20, 3.8.0-RC4)
1574[info] loggingLog4CatsLegacy3 (2.13.16, 2.12.20, 3.8.0-RC4)
1575[info] observable2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1576[info] logging (2.13.16, 2.12.20, 3.8.0-RC4)
1577[info] concurrentCE22_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1578[info] doobieCE3 (2.13.16, 2.12.20, 3.8.0-RC4)
1579[info] loggingLayout (2.13.16, 2.12.20, 3.8.0-RC4)
1580[info] kernelCatsMtlInterop3 (2.13.16, 2.12.20, 3.8.0-RC4)
1581[info] examplesCE32_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1582[info] zio2Core3 (2.13.16, 2.12.20, 3.8.0-RC4)
1583[info] loggingEnumeratum3 (2.13.16, 2.12.20, 3.8.0-RC4)
1584[info] coreCE33 (2.13.16, 2.12.20, 3.8.0-RC4)
1585[info] examplesCE2 (2.13.16, 2.12.20, 3.8.0-RC4)
1586[info] doobie (2.13.16, 2.12.20, 3.8.0-RC4)
1587[info] examplesCE22_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1588[info] fs2CE3Interop (2.13.16, 2.12.20, 3.8.0-RC4)
1589[info] examplesCE3 (2.13.16, 2.12.20, 3.8.0-RC4)
1590[info] loggingRefined3 (2.13.16, 2.12.20, 3.8.0-RC4)
1591[info] logging3 (2.13.16, 2.12.20, 3.8.0-RC4)
1592[info] zio2Logging3 (2.13.16, 2.12.20, 3.8.0-RC4)
1593[info] docs (2.13.16, 2.12.20, 3.8.0-RC4)
1594[info] loggingStr2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1595[info] zio1Interop (2.13.16, 2.12.20, 3.8.0-RC4)
1596[info] zio2Logging2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1597[info] coreCE22_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1598[info] zio1Logging (2.13.16, 2.12.20, 3.8.0-RC4)
1599[info] kernelCatsMtlInterop (2.13.16, 2.12.20, 3.8.0-RC4)
1600[info] config (2.13.16, 2.12.20, 3.8.0-RC4)
1601[info] loggingLogstashLogback3 (2.13.16, 2.12.20, 3.8.0-RC4)
1602[info] loggingLog4Cats3 (2.13.16, 2.12.20, 3.8.0-RC4)
1603[info] higherKindCore2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1604[info] doobieLoggingCE3 (2.13.16, 2.12.20, 3.8.0-RC4)
1605[info] zio1Core2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1606[info] loggingStr3 (2.13.16, 2.12.20, 3.8.0-RC4)
1607[info] kernelCatsMtlInterop2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1608[info] env2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1609[info] doobie2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1610[info] coreCE2 (2.13.16, 2.12.20, 3.8.0-RC4)
1611[info] coreCE23 (2.13.16, 2.12.20, 3.8.0-RC4)
1612[info] fs2CE2Interop (2.13.16, 2.12.20, 3.8.0-RC4)
1613[info] loggingRefined2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1614[info] higherKindCore3 (2.13.16, 2.12.20, 3.8.0-RC4)
1615[info] kernel3 (2.13.16, 2.12.20, 3.8.0-RC4)
1616[info] streams3 (2.13.16, 2.12.20, 3.8.0-RC4)
1617[info] concurrentCE2 (2.13.16, 2.12.20, 3.8.0-RC4)
1618[info] loggingDer3 (2.13.16, 2.12.20, 3.8.0-RC4)
1619[info] loggingLog4CatsLegacy2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1620[info] loggingLog4CatsLegacy (2.13.16, 2.12.20, 3.8.0-RC4)
1621[info] streams (2.13.16, 2.12.20, 3.8.0-RC4)
1622[info] loggingDerivationAnnotations2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1623[info] fs2CE3Interop2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1624[info] loggingStr (2.13.16, 2.12.20, 3.8.0-RC4)
1625[info] loggingDer2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1626[info] doobieLoggingCE32_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1627[info] loggingLogstashLogback (2.13.16, 2.12.20, 3.8.0-RC4)
1628[info] coreCE3 (2.13.16, 2.12.20, 3.8.0-RC4)
1629[info] tofu2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1630[info] loggingLayout2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1631[info] fs2CE2Interop2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1632[info] loggingLog4Cats (2.13.16, 2.12.20, 3.8.0-RC4)
1633[info] doobieLogging (2.13.16, 2.12.20, 3.8.0-RC4)
1634[info] tofu (2.13.16, 2.12.20, 3.8.0-RC4)
1635[info] derivation2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1636[info] zio1Core (2.13.16, 2.12.20, 3.8.0-RC4)
1637[info] examplesZIO2 (2.13.16, 2.12.20, 3.8.0-RC4)
1638[info] streams2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1639[info] tofu3 (2.13.16, 2.12.20, 3.8.0-RC4)
1640[info] loggingDer (2.13.16, 2.12.20, 3.8.0-RC4)
1641[info] doobieCE32_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1642[info] loggingDerivationAnnotations3 (2.13.16, 2.12.20, 3.8.0-RC4)
1643[info] loggingRefined (2.13.16, 2.12.20, 3.8.0-RC4)
1644[info] higherKindCore (2.13.16, 2.12.20, 3.8.0-RC4)
1645[info] derivation (2.13.16, 2.12.20, 3.8.0-RC4)
1646[info] memo2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1647[info] fs2CE3Interop3 (2.13.16, 2.12.20, 3.8.0-RC4)
1648[info] loggingEnumeratum (2.13.16, 2.12.20, 3.8.0-RC4)
1649[info] loggingLogstashLogback2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1650[info] observable3 (2.13.16, 2.12.20, 3.8.0-RC4)
1651[info] * repo (2.13.16, 2.12.20, 3.8.0-RC4)
1652[info] loggingEnumeratum2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1653[info] zio1Interop2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1654[info] loggingDerivationAnnotations (2.13.16, 2.12.20, 3.8.0-RC4)
1655[info] coreCE32_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1656[info] observable (2.13.16, 2.12.20, 3.8.0-RC4)
1657[info] zio2Core2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1658[info] doobieLogging2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1659[info] memo (2.13.16, 2.12.20, 3.8.0-RC4)
1660[info] env (2.13.16, 2.12.20, 3.8.0-RC4)
1661[info] zio1Logging2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1662[info] examplesZIO22_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1663[info] logging2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1664[info] config2_12 (2.13.16, 2.12.20, 3.8.0-RC4)
1665[info] loggingLayout3 (2.13.16, 2.12.20, 3.8.0-RC4)
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 Dec 22, 2025, 5:42:24 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.scoped
1770 + extracts all values added via ZLogAnnotation
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 465 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
191017:44:03.549 [pool-58-thread-1-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
196717:44:12.201 [pool-96-thread-3-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] EvallioSuite:
2002[info] - evallio feels ok without Delay implicit
2003[info] EitherSuite:
2004[info] TofuEitherAssocLOps#accocL
2005[info] - should return valid value for Left Left
2006[info] - should return valid value for Left Right
2007[info] - should return valid value for Right
2008[info] TofuEitherAssocROps#accocL
2009[info] - should return valid value for Right Left
2010[info] - should return valid value for Right Right
2011[info] - should return valid value for Left
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 WithRun instance without errors
2032 + should summon and run BiRun instance without errors
20332 tests passed. 0 tests failed. 0 tests ignored.
2034
2035Executed in 259 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] LoggableSuite:
2079[info] int custom logging
2080[info] - should be correct
2081[info] either custom logging
2082[info] - should handle left
2083[info] - should handle right
2084[info] - should show left correct
2085[info] - should show right correct
2086[info] hide after named
2087[info] - should hide value in message
2088[info] local date
2089[info] - should have loggable instance
2090[info] LogTreeSuite:
2091[info] - LogTree and tethys builder results are consistent
2092[info] NamedLoggableCompositionSuite:
2093[info] named logs combined
2094[info] - should genenerate two item dictionary
2095[info] - should generate single item dictionary on rename
2096[info] named logs manually combined
2097[info] - should generate two item dictionary
2098[info] - should generate deep dictionary on rename
2099[info] singleton logs combined
2100[info] - should genenerate two item dictionary
2101[info] - should generate single item dictionary on rename
2102[info] singleton logs manually combined
2103[info] - should generate two item dictionary
2104[info] - should generate deep dictionary on rename
2105[info] LocationSyntaxSuite:
2106[info] tofu.syntax.location.logging
2107[info] - should add location as additional logged value
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
212917:44:37,706 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.3.15
213017:44:37,707 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2750ced5 - No custom configurators were discovered as a service.
213117:44:37,707 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2750ced5 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
213217:44:37,707 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2750ced5 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
213317:44:37,707 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
213417:44:37,708 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
213517:44:37,708 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2750ced5 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 1 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
213617:44:37,708 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2750ced5 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
213717:44:37,708 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2750ced5 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
213817:44:37,708 |-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]
213917:44:37,783 |-WARN in ch.qos.logback.core.model.processor.AppenderModelHandler - Appender named [STDOUT] not referenced. Skipping further processing.
214017:44:37,783 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@4d7364c7 - End of configuration.
214117:44:37,784 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@625dfa19 - Registering current configuration as safe fallback point
214217:44:37,784 |-INFO in ch.qos.logback.classic.util.ContextInitializer@2750ced5 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 76 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
2143[info] LogbackSuite:
2144[info] - throwable sent as throwable
2145Starting build for ProjectRef(file:/build/repo/,loggingLog4CatsLegacy3) (tofu-logging-log4cats-legacy)... [19/36]
2146Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2147[info] compiling 1 Scala source to /build/repo/modules/logging/interop/log4cats-legacy/target/jvm-3/classes ...
2148[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2149[warn] Option -Xkind-projector was updated
2150[warn] two warnings found
2151[info] done compiling
2152Starting build for ProjectRef(file:/build/repo/,loggingDer3) (tofu-logging-derivation)... [20/36]
2153Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2154[info] compiling 4 Scala sources to /build/repo/modules/logging/derivation/target/jvm-3/test-classes ...
2155[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2156[warn] Option -Xkind-projector was updated
2157[warn] two warnings found
2158[info] done compiling
2159[info] DerivedLoggableScala3Suite:
2160[info] SealedTraitEnum SingletonEnumLoggable
2161[info] - should correctly log
2162[info] Scala3Enum SingletonEnumLoggable
2163[info] - should correctly log
2164[info] DerivedLoggableSuite:
2165[info] Foo logging
2166[info] - should not rendered None
2167[info] - should not rendered Some flat
2168[info] Bar logging
2169[info] - should hide fields
2170[info] - should unembed fields
2171[info] - should embed fields
2172[info] Baz logging
2173[info] - should respect object collections
2174[info] - should respect primitive collections
2175[info] - should respect complex primitive collections
2176[info] - should respect masking
2177[info] MaskedBaz
2178[info] - should emit Some
2179[info] - should not emit None
2180[info] - should not show <none> for None with ignoreOpt
2181[info] - should show mask Option values in logShow
2182[info] - should show mask fields with custom masker function
2183[info] MaskedContra logging
2184[info] - should mask fields
2185Starting build for ProjectRef(file:/build/repo/,coreCE33) (tofu-core-ce3)... [21/36]
2186Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2187[info] compiling 18 Scala sources to /build/repo/modules/core/ce3/target/jvm-3/classes ...
2188[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2189[warn] Option -Xkind-projector was updated
2190[warn] two warnings found
2191[info] done compiling
2192[info] compiling 27 Scala sources to /build/repo/modules/core/ce3/target/jvm-3/test-classes ...
2193[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2194[warn] Option -Xkind-projector was updated
2195[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:30:78
2196[warn] 30 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends CardStorage[F] {
2197[warn] | ^
2198[warn] | unused implicit parameter
2199[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:45:78
2200[warn] 45 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, UserNotFound] })#L] extends UserStorage[F] {
2201[warn] | ^
2202[warn] | unused implicit parameter
2203[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:22:116
2204[warn] 22 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2205[warn] | ^
2206[warn] | unused implicit parameter
2207[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:27:116
2208[warn] 27 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2209[warn] | ^
2210[warn] | unused implicit parameter
2211[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:32:116
2212[warn] 32 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2213[warn] | ^
2214[warn] | unused implicit parameter
2215[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:42:10
2216[warn] 42 | })#L: Timeout
2217[warn] | ^
2218[warn] | unused implicit parameter
2219[warn] 8 warnings found
2220[info] done compiling
2221[info] ErrorsSuite:
2222[info] Raise
2223[info] - should reRaise
2224[info] Errors
2225[info] - should adoptError
2226[info] RaiseSuite:
2227[info] - error should be raised
2228[info] AtomSuite:
2229[info] - check IO has Atom
2230[info] FIorSuite:
2231[info] TofuFIorOps#mapF
2232[info] - should run function well in case of right
2233[info] - should run function well in case of left
2234[info] - should run function well in case of both
2235[info] - should nothing happen in case of effect error
2236[info] - should check lazyness
2237[info] TofuFIorOps#mapIn
2238[info] - should run function well in case of right
2239[info] - should run function well in case of left
2240[info] - should run function well in case of both
2241[info] - should nothing happen in case of effect error
2242[info] TofuFIorOps#flatMapIn
2243[info] - should run function well in case of right
2244[info] - should run function well in case of left
2245[info] - should run function well in case of both
2246[info] - should nothing happen in case of effect error
2247[info] - should check lazyness
2248[info] TofuFIorOps#doubleFlatMap
2249[info] - should run function well in case of right
2250[info] - should run function well in case of left
2251[info] - should run function well in case of both
2252[info] - should nothing happen in case of effect error
2253[info] - should check lazyness
2254[info] TofuFIorOps#flatTapF
2255[info] - should run function well in case of right
2256[info] - should run function well in case of left
2257[info] - should run function well in case of both
2258[info] - should nothing happen in case of effect error
2259[info] - should check lazyness
2260[info] TofuFIorOps#doubleFlatTap
2261[info] - should run function well in case of right (to right)
2262[info] - should run function well in case of right (to left)
2263[info] - should run function well in case of right (to both)
2264[info] - should run function well in case of left (to right)
2265[info] - should run function well in case of left (to left)
2266[info] - should run function well in case of left (to both)
2267[info] - should run function well in case of both (to right)
2268[info] - should run function well in case of both (to left)
2269[info] - should run function well in case of both (to both)
2270[info] - should nothing happen in case of effect error
2271[info] - should nothing happen in case of effect error (source)
2272[info] - should check lazyness
2273[info] UnliftSubcontext:
2274[info] Unlift
2275[info] - should correctly replace subcontext
2276[info] Unlift
2277[info] - should correctly lift
2278[info] DelaySuite:
2279[info] - IO pure delay
2280[info] - IO effect delay
2281[info] - Lift delay
2282[info] TimeoutSuite:
2283[info] - Timeout should cancel
2284[info] - Timeout with ReaderT should cancel
2285[info] - Timeout with ReaderT should have context
2286[info] - Timeout with ReaderT should have context in fallback
2287[info] QVarSuite:
2288[info] - check IO has QVar
2289[info] FEitherSuite:
2290[info] EitherIdFOps#asRightF
2291[info] - should return Right
2292[info] EitherIdFOps#asLeftF
2293[info] - should return Left
2294[info] EitherFObjectOps#condF
2295[info] - should return Right and check lazyness
2296[info] - should return Left and check lazyness
2297[info] EitherFOps#orElseF
2298[info] - should return self in case of empty second
2299[info] - should return self in case of non-empty second
2300[info] - should return arg in case of empty second
2301[info] - should return arg in case non-of empty second
2302[info] - should check lazyness
2303[info] EitherFOps#getOrElseF
2304[info] - should return self in case of empty second
2305[info] - should return self in case of non-empty second
2306[info] - should return arg
2307[info] - should check lazyness
2308[info] EitherFOps#catchAll
2309[info] - should return self
2310[info] - should return arg
2311[info] EitherFOps#absolve
2312[info] - should return self in case of Right
2313[info] - should return None in case of Left
2314[info] EitherFOps#reRaise
2315[info] - should return self in case of Right
2316[info] - should return None in case of Left
2317[info] EitherFOps#assocR
2318[info] - should return valid value in case of Right-Right
2319[info] - should return valid value in case of Right-Left
2320[info] - should return valid value in case of Left
2321[info] EitherFOps#assocL
2322[info] - should return valid value in case of Left-Right
2323[info] - should return valid value in case of Left-Left
2324[info] - should return valid value in case of Right
2325[info] EitherFOps#mapF
2326[info] - should return valid value in case of Right
2327[info] - should return valid value in case of Left
2328[info] - should return valid value in case of base None
2329[info] - should return valid valid in case map to None
2330[info] EitherFOps#tapF
2331[info] - should run in case of Right
2332[info] - should not run in case of Left
2333[info] - should not run in case of base None
2334[info] - should not run in case map to None
2335[info] EitherFOps#mapIn
2336[info] - should return valid value in case of Right
2337[info] - should return valid value in case of Left
2338[info] - should return valid value in case of base None
2339[info] EitherFOps#leftMapF
2340[info] - should return valid value in case of Left
2341[info] - should return valid value in case of Right
2342[info] - should return valid value in case of base None
2343[info] - should return valid value in case map to None
2344[info] EitherFOps#leftTapF
2345[info] - should run in case of Left
2346[info] - should not run in case of Right
2347[info] - should not run in case of base None
2348[info] - should not run in case map to None
2349[info] EitherFOps#flatMapIn
2350[info] - should return Right in case of base Right and mapping
2351[info] - should return valid value in case of base Right and mapping to Left
2352[info] - should return valid value in case of base Left
2353[info] - should return valid value in case of base None
2354[info] EitherFOps#leftFlatMapIn
2355[info] - should return Left in case of base Left and mapping
2356[info] - should return valid value in case of base Left and mapping to Right
2357[info] - should return valid value in case of base Right
2358[info] - should return valid value in case of base None
2359[info] EitherFOps#leftFlatMapF
2360[info] - should return Left in case of base Left and mapping
2361[info] - should return valid value in case of base Left and mapping to Right
2362[info] - should return valid value in case of base Right
2363[info] - should return valid value in case of base None
2364[info] EitherFOps#swapF
2365[info] - should return Left
2366[info] - should return Right
2367[info] - should return None
2368[info] EitherFOps#doubleFlatMap
2369[info] - should return None
2370[info] - should return Right
2371[info] - should return Left
2372[info] EitherFOps#ensure
2373[info] - should return None
2374[info] - should return Left
2375[info] - should return Right
2376[info] EitherFOps#ensureF
2377[info] - should return None
2378[info] - should return Left
2379[info] - should return Right
2380[info] EitherFOps#traverseF
2381[info] - should return None
2382[info] - should return Some(None)
2383[info] - should return Right
2384[info] - should return Left
2385[info] EitherFOps#traverseAll
2386[info] - should return List(None)
2387[info] - should return Nil
2388[info] - should return Right
2389[info] - should return Left
2390[info] EitherFOps#leftTraverseF
2391[info] - should return None
2392[info] - should return Some(None)
2393[info] - should return Right
2394[info] - should return Left
2395[info] EitherFOps#leftTraverseAll
2396[info] - should return List(None)
2397[info] - should return Nil
2398[info] - should return Right
2399[info] - should return Left
2400[info] EitherFOps#productF
2401[info] - should return None
2402[info] - should return Left
2403[info] - should return Right
2404[info] - should check lazyness
2405[info] EitherFOps#productRF
2406[info] - should return None
2407[info] - should return Left
2408[info] - should return Right
2409[info] - should check lazyness
2410[info] EitherFOps#productLF
2411[info] - should return None
2412[info] - should return Left
2413[info] - should return Right
2414[info] - should check lazyness
2415[info] EitherFOps#apF
2416[info] - should return None
2417[info] - should return Left
2418[info] - should return Right
2419[info] - should check lazyness
2420[info] EitherFOps#map2F
2421[info] - should return None
2422[info] - should return Left
2423[info] - should return Right
2424[info] - should check lazyness
2425[info] EitherFOps#flatMap2F
2426[info] - should return None
2427[info] - should return Left
2428[info] - should return Right
2429[info] - should check lazyness
2430[info] EitherFOps#mergeF
2431[info] - should return None
2432[info] - should return Left
2433[info] - should return Right
2434[info] EitherIdFOps#rightIn
2435[info] - should return None
2436[info] - should return Right
2437[info] EitherIdFOps#leftIn
2438[info] - should return None
2439[info] - should return Left
2440[info] ConsoleSuite:
2441[info] - simple output
2442[info] - double echo output
2443[info] PermitSuite:
2444[info] - check Permit
2445[info] FOptionSuite:
2446[info] getOrElseF
2447[info] - should return inner value when non empty
2448[info] getOrElseF
2449[info] - should return argument when empty
2450[info] orElseF
2451[info] - should return self when non empty
2452[info] orElseF
2453[info] - should return argument when empty
2454[info] orThrow
2455[info] - should return inner value when non empty
2456[info] orThrow
2457[info] - should raise error when empty
2458[info] semiflatMap
2459[info] - should run when non empty
2460[info] semiflatMap
2461[info] - should keep empty when empty
2462[info] mapIn
2463[info] - should run when non empty
2464[info] mapIn
2465[info] - should keep empty when empty
2466[info] flatMapIn
2467[info] - should run when non empty
2468[info] flatMapIn
2469[info] - should keep empty when empty
2470[info] flatMapIn
2471[info] - should return empty when empty is returned from function
2472[info] doubleFlatMap
2473[info] - should run when non empty
2474[info] doubleFlatMap
2475[info] - should keep empty when empty
2476[info] toRightF
2477[info] - should return non-empty Left
2478[info] toRightF
2479[info] - should return Right
2480[info] toRightF
2481[info] - should return empty M when empty M
2482[info] toRightF
2483[info] - should return empty Left when None
2484[info] toRightF
2485[info] - should check lazyness
2486[info] toRightIn
2487[info] - should return non-empty Left
2488[info] toRightIn
2489[info] - should return Right
2490[info] toRightIn
2491[info] - should return empty M when empty M
2492[info] toRightIn
2493[info] - should check lazyness
2494[info] toLeftF
2495[info] - should return non-empty Right
2496[info] toLeftF
2497[info] - should return Left
2498[info] toLeftF
2499[info] - should return Left when empty M
2500[info] toLeftF
2501[info] - should return Right when None
2502[info] toLeftF
2503[info] - should return empty Right when None and function return empty M
2504[info] toLeftF
2505[info] - should check lazyness
2506[info] toLeftIn
2507[info] - should return Left
2508[info] toLeftIn
2509[info] - should return Left when empty M
2510[info] toLeftIn
2511[info] - should return Right when None
2512[info] toLeftIn
2513[info] - should check lazyness
2514[info] filterIn
2515[info] - should return empty M
2516[info] filterIn
2517[info] - should return None if None
2518[info] filterIn
2519[info] - should return valid value due the predicate
2520[info] filterF
2521[info] - should return empty M
2522[info] filterF
2523[info] - should return None if None
2524[info] filterF
2525[info] - should return valid value due the predicate
2526[info] ensure
2527[info] - should return err if None
2528[info] ensure
2529[info] - should return empty M
2530[info] ensure
2531[info] - should check lazyness
2532[info] ensure
2533[info] - should return valid value due the predicate
2534[info] ensureF
2535[info] - should return err if None
2536[info] ensureF
2537[info] - should return empty M
2538[info] ensureF
2539[info] - should check lazyness
2540[info] ensureF
2541[info] - should return valid value due the predicate
2542[info] collectF
2543[info] - should return successful collected
2544[info] collectF
2545[info] - should return empty collected when empty M
2546[info] collectF
2547[info] - should return None collected when matching is failed
2548[info] collectF
2549[info] - should return None collected when base is None
2550[info] collectIn
2551[info] - should return successful collected
2552[info] collectIn
2553[info] - should return None collected when matching is failed
2554[info] collectIn
2555[info] - should return None collected when base is None
2556[info] traverseF
2557[info] - should return Left
2558[info] traverseF
2559[info] - should return Right
2560[info] traverseF
2561[info] - should return empty M
2562[info] traverseF
2563[info] - should return err
2564[info] traverseAll
2565[info] - should return Left
2566[info] traverseAll
2567[info] - should return Right
2568[info] traverseAll
2569[info] - should return empty M
2570[info] traverseAll
2571[info] - should return err
2572[info] productF
2573[info] - should return None
2574[info] productF
2575[info] - should return Some
2576[info] productF
2577[info] - should return empty M
2578[info] productF
2579[info] - should return M with None
2580[info] productF
2581[info] - should check lazyness
2582[info] productRF
2583[info] - should return None
2584[info] productRF
2585[info] - should return Some
2586[info] productRF
2587[info] - should return empty M
2588[info] productRF
2589[info] - should return M with None
2590[info] productRF
2591[info] - should check lazyness
2592[info] productLF
2593[info] - should return None
2594[info] productLF
2595[info] - should return Some
2596[info] productLF
2597[info] - should return empty M
2598[info] productLF
2599[info] - should return M with None
2600[info] productLF
2601[info] - should check lazyness
2602[info] apF
2603[info] - should return None
2604[info] apF
2605[info] - should return Some
2606[info] apF
2607[info] - should return empty M
2608[info] apF
2609[info] - should return M with None
2610[info] apF
2611[info] - should check lazyness
2612[info] map2F
2613[info] - should return None
2614[info] map2F
2615[info] - should return Some
2616[info] map2F
2617[info] - should return empty M
2618[info] map2F
2619[info] - should return M with None
2620[info] map2F
2621[info] - should check lazyness
2622[info] flatMap2F
2623[info] - should return None
2624[info] flatMap2F
2625[info] - should return Some
2626[info] flatMap2F
2627[info] - should return empty M
2628[info] flatMap2F
2629[info] - should return M with None
2630[info] flatMap2F
2631[info] - should check lazyness
2632[info] someIn
2633[info] - should return some in M (List)
2634[info] RetrySuite:
2635[info] runRetry[Err1, F]
2636[info] - should update counter n times
2637[info] runRetry[Err2, F]
2638[info] - should update counter 1 time
2639[info] UnliftSuite:
2640[info] Lift implicit def implementations
2641[info] - should cast instances properly
2642[info] PerformSuite:
2643[info] - parallize over performed futures
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] NamedLoggableCompositionSuite:
2743[info] named logs combined
2744[info] - should genenerate two item dictionary
2745[info] - should generate single item dictionary on rename
2746[info] named logs manually combined
2747[info] - should generate two item dictionary
2748[info] - should generate deep dictionary on rename
2749[info] singleton logs combined
2750[info] - should genenerate two item dictionary
2751[info] - should generate single item dictionary on rename
2752[info] singleton logs manually combined
2753[info] - should generate two item dictionary
2754[info] - should generate deep dictionary on rename
2755[info] LogTreeSuite:
2756[info] - LogTree and tethys builder results are consistent
2757[info] LoggableSuite:
2758[info] int custom logging
2759[info] - should be correct
2760[info] either custom logging
2761[info] - should handle left
2762[info] - should handle right
2763[info] - should show left correct
2764[info] - should show right correct
2765[info] hide after named
2766[info] - should hide value in message
2767[info] local date
2768[info] - should have loggable instance
2769[info] LocationSyntaxSuite:
2770[info] tofu.syntax.location.logging
2771[info] - should add location as additional logged value
2772[info] LoggingSuite:
2773[info] log tree
2774[info] - should render map
2775[info] logging syntax
2776[info] - should save the context
2777[info] - should add logged values
2778[info] - should add more values
2779[info] - should add throwable
2780[info] - should add throwable and more values
2781Starting build for ProjectRef(file:/build/repo/,coreCE3) (tofu-core-ce3)... [29/36]
2782Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2783[info] compiling 27 Scala sources to /build/repo/modules/core/ce3/target/jvm-2.13/test-classes ...
2784[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2785[warn] Option -Xkind-projector was updated
2786[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:30:78
2787[warn] 30 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends CardStorage[F] {
2788[warn] | ^
2789[warn] | unused implicit parameter
2790[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:45:78
2791[warn] 45 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, UserNotFound] })#L] extends UserStorage[F] {
2792[warn] | ^
2793[warn] | unused implicit parameter
2794[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:22:116
2795[warn] 22 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2796[warn] | ^
2797[warn] | unused implicit parameter
2798[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:27:116
2799[warn] 27 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2800[warn] | ^
2801[warn] | unused implicit parameter
2802[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:32:116
2803[warn] 32 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2804[warn] | ^
2805[warn] | unused implicit parameter
2806[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:42:10
2807[warn] 42 | })#L: Timeout
2808[warn] | ^
2809[warn] | unused implicit parameter
2810[warn] 8 warnings found
2811[info] done compiling
2812[info] ErrorsSuite:
2813[info] Raise
2814[info] - should reRaise
2815[info] Errors
2816[info] - should adoptError
2817[info] ConsoleSuite:
2818[info] - simple output
2819[info] - double echo output
2820[info] UnliftSuite:
2821[info] Lift implicit def implementations
2822[info] - should cast instances properly
2823[info] FOptionSuite:
2824[info] getOrElseF
2825[info] - should return inner value when non empty
2826[info] getOrElseF
2827[info] - should return argument when empty
2828[info] orElseF
2829[info] - should return self when non empty
2830[info] orElseF
2831[info] - should return argument when empty
2832[info] orThrow
2833[info] - should return inner value when non empty
2834[info] orThrow
2835[info] - should raise error when empty
2836[info] semiflatMap
2837[info] - should run when non empty
2838[info] semiflatMap
2839[info] - should keep empty when empty
2840[info] mapIn
2841[info] - should run when non empty
2842[info] mapIn
2843[info] - should keep empty when empty
2844[info] flatMapIn
2845[info] - should run when non empty
2846[info] flatMapIn
2847[info] - should keep empty when empty
2848[info] flatMapIn
2849[info] - should return empty when empty is returned from function
2850[info] doubleFlatMap
2851[info] - should run when non empty
2852[info] doubleFlatMap
2853[info] - should keep empty when empty
2854[info] toRightF
2855[info] - should return non-empty Left
2856[info] toRightF
2857[info] - should return Right
2858[info] toRightF
2859[info] - should return empty M when empty M
2860[info] toRightF
2861[info] - should return empty Left when None
2862[info] toRightF
2863[info] - should check lazyness
2864[info] toRightIn
2865[info] - should return non-empty Left
2866[info] toRightIn
2867[info] - should return Right
2868[info] toRightIn
2869[info] - should return empty M when empty M
2870[info] toRightIn
2871[info] - should check lazyness
2872[info] toLeftF
2873[info] - should return non-empty Right
2874[info] toLeftF
2875[info] - should return Left
2876[info] toLeftF
2877[info] - should return Left when empty M
2878[info] toLeftF
2879[info] - should return Right when None
2880[info] toLeftF
2881[info] - should return empty Right when None and function return empty M
2882[info] toLeftF
2883[info] - should check lazyness
2884[info] toLeftIn
2885[info] - should return Left
2886[info] toLeftIn
2887[info] - should return Left when empty M
2888[info] toLeftIn
2889[info] - should return Right when None
2890[info] toLeftIn
2891[info] - should check lazyness
2892[info] filterIn
2893[info] - should return empty M
2894[info] filterIn
2895[info] - should return None if None
2896[info] filterIn
2897[info] - should return valid value due the predicate
2898[info] filterF
2899[info] - should return empty M
2900[info] filterF
2901[info] - should return None if None
2902[info] filterF
2903[info] - should return valid value due the predicate
2904[info] ensure
2905[info] - should return err if None
2906[info] ensure
2907[info] - should return empty M
2908[info] ensure
2909[info] - should check lazyness
2910[info] ensure
2911[info] - should return valid value due the predicate
2912[info] ensureF
2913[info] - should return err if None
2914[info] ensureF
2915[info] - should return empty M
2916[info] ensureF
2917[info] - should check lazyness
2918[info] ensureF
2919[info] - should return valid value due the predicate
2920[info] collectF
2921[info] - should return successful collected
2922[info] collectF
2923[info] - should return empty collected when empty M
2924[info] collectF
2925[info] - should return None collected when matching is failed
2926[info] collectF
2927[info] - should return None collected when base is None
2928[info] collectIn
2929[info] - should return successful collected
2930[info] collectIn
2931[info] - should return None collected when matching is failed
2932[info] collectIn
2933[info] - should return None collected when base is None
2934[info] traverseF
2935[info] - should return Left
2936[info] traverseF
2937[info] - should return Right
2938[info] traverseF
2939[info] - should return empty M
2940[info] traverseF
2941[info] - should return err
2942[info] traverseAll
2943[info] - should return Left
2944[info] traverseAll
2945[info] - should return Right
2946[info] traverseAll
2947[info] - should return empty M
2948[info] traverseAll
2949[info] - should return err
2950[info] productF
2951[info] - should return None
2952[info] productF
2953[info] - should return Some
2954[info] productF
2955[info] - should return empty M
2956[info] productF
2957[info] - should return M with None
2958[info] productF
2959[info] - should check lazyness
2960[info] productRF
2961[info] - should return None
2962[info] productRF
2963[info] - should return Some
2964[info] productRF
2965[info] - should return empty M
2966[info] productRF
2967[info] - should return M with None
2968[info] productRF
2969[info] - should check lazyness
2970[info] productLF
2971[info] - should return None
2972[info] productLF
2973[info] - should return Some
2974[info] productLF
2975[info] - should return empty M
2976[info] productLF
2977[info] - should return M with None
2978[info] productLF
2979[info] - should check lazyness
2980[info] apF
2981[info] - should return None
2982[info] apF
2983[info] - should return Some
2984[info] apF
2985[info] - should return empty M
2986[info] apF
2987[info] - should return M with None
2988[info] apF
2989[info] - should check lazyness
2990[info] map2F
2991[info] - should return None
2992[info] DelaySuite:
2993[info] map2F
2994[info] - IO pure delay
2995[info] - should return Some
2996[info] - IO effect delay
2997[info] map2F
2998[info] - Lift delay
2999[info] - should return empty M
3000[info] map2F
3001[info] - should return M with None
3002[info] map2F
3003[info] - should check lazyness
3004[info] flatMap2F
3005[info] - should return None
3006[info] flatMap2F
3007[info] - should return Some
3008[info] flatMap2F
3009[info] - should return empty M
3010[info] flatMap2F
3011[info] - should return M with None
3012[info] flatMap2F
3013[info] - should check lazyness
3014[info] someIn
3015[info] - should return some in M (List)
3016[info] UnliftSubcontext:
3017[info] Unlift
3018[info] - should correctly replace subcontext
3019[info] Unlift
3020[info] - should correctly lift
3021[info] AtomSuite:
3022[info] - check IO has Atom
3023[info] PermitSuite:
3024[info] - check Permit
3025[info] PerformSuite:
3026[info] - parallize over performed futures
3027[info] RetrySuite:
3028[info] runRetry[Err1, F]
3029[info] - should update counter n times
3030[info] runRetry[Err2, F]
3031[info] - should update counter 1 time
3032[info] QVarSuite:
3033[info] - check IO has QVar
3034[info] RaiseSuite:
3035[info] - error should be raised
3036[info] FIorSuite:
3037[info] TofuFIorOps#mapF
3038[info] - should run function well in case of right
3039[info] - should run function well in case of left
3040[info] - should run function well in case of both
3041[info] - should nothing happen in case of effect error
3042[info] - should check lazyness
3043[info] TofuFIorOps#mapIn
3044[info] - should run function well in case of right
3045[info] - should run function well in case of left
3046[info] - should run function well in case of both
3047[info] - should nothing happen in case of effect error
3048[info] TofuFIorOps#flatMapIn
3049[info] - should run function well in case of right
3050[info] - should run function well in case of left
3051[info] - should run function well in case of both
3052[info] - should nothing happen in case of effect error
3053[info] - should check lazyness
3054[info] TofuFIorOps#doubleFlatMap
3055[info] - should run function well in case of right
3056[info] - should run function well in case of left
3057[info] - should run function well in case of both
3058[info] - should nothing happen in case of effect error
3059[info] - should check lazyness
3060[info] TofuFIorOps#flatTapF
3061[info] - should run function well in case of right
3062[info] - should run function well in case of left
3063[info] - should run function well in case of both
3064[info] - should nothing happen in case of effect error
3065[info] - should check lazyness
3066[info] TofuFIorOps#doubleFlatTap
3067[info] - should run function well in case of right (to right)
3068[info] - should run function well in case of right (to left)
3069[info] - should run function well in case of right (to both)
3070[info] - should run function well in case of left (to right)
3071[info] - should run function well in case of left (to left)
3072[info] - should run function well in case of left (to both)
3073[info] - should run function well in case of both (to right)
3074[info] - should run function well in case of both (to left)
3075[info] - should run function well in case of both (to both)
3076[info] - should nothing happen in case of effect error
3077[info] - should nothing happen in case of effect error (source)
3078[info] - should check lazyness
3079[info] FEitherSuite:
3080[info] EitherIdFOps#asRightF
3081[info] - should return Right
3082[info] EitherIdFOps#asLeftF
3083[info] - should return Left
3084[info] EitherFObjectOps#condF
3085[info] - should return Right and check lazyness
3086[info] - should return Left and check lazyness
3087[info] EitherFOps#orElseF
3088[info] - should return self in case of empty second
3089[info] - should return self in case of non-empty second
3090[info] - should return arg in case of empty second
3091[info] - should return arg in case non-of empty second
3092[info] - should check lazyness
3093[info] EitherFOps#getOrElseF
3094[info] - should return self in case of empty second
3095[info] - should return self in case of non-empty second
3096[info] - should return arg
3097[info] - should check lazyness
3098[info] EitherFOps#catchAll
3099[info] - should return self
3100[info] - should return arg
3101[info] EitherFOps#absolve
3102[info] - should return self in case of Right
3103[info] - should return None in case of Left
3104[info] EitherFOps#reRaise
3105[info] - should return self in case of Right
3106[info] - should return None in case of Left
3107[info] EitherFOps#assocR
3108[info] - should return valid value in case of Right-Right
3109[info] - should return valid value in case of Right-Left
3110[info] - should return valid value in case of Left
3111[info] EitherFOps#assocL
3112[info] - should return valid value in case of Left-Right
3113[info] - should return valid value in case of Left-Left
3114[info] - should return valid value in case of Right
3115[info] EitherFOps#mapF
3116[info] - should return valid value in case of Right
3117[info] - should return valid value in case of Left
3118[info] - should return valid value in case of base None
3119[info] - should return valid valid in case map to None
3120[info] EitherFOps#tapF
3121[info] - should run in case of Right
3122[info] - should not run in case of Left
3123[info] - should not run in case of base None
3124[info] - should not run in case map to None
3125[info] EitherFOps#mapIn
3126[info] - should return valid value in case of Right
3127[info] - should return valid value in case of Left
3128[info] - should return valid value in case of base None
3129[info] EitherFOps#leftMapF
3130[info] - should return valid value in case of Left
3131[info] - should return valid value in case of Right
3132[info] - should return valid value in case of base None
3133[info] - should return valid value in case map to None
3134[info] EitherFOps#leftTapF
3135[info] - should run in case of Left
3136[info] - should not run in case of Right
3137[info] - should not run in case of base None
3138[info] - should not run in case map to None
3139[info] EitherFOps#flatMapIn
3140[info] - should return Right in case of base Right and mapping
3141[info] - should return valid value in case of base Right and mapping to Left
3142[info] - should return valid value in case of base Left
3143[info] - should return valid value in case of base None
3144[info] EitherFOps#leftFlatMapIn
3145[info] - should return Left in case of base Left and mapping
3146[info] - should return valid value in case of base Left and mapping to Right
3147[info] - should return valid value in case of base Right
3148[info] - should return valid value in case of base None
3149[info] EitherFOps#leftFlatMapF
3150[info] - should return Left in case of base Left and mapping
3151[info] - should return valid value in case of base Left and mapping to Right
3152[info] - should return valid value in case of base Right
3153[info] - should return valid value in case of base None
3154[info] EitherFOps#swapF
3155[info] - should return Left
3156[info] - should return Right
3157[info] - should return None
3158[info] EitherFOps#doubleFlatMap
3159[info] - should return None
3160[info] - should return Right
3161[info] - should return Left
3162[info] EitherFOps#ensure
3163[info] - should return None
3164[info] - should return Left
3165[info] - should return Right
3166[info] EitherFOps#ensureF
3167[info] - should return None
3168[info] - should return Left
3169[info] - should return Right
3170[info] EitherFOps#traverseF
3171[info] - should return None
3172[info] - should return Some(None)
3173[info] - should return Right
3174[info] - should return Left
3175[info] EitherFOps#traverseAll
3176[info] - should return List(None)
3177[info] - should return Nil
3178[info] - should return Right
3179[info] - should return Left
3180[info] EitherFOps#leftTraverseF
3181[info] - should return None
3182[info] - should return Some(None)
3183[info] - should return Right
3184[info] - should return Left
3185[info] EitherFOps#leftTraverseAll
3186[info] - should return List(None)
3187[info] - should return Nil
3188[info] - should return Right
3189[info] - should return Left
3190[info] EitherFOps#productF
3191[info] - should return None
3192[info] - should return Left
3193[info] - should return Right
3194[info] - should check lazyness
3195[info] EitherFOps#productRF
3196[info] - should return None
3197[info] - should return Left
3198[info] - should return Right
3199[info] - should check lazyness
3200[info] EitherFOps#productLF
3201[info] - should return None
3202[info] - should return Left
3203[info] - should return Right
3204[info] - should check lazyness
3205[info] EitherFOps#apF
3206[info] - should return None
3207[info] - should return Left
3208[info] - should return Right
3209[info] - should check lazyness
3210[info] EitherFOps#map2F
3211[info] - should return None
3212[info] - should return Left
3213[info] - should return Right
3214[info] - should check lazyness
3215[info] EitherFOps#flatMap2F
3216[info] - should return None
3217[info] - should return Left
3218[info] - should return Right
3219[info] - should check lazyness
3220[info] EitherFOps#mergeF
3221[info] - should return None
3222[info] - should return Left
3223[info] - should return Right
3224[info] EitherIdFOps#rightIn
3225[info] - should return None
3226[info] - should return Right
3227[info] EitherIdFOps#leftIn
3228[info] - should return None
3229[info] - should return Left
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] FIorSuite:
3278[info] TofuFIorOps#mapF
3279[info] - should run function well in case of right
3280[info] - should run function well in case of left
3281[info] - should run function well in case of both
3282[info] - should nothing happen in case of effect error
3283[info] - should check lazyness
3284[info] TofuFIorOps#mapIn
3285[info] - should run function well in case of right
3286[info] - should run function well in case of left
3287[info] - should run function well in case of both
3288[info] - should nothing happen in case of effect error
3289[info] TofuFIorOps#flatMapIn
3290[info] - should run function well in case of right
3291[info] - should run function well in case of left
3292[info] - should run function well in case of both
3293[info] - should nothing happen in case of effect error
3294[info] - should check lazyness
3295[info] TofuFIorOps#doubleFlatMap
3296[info] - should run function well in case of right
3297[info] - should run function well in case of left
3298[info] - should run function well in case of both
3299[info] - should nothing happen in case of effect error
3300[info] - should check lazyness
3301[info] TofuFIorOps#flatTapF
3302[info] - should run function well in case of right
3303[info] - should run function well in case of left
3304[info] - should run function well in case of both
3305[info] - should nothing happen in case of effect error
3306[info] - should check lazyness
3307[info] TofuFIorOps#doubleFlatTap
3308[info] - should run function well in case of right (to right)
3309[info] - should run function well in case of right (to left)
3310[info] - should run function well in case of right (to both)
3311[info] - should run function well in case of left (to right)
3312[info] - should run function well in case of left (to left)
3313[info] - should run function well in case of left (to both)
3314[info] - should run function well in case of both (to right)
3315[info] - should run function well in case of both (to left)
3316[info] - should run function well in case of both (to both)
3317[info] - should nothing happen in case of effect error
3318[info] - should nothing happen in case of effect error (source)
3319[info] - should check lazyness
3320[info] DelaySuite:
3321[info] - IO pure delay
3322[info] - IO effect delay
3323[info] - Lift delay
3324[info] QVarSuite:
3325[info] - check IO has QVar
3326[info] ErrorsSuite:
3327[info] Raise
3328[info] - should reRaise
3329[info] Errors
3330[info] - should adoptError
3331[info] RetrySuite:
3332[info] runRetry[Err1, F]
3333[info] - should update counter n times
3334[info] runRetry[Err2, F]
3335[info] - should update counter 1 time
3336[info] FEitherSuite:
3337[info] EitherIdFOps#asRightF
3338[info] - should return Right
3339[info] EitherIdFOps#asLeftF
3340[info] - should return Left
3341[info] EitherFObjectOps#condF
3342[info] - should return Right and check lazyness
3343[info] - should return Left and check lazyness
3344[info] EitherFOps#orElseF
3345[info] - should return self in case of empty second
3346[info] - should return self in case of non-empty second
3347[info] - should return arg in case of empty second
3348[info] - should return arg in case non-of empty second
3349[info] - should check lazyness
3350[info] EitherFOps#getOrElseF
3351[info] - should return self in case of empty second
3352[info] - should return self in case of non-empty second
3353[info] - should return arg
3354[info] - should check lazyness
3355[info] EitherFOps#catchAll
3356[info] - should return self
3357[info] - should return arg
3358[info] EitherFOps#absolve
3359[info] - should return self in case of Right
3360[info] - should return None in case of Left
3361[info] EitherFOps#reRaise
3362[info] - should return self in case of Right
3363[info] - should return None in case of Left
3364[info] EitherFOps#assocR
3365[info] - should return valid value in case of Right-Right
3366[info] - should return valid value in case of Right-Left
3367[info] - should return valid value in case of Left
3368[info] EitherFOps#assocL
3369[info] - should return valid value in case of Left-Right
3370[info] - should return valid value in case of Left-Left
3371[info] - should return valid value in case of Right
3372[info] EitherFOps#mapF
3373[info] - should return valid value in case of Right
3374[info] - should return valid value in case of Left
3375[info] - should return valid value in case of base None
3376[info] - should return valid valid in case map to None
3377[info] EitherFOps#tapF
3378[info] - should run in case of Right
3379[info] - should not run in case of Left
3380[info] - should not run in case of base None
3381[info] - should not run in case map to None
3382[info] EitherFOps#mapIn
3383[info] - should return valid value in case of Right
3384[info] - should return valid value in case of Left
3385[info] - should return valid value in case of base None
3386[info] EitherFOps#asIn
3387[info] - should return valid value in case of Right
3388[info] - should return Left value without changes
3389[info] - should return valid value in case of base None
3390[info] EitherFOps#asF
3391[info] - should return valid value in case of Right
3392[info] - should return None if inner value is None
3393[info] - should return Left value without changes
3394[info] - should return valid value in case of base None
3395[info] EitherFOps#leftMapF
3396[info] - should return valid value in case of Left
3397[info] - should return valid value in case of Right
3398[info] - should return valid value in case of base None
3399[info] - should return valid value in case map to None
3400[info] EitherFOps#leftTapF
3401[info] - should run in case of Left
3402[info] - should not run in case of Right
3403[info] - should not run in case of base None
3404[info] - should not run in case map to None
3405[info] EitherFOps#flatMapIn
3406[info] - should return Right in case of base Right and mapping
3407[info] - should return valid value in case of base Right and mapping to Left
3408[info] - should return valid value in case of base Left
3409[info] - should return valid value in case of base None
3410[info] EitherFOps#leftFlatMapIn
3411[info] - should return Left in case of base Left and mapping
3412[info] - should return valid value in case of base Left and mapping to Right
3413[info] - should return valid value in case of base Right
3414[info] - should return valid value in case of base None
3415[info] EitherFOps#leftFlatMapF
3416[info] - should return Left in case of base Left and mapping
3417[info] - should return valid value in case of base Left and mapping to Right
3418[info] - should return valid value in case of base Right
3419[info] - should return valid value in case of base None
3420[info] EitherFOps#swapF
3421[info] - should return Left
3422[info] - should return Right
3423[info] - should return None
3424[info] EitherFOps#doubleFlatMap
3425[info] - should return None
3426[info] - should return Right
3427[info] - should return Left
3428[info] EitherFOps#doubleFlatTap
3429[info] - should return None
3430[info] - should return Right without changes
3431[info] - should return Left
3432[info] EitherFOps#foldIn
3433[info] - should map left or right to C
3434[info] EitherFOps#foldF
3435[info] - should map left or right to F[C]
3436[info] - should fold to None
3437[info] - should fold on None
3438[info] EitherFOps#ensure
3439[info] - should return None
3440[info] - should return Left
3441[info] - should return Right
3442[info] EitherFOps#ensureF
3443[info] - should return None
3444[info] - should return Left
3445[info] - should return Right
3446[info] EitherFOps#traverseF
3447[info] - should return None
3448[info] - should return Some(None)
3449[info] - should return Right
3450[info] - should return Left
3451[info] EitherFOps#traverseAll
3452[info] - should return List(None)
3453[info] - should return Nil
3454[info] - should return Right
3455[info] - should return Left
3456[info] EitherFOps#leftTraverseF
3457[info] - should return None
3458[info] - should return Some(None)
3459[info] - should return Right
3460[info] - should return Left
3461[info] EitherFOps#leftTraverseAll
3462[info] - should return List(None)
3463[info] - should return Nil
3464[info] - should return Right
3465[info] - should return Left
3466[info] EitherFOps#productF
3467[info] - should return None
3468[info] - should return Left
3469[info] - should return Right
3470[info] - should check lazyness
3471[info] EitherFOps#productRF
3472[info] - should return None
3473[info] - should return Left
3474[info] - should return Right
3475[info] - should check lazyness
3476[info] EitherFOps#productLF
3477[info] - should return None
3478[info] - should return Left
3479[info] - should return Right
3480[info] - should check lazyness
3481[info] EitherFOps#apF
3482[info] - should return None
3483[info] - should return Left
3484[info] - should return Right
3485[info] - should check lazyness
3486[info] EitherFOps#map2F
3487[info] - should return None
3488[info] - should return Left
3489[info] - should return Right
3490[info] - should check lazyness
3491[info] EitherFOps#flatMap2F
3492[info] - should return None
3493[info] - should return Left
3494[info] - should return Right
3495[info] - should check lazyness
3496[info] EitherFOps#mergeF
3497[info] - should return None
3498[info] - should return Left
3499[info] - should return Right
3500[info] EitherIdFOps#rightIn
3501[info] - should return None
3502[info] - should return Right
3503[info] EitherIdFOps#leftIn
3504[info] - should return None
3505[info] - should return Left
3506[info] PermitSuite:
3507[info] - check IO has Permit
3508[info] RaiseSuite:
3509[info] - error should be raised
3510[info] ConsoleSuite:
3511[info] - simple output
3512[info] - double echo output
3513[info] FOptionSuite:
3514[info] getOrElseF
3515[info] - should return inner value when non empty
3516[info] getOrElseF
3517[info] - should return argument when empty
3518[info] orElseF
3519[info] - should return self when non empty
3520[info] orElseF
3521[info] - should return argument when empty
3522[info] orThrow
3523[info] - should return inner value when non empty
3524[info] orThrow
3525[info] - should raise error when empty
3526[info] semiflatMap
3527[info] - should run when non empty
3528[info] semiflatMap
3529[info] - should keep empty when empty
3530[info] semiflatTap
3531[info] - should run when non empty
3532[info] semiflatTap
3533[info] - should keep value when empty
3534[info] mapIn
3535[info] - should run when non empty
3536[info] mapIn
3537[info] - should keep empty when empty
3538[info] flatMapIn
3539[info] - should run when non empty
3540[info] flatMapIn
3541[info] - should keep empty when empty
3542[info] flatMapIn
3543[info] - should return empty when empty is returned from function
3544[info] doubleFlatMap
3545[info] - should run when non empty
3546[info] doubleFlatMap
3547[info] - should keep empty when empty
3548[info] toRightF
3549[info] - should return non-empty Left
3550[info] toRightF
3551[info] - should return Right
3552[info] toRightF
3553[info] - should return empty M when empty M
3554[info] toRightF
3555[info] - should return empty Left when None
3556[info] toRightF
3557[info] - should check lazyness
3558[info] toRightIn
3559[info] - should return non-empty Left
3560[info] toRightIn
3561[info] - should return Right
3562[info] toRightIn
3563[info] - should return empty M when empty M
3564[info] toRightIn
3565[info] - should check lazyness
3566[info] toLeftF
3567[info] - should return non-empty Right
3568[info] toLeftF
3569[info] - should return Left
3570[info] toLeftF
3571[info] - should return Left when empty M
3572[info] toLeftF
3573[info] - should return Right when None
3574[info] toLeftF
3575[info] - should return empty Right when None and function return empty M
3576[info] toLeftF
3577[info] - should check lazyness
3578[info] toLeftIn
3579[info] - should return Left
3580[info] toLeftIn
3581[info] - should return Left when empty M
3582[info] toLeftIn
3583[info] - should return Right when None
3584[info] toLeftIn
3585[info] - should check lazyness
3586[info] filterIn
3587[info] - should return empty M
3588[info] filterIn
3589[info] - should return None if None
3590[info] filterIn
3591[info] - should return valid value due the predicate
3592[info] filterF
3593[info] - should return empty M
3594[info] filterF
3595[info] - should return None if None
3596[info] filterF
3597[info] - should return valid value due the predicate
3598[info] ensure
3599[info] - should return err if None
3600[info] ensure
3601[info] - should return empty M
3602[info] ensure
3603[info] - should check lazyness
3604[info] ensure
3605[info] - should return valid value due the predicate
3606[info] ensureF
3607[info] - should return err if None
3608[info] ensureF
3609[info] - should return empty M
3610[info] ensureF
3611[info] - should check lazyness
3612[info] ensureF
3613[info] - should return valid value due the predicate
3614[info] collectF
3615[info] - should return successful collected
3616[info] collectF
3617[info] - should return empty collected when empty M
3618[info] collectF
3619[info] - should return None collected when matching is failed
3620[info] collectF
3621[info] - should return None collected when base is None
3622[info] collectIn
3623[info] - should return successful collected
3624[info] collectIn
3625[info] - should return None collected when matching is failed
3626[info] collectIn
3627[info] - should return None collected when base is None
3628[info] traverseF
3629[info] - should return Left
3630[info] traverseF
3631[info] - should return Right
3632[info] traverseF
3633[info] - should return empty M
3634[info] traverseF
3635[info] - should return err
3636[info] traverseAll
3637[info] - should return Left
3638[info] traverseAll
3639[info] - should return Right
3640[info] traverseAll
3641[info] - should return empty M
3642[info] traverseAll
3643[info] - should return err
3644[info] productF
3645[info] - should return None
3646[info] productF
3647[info] - should return Some
3648[info] productF
3649[info] - should return empty M
3650[info] productF
3651[info] - should return M with None
3652[info] productF
3653[info] - should check lazyness
3654[info] productRF
3655[info] - should return None
3656[info] productRF
3657[info] - should return Some
3658[info] productRF
3659[info] - should return empty M
3660[info] productRF
3661[info] - should return M with None
3662[info] productRF
3663[info] - should check lazyness
3664[info] productLF
3665[info] - should return None
3666[info] productLF
3667[info] - should return Some
3668[info] productLF
3669[info] - should return empty M
3670[info] productLF
3671[info] - should return M with None
3672[info] productLF
3673[info] - should check lazyness
3674[info] apF
3675[info] - should return None
3676[info] apF
3677[info] - should return Some
3678[info] apF
3679[info] - should return empty M
3680[info] apF
3681[info] - should return M with None
3682[info] apF
3683[info] - should check lazyness
3684[info] map2F
3685[info] - should return None
3686[info] map2F
3687[info] - should return Some
3688[info] map2F
3689[info] - should return empty M
3690[info] map2F
3691[info] - should return M with None
3692[info] map2F
3693[info] - should check lazyness
3694[info] flatMap2F
3695[info] - should return None
3696[info] flatMap2F
3697[info] - should return Some
3698[info] flatMap2F
3699[info] - should return empty M
3700[info] flatMap2F
3701[info] - should return M with None
3702[info] flatMap2F
3703[info] - should check lazyness
3704[info] someIn
3705[info] - should return some in M (List)
3706[info] UnliftSubcontext:
3707[info] Unlift
3708[info] - should correctly replace subcontext
3709[info] Unlift
3710[info] - should correctly lift
3711[info] AtomSuite:
3712[info] - check IO has Atom
3713[info] UnliftSuite:
3714[info] Lift implicit def implementations
3715[info] - should cast instances properly
3716[info] TimeoutSuite:
3717[info] - Timeout should cancel
3718[info] - Timeout with ReaderT should cancel
3719[info] - Timeout with ReaderT should have context
3720[info] - Timeout with ReaderT should have context in fallback
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": 39777, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3753 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3754 "test-compile": {"status": "ok", "tookMs": 7419, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3755 "test": {"status": "ok", "tookMs": 2061, "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": 385, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3763 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3764 "test-compile": {"status": "ok", "tookMs": 910, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3765 "test": {"status": "ok", "tookMs": 545, "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": 13124, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
3773 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3774 "test-compile": {"status": "ok", "tookMs": 1256, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3775 "test": {"status": "ok", "tookMs": 443, "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": 11156, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3783 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3784 "test-compile": {"status": "ok", "tookMs": 536, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3785 "test": {"status": "ok", "tookMs": 215, "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": 3628, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3793 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3794 "test-compile": {"status": "ok", "tookMs": 1615, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3795 "test": {"status": "ok", "tookMs": 674, "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": 273, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3803 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3804 "test-compile": {"status": "ok", "tookMs": 118, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3805 "test": {"status": "ok", "tookMs": 102, "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": 63, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3813 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3814 "test-compile": {"status": "ok", "tookMs": 98, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3815 "test": {"status": "ok", "tookMs": 96, "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": 266, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3823 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3824 "test-compile": {"status": "ok", "tookMs": 2265, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3825 "test": {"status": "ok", "tookMs": 608, "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": 529, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3833 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3834 "test-compile": {"status": "ok", "tookMs": 1057, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3835 "test": {"status": "ok", "tookMs": 685, "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": 446, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3843 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3844 "test-compile": {"status": "ok", "tookMs": 702, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3845 "test": {"status": "ok", "tookMs": 475, "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": 233, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3853 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3854 "test-compile": {"status": "ok", "tookMs": 288, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3855 "test": {"status": "ok", "tookMs": 281, "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": 575, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3863 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3864 "test-compile": {"status": "ok", "tookMs": 300, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3865 "test": {"status": "ok", "tookMs": 310, "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": 127, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
3873 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3874 "test-compile": {"status": "ok", "tookMs": 1256, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3875 "test": {"status": "ok", "tookMs": 395, "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": 416, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3883 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3884 "test-compile": {"status": "ok", "tookMs": 294, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3885 "test": {"status": "ok", "tookMs": 299, "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": 240, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3893 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3894 "test-compile": {"status": "ok", "tookMs": 1003, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3895 "test": {"status": "ok", "tookMs": 1103, "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": 65, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3903 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3904 "test-compile": {"status": "ok", "tookMs": 831, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3905 "test": {"status": "ok", "tookMs": 295, "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": 125, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
3913 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3914 "test-compile": {"status": "ok", "tookMs": 1320, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3915 "test": {"status": "ok", "tookMs": 415, "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": 198, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3923 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3924 "test-compile": {"status": "ok", "tookMs": 2335, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3925 "test": {"status": "ok", "tookMs": 837, "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": 1230, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3933 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3934 "test-compile": {"status": "ok", "tookMs": 895, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3935 "test": {"status": "ok", "tookMs": 737, "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": 509, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3943 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3944 "test-compile": {"status": "ok", "tookMs": 390, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3945 "test": {"status": "ok", "tookMs": 357, "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": 322, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3953 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3954 "test-compile": {"status": "ok", "tookMs": 2730, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3955 "test": {"status": "ok", "tookMs": 768, "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": 1656, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3963 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3964 "test-compile": {"status": "ok", "tookMs": 7227, "warnings": 6, "errors": 0, "sourceVersion": "3.8"},
3965 "test": {"status": "ok", "tookMs": 1273, "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": 2944, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3973 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3974 "test-compile": {"status": "ok", "tookMs": 1759, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3975 "test": {"status": "ok", "tookMs": 797, "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": 502, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3983 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3984 "test-compile": {"status": "ok", "tookMs": 663, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3985 "test": {"status": "ok", "tookMs": 302, "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": 918, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3993 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3994 "test-compile": {"status": "ok", "tookMs": 693, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3995 "test": {"status": "ok", "tookMs": 327, "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": 77, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4003 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4004 "test-compile": {"status": "ok", "tookMs": 600, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4005 "test": {"status": "ok", "tookMs": 329, "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": 62, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4013 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4014 "test-compile": {"status": "ok", "tookMs": 120, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4015 "test": {"status": "ok", "tookMs": 131, "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": 810, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4023 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4024 "test-compile": {"status": "ok", "tookMs": 853, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4025 "test": {"status": "ok", "tookMs": 889, "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": 196, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4033 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4034 "test-compile": {"status": "ok", "tookMs": 2549, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4035 "test": {"status": "ok", "tookMs": 931, "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": 257, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4043 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4044 "test-compile": {"status": "ok", "tookMs": 6968, "warnings": 6, "errors": 0, "sourceVersion": "3.8"},
4045 "test": {"status": "ok", "tookMs": 1201, "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": 546, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4053 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4054 "test-compile": {"status": "ok", "tookMs": 758, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4055 "test": {"status": "ok", "tookMs": 536, "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": 627, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4063 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4064 "test-compile": {"status": "ok", "tookMs": 419, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4065 "test": {"status": "ok", "tookMs": 384, "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": 1814, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4073 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4074 "test-compile": {"status": "ok", "tookMs": 5807, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
4075 "test": {"status": "ok", "tookMs": 1049, "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": 92, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4083 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4084 "test-compile": {"status": "ok", "tookMs": 574, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4085 "test": {"status": "ok", "tookMs": 361, "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": 257, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4093 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4094 "test-compile": {"status": "ok", "tookMs": 144, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4095 "test": {"status": "ok", "tookMs": 116, "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": 829, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4103 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4104 "test-compile": {"status": "ok", "tookMs": 775, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4105 "test": {"status": "ok", "tookMs": 532, "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: 205 s (0:03:25.0), completed Dec 22, 2025, 5:45:49 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.