Build Logs
tofu-tf/tofu • 3.8.0-RC5:2025-12-31
Errors
0
Warnings
625
Total Lines
4126
1##################################
2Clonning https://github.com/tofu-tf/tofu.git into /build/repo using revision v0.14.0
3##################################
4Note: switching to '8ad73951f746ec73acaf8c175db8071f450c9705'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21Would override fixed Scala version: 3.3.6
22Using target Scala version for migration: 3.7.4
23Migrating project for -source:3.4 using Scala 3.7.4
24----
25Preparing build for 3.7.4
26Would try to apply common scalacOption (best-effort, sbt/mill only):
27Append: -rewrite,REQUIRE:-source:3.4-migration
28Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
29
30Try apply source patch:
31Path: build.sbt
32Pattern: libraryDependencies += shapeless
33Replacement:
34Starting compilation server
35Compiling project (Scala 3.7.3, JVM (17))
36Compiled project (Scala 3.7.3, JVM (17))
37Successfully applied pattern 'libraryDependencies += shapeless' in build.sbt
38
39Try apply source patch:
40Path: modules/kernel/src/main/scala/tofu/syntax/context.scala
41Pattern: F WithLocal C
42Replacement: F `WithLocal` C
43Successfully applied pattern 'F WithLocal C' in modules/kernel/src/main/scala/tofu/syntax/context.scala
44
45Try apply source patch:
46Path: modules/kernel/src/main/scala/tofu/data/Embedded.scala
47Pattern: new ParApplicative[G.F, E]()(G.applicative, E)
48Replacement: new ParApplicative[G.F, E](using G.applicative, E)
49Successfully applied pattern 'new ParApplicative[G.F, E]()(G.applicative, E)' in modules/kernel/src/main/scala/tofu/data/Embedded.scala
50
51Try apply source patch:
52Path: modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala
53Pattern: (import SealedTraitEnum.*\n\s*)json\(Container\(A, B, C\)\)
54Replacement: $1json(Container[SealedTraitEnum,SealedTraitEnum,SealedTraitEnum](A, B, C))
55Successfully applied pattern '(import SealedTraitEnum.*\n\s*)json\(Container\(A, B, C\)\)' in modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala
56
57Try apply source patch:
58Path: project/Dependencies.scala
59Pattern: val scala3 = "3.3.6"
60Replacement: val scala3 = "3.7.4"
61Successfully applied pattern 'val scala3 = "3.3.6"' in project/Dependencies.scala
62----
63Starting build for 3.7.4
64Execute tests: false
65sbt project found:
66Sbt version 1.11.3 is not supported, minimal supported version is 1.11.5
67Enforcing usage of sbt in version 1.11.5
68No prepare script found for project tofu-tf/tofu
69##################################
70Scala version: 3.7.4
71Targets: tf.tofu%default-bf0cb6 tf.tofu%tofu tf.tofu%tofu-core-ce2 tf.tofu%tofu-core-ce3 tf.tofu%tofu-core-higher-kind tf.tofu%tofu-fs2-ce3-interop tf.tofu%tofu-kernel tf.tofu%tofu-kernel-cats-mtl tf.tofu%tofu-logging tf.tofu%tofu-logging-derivation tf.tofu%tofu-logging-derivation-annotations tf.tofu%tofu-logging-enumeratum tf.tofu%tofu-logging-layout tf.tofu%tofu-logging-log4cats tf.tofu%tofu-logging-log4cats-legacy tf.tofu%tofu-logging-logstash-logback tf.tofu%tofu-logging-refined tf.tofu%tofu-logging-structured tf.tofu%tofu-observable tf.tofu%tofu-streams tf.tofu%tofu-zio2-core tf.tofu%tofu-zio2-logging
72Project projectConfig: {"projects":{"exclude":["tofu-memo","tofu","tofu-derivation","tofu-env","tofu-concurrent-ce2"],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/unmanagedSources/excludeFilter := { HiddenFileFilter || \"CalcSuite.scala\" }"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"libraryDependencies += shapeless","replaceWith":""},{"path":"modules/kernel/src/main/scala/tofu/syntax/context.scala","pattern":"F WithLocal C","replaceWith":"F `WithLocal` C"},{"path":"modules/kernel/src/main/scala/tofu/data/Embedded.scala","pattern":"new ParApplicative[G.F, E]()(G.applicative, E)","replaceWith":"new ParApplicative[G.F, E](using G.applicative, E)"},{"path":"modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala","pattern":"(import SealedTraitEnum.*\\n\\s*)json\\(Container\\(A, B, C\\)\\)","replaceWith":"$1json(Container[SealedTraitEnum,SealedTraitEnum,SealedTraitEnum](A, B, C))"},{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.6\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
73##################################
74Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
75Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
76[sbt_options] declare -a sbt_options=()
77[process_args] java_version = '17'
78[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
79# Executing command line:
80java
81-Xmx4G
82-Dcommunitybuild.scala=3.7.4
83-Dcommunitybuild.project.dependencies.add=
84-Xmx7G
85-Xms4G
86-Xss8M
87-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
88-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
89-jar
90/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
91"setCrossScalaVersions 3.7.4"
92"++3.7.4 -v"
93"mapScalacOptions "-rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
94"set every credentials := Nil"
95"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
96"removeScalacOptionsStartingWith -P:wartremover"
97"set every Test/unmanagedSources/excludeFilter := { HiddenFileFilter || "CalcSuite.scala" }"
98moduleMappings
99"runBuild 3.7.4 """{"projects":{"exclude":["tofu-memo","tofu","tofu-derivation","tofu-env","tofu-concurrent-ce2"],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/unmanagedSources/excludeFilter := { HiddenFileFilter || \"CalcSuite.scala\" }"],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"libraryDependencies += shapeless","replaceWith":""},{"path":"modules/kernel/src/main/scala/tofu/syntax/context.scala","pattern":"F WithLocal C","replaceWith":"F `WithLocal` C"},{"path":"modules/kernel/src/main/scala/tofu/data/Embedded.scala","pattern":"new ParApplicative[G.F, E]()(G.applicative, E)","replaceWith":"new ParApplicative[G.F, E](using G.applicative, E)"},{"path":"modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala","pattern":"(import SealedTraitEnum.*\\n\\s*)json\\(Container\\(A, B, C\\)\\)","replaceWith":"$1json(Container[SealedTraitEnum,SealedTraitEnum,SealedTraitEnum](A, B, C))"},{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.6\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" tf.tofu%default-bf0cb6 tf.tofu%tofu tf.tofu%tofu-core-ce2 tf.tofu%tofu-core-ce3 tf.tofu%tofu-core-higher-kind tf.tofu%tofu-fs2-ce3-interop tf.tofu%tofu-kernel tf.tofu%tofu-kernel-cats-mtl tf.tofu%tofu-logging tf.tofu%tofu-logging-derivation tf.tofu%tofu-logging-derivation-annotations tf.tofu%tofu-logging-enumeratum tf.tofu%tofu-logging-layout tf.tofu%tofu-logging-log4cats tf.tofu%tofu-logging-log4cats-legacy tf.tofu%tofu-logging-logstash-logback tf.tofu%tofu-logging-refined tf.tofu%tofu-logging-structured tf.tofu%tofu-observable tf.tofu%tofu-streams tf.tofu%tofu-zio2-core tf.tofu%tofu-zio2-logging"
100
101[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
102[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
103[info] loading project definition from /build/repo/project
104[info] loading settings for project repo from build.sbt, ci-release.sbt...
105[info] resolving key references (108840 settings) ...
106[info] set current project to repo (in build file:/build/repo/)
107Execute setCrossScalaVersions: 3.7.4
108OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingEnumeratum2_12/crossScalaVersions
109OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in observable/crossScalaVersions
110OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingEnumeratum3/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 observable2_12/crossScalaVersions
122OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in streams2_12/crossScalaVersions
123OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobieLogging/crossScalaVersions
124OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in env/crossScalaVersions
125OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobieCE3/crossScalaVersions
126OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesCE32_12/crossScalaVersions
127OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobieLoggingCE32_12/crossScalaVersions
128OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in higherKindCore3/crossScalaVersions
129OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in kernelCatsMtlInterop/crossScalaVersions
130OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in tofu3/crossScalaVersions
131OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLayout/crossScalaVersions
132OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in kernelCatsMtlInterop3/crossScalaVersions
133OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fs2CE3Interop/crossScalaVersions
134OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobie2_12/crossScalaVersions
135OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreCE32_12/crossScalaVersions
136OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio2Logging/crossScalaVersions
137OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesZIO2/crossScalaVersions
138OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLayout2_12/crossScalaVersions
139OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingStr2_12/crossScalaVersions
140OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLogstashLogback/crossScalaVersions
141OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in concurrentCE2/crossScalaVersions
142OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingRefined3/crossScalaVersions
143OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobieLogging2_12/crossScalaVersions
144OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in streams3/crossScalaVersions
145OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in streams/crossScalaVersions
146OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in env2_12/crossScalaVersions
147OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesCE3/crossScalaVersions
148OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in memo2_12/crossScalaVersions
149OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in kernel/crossScalaVersions
150OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in kernel2_12/crossScalaVersions
151OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLogstashLogback2_12/crossScalaVersions
152OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in higherKindCore2_12/crossScalaVersions
153OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in tofu2_12/crossScalaVersions
154OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingStr3/crossScalaVersions
155OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingDerivationAnnotations3/crossScalaVersions
156OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fs2CE3Interop3/crossScalaVersions
157OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLog4Cats/crossScalaVersions
158OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio1Logging/crossScalaVersions
159OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in logging/crossScalaVersions
160OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in repo/crossScalaVersions
161OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in observable3/crossScalaVersions
162OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLog4Cats3/crossScalaVersions
163OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingShapeless2_12/crossScalaVersions
164OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingDerivationAnnotations/crossScalaVersions
165OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in config2_12/crossScalaVersions
166OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLog4CatsLegacy3/crossScalaVersions
167OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingLayout3/crossScalaVersions
168OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio1Logging2_12/crossScalaVersions
169OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in logging2_12/crossScalaVersions
170OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio1Interop/crossScalaVersions
171OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesCE22_12/crossScalaVersions
172OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fs2CE3Interop2_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 loggingEnumeratum/crossScalaVersions
191OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingRefined/crossScalaVersions
192OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesCE2/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 fs2CE2Interop2_12/crossScalaVersions
196OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesZIO22_12/crossScalaVersions
197OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in zio2Core3/crossScalaVersions
198OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in doobieLoggingCE3/crossScalaVersions
199OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in loggingDer/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 31, 2025, 9:03:49 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/bi/Fun2BK.scala]
354[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/Embed.scala]
355[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/Pre.scala]
356[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/bi/BiRepresentableK.scala]
357[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/syntax/functorbk.scala]
358[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/RepresentableK.scala]
359[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/Function2K.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/WithContext.scala]
382[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/Flux.scala]
383[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/syntax/console.scala]
384[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/syntax/context.scala]
385[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/bi/BiContext.scala]
386[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/syntax/error.scala]
387[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/bi/lift/BiLift.scala]
388[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/WithLocal.scala]
389[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/CalcMOps.scala]
390[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/internal/instances/perform.scala]
391[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/internal/Newtype1Covariant.scala]
392[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/Translator.scala]
393[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/CalcM.scala]
394[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/Atom.scala]
395[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/impl/QVarSM.scala]
396[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/QVar.scala]
397[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/common/Display.scala]
398[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/CalcMInstances.scala]
399[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/syntax/guarantee.scala]
400[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/Exit.scala]
401[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/Continue.scala]
402[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/internal/CachedMatcher.scala]
403[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/Errors.scala]
404[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/Scoped.scala]
405[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/Embedded.scala]
406[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/control/impl/SelectiveInstances.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/Loggable.scala]
413[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/CachedLogs.scala]
414[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/LoggableContext.scala]
415[info] [patched file /build/repo/modules/logging/structured/src/main/scala-3/tofu/logging/LoggingRepresentableKInstances.scala]
416[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/LoggingImpl.scala]
417[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/EmbedLogging.scala]
418[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/LogTree.scala]
419[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/LoggableInstances.scala]
420[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/SyncLogging.scala]
421[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/ContextSyncLoggingImpl.scala]
422[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/builder/LoggingMidBuilder.scala]
423[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/Logs.scala]
424[info] [patched file /build/repo/modules/logging/structured/src/main/scala-3/tofu/logging/LogsVOps.scala]
425[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/ContextLoggingImpl.scala]
426[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/syntax/logging.scala]
427[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/UniversalLogging.scala]
428[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/Logging.scala]
429[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/builder/LoggingBiMidBuilder.scala]
430[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/LogRenderer.scala]
431[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/syntax/location.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/zioOptics.scala]
488[info] [patched file /build/repo/modules/interop/zio2/core/src/main/scala/tofu/zioInstances/ZioTofuInstance.scala]
489[info] [patched file /build/repo/modules/interop/zio2/core/src/main/scala/tofu/zioInstances/ZioInstances.scala]
490[warn] two warnings found
491[info] done compiling
492[warn] four warnings found
493[info] done compiling
494[info] compiling 7 Scala sources to /build/repo/modules/logging/derivation/target/jvm-2.13/classes ...
495[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/ELKLayout.scala]
762[info] [patched file /build/repo/modules/logging/layout/src/main/scala/tofu/logging/logback/IEventLoggable.scala]
763[warn] two warnings found
764[info] done compiling
765[info] compiling 2 Scala sources to /build/repo/modules/logging/layout/target/jvm-2.13/classes ...
766[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
767[warn] Flag -Xkind-projector set repeatedly
768[warn] two warnings found
769[info] done compiling
770[info] compiling 1 Scala source to /build/repo/modules/logging/layout/target/jvm-2.13/test-classes ...
771[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
772[warn] Flag -Xkind-projector set repeatedly
773[warn] two warnings found
774[info] done compiling
775Starting build for ProjectRef(file:/build/repo/,loggingLog4CatsLegacy3) (tofu-logging-log4cats-legacy)... [19/36]
776Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
777[info] compiling 1 Scala source to /build/repo/modules/logging/interop/log4cats-legacy/target/jvm-3/classes ...
778[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
779[warn] Flag -Xkind-projector set repeatedly
780[warn] two warnings found
781[info] done compiling
782Starting build for ProjectRef(file:/build/repo/,loggingDer3) (tofu-logging-derivation)... [20/36]
783Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
784[info] compiling 4 Scala sources to /build/repo/modules/logging/derivation/target/jvm-3/test-classes ...
785[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
786[warn] Flag -Xkind-projector set repeatedly
787[warn] two warnings found
788[info] done compiling
789Starting build for ProjectRef(file:/build/repo/,coreCE33) (tofu-core-ce3)... [21/36]
790Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
791[info] compiling 18 Scala sources to /build/repo/modules/core/ce3/target/jvm-3/classes ...
792[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
793[warn] Flag -Xkind-projector set repeatedly
794[warn] two warnings found
795[info] done compiling
796[info] compiling 27 Scala sources to /build/repo/modules/core/ce3/target/jvm-3/test-classes ...
797[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
798[warn] Flag -Xkind-projector set repeatedly
799[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:30:78
800[warn] 30 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends CardStorage[F] {
801[warn] | ^
802[warn] | unused implicit parameter
803[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:45:78
804[warn] 45 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, UserNotFound] })#L] extends UserStorage[F] {
805[warn] | ^
806[warn] | unused implicit parameter
807[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:22:116
808[warn] 22 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
809[warn] | ^
810[warn] | unused implicit parameter
811[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:27:116
812[warn] 27 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
813[warn] | ^
814[warn] | unused implicit parameter
815[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:32:116
816[warn] 32 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
817[warn] | ^
818[warn] | unused implicit parameter
819[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:42:10
820[warn] 42 | })#L: Timeout
821[warn] | ^
822[warn] | unused implicit parameter
823[info] [patched file /build/repo/modules/core/ce3/src/test/scala/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": 36413, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1002 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1003 "test-compile": {"status": "ok", "tookMs": 24638, "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": 437, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1012 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1013 "test-compile": {"status": "ok", "tookMs": 1220, "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": 9997, "warnings": 4, "errors": 0, "sourceVersion": "3.4-migration"},
1022 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1023 "test-compile": {"status": "ok", "tookMs": 1302, "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": 8648, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1032 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1033 "test-compile": {"status": "ok", "tookMs": 768, "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": 2825, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1042 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1043 "test-compile": {"status": "ok", "tookMs": 1543, "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": 252, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1052 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1053 "test-compile": {"status": "ok", "tookMs": 84, "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": 35, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1062 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1063 "test-compile": {"status": "ok", "tookMs": 79, "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": 257, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1072 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1073 "test-compile": {"status": "ok", "tookMs": 2350, "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": 440, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1082 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1083 "test-compile": {"status": "ok", "tookMs": 1003, "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": 366, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1092 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1093 "test-compile": {"status": "ok", "tookMs": 621, "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": 182, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1102 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1103 "test-compile": {"status": "ok", "tookMs": 228, "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": 425, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1112 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1113 "test-compile": {"status": "ok", "tookMs": 268, "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": 970, "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": 331, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1132 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1133 "test-compile": {"status": "ok", "tookMs": 224, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1134 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1135 "publish": {"status": "skipped", "tookMs": 0},
1136 "metadata": {
1137 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1138}
1139},{
1140 "module": "tofu-zio2-core",
1141 "compile": {"status": "ok", "tookMs": 171, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1142 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1143 "test-compile": {"status": "ok", "tookMs": 1034, "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": 48, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1152 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1153 "test-compile": {"status": "ok", "tookMs": 861, "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": 113, "warnings": 4, "errors": 0, "sourceVersion": "3.4-migration"},
1162 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1163 "test-compile": {"status": "ok", "tookMs": 1049, "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": 138, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1172 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1173 "test-compile": {"status": "ok", "tookMs": 2037, "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": 1110, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1182 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1183 "test-compile": {"status": "ok", "tookMs": 1350, "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": 407, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1192 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1193 "test-compile": {"status": "ok", "tookMs": 236, "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": 223, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1202 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1203 "test-compile": {"status": "ok", "tookMs": 1966, "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": 1258, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1212 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1213 "test-compile": {"status": "ok", "tookMs": 5659, "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": 2314, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1222 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1223 "test-compile": {"status": "ok", "tookMs": 1490, "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": 426, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1232 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1233 "test-compile": {"status": "ok", "tookMs": 460, "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": 632, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1242 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1243 "test-compile": {"status": "ok", "tookMs": 507, "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": 50, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1252 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1253 "test-compile": {"status": "ok", "tookMs": 514, "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": 77, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1262 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1263 "test-compile": {"status": "ok", "tookMs": 103, "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": 547, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1272 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1273 "test-compile": {"status": "ok", "tookMs": 658, "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": 168, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1282 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1283 "test-compile": {"status": "ok", "tookMs": 1898, "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": 258, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1292 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1293 "test-compile": {"status": "ok", "tookMs": 5775, "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": 397, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1302 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1303 "test-compile": {"status": "ok", "tookMs": 664, "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": 460, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1312 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1313 "test-compile": {"status": "ok", "tookMs": 304, "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": 1370, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1322 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1323 "test-compile": {"status": "ok", "tookMs": 5883, "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": 62, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1332 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1333 "test-compile": {"status": "ok", "tookMs": 503, "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": 99, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1342 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1343 "test-compile": {"status": "ok", "tookMs": 106, "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": 818, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1352 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1353 "test-compile": {"status": "ok", "tookMs": 1141, "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: 179 s (0:02:59.0), completed Dec 31, 2025, 9:06:49 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 92350421] 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-RC5
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-RC5"
1418Successfully applied pattern 'val scala3 = "3.3.6"' in project/Dependencies.scala
1419----
1420Starting build for 3.8.0-RC5
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-RC5
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-RC5
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-RC5"
1449"++3.8.0-RC5 -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-RC5 """{"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-RC5
1465OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingEnumeratum2_12/crossScalaVersions
1466OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingEnumeratum3/crossScalaVersions
1467OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in higherKindCore/crossScalaVersions
1468OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in zio1Core2_12/crossScalaVersions
1469OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in kernel3/crossScalaVersions
1470OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in coreCE23/crossScalaVersions
1471OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in coreCE22_12/crossScalaVersions
1472OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in memo/crossScalaVersions
1473OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingDerivationAnnotations2_12/crossScalaVersions
1474OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in doobie/crossScalaVersions
1475OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in zio2Core/crossScalaVersions
1476OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingShapeless/crossScalaVersions
1477OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in streams2_12/crossScalaVersions
1478OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in observable2_12/crossScalaVersions
1479OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in observable/crossScalaVersions
1480OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in doobieLogging/crossScalaVersions
1481OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in env/crossScalaVersions
1482OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in doobieCE3/crossScalaVersions
1483OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in examplesCE32_12/crossScalaVersions
1484OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in doobieLoggingCE32_12/crossScalaVersions
1485OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in higherKindCore3/crossScalaVersions
1486OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in kernelCatsMtlInterop/crossScalaVersions
1487OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in tofu3/crossScalaVersions
1488OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in kernelCatsMtlInterop3/crossScalaVersions
1489OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in fs2CE3Interop/crossScalaVersions
1490OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in doobie2_12/crossScalaVersions
1491OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in zio2Logging/crossScalaVersions
1492OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in coreCE32_12/crossScalaVersions
1493OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingStr2_12/crossScalaVersions
1494OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingLayout/crossScalaVersions
1495OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in examplesZIO2/crossScalaVersions
1496OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingLayout2_12/crossScalaVersions
1497OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in concurrentCE2/crossScalaVersions
1498OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingLogstashLogback/crossScalaVersions
1499OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingRefined3/crossScalaVersions
1500OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in doobieLogging2_12/crossScalaVersions
1501OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in streams3/crossScalaVersions
1502OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in env2_12/crossScalaVersions
1503OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in examplesCE3/crossScalaVersions
1504OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in streams/crossScalaVersions
1505OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in memo2_12/crossScalaVersions
1506OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in kernel2_12/crossScalaVersions
1507OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in kernel/crossScalaVersions
1508OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingLogstashLogback2_12/crossScalaVersions
1509OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in tofu2_12/crossScalaVersions
1510OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingStr3/crossScalaVersions
1511OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingDerivationAnnotations3/crossScalaVersions
1512OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in higherKindCore2_12/crossScalaVersions
1513OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in fs2CE3Interop3/crossScalaVersions
1514OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingLog4Cats/crossScalaVersions
1515OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in zio1Logging/crossScalaVersions
1516OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in logging/crossScalaVersions
1517OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in fs2CE3Interop2_12/crossScalaVersions
1518OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in repo/crossScalaVersions
1519OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in observable3/crossScalaVersions
1520OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingLog4Cats3/crossScalaVersions
1521OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingShapeless2_12/crossScalaVersions
1522OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingDerivationAnnotations/crossScalaVersions
1523OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingLog4CatsLegacy3/crossScalaVersions
1524OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingLayout3/crossScalaVersions
1525OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in zio1Logging2_12/crossScalaVersions
1526OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in logging2_12/crossScalaVersions
1527OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in config2_12/crossScalaVersions
1528OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in zio1Interop/crossScalaVersions
1529OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in examplesCE22_12/crossScalaVersions
1530OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in docs/crossScalaVersions
1531OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in coreCE2/crossScalaVersions
1532OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in fs2CE2Interop/crossScalaVersions
1533OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in zio2Logging3/crossScalaVersions
1534OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingLog4CatsLegacy2_12/crossScalaVersions
1535OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in config/crossScalaVersions
1536OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in zio2Core2_12/crossScalaVersions
1537OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in zio2Logging2_12/crossScalaVersions
1538OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in coreCE3/crossScalaVersions
1539OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingLog4Cats2_12/crossScalaVersions
1540OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in concurrentCE22_12/crossScalaVersions
1541OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingStr/crossScalaVersions
1542OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingLogstashLogback3/crossScalaVersions
1543OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in kernelCatsMtlInterop2_12/crossScalaVersions
1544OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in examplesCE2/crossScalaVersions
1545OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingEnumeratum/crossScalaVersions
1546OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingRefined/crossScalaVersions
1547OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingRefined2_12/crossScalaVersions
1548OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in zio1Interop2_12/crossScalaVersions
1549OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in logging3/crossScalaVersions
1550OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in doobieCE32_12/crossScalaVersions
1551OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in derivation/crossScalaVersions
1552OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingDer/crossScalaVersions
1553OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in fs2CE2Interop2_12/crossScalaVersions
1554OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in examplesZIO22_12/crossScalaVersions
1555OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in zio2Core3/crossScalaVersions
1556OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in doobieLoggingCE3/crossScalaVersions
1557OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in tofu/crossScalaVersions
1558OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in zio1Core/crossScalaVersions
1559OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingDer3/crossScalaVersions
1560OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in coreCE33/crossScalaVersions
1561OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingLog4CatsLegacy/crossScalaVersions
1562OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in derivation2_12/crossScalaVersions
1563OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in loggingDer2_12/crossScalaVersions
1564[info] set current project to repo (in build file:/build/repo/)
1565[info] Setting Scala version to 3.8.0-RC5 on 99 projects.
1566[info] Switching Scala version on:
1567[info] loggingShapeless (2.13.16, 2.12.20, 3.8.0-RC5)
1568[info] kernel2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1569[info] loggingLog4Cats2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1570[info] loggingShapeless2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1571[info] kernel (2.13.16, 2.12.20, 3.8.0-RC5)
1572[info] zio2Logging (2.13.16, 2.12.20, 3.8.0-RC5)
1573[info] zio2Core (2.13.16, 2.12.20, 3.8.0-RC5)
1574[info] loggingLog4CatsLegacy3 (2.13.16, 2.12.20, 3.8.0-RC5)
1575[info] observable2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1576[info] logging (2.13.16, 2.12.20, 3.8.0-RC5)
1577[info] concurrentCE22_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1578[info] doobieCE3 (2.13.16, 2.12.20, 3.8.0-RC5)
1579[info] loggingLayout (2.13.16, 2.12.20, 3.8.0-RC5)
1580[info] kernelCatsMtlInterop3 (2.13.16, 2.12.20, 3.8.0-RC5)
1581[info] examplesCE32_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1582[info] zio2Core3 (2.13.16, 2.12.20, 3.8.0-RC5)
1583[info] loggingEnumeratum3 (2.13.16, 2.12.20, 3.8.0-RC5)
1584[info] coreCE33 (2.13.16, 2.12.20, 3.8.0-RC5)
1585[info] examplesCE2 (2.13.16, 2.12.20, 3.8.0-RC5)
1586[info] doobie (2.13.16, 2.12.20, 3.8.0-RC5)
1587[info] examplesCE22_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1588[info] fs2CE3Interop (2.13.16, 2.12.20, 3.8.0-RC5)
1589[info] examplesCE3 (2.13.16, 2.12.20, 3.8.0-RC5)
1590[info] loggingRefined3 (2.13.16, 2.12.20, 3.8.0-RC5)
1591[info] logging3 (2.13.16, 2.12.20, 3.8.0-RC5)
1592[info] zio2Logging3 (2.13.16, 2.12.20, 3.8.0-RC5)
1593[info] docs (2.13.16, 2.12.20, 3.8.0-RC5)
1594[info] loggingStr2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1595[info] zio1Interop (2.13.16, 2.12.20, 3.8.0-RC5)
1596[info] zio2Logging2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1597[info] coreCE22_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1598[info] zio1Logging (2.13.16, 2.12.20, 3.8.0-RC5)
1599[info] kernelCatsMtlInterop (2.13.16, 2.12.20, 3.8.0-RC5)
1600[info] config (2.13.16, 2.12.20, 3.8.0-RC5)
1601[info] loggingLogstashLogback3 (2.13.16, 2.12.20, 3.8.0-RC5)
1602[info] loggingLog4Cats3 (2.13.16, 2.12.20, 3.8.0-RC5)
1603[info] higherKindCore2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1604[info] doobieLoggingCE3 (2.13.16, 2.12.20, 3.8.0-RC5)
1605[info] zio1Core2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1606[info] loggingStr3 (2.13.16, 2.12.20, 3.8.0-RC5)
1607[info] kernelCatsMtlInterop2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1608[info] env2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1609[info] doobie2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1610[info] coreCE2 (2.13.16, 2.12.20, 3.8.0-RC5)
1611[info] coreCE23 (2.13.16, 2.12.20, 3.8.0-RC5)
1612[info] fs2CE2Interop (2.13.16, 2.12.20, 3.8.0-RC5)
1613[info] loggingRefined2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1614[info] higherKindCore3 (2.13.16, 2.12.20, 3.8.0-RC5)
1615[info] kernel3 (2.13.16, 2.12.20, 3.8.0-RC5)
1616[info] streams3 (2.13.16, 2.12.20, 3.8.0-RC5)
1617[info] concurrentCE2 (2.13.16, 2.12.20, 3.8.0-RC5)
1618[info] loggingDer3 (2.13.16, 2.12.20, 3.8.0-RC5)
1619[info] loggingLog4CatsLegacy2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1620[info] loggingLog4CatsLegacy (2.13.16, 2.12.20, 3.8.0-RC5)
1621[info] streams (2.13.16, 2.12.20, 3.8.0-RC5)
1622[info] loggingDerivationAnnotations2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1623[info] fs2CE3Interop2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1624[info] loggingStr (2.13.16, 2.12.20, 3.8.0-RC5)
1625[info] loggingDer2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1626[info] doobieLoggingCE32_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1627[info] loggingLogstashLogback (2.13.16, 2.12.20, 3.8.0-RC5)
1628[info] coreCE3 (2.13.16, 2.12.20, 3.8.0-RC5)
1629[info] tofu2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1630[info] loggingLayout2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1631[info] fs2CE2Interop2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1632[info] loggingLog4Cats (2.13.16, 2.12.20, 3.8.0-RC5)
1633[info] doobieLogging (2.13.16, 2.12.20, 3.8.0-RC5)
1634[info] tofu (2.13.16, 2.12.20, 3.8.0-RC5)
1635[info] derivation2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1636[info] zio1Core (2.13.16, 2.12.20, 3.8.0-RC5)
1637[info] examplesZIO2 (2.13.16, 2.12.20, 3.8.0-RC5)
1638[info] streams2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1639[info] tofu3 (2.13.16, 2.12.20, 3.8.0-RC5)
1640[info] loggingDer (2.13.16, 2.12.20, 3.8.0-RC5)
1641[info] doobieCE32_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1642[info] loggingDerivationAnnotations3 (2.13.16, 2.12.20, 3.8.0-RC5)
1643[info] loggingRefined (2.13.16, 2.12.20, 3.8.0-RC5)
1644[info] higherKindCore (2.13.16, 2.12.20, 3.8.0-RC5)
1645[info] derivation (2.13.16, 2.12.20, 3.8.0-RC5)
1646[info] memo2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1647[info] fs2CE3Interop3 (2.13.16, 2.12.20, 3.8.0-RC5)
1648[info] loggingEnumeratum (2.13.16, 2.12.20, 3.8.0-RC5)
1649[info] loggingLogstashLogback2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1650[info] observable3 (2.13.16, 2.12.20, 3.8.0-RC5)
1651[info] * repo (2.13.16, 2.12.20, 3.8.0-RC5)
1652[info] loggingEnumeratum2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1653[info] zio1Interop2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1654[info] loggingDerivationAnnotations (2.13.16, 2.12.20, 3.8.0-RC5)
1655[info] coreCE32_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1656[info] observable (2.13.16, 2.12.20, 3.8.0-RC5)
1657[info] zio2Core2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1658[info] doobieLogging2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1659[info] memo (2.13.16, 2.12.20, 3.8.0-RC5)
1660[info] env (2.13.16, 2.12.20, 3.8.0-RC5)
1661[info] zio1Logging2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1662[info] examplesZIO22_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1663[info] logging2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1664[info] config2_12 (2.13.16, 2.12.20, 3.8.0-RC5)
1665[info] loggingLayout3 (2.13.16, 2.12.20, 3.8.0-RC5)
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 31, 2025, 9:08:15 PM
1695Build config: {"projects":{"exclude":["tofu-memo","tofu","tofu-derivation","tofu-env","tofu-concurrent-ce2"],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/unmanagedSources/excludeFilter := { HiddenFileFilter || \"CalcSuite.scala\" }"],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.4"],"sourcePatches":[{"path":"build.sbt","pattern":"libraryDependencies += shapeless","replaceWith":""},{"path":"modules/kernel/src/main/scala/tofu/syntax/context.scala","pattern":"F WithLocal C","replaceWith":"F `WithLocal` C"},{"path":"modules/kernel/src/main/scala/tofu/data/Embedded.scala","pattern":"new ParApplicative[G.F, E]()(G.applicative, E)","replaceWith":"new ParApplicative[G.F, E](using G.applicative, E)"},{"path":"modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala","pattern":"(import SealedTraitEnum.*\\n\\s*)json\\(Container\\(A, B, C\\)\\)","replaceWith":"$1json(Container[SealedTraitEnum,SealedTraitEnum,SealedTraitEnum](A, B, C))"},{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.6\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
1696Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(tofu-memo, tofu, tofu-derivation, tofu-env, tofu-concurrent-ce2),Map()),Full,List()))
1697Excluding target 'tf.tofu%tofu' - matches exclusion rule: 'tofu'
1698Starting build...
1699Projects: Set(loggingShapeless, kernel2_12, loggingLog4Cats2_12, kernel, zio2Logging, zio2Core, loggingLog4CatsLegacy3, observable2_12, logging, loggingLayout, kernelCatsMtlInterop3, loggingEnumeratum3, coreCE33, fs2CE3Interop, loggingRefined3, loggingStr2_12, coreCE22_12, loggingLogstashLogback3, higherKindCore2_12, loggingStr3, higherKindCore3, kernel3, streams3, loggingDer3, streams, loggingDerivationAnnotations2_12, loggingStr, loggingLogstashLogback, coreCE3, loggingLog4Cats, loggingDer, loggingDerivationAnnotations3, loggingRefined, higherKindCore, repo, loggingDerivationAnnotations)
1700Starting build for ProjectRef(file:/build/repo/,zio2Logging) (tofu-zio2-logging)... [0/36]
1701OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
1702OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
1703OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
1704OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
1705Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1706[info] compiling 39 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.13/classes ...
1707[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1708[warn] Option -Xkind-projector was updated
1709[warn] two warnings found
1710[info] done compiling
1711[info] compiling 138 Scala sources to /build/repo/modules/kernel/target/jvm-2.13/classes ...
1712[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1713[warn] Option -Xkind-projector was updated
1714[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FibersInstance.scala:11:53
1715[warn] 11 | inline given [F[_], E, Ex[_], Fib[_]](using inline m: MonadError[F, E]): Fibers[F, Ex, Fib] = summonFrom {
1716[warn] | ^
1717[warn] | unused implicit parameter
1718[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FireInstance.scala:11:38
1719[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Fire[F] = summonFrom {
1720[warn] | ^
1721[warn] | unused implicit parameter
1722[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/GuaranteeInstance.scala:11:47
1723[warn] 11 | inline given [F[_], E, Exit[_]](using inline m: MonadError[F, E]): Finally[F, Exit] = summonFrom {
1724[warn] | ^
1725[warn] | unused implicit parameter
1726[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/RaceInstance.scala:11:38
1727[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Race[F] = summonFrom {
1728[warn] | ^
1729[warn] | unused implicit parameter
1730[warn] 6 warnings found
1731[info] done compiling
1732[info] compiling 52 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.13/classes ...
1733[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1734[warn] Option -Xkind-projector was updated
1735[warn] two warnings found
1736[info] done compiling
1737[info] compiling 11 Scala sources to /build/repo/modules/interop/zio2/logging/target/jvm-2.13/classes ...
1738[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1739[warn] Option -Xkind-projector was updated
1740[warn] two warnings found
1741[info] done compiling
1742[info] compiling 2 Scala sources to /build/repo/modules/logging/derivation-annotations/target/jvm-2.13/classes ...
1743[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1744[warn] Option -Xkind-projector was updated
1745[info] compiling 18 Scala sources to /build/repo/modules/core/ce3/target/jvm-2.13/classes ...
1746[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1747[warn] Option -Xkind-projector was updated
1748[warn] two warnings found
1749[info] done compiling
1750[info] compiling 7 Scala sources to /build/repo/modules/logging/derivation/target/jvm-2.13/classes ...
1751[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1752[warn] Option -Xkind-projector was updated
1753[warn] two warnings found
1754[info] done compiling
1755[warn] two warnings found
1756[info] done compiling
1757[info] compiling 7 Scala sources to /build/repo/modules/interop/zio2/core/target/jvm-2.13/classes ...
1758[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1759[warn] Option -Xkind-projector was updated
1760[warn] two warnings found
1761[info] done compiling
1762[info] compiling 6 Scala sources to /build/repo/modules/interop/zio2/logging/target/jvm-2.13/test-classes ...
1763[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1764[warn] Option -Xkind-projector was updated
1765[warn] two warnings found
1766[info] done compiling
1767tofu.logging.zlogs.ZLogsSpec
1768+ Tofu ZIO2 Logging
1769 - TofuZLogger parses default logger name - ignored: 1
1770 - TofuZLogger uses user-defined logger name - ignored: 1
1771 - ZLogs - ignored: 1
1772 - ZLogging.Make - ignored: 1
1773+ TofuDefaultContext
1774 + extracts all values added via ZLogAnnotation.scoped
1775 + extracts all values added via ZLogAnnotation
1776 + layerZioContextOffLayer logs only tofu context
1777 + layerZioContextOn logs only zio context too
17784 tests passed. 0 tests failed. 4 tests ignored.
1779
1780Executed in 436 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
191021:09:48.709 [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
196721:09:57.424 [pool-96-thread-10-ScalaTest-running-TofuLoggingProviderSuite] DEBUG tofu.logging.TofuLoggingProviderSuite -- Hello
1968[info] TofuLoggingProviderSuite:
1969[info] - serialize nested json structures
1970Starting build for ProjectRef(file:/build/repo/,loggingRefined) (tofu-logging-refined)... [9/36]
1971Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1972[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-2.13/classes ...
1973[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1974[warn] Option -Xkind-projector was updated
1975[warn] two warnings found
1976[info] done compiling
1977[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-2.13/test-classes ...
1978[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1979[warn] Option -Xkind-projector was updated
1980[warn] two warnings found
1981[info] done compiling
1982[info] TofuRefinedIntegrationSpec:
1983[info] derived loggable instances
1984[info] - should be correct
1985Starting build for ProjectRef(file:/build/repo/,loggingShapeless) (tofu-logging-shapeless)... [10/36]
1986Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1987Starting build for ProjectRef(file:/build/repo/,loggingLog4Cats) (tofu-logging-log4cats)... [11/36]
1988Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1989[info] compiling 1 Scala source to /build/repo/modules/logging/interop/log4cats/target/jvm-2.13/classes ...
1990[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1991[warn] Option -Xkind-projector was updated
1992[warn] two warnings found
1993[info] done compiling
1994Starting build for ProjectRef(file:/build/repo/,kernel3) (tofu-kernel)... [12/36]
1995Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1996[info] compiling 5 Scala sources to /build/repo/modules/kernel/target/jvm-3/test-classes ...
1997[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1998[warn] Option -Xkind-projector was updated
1999[warn] two warnings found
2000[info] done compiling
2001[info] EitherSuite:
2002[info] TofuEitherAssocLOps#accocL
2003[info] - should return valid value for Left Left
2004[info] - should return valid value for Left Right
2005[info] - should return valid value for Right
2006[info] TofuEitherAssocROps#accocL
2007[info] - should return valid value for Right Left
2008[info] - should return valid value for Right Right
2009[info] - should return valid value for Left
2010[info] EvallioSuite:
2011[info] - evallio feels ok without Delay implicit
2012[info] FluxSuite:
2013[info] id flux
2014[info] - should sum all elements
2015[info] - should convert all to List
2016Starting build for ProjectRef(file:/build/repo/,loggingEnumeratum3) (tofu-logging-enumeratum)... [13/36]
2017Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2018[info] compiling 1 Scala source to /build/repo/modules/logging/interop/enumeratum/target/jvm-3/classes ...
2019[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2020[warn] Option -Xkind-projector was updated
2021[warn] two warnings found
2022[info] done compiling
2023Starting build for ProjectRef(file:/build/repo/,zio2Core) (tofu-zio2-core)... [14/36]
2024Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2025[info] compiling 2 Scala sources to /build/repo/modules/interop/zio2/core/target/jvm-2.13/test-classes ...
2026[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2027[warn] Option -Xkind-projector was updated
2028[warn] two warnings found
2029[info] done compiling
2030+ RunZioSpec
2031 + should summon and run BiRun instance without errors
2032 + should summon and run WithRun instance without errors
20332 tests passed. 0 tests failed. 0 tests ignored.
2034
2035Executed in 267 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] LogTreeSuite:
2079[info] - LogTree and tethys builder results are consistent
2080[info] LoggableSuite:
2081[info] int custom logging
2082[info] - should be correct
2083[info] either custom logging
2084[info] - should handle left
2085[info] - should handle right
2086[info] - should show left correct
2087[info] - should show right correct
2088[info] hide after named
2089[info] - should hide value in message
2090[info] local date
2091[info] - should have loggable instance
2092[info] LocationSyntaxSuite:
2093[info] tofu.syntax.location.logging
2094[info] - should add location as additional logged value
2095[info] NamedLoggableCompositionSuite:
2096[info] named logs combined
2097[info] - should genenerate two item dictionary
2098[info] - should generate single item dictionary on rename
2099[info] named logs manually combined
2100[info] - should generate two item dictionary
2101[info] - should generate deep dictionary on rename
2102[info] singleton logs combined
2103[info] - should genenerate two item dictionary
2104[info] - should generate single item dictionary on rename
2105[info] singleton logs manually combined
2106[info] - should generate two item dictionary
2107[info] - should generate deep dictionary on rename
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
212921:10:21,153 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.3.15
213021:10:21,154 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6c7b0d7d - No custom configurators were discovered as a service.
213121:10:21,154 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6c7b0d7d - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
213221:10:21,154 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6c7b0d7d - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
213321:10:21,154 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
213421:10:21,154 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
213521:10:21,155 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6c7b0d7d - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 1 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
213621:10:21,155 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6c7b0d7d - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
213721:10:21,155 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6c7b0d7d - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
213821:10:21,155 |-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]
213921:10:21,221 |-WARN in ch.qos.logback.core.model.processor.AppenderModelHandler - Appender named [STDOUT] not referenced. Skipping further processing.
214021:10:21,221 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@74e27766 - End of configuration.
214121:10:21,221 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2198133c - Registering current configuration as safe fallback point
214221:10:21,221 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6c7b0d7d - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 66 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] DelaySuite:
2227[info] - IO pure delay
2228[info] - IO effect delay
2229[info] - Lift delay
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] AtomSuite:
2274[info] - check IO has Atom
2275[info] RetrySuite:
2276[info] runRetry[Err1, F]
2277[info] - should update counter n times
2278[info] runRetry[Err2, F]
2279[info] - should update counter 1 time
2280[info] RaiseSuite:
2281[info] - error should be raised
2282[info] ConsoleSuite:
2283[info] - simple output
2284[info] - double echo output
2285[info] FOptionSuite:
2286[info] getOrElseF
2287[info] - should return inner value when non empty
2288[info] getOrElseF
2289[info] - should return argument when empty
2290[info] orElseF
2291[info] - should return self when non empty
2292[info] orElseF
2293[info] - should return argument when empty
2294[info] orThrow
2295[info] - should return inner value when non empty
2296[info] orThrow
2297[info] - should raise error when empty
2298[info] semiflatMap
2299[info] - should run when non empty
2300[info] semiflatMap
2301[info] - should keep empty when empty
2302[info] mapIn
2303[info] - should run when non empty
2304[info] mapIn
2305[info] - should keep empty when empty
2306[info] flatMapIn
2307[info] - should run when non empty
2308[info] flatMapIn
2309[info] - should keep empty when empty
2310[info] flatMapIn
2311[info] - should return empty when empty is returned from function
2312[info] doubleFlatMap
2313[info] - should run when non empty
2314[info] doubleFlatMap
2315[info] - should keep empty when empty
2316[info] toRightF
2317[info] - should return non-empty Left
2318[info] toRightF
2319[info] - should return Right
2320[info] toRightF
2321[info] - should return empty M when empty M
2322[info] toRightF
2323[info] - should return empty Left when None
2324[info] toRightF
2325[info] - should check lazyness
2326[info] toRightIn
2327[info] - should return non-empty Left
2328[info] toRightIn
2329[info] - should return Right
2330[info] toRightIn
2331[info] - should return empty M when empty M
2332[info] toRightIn
2333[info] - should check lazyness
2334[info] toLeftF
2335[info] - should return non-empty Right
2336[info] toLeftF
2337[info] - should return Left
2338[info] toLeftF
2339[info] - should return Left when empty M
2340[info] toLeftF
2341[info] - should return Right when None
2342[info] toLeftF
2343[info] - should return empty Right when None and function return empty M
2344[info] toLeftF
2345[info] - should check lazyness
2346[info] toLeftIn
2347[info] - should return Left
2348[info] toLeftIn
2349[info] - should return Left when empty M
2350[info] toLeftIn
2351[info] - should return Right when None
2352[info] toLeftIn
2353[info] - should check lazyness
2354[info] filterIn
2355[info] - should return empty M
2356[info] filterIn
2357[info] - should return None if None
2358[info] filterIn
2359[info] - should return valid value due the predicate
2360[info] filterF
2361[info] - should return empty M
2362[info] filterF
2363[info] - should return None if None
2364[info] filterF
2365[info] - should return valid value due the predicate
2366[info] ensure
2367[info] - should return err if None
2368[info] ensure
2369[info] - should return empty M
2370[info] ensure
2371[info] - should check lazyness
2372[info] ensure
2373[info] - should return valid value due the predicate
2374[info] ensureF
2375[info] - should return err if None
2376[info] ensureF
2377[info] - should return empty M
2378[info] ensureF
2379[info] - should check lazyness
2380[info] ensureF
2381[info] - should return valid value due the predicate
2382[info] collectF
2383[info] - should return successful collected
2384[info] collectF
2385[info] - should return empty collected when empty M
2386[info] collectF
2387[info] - should return None collected when matching is failed
2388[info] collectF
2389[info] - should return None collected when base is None
2390[info] collectIn
2391[info] - should return successful collected
2392[info] collectIn
2393[info] - should return None collected when matching is failed
2394[info] collectIn
2395[info] - should return None collected when base is None
2396[info] traverseF
2397[info] - should return Left
2398[info] traverseF
2399[info] - should return Right
2400[info] traverseF
2401[info] - should return empty M
2402[info] traverseF
2403[info] - should return err
2404[info] traverseAll
2405[info] - should return Left
2406[info] traverseAll
2407[info] - should return Right
2408[info] traverseAll
2409[info] - should return empty M
2410[info] traverseAll
2411[info] - should return err
2412[info] productF
2413[info] - should return None
2414[info] productF
2415[info] - should return Some
2416[info] productF
2417[info] - should return empty M
2418[info] productF
2419[info] - should return M with None
2420[info] productF
2421[info] - should check lazyness
2422[info] productRF
2423[info] - should return None
2424[info] productRF
2425[info] - should return Some
2426[info] productRF
2427[info] - should return empty M
2428[info] productRF
2429[info] - should return M with None
2430[info] productRF
2431[info] - should check lazyness
2432[info] productLF
2433[info] - should return None
2434[info] productLF
2435[info] - should return Some
2436[info] productLF
2437[info] - should return empty M
2438[info] productLF
2439[info] - should return M with None
2440[info] productLF
2441[info] - should check lazyness
2442[info] apF
2443[info] - should return None
2444[info] apF
2445[info] - should return Some
2446[info] apF
2447[info] - should return empty M
2448[info] apF
2449[info] - should return M with None
2450[info] apF
2451[info] - should check lazyness
2452[info] map2F
2453[info] - should return None
2454[info] map2F
2455[info] - should return Some
2456[info] map2F
2457[info] - should return empty M
2458[info] map2F
2459[info] - should return M with None
2460[info] map2F
2461[info] - should check lazyness
2462[info] flatMap2F
2463[info] - should return None
2464[info] flatMap2F
2465[info] - should return Some
2466[info] flatMap2F
2467[info] - should return empty M
2468[info] flatMap2F
2469[info] - should return M with None
2470[info] flatMap2F
2471[info] - should check lazyness
2472[info] someIn
2473[info] - should return some in M (List)
2474[info] QVarSuite:
2475[info] - check IO has QVar
2476[info] UnliftSuite:
2477[info] Lift implicit def implementations
2478[info] - should cast instances properly
2479[info] FEitherSuite:
2480[info] EitherIdFOps#asRightF
2481[info] - should return Right
2482[info] EitherIdFOps#asLeftF
2483[info] - should return Left
2484[info] EitherFObjectOps#condF
2485[info] - should return Right and check lazyness
2486[info] - should return Left and check lazyness
2487[info] EitherFOps#orElseF
2488[info] - should return self in case of empty second
2489[info] - should return self in case of non-empty second
2490[info] - should return arg in case of empty second
2491[info] - should return arg in case non-of empty second
2492[info] - should check lazyness
2493[info] EitherFOps#getOrElseF
2494[info] - should return self in case of empty second
2495[info] - should return self in case of non-empty second
2496[info] - should return arg
2497[info] - should check lazyness
2498[info] EitherFOps#catchAll
2499[info] - should return self
2500[info] - should return arg
2501[info] EitherFOps#absolve
2502[info] - should return self in case of Right
2503[info] - should return None in case of Left
2504[info] EitherFOps#reRaise
2505[info] - should return self in case of Right
2506[info] - should return None in case of Left
2507[info] EitherFOps#assocR
2508[info] - should return valid value in case of Right-Right
2509[info] - should return valid value in case of Right-Left
2510[info] - should return valid value in case of Left
2511[info] EitherFOps#assocL
2512[info] - should return valid value in case of Left-Right
2513[info] - should return valid value in case of Left-Left
2514[info] - should return valid value in case of Right
2515[info] EitherFOps#mapF
2516[info] - should return valid value in case of Right
2517[info] - should return valid value in case of Left
2518[info] - should return valid value in case of base None
2519[info] - should return valid valid in case map to None
2520[info] EitherFOps#tapF
2521[info] - should run in case of Right
2522[info] - should not run in case of Left
2523[info] - should not run in case of base None
2524[info] - should not run in case map to None
2525[info] EitherFOps#mapIn
2526[info] - should return valid value in case of Right
2527[info] - should return valid value in case of Left
2528[info] - should return valid value in case of base None
2529[info] EitherFOps#leftMapF
2530[info] - should return valid value in case of Left
2531[info] - should return valid value in case of Right
2532[info] - should return valid value in case of base None
2533[info] - should return valid value in case map to None
2534[info] EitherFOps#leftTapF
2535[info] - should run in case of Left
2536[info] - should not run in case of Right
2537[info] - should not run in case of base None
2538[info] - should not run in case map to None
2539[info] EitherFOps#flatMapIn
2540[info] - should return Right in case of base Right and mapping
2541[info] - should return valid value in case of base Right and mapping to Left
2542[info] - should return valid value in case of base Left
2543[info] - should return valid value in case of base None
2544[info] EitherFOps#leftFlatMapIn
2545[info] - should return Left in case of base Left and mapping
2546[info] - should return valid value in case of base Left and mapping to Right
2547[info] - should return valid value in case of base Right
2548[info] - should return valid value in case of base None
2549[info] EitherFOps#leftFlatMapF
2550[info] - should return Left in case of base Left and mapping
2551[info] - should return valid value in case of base Left and mapping to Right
2552[info] - should return valid value in case of base Right
2553[info] - should return valid value in case of base None
2554[info] EitherFOps#swapF
2555[info] - should return Left
2556[info] - should return Right
2557[info] - should return None
2558[info] EitherFOps#doubleFlatMap
2559[info] - should return None
2560[info] - should return Right
2561[info] - should return Left
2562[info] EitherFOps#ensure
2563[info] - should return None
2564[info] - should return Left
2565[info] - should return Right
2566[info] EitherFOps#ensureF
2567[info] - should return None
2568[info] - should return Left
2569[info] - should return Right
2570[info] EitherFOps#traverseF
2571[info] - should return None
2572[info] - should return Some(None)
2573[info] - should return Right
2574[info] - should return Left
2575[info] EitherFOps#traverseAll
2576[info] - should return List(None)
2577[info] - should return Nil
2578[info] - should return Right
2579[info] - should return Left
2580[info] EitherFOps#leftTraverseF
2581[info] - should return None
2582[info] - should return Some(None)
2583[info] - should return Right
2584[info] - should return Left
2585[info] EitherFOps#leftTraverseAll
2586[info] - should return List(None)
2587[info] - should return Nil
2588[info] - should return Right
2589[info] - should return Left
2590[info] EitherFOps#productF
2591[info] - should return None
2592[info] - should return Left
2593[info] - should return Right
2594[info] - should check lazyness
2595[info] EitherFOps#productRF
2596[info] - should return None
2597[info] - should return Left
2598[info] - should return Right
2599[info] - should check lazyness
2600[info] EitherFOps#productLF
2601[info] - should return None
2602[info] - should return Left
2603[info] - should return Right
2604[info] - should check lazyness
2605[info] EitherFOps#apF
2606[info] - should return None
2607[info] - should return Left
2608[info] - should return Right
2609[info] - should check lazyness
2610[info] EitherFOps#map2F
2611[info] - should return None
2612[info] - should return Left
2613[info] - should return Right
2614[info] - should check lazyness
2615[info] EitherFOps#flatMap2F
2616[info] - should return None
2617[info] - should return Left
2618[info] - should return Right
2619[info] - should check lazyness
2620[info] EitherFOps#mergeF
2621[info] - should return None
2622[info] - should return Left
2623[info] - should return Right
2624[info] EitherIdFOps#rightIn
2625[info] - should return None
2626[info] - should return Right
2627[info] EitherIdFOps#leftIn
2628[info] - should return None
2629[info] - should return Left
2630[info] UnliftSubcontext:
2631[info] Unlift
2632[info] - should correctly replace subcontext
2633[info] Unlift
2634[info] - should correctly lift
2635[info] PerformSuite:
2636[info] - parallize over performed futures
2637[info] PermitSuite:
2638[info] - check Permit
2639[info] TimeoutSuite:
2640[info] - Timeout should cancel
2641[info] - Timeout with ReaderT should cancel
2642[info] - Timeout with ReaderT should have context
2643[info] - Timeout with ReaderT should have context in fallback
2644Starting build for ProjectRef(file:/build/repo/,loggingStr2_12) (tofu-logging-structured)... [22/36]
2645Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2646[info] compiling 52 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.12/classes ...
2647[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2648[warn] Option -Xkind-projector was updated
2649[warn] two warnings found
2650[info] done compiling
2651[info] compiling 6 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.12/test-classes ...
2652[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2653[warn] Option -Xkind-projector was updated
2654[warn] two warnings found
2655[info] done compiling
2656[info] NamedLoggableCompositionSuite:
2657[info] named logs combined
2658[info] - should genenerate two item dictionary
2659[info] - should generate single item dictionary on rename
2660[info] named logs manually combined
2661[info] - should generate two item dictionary
2662[info] - should generate deep dictionary on rename
2663[info] singleton logs combined
2664[info] - should genenerate two item dictionary
2665[info] - should generate single item dictionary on rename
2666[info] singleton logs manually combined
2667[info] - should generate two item dictionary
2668[info] - should generate deep dictionary on rename
2669[info] LogTreeSuite:
2670[info] - LogTree and tethys builder results are consistent
2671[info] LocationSyntaxSuite:
2672[info] tofu.syntax.location.logging
2673[info] - should add location as additional logged value
2674[info] LoggableSuite:
2675[info] int custom logging
2676[info] - should be correct
2677[info] either custom logging
2678[info] - should handle left
2679[info] - should handle right
2680[info] - should show left correct
2681[info] - should show right correct
2682[info] hide after named
2683[info] - should hide value in message
2684[info] local date
2685[info] - should have loggable instance
2686[info] LoggingSuite:
2687[info] log tree
2688[info] - should render map
2689[info] logging syntax
2690[info] - should save the context
2691[info] - should add logged values
2692[info] - should add more values
2693[info] - should add throwable
2694[info] - should add throwable and more values
2695Starting build for ProjectRef(file:/build/repo/,kernelCatsMtlInterop3) (tofu-kernel-cats-mtl)... [23/36]
2696Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2697[info] compiling 5 Scala sources to /build/repo/modules/kernel/interop/cats-mtl/target/jvm-3/classes ...
2698[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2699[warn] Option -Xkind-projector was updated
2700[warn] two warnings found
2701[info] done compiling
2702[info] compiling 3 Scala sources to /build/repo/modules/kernel/interop/cats-mtl/target/jvm-3/test-classes ...
2703[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2704[warn] Option -Xkind-projector was updated
2705[warn] two warnings found
2706[info] done compiling
2707Starting build for ProjectRef(file:/build/repo/,streams) (tofu-streams)... [24/36]
2708Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2709[info] compiling 23 Scala sources to /build/repo/modules/streams/target/jvm-2.13/classes ...
2710[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2711[warn] Option -Xkind-projector was updated
2712[warn] two warnings found
2713[info] done compiling
2714[info] compiling 1 Scala source to /build/repo/modules/streams/target/jvm-2.13/test-classes ...
2715[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2716[warn] Option -Xkind-projector was updated
2717[warn] two warnings found
2718[info] done compiling
2719Starting build for ProjectRef(file:/build/repo/,higherKindCore3) (tofu-core-higher-kind)... [25/36]
2720Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2721[info] compiling 5 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-3/test-classes ...
2722[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2723[warn] Option -Xkind-projector was updated
2724[warn] two warnings found
2725[info] done compiling
2726[info] functionKSpec:
2727[info] - funK infers type args
2728[info] - funKFrom infers type args
2729[info] monadicSpec:
2730[info] - discard should properly discard values
2731Starting build for ProjectRef(file:/build/repo/,loggingDerivationAnnotations) (tofu-logging-derivation-annotations)... [26/36]
2732Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2733Starting build for ProjectRef(file:/build/repo/,logging) (tofu-logging)... [27/36]
2734Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2735Starting build for ProjectRef(file:/build/repo/,loggingStr3) (tofu-logging-structured)... [28/36]
2736Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2737[info] compiling 6 Scala sources to /build/repo/modules/logging/structured/target/jvm-3/test-classes ...
2738[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2739[warn] Option -Xkind-projector was updated
2740[warn] two warnings found
2741[info] done compiling
2742[info] 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] LoggableSuite:
2756[info] int custom logging
2757[info] - should be correct
2758[info] either custom logging
2759[info] - should handle left
2760[info] - should handle right
2761[info] - should show left correct
2762[info] - should show right correct
2763[info] hide after named
2764[info] - should hide value in message
2765[info] local date
2766[info] - should have loggable instance
2767[info] LocationSyntaxSuite:
2768[info] tofu.syntax.location.logging
2769[info] - should add location as additional logged value
2770[info] LogTreeSuite:
2771[info] - LogTree and tethys builder results are consistent
2772[info] LoggingSuite:
2773[info] log tree
2774[info] - should render map
2775[info] logging syntax
2776[info] - should save the context
2777[info] - should add logged values
2778[info] - should add more values
2779[info] - should add throwable
2780[info] - should add throwable and more values
2781Starting build for ProjectRef(file:/build/repo/,coreCE3) (tofu-core-ce3)... [29/36]
2782Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:cat=deprecation:silent, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2783[info] compiling 27 Scala sources to /build/repo/modules/core/ce3/target/jvm-2.13/test-classes ...
2784[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2785[warn] Option -Xkind-projector was updated
2786[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:30:78
2787[warn] 30 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends CardStorage[F] {
2788[warn] | ^
2789[warn] | unused implicit parameter
2790[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:45:78
2791[warn] 45 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, UserNotFound] })#L] extends UserStorage[F] {
2792[warn] | ^
2793[warn] | unused implicit parameter
2794[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:22:116
2795[warn] 22 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2796[warn] | ^
2797[warn] | unused implicit parameter
2798[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:27:116
2799[warn] 27 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2800[warn] | ^
2801[warn] | unused implicit parameter
2802[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:32:116
2803[warn] 32 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2804[warn] | ^
2805[warn] | unused implicit parameter
2806[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:42:10
2807[warn] 42 | })#L: Timeout
2808[warn] | ^
2809[warn] | unused implicit parameter
2810[warn] 8 warnings found
2811[info] done compiling
2812[info] ErrorsSuite:
2813[info] Raise
2814[info] - should reRaise
2815[info] Errors
2816[info] - should adoptError
2817[info] FIorSuite:
2818[info] TofuFIorOps#mapF
2819[info] - should run function well in case of right
2820[info] - should run function well in case of left
2821[info] - should run function well in case of both
2822[info] - should nothing happen in case of effect error
2823[info] - should check lazyness
2824[info] TofuFIorOps#mapIn
2825[info] - should run function well in case of right
2826[info] - should run function well in case of left
2827[info] - should run function well in case of both
2828[info] - should nothing happen in case of effect error
2829[info] TofuFIorOps#flatMapIn
2830[info] - should run function well in case of right
2831[info] - should run function well in case of left
2832[info] - should run function well in case of both
2833[info] - should nothing happen in case of effect error
2834[info] - should check lazyness
2835[info] TofuFIorOps#doubleFlatMap
2836[info] - should run function well in case of right
2837[info] - should run function well in case of left
2838[info] - should run function well in case of both
2839[info] - should nothing happen in case of effect error
2840[info] - should check lazyness
2841[info] TofuFIorOps#flatTapF
2842[info] - should run function well in case of right
2843[info] - should run function well in case of left
2844[info] - should run function well in case of both
2845[info] - should nothing happen in case of effect error
2846[info] - should check lazyness
2847[info] TofuFIorOps#doubleFlatTap
2848[info] - should run function well in case of right (to right)
2849[info] - should run function well in case of right (to left)
2850[info] - should run function well in case of right (to both)
2851[info] - should run function well in case of left (to right)
2852[info] - should run function well in case of left (to left)
2853[info] - should run function well in case of left (to both)
2854[info] - should run function well in case of both (to right)
2855[info] - should run function well in case of both (to left)
2856[info] - should run function well in case of both (to both)
2857[info] - should nothing happen in case of effect error
2858[info] - should nothing happen in case of effect error (source)
2859[info] - should check lazyness
2860[info] UnliftSuite:
2861[info] Lift implicit def implementations
2862[info] - should cast instances properly
2863[info] ConsoleSuite:
2864[info] - simple output
2865[info] - double echo output
2866[info] PermitSuite:
2867[info] - check Permit
2868[info] FEitherSuite:
2869[info] EitherIdFOps#asRightF
2870[info] - should return Right
2871[info] EitherIdFOps#asLeftF
2872[info] - should return Left
2873[info] EitherFObjectOps#condF
2874[info] - should return Right and check lazyness
2875[info] - should return Left and check lazyness
2876[info] EitherFOps#orElseF
2877[info] - should return self in case of empty second
2878[info] - should return self in case of non-empty second
2879[info] - should return arg in case of empty second
2880[info] - should return arg in case non-of empty second
2881[info] - should check lazyness
2882[info] EitherFOps#getOrElseF
2883[info] - should return self in case of empty second
2884[info] - should return self in case of non-empty second
2885[info] - should return arg
2886[info] - should check lazyness
2887[info] EitherFOps#catchAll
2888[info] - should return self
2889[info] - should return arg
2890[info] EitherFOps#absolve
2891[info] - should return self in case of Right
2892[info] - should return None in case of Left
2893[info] EitherFOps#reRaise
2894[info] - should return self in case of Right
2895[info] - should return None in case of Left
2896[info] EitherFOps#assocR
2897[info] - should return valid value in case of Right-Right
2898[info] - should return valid value in case of Right-Left
2899[info] - should return valid value in case of Left
2900[info] EitherFOps#assocL
2901[info] - should return valid value in case of Left-Right
2902[info] - should return valid value in case of Left-Left
2903[info] - should return valid value in case of Right
2904[info] EitherFOps#mapF
2905[info] - should return valid value in case of Right
2906[info] - should return valid value in case of Left
2907[info] - should return valid value in case of base None
2908[info] - should return valid valid in case map to None
2909[info] EitherFOps#tapF
2910[info] - should run in case of Right
2911[info] - should not run in case of Left
2912[info] - should not run in case of base None
2913[info] - should not run in case map to None
2914[info] EitherFOps#mapIn
2915[info] - should return valid value in case of Right
2916[info] - should return valid value in case of Left
2917[info] - should return valid value in case of base None
2918[info] EitherFOps#leftMapF
2919[info] - should return valid value in case of Left
2920[info] - should return valid value in case of Right
2921[info] - should return valid value in case of base None
2922[info] - should return valid value in case map to None
2923[info] EitherFOps#leftTapF
2924[info] - should run in case of Left
2925[info] - should not run in case of Right
2926[info] - should not run in case of base None
2927[info] - should not run in case map to None
2928[info] EitherFOps#flatMapIn
2929[info] - should return Right in case of base Right and mapping
2930[info] - should return valid value in case of base Right and mapping to Left
2931[info] - should return valid value in case of base Left
2932[info] - should return valid value in case of base None
2933[info] EitherFOps#leftFlatMapIn
2934[info] - should return Left in case of base Left and mapping
2935[info] - should return valid value in case of base Left and mapping to Right
2936[info] - should return valid value in case of base Right
2937[info] - should return valid value in case of base None
2938[info] EitherFOps#leftFlatMapF
2939[info] - should return Left in case of base Left and mapping
2940[info] - should return valid value in case of base Left and mapping to Right
2941[info] - should return valid value in case of base Right
2942[info] - should return valid value in case of base None
2943[info] EitherFOps#swapF
2944[info] - should return Left
2945[info] - should return Right
2946[info] - should return None
2947[info] EitherFOps#doubleFlatMap
2948[info] - should return None
2949[info] - should return Right
2950[info] - should return Left
2951[info] EitherFOps#ensure
2952[info] - should return None
2953[info] - should return Left
2954[info] - should return Right
2955[info] EitherFOps#ensureF
2956[info] - should return None
2957[info] - should return Left
2958[info] - should return Right
2959[info] EitherFOps#traverseF
2960[info] - should return None
2961[info] - should return Some(None)
2962[info] - should return Right
2963[info] - should return Left
2964[info] EitherFOps#traverseAll
2965[info] - should return List(None)
2966[info] - should return Nil
2967[info] - should return Right
2968[info] - should return Left
2969[info] EitherFOps#leftTraverseF
2970[info] - should return None
2971[info] - should return Some(None)
2972[info] - should return Right
2973[info] - should return Left
2974[info] EitherFOps#leftTraverseAll
2975[info] - should return List(None)
2976[info] - should return Nil
2977[info] - should return Right
2978[info] - should return Left
2979[info] EitherFOps#productF
2980[info] - should return None
2981[info] - should return Left
2982[info] - should return Right
2983[info] - should check lazyness
2984[info] EitherFOps#productRF
2985[info] - should return None
2986[info] - should return Left
2987[info] - should return Right
2988[info] - should check lazyness
2989[info] EitherFOps#productLF
2990[info] - should return None
2991[info] - should return Left
2992[info] - should return Right
2993[info] - should check lazyness
2994[info] EitherFOps#apF
2995[info] - should return None
2996[info] - should return Left
2997[info] - should return Right
2998[info] - should check lazyness
2999[info] EitherFOps#map2F
3000[info] - should return None
3001[info] - should return Left
3002[info] - should return Right
3003[info] - should check lazyness
3004[info] EitherFOps#flatMap2F
3005[info] - should return None
3006[info] - should return Left
3007[info] - should return Right
3008[info] - should check lazyness
3009[info] EitherFOps#mergeF
3010[info] - should return None
3011[info] - should return Left
3012[info] - should return Right
3013[info] EitherIdFOps#rightIn
3014[info] - should return None
3015[info] - should return Right
3016[info] EitherIdFOps#leftIn
3017[info] - should return None
3018[info] - should return Left
3019[info] QVarSuite:
3020[info] - check IO has QVar
3021[info] RaiseSuite:
3022[info] - error should be raised
3023[info] AtomSuite:
3024[info] - check IO has Atom
3025[info] RetrySuite:
3026[info] runRetry[Err1, F]
3027[info] - should update counter n times
3028[info] runRetry[Err2, F]
3029[info] - should update counter 1 time
3030[info] FOptionSuite:
3031[info] getOrElseF
3032[info] - should return inner value when non empty
3033[info] getOrElseF
3034[info] - should return argument when empty
3035[info] orElseF
3036[info] - should return self when non empty
3037[info] orElseF
3038[info] - should return argument when empty
3039[info] orThrow
3040[info] - should return inner value when non empty
3041[info] orThrow
3042[info] - should raise error when empty
3043[info] semiflatMap
3044[info] - should run when non empty
3045[info] semiflatMap
3046[info] - should keep empty when empty
3047[info] mapIn
3048[info] - should run when non empty
3049[info] mapIn
3050[info] - should keep empty when empty
3051[info] flatMapIn
3052[info] - should run when non empty
3053[info] flatMapIn
3054[info] - should keep empty when empty
3055[info] flatMapIn
3056[info] - should return empty when empty is returned from function
3057[info] doubleFlatMap
3058[info] - should run when non empty
3059[info] doubleFlatMap
3060[info] - should keep empty when empty
3061[info] toRightF
3062[info] - should return non-empty Left
3063[info] toRightF
3064[info] - should return Right
3065[info] toRightF
3066[info] - should return empty M when empty M
3067[info] toRightF
3068[info] - should return empty Left when None
3069[info] toRightF
3070[info] - should check lazyness
3071[info] toRightIn
3072[info] - should return non-empty Left
3073[info] toRightIn
3074[info] - should return Right
3075[info] toRightIn
3076[info] - should return empty M when empty M
3077[info] toRightIn
3078[info] - should check lazyness
3079[info] toLeftF
3080[info] - should return non-empty Right
3081[info] toLeftF
3082[info] - should return Left
3083[info] toLeftF
3084[info] - should return Left when empty M
3085[info] toLeftF
3086[info] - should return Right when None
3087[info] toLeftF
3088[info] - should return empty Right when None and function return empty M
3089[info] toLeftF
3090[info] - should check lazyness
3091[info] toLeftIn
3092[info] - should return Left
3093[info] toLeftIn
3094[info] - should return Left when empty M
3095[info] toLeftIn
3096[info] - should return Right when None
3097[info] toLeftIn
3098[info] - should check lazyness
3099[info] filterIn
3100[info] - should return empty M
3101[info] filterIn
3102[info] - should return None if None
3103[info] filterIn
3104[info] - should return valid value due the predicate
3105[info] filterF
3106[info] - should return empty M
3107[info] filterF
3108[info] - should return None if None
3109[info] filterF
3110[info] - should return valid value due the predicate
3111[info] ensure
3112[info] - should return err if None
3113[info] ensure
3114[info] - should return empty M
3115[info] ensure
3116[info] - should check lazyness
3117[info] ensure
3118[info] - should return valid value due the predicate
3119[info] ensureF
3120[info] - should return err if None
3121[info] ensureF
3122[info] - should return empty M
3123[info] ensureF
3124[info] - should check lazyness
3125[info] ensureF
3126[info] - should return valid value due the predicate
3127[info] collectF
3128[info] - should return successful collected
3129[info] collectF
3130[info] - should return empty collected when empty M
3131[info] collectF
3132[info] - should return None collected when matching is failed
3133[info] collectF
3134[info] - should return None collected when base is None
3135[info] collectIn
3136[info] - should return successful collected
3137[info] collectIn
3138[info] - should return None collected when matching is failed
3139[info] collectIn
3140[info] - should return None collected when base is None
3141[info] traverseF
3142[info] - should return Left
3143[info] traverseF
3144[info] - should return Right
3145[info] traverseF
3146[info] - should return empty M
3147[info] traverseF
3148[info] - should return err
3149[info] traverseAll
3150[info] - should return Left
3151[info] traverseAll
3152[info] - should return Right
3153[info] traverseAll
3154[info] - should return empty M
3155[info] traverseAll
3156[info] - should return err
3157[info] productF
3158[info] - should return None
3159[info] productF
3160[info] - should return Some
3161[info] productF
3162[info] - should return empty M
3163[info] productF
3164[info] - should return M with None
3165[info] productF
3166[info] - should check lazyness
3167[info] productRF
3168[info] - should return None
3169[info] productRF
3170[info] - should return Some
3171[info] productRF
3172[info] - should return empty M
3173[info] productRF
3174[info] - should return M with None
3175[info] productRF
3176[info] - should check lazyness
3177[info] productLF
3178[info] - should return None
3179[info] productLF
3180[info] - should return Some
3181[info] productLF
3182[info] - should return empty M
3183[info] productLF
3184[info] - should return M with None
3185[info] productLF
3186[info] - should check lazyness
3187[info] apF
3188[info] - should return None
3189[info] apF
3190[info] - should return Some
3191[info] apF
3192[info] - should return empty M
3193[info] apF
3194[info] - should return M with None
3195[info] apF
3196[info] - should check lazyness
3197[info] map2F
3198[info] - should return None
3199[info] map2F
3200[info] - should return Some
3201[info] map2F
3202[info] - should return empty M
3203[info] map2F
3204[info] - should return M with None
3205[info] map2F
3206[info] - should check lazyness
3207[info] flatMap2F
3208[info] - should return None
3209[info] flatMap2F
3210[info] - should return Some
3211[info] flatMap2F
3212[info] - should return empty M
3213[info] flatMap2F
3214[info] - should return M with None
3215[info] flatMap2F
3216[info] - should check lazyness
3217[info] someIn
3218[info] - should return some in M (List)
3219[info] DelaySuite:
3220[info] - IO pure delay
3221[info] - IO effect delay
3222[info] - Lift delay
3223[info] UnliftSubcontext:
3224[info] Unlift
3225[info] - should correctly replace subcontext
3226[info] Unlift
3227[info] - should correctly lift
3228[info] PerformSuite:
3229[info] - parallize over performed futures
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] DelaySuite:
3278[info] - IO pure delay
3279[info] - IO effect delay
3280[info] - Lift delay
3281[info] FIorSuite:
3282[info] TofuFIorOps#mapF
3283[info] - should run function well in case of right
3284[info] - should run function well in case of left
3285[info] - should run function well in case of both
3286[info] - should nothing happen in case of effect error
3287[info] - should check lazyness
3288[info] TofuFIorOps#mapIn
3289[info] - should run function well in case of right
3290[info] - should run function well in case of left
3291[info] - should run function well in case of both
3292[info] - should nothing happen in case of effect error
3293[info] TofuFIorOps#flatMapIn
3294[info] - should run function well in case of right
3295[info] - should run function well in case of left
3296[info] - should run function well in case of both
3297[info] - should nothing happen in case of effect error
3298[info] - should check lazyness
3299[info] TofuFIorOps#doubleFlatMap
3300[info] - should run function well in case of right
3301[info] - should run function well in case of left
3302[info] - should run function well in case of both
3303[info] - should nothing happen in case of effect error
3304[info] - should check lazyness
3305[info] TofuFIorOps#flatTapF
3306[info] - should run function well in case of right
3307[info] - should run function well in case of left
3308[info] - should run function well in case of both
3309[info] - should nothing happen in case of effect error
3310[info] - should check lazyness
3311[info] TofuFIorOps#doubleFlatTap
3312[info] - should run function well in case of right (to right)
3313[info] - should run function well in case of right (to left)
3314[info] - should run function well in case of right (to both)
3315[info] - should run function well in case of left (to right)
3316[info] - should run function well in case of left (to left)
3317[info] - should run function well in case of left (to both)
3318[info] - should run function well in case of both (to right)
3319[info] - should run function well in case of both (to left)
3320[info] - should run function well in case of both (to both)
3321[info] - should nothing happen in case of effect error
3322[info] - should nothing happen in case of effect error (source)
3323[info] - should check lazyness
3324[info] UnliftSubcontext:
3325[info] Unlift
3326[info] - should correctly replace subcontext
3327[info] Unlift
3328[info] - should correctly lift
3329[info] UnliftSuite:
3330[info] Lift implicit def implementations
3331[info] - should cast instances properly
3332[info] QVarSuite:
3333[info] - check IO has QVar
3334[info] RaiseSuite:
3335[info] - error should be raised
3336[info] ErrorsSuite:
3337[info] Raise
3338[info] - should reRaise
3339[info] Errors
3340[info] - should adoptError
3341[info] ConsoleSuite:
3342[info] - simple output
3343[info] - double echo output
3344[info] RetrySuite:
3345[info] runRetry[Err1, F]
3346[info] - should update counter n times
3347[info] runRetry[Err2, F]
3348[info] - should update counter 1 time
3349[info] PermitSuite:
3350[info] - check IO has Permit
3351[info] FEitherSuite:
3352[info] EitherIdFOps#asRightF
3353[info] - should return Right
3354[info] EitherIdFOps#asLeftF
3355[info] - should return Left
3356[info] EitherFObjectOps#condF
3357[info] - should return Right and check lazyness
3358[info] - should return Left and check lazyness
3359[info] EitherFOps#orElseF
3360[info] - should return self in case of empty second
3361[info] - should return self in case of non-empty second
3362[info] - should return arg in case of empty second
3363[info] - should return arg in case non-of empty second
3364[info] - should check lazyness
3365[info] EitherFOps#getOrElseF
3366[info] - should return self in case of empty second
3367[info] - should return self in case of non-empty second
3368[info] - should return arg
3369[info] - should check lazyness
3370[info] EitherFOps#catchAll
3371[info] - should return self
3372[info] - should return arg
3373[info] EitherFOps#absolve
3374[info] - should return self in case of Right
3375[info] - should return None in case of Left
3376[info] EitherFOps#reRaise
3377[info] - should return self in case of Right
3378[info] - should return None in case of Left
3379[info] EitherFOps#assocR
3380[info] - should return valid value in case of Right-Right
3381[info] - should return valid value in case of Right-Left
3382[info] - should return valid value in case of Left
3383[info] EitherFOps#assocL
3384[info] - should return valid value in case of Left-Right
3385[info] - should return valid value in case of Left-Left
3386[info] - should return valid value in case of Right
3387[info] EitherFOps#mapF
3388[info] - should return valid value in case of Right
3389[info] - should return valid value in case of Left
3390[info] - should return valid value in case of base None
3391[info] - should return valid valid in case map to None
3392[info] EitherFOps#tapF
3393[info] - should run in case of Right
3394[info] - should not run in case of Left
3395[info] - should not run in case of base None
3396[info] - should not run in case map to None
3397[info] EitherFOps#mapIn
3398[info] - should return valid value in case of Right
3399[info] - should return valid value in case of Left
3400[info] - should return valid value in case of base None
3401[info] EitherFOps#asIn
3402[info] - should return valid value in case of Right
3403[info] - should return Left value without changes
3404[info] - should return valid value in case of base None
3405[info] EitherFOps#asF
3406[info] - should return valid value in case of Right
3407[info] - should return None if inner value is None
3408[info] - should return Left value without changes
3409[info] - should return valid value in case of base None
3410[info] EitherFOps#leftMapF
3411[info] - should return valid value in case of Left
3412[info] - should return valid value in case of Right
3413[info] - should return valid value in case of base None
3414[info] - should return valid value in case map to None
3415[info] EitherFOps#leftTapF
3416[info] - should run in case of Left
3417[info] - should not run in case of Right
3418[info] - should not run in case of base None
3419[info] - should not run in case map to None
3420[info] EitherFOps#flatMapIn
3421[info] - should return Right in case of base Right and mapping
3422[info] - should return valid value in case of base Right and mapping to Left
3423[info] - should return valid value in case of base Left
3424[info] - should return valid value in case of base None
3425[info] EitherFOps#leftFlatMapIn
3426[info] - should return Left in case of base Left and mapping
3427[info] - should return valid value in case of base Left and mapping to Right
3428[info] - should return valid value in case of base Right
3429[info] - should return valid value in case of base None
3430[info] EitherFOps#leftFlatMapF
3431[info] - should return Left in case of base Left and mapping
3432[info] - should return valid value in case of base Left and mapping to Right
3433[info] - should return valid value in case of base Right
3434[info] - should return valid value in case of base None
3435[info] EitherFOps#swapF
3436[info] - should return Left
3437[info] - should return Right
3438[info] - should return None
3439[info] EitherFOps#doubleFlatMap
3440[info] - should return None
3441[info] - should return Right
3442[info] - should return Left
3443[info] EitherFOps#doubleFlatTap
3444[info] - should return None
3445[info] - should return Right without changes
3446[info] - should return Left
3447[info] EitherFOps#foldIn
3448[info] - should map left or right to C
3449[info] EitherFOps#foldF
3450[info] - should map left or right to F[C]
3451[info] - should fold to None
3452[info] - should fold on None
3453[info] EitherFOps#ensure
3454[info] - should return None
3455[info] - should return Left
3456[info] - should return Right
3457[info] EitherFOps#ensureF
3458[info] - should return None
3459[info] - should return Left
3460[info] - should return Right
3461[info] EitherFOps#traverseF
3462[info] - should return None
3463[info] - should return Some(None)
3464[info] - should return Right
3465[info] - should return Left
3466[info] EitherFOps#traverseAll
3467[info] - should return List(None)
3468[info] - should return Nil
3469[info] - should return Right
3470[info] - should return Left
3471[info] EitherFOps#leftTraverseF
3472[info] - should return None
3473[info] - should return Some(None)
3474[info] - should return Right
3475[info] - should return Left
3476[info] EitherFOps#leftTraverseAll
3477[info] - should return List(None)
3478[info] - should return Nil
3479[info] - should return Right
3480[info] - should return Left
3481[info] EitherFOps#productF
3482[info] - should return None
3483[info] - should return Left
3484[info] - should return Right
3485[info] - should check lazyness
3486[info] EitherFOps#productRF
3487[info] - should return None
3488[info] - should return Left
3489[info] - should return Right
3490[info] - should check lazyness
3491[info] EitherFOps#productLF
3492[info] - should return None
3493[info] - should return Left
3494[info] - should return Right
3495[info] - should check lazyness
3496[info] EitherFOps#apF
3497[info] - should return None
3498[info] - should return Left
3499[info] - should return Right
3500[info] - should check lazyness
3501[info] EitherFOps#map2F
3502[info] - should return None
3503[info] - should return Left
3504[info] - should return Right
3505[info] - should check lazyness
3506[info] EitherFOps#flatMap2F
3507[info] - should return None
3508[info] - should return Left
3509[info] - should return Right
3510[info] - should check lazyness
3511[info] EitherFOps#mergeF
3512[info] - should return None
3513[info] - should return Left
3514[info] - should return Right
3515[info] EitherIdFOps#rightIn
3516[info] - should return None
3517[info] - should return Right
3518[info] EitherIdFOps#leftIn
3519[info] - should return None
3520[info] - should return Left
3521[info] AtomSuite:
3522[info] - check IO has Atom
3523[info] FOptionSuite:
3524[info] getOrElseF
3525[info] - should return inner value when non empty
3526[info] getOrElseF
3527[info] - should return argument when empty
3528[info] orElseF
3529[info] - should return self when non empty
3530[info] orElseF
3531[info] - should return argument when empty
3532[info] orThrow
3533[info] - should return inner value when non empty
3534[info] orThrow
3535[info] - should raise error when empty
3536[info] semiflatMap
3537[info] - should run when non empty
3538[info] semiflatMap
3539[info] - should keep empty when empty
3540[info] semiflatTap
3541[info] - should run when non empty
3542[info] semiflatTap
3543[info] - should keep value when empty
3544[info] mapIn
3545[info] - should run when non empty
3546[info] mapIn
3547[info] - should keep empty when empty
3548[info] flatMapIn
3549[info] - should run when non empty
3550[info] flatMapIn
3551[info] - should keep empty when empty
3552[info] flatMapIn
3553[info] - should return empty when empty is returned from function
3554[info] doubleFlatMap
3555[info] - should run when non empty
3556[info] doubleFlatMap
3557[info] - should keep empty when empty
3558[info] toRightF
3559[info] - should return non-empty Left
3560[info] toRightF
3561[info] - should return Right
3562[info] toRightF
3563[info] - should return empty M when empty M
3564[info] toRightF
3565[info] - should return empty Left when None
3566[info] toRightF
3567[info] - should check lazyness
3568[info] toRightIn
3569[info] - should return non-empty Left
3570[info] toRightIn
3571[info] - should return Right
3572[info] toRightIn
3573[info] - should return empty M when empty M
3574[info] toRightIn
3575[info] - should check lazyness
3576[info] toLeftF
3577[info] - should return non-empty Right
3578[info] toLeftF
3579[info] - should return Left
3580[info] toLeftF
3581[info] - should return Left when empty M
3582[info] toLeftF
3583[info] - should return Right when None
3584[info] toLeftF
3585[info] - should return empty Right when None and function return empty M
3586[info] toLeftF
3587[info] - should check lazyness
3588[info] toLeftIn
3589[info] - should return Left
3590[info] toLeftIn
3591[info] - should return Left when empty M
3592[info] toLeftIn
3593[info] - should return Right when None
3594[info] toLeftIn
3595[info] - should check lazyness
3596[info] filterIn
3597[info] - should return empty M
3598[info] filterIn
3599[info] - should return None if None
3600[info] filterIn
3601[info] - should return valid value due the predicate
3602[info] filterF
3603[info] - should return empty M
3604[info] filterF
3605[info] - should return None if None
3606[info] filterF
3607[info] - should return valid value due the predicate
3608[info] ensure
3609[info] - should return err if None
3610[info] ensure
3611[info] - should return empty M
3612[info] ensure
3613[info] - should check lazyness
3614[info] ensure
3615[info] - should return valid value due the predicate
3616[info] ensureF
3617[info] - should return err if None
3618[info] ensureF
3619[info] - should return empty M
3620[info] ensureF
3621[info] - should check lazyness
3622[info] ensureF
3623[info] - should return valid value due the predicate
3624[info] collectF
3625[info] - should return successful collected
3626[info] collectF
3627[info] - should return empty collected when empty M
3628[info] collectF
3629[info] - should return None collected when matching is failed
3630[info] collectF
3631[info] - should return None collected when base is None
3632[info] collectIn
3633[info] - should return successful collected
3634[info] collectIn
3635[info] - should return None collected when matching is failed
3636[info] collectIn
3637[info] - should return None collected when base is None
3638[info] traverseF
3639[info] - should return Left
3640[info] traverseF
3641[info] - should return Right
3642[info] traverseF
3643[info] - should return empty M
3644[info] traverseF
3645[info] - should return err
3646[info] traverseAll
3647[info] - should return Left
3648[info] traverseAll
3649[info] - should return Right
3650[info] traverseAll
3651[info] - should return empty M
3652[info] traverseAll
3653[info] - should return err
3654[info] productF
3655[info] - should return None
3656[info] productF
3657[info] - should return Some
3658[info] productF
3659[info] - should return empty M
3660[info] productF
3661[info] - should return M with None
3662[info] productF
3663[info] - should check lazyness
3664[info] productRF
3665[info] - should return None
3666[info] productRF
3667[info] - should return Some
3668[info] productRF
3669[info] - should return empty M
3670[info] productRF
3671[info] - should return M with None
3672[info] productRF
3673[info] - should check lazyness
3674[info] productLF
3675[info] - should return None
3676[info] productLF
3677[info] - should return Some
3678[info] productLF
3679[info] - should return empty M
3680[info] productLF
3681[info] - should return M with None
3682[info] productLF
3683[info] - should check lazyness
3684[info] apF
3685[info] - should return None
3686[info] apF
3687[info] - should return Some
3688[info] apF
3689[info] - should return empty M
3690[info] apF
3691[info] - should return M with None
3692[info] apF
3693[info] - should check lazyness
3694[info] map2F
3695[info] - should return None
3696[info] map2F
3697[info] - should return Some
3698[info] map2F
3699[info] - should return empty M
3700[info] map2F
3701[info] - should return M with None
3702[info] map2F
3703[info] - should check lazyness
3704[info] flatMap2F
3705[info] - should return None
3706[info] flatMap2F
3707[info] - should return Some
3708[info] flatMap2F
3709[info] - should return empty M
3710[info] flatMap2F
3711[info] - should return M with None
3712[info] flatMap2F
3713[info] - should check lazyness
3714[info] someIn
3715[info] - should return some in M (List)
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": 37795, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3753 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3754 "test-compile": {"status": "ok", "tookMs": 7146, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3755 "test": {"status": "ok", "tookMs": 2098, "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": 341, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3763 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3764 "test-compile": {"status": "ok", "tookMs": 845, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3765 "test": {"status": "ok", "tookMs": 765, "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": 13224, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
3773 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3774 "test-compile": {"status": "ok", "tookMs": 1154, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3775 "test": {"status": "ok", "tookMs": 435, "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": 13104, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3783 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3784 "test-compile": {"status": "ok", "tookMs": 602, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3785 "test": {"status": "ok", "tookMs": 222, "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": 3517, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3793 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3794 "test-compile": {"status": "ok", "tookMs": 2081, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3795 "test": {"status": "ok", "tookMs": 681, "passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1, "byFramework": [{"framework": "unknown", "stats": {"passed": 1, "failed": 0, "ignored": 0, "skipped": 0, "total": 1}}]},
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": 233, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3803 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3804 "test-compile": {"status": "ok", "tookMs": 105, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3805 "test": {"status": "ok", "tookMs": 86, "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": 60, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3813 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3814 "test-compile": {"status": "ok", "tookMs": 104, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3815 "test": {"status": "ok", "tookMs": 114, "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": 302, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3823 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3824 "test-compile": {"status": "ok", "tookMs": 2614, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3825 "test": {"status": "ok", "tookMs": 644, "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": 491, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3833 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3834 "test-compile": {"status": "ok", "tookMs": 989, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3835 "test": {"status": "ok", "tookMs": 624, "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": 436, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3843 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3844 "test-compile": {"status": "ok", "tookMs": 717, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3845 "test": {"status": "ok", "tookMs": 487, "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": 213, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3853 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3854 "test-compile": {"status": "ok", "tookMs": 266, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3855 "test": {"status": "ok", "tookMs": 284, "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": 551, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3863 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3864 "test-compile": {"status": "ok", "tookMs": 333, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3865 "test": {"status": "ok", "tookMs": 216, "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": 128, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
3873 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3874 "test-compile": {"status": "ok", "tookMs": 1133, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3875 "test": {"status": "ok", "tookMs": 437, "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": 362, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3883 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3884 "test-compile": {"status": "ok", "tookMs": 223, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3885 "test": {"status": "ok", "tookMs": 220, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3886 "publish": {"status": "skipped", "tookMs": 0},
3887 "metadata": {
3888 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
3889}
3890},{
3891 "module": "tofu-zio2-core",
3892 "compile": {"status": "ok", "tookMs": 209, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3893 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3894 "test-compile": {"status": "ok", "tookMs": 1076, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3895 "test": {"status": "ok", "tookMs": 940, "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": 64, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3903 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3904 "test-compile": {"status": "ok", "tookMs": 743, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3905 "test": {"status": "ok", "tookMs": 294, "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": 97, "warnings": 4, "errors": 0, "sourceVersion": "3.8"},
3913 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3914 "test-compile": {"status": "ok", "tookMs": 1080, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3915 "test": {"status": "ok", "tookMs": 365, "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": 146, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3923 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3924 "test-compile": {"status": "ok", "tookMs": 2912, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3925 "test": {"status": "ok", "tookMs": 719, "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": 1218, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3933 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3934 "test-compile": {"status": "ok", "tookMs": 821, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3935 "test": {"status": "ok", "tookMs": 632, "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": 513, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3943 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3944 "test-compile": {"status": "ok", "tookMs": 316, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3945 "test": {"status": "ok", "tookMs": 274, "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": 264, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3953 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3954 "test-compile": {"status": "ok", "tookMs": 2269, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3955 "test": {"status": "ok", "tookMs": 681, "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": 1453, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3963 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3964 "test-compile": {"status": "ok", "tookMs": 6775, "warnings": 6, "errors": 0, "sourceVersion": "3.8"},
3965 "test": {"status": "ok", "tookMs": 933, "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": 2688, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3973 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3974 "test-compile": {"status": "ok", "tookMs": 1659, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3975 "test": {"status": "ok", "tookMs": 526, "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": 522, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3983 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3984 "test-compile": {"status": "ok", "tookMs": 457, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3985 "test": {"status": "ok", "tookMs": 252, "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": 671, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3993 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3994 "test-compile": {"status": "ok", "tookMs": 488, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
3995 "test": {"status": "ok", "tookMs": 259, "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": 56, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4003 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4004 "test-compile": {"status": "ok", "tookMs": 442, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4005 "test": {"status": "ok", "tookMs": 233, "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": 55, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4013 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4014 "test-compile": {"status": "ok", "tookMs": 123, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4015 "test": {"status": "ok", "tookMs": 113, "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": 636, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4023 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4024 "test-compile": {"status": "ok", "tookMs": 701, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4025 "test": {"status": "ok", "tookMs": 696, "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": 167, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4033 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4034 "test-compile": {"status": "ok", "tookMs": 1920, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4035 "test": {"status": "ok", "tookMs": 727, "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": 251, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4043 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4044 "test-compile": {"status": "ok", "tookMs": 6253, "warnings": 6, "errors": 0, "sourceVersion": "3.8"},
4045 "test": {"status": "ok", "tookMs": 970, "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": 421, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4053 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4054 "test-compile": {"status": "ok", "tookMs": 725, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4055 "test": {"status": "ok", "tookMs": 490, "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": 515, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4063 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4064 "test-compile": {"status": "ok", "tookMs": 352, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4065 "test": {"status": "ok", "tookMs": 349, "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": 1423, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4073 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4074 "test-compile": {"status": "ok", "tookMs": 5015, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
4075 "test": {"status": "ok", "tookMs": 863, "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": 67, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4083 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4084 "test-compile": {"status": "ok", "tookMs": 460, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4085 "test": {"status": "ok", "tookMs": 294, "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": 111, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4093 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4094 "test-compile": {"status": "ok", "tookMs": 139, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4095 "test": {"status": "ok", "tookMs": 133, "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": 875, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4103 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
4104 "test-compile": {"status": "ok", "tookMs": 689, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
4105 "test": {"status": "ok", "tookMs": 436, "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: 187 s (0:03:07.0), completed Dec 31, 2025, 9:11:22 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.