Build Logs

tofu-tf/tofu • 3.8.0-RC1:2025-11-14

Errors

0

Warnings

661

Total Lines

2592

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-RC2
23Migrating project for -source:3.4 using Scala 3.7.4-RC2
24----
25Preparing build for 3.7.4-RC2
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-RC2"
61Successfully applied pattern 'val scala3 = "3.3.6"' in project/Dependencies.scala
62----
63Starting build for 3.7.4-RC2
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/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
70##################################
71Scala version: 3.7.4-RC2
72Targets: 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
73Project 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>\""}]}
74##################################
75Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
76Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
77[sbt_options] declare -a sbt_options=()
78[process_args] java_version = '17'
79[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
80# Executing command line:
81java
82-Xmx4G
83-Dcommunitybuild.scala=3.7.4-RC2
84-Dcommunitybuild.project.dependencies.add=
85-Xmx7G
86-Xms4G
87-Xss8M
88-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
89-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
90-jar
91/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
92"setCrossScalaVersions 3.7.4-RC2"
93"++3.7.4-RC2 -v"
94"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""
95"set every credentials := Nil"
96"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
97"removeScalacOptionsStartingWith -P:wartremover"
98"set every Test/unmanagedSources/excludeFilter := { HiddenFileFilter || "CalcSuite.scala" }"
99moduleMappings
100"runBuild 3.7.4-RC2 """{"projects":{"exclude":["tofu-memo","tofu","tofu-derivation","tofu-env","tofu-concurrent-ce2"],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/unmanagedSources/excludeFilter := { HiddenFileFilter || \"CalcSuite.scala\" }"],"options":[]},"mill":{"options":[]},"tests":"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"
101
102[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
103[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
104[info] loading project definition from /build/repo/project
105[info] loading settings for project repo from build.sbt, ci-release.sbt...
106[info] resolving key references (108840 settings) ...
107[info] set current project to repo (in build file:/build/repo/)
108Execute setCrossScalaVersions: 3.7.4-RC2
109OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingEnumeratum2_12/crossScalaVersions
110OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in higherKindCore/crossScalaVersions
111OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in observable/crossScalaVersions
112OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingEnumeratum3/crossScalaVersions
113OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in zio1Core2_12/crossScalaVersions
114OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in kernel3/crossScalaVersions
115OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in coreCE23/crossScalaVersions
116OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in coreCE22_12/crossScalaVersions
117OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in memo/crossScalaVersions
118OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingDerivationAnnotations2_12/crossScalaVersions
119OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in zio2Core/crossScalaVersions
120OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in doobie/crossScalaVersions
121OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingShapeless/crossScalaVersions
122OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in streams2_12/crossScalaVersions
123OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in observable2_12/crossScalaVersions
124OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in doobieLogging/crossScalaVersions
125OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in env/crossScalaVersions
126OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in doobieCE3/crossScalaVersions
127OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in examplesCE32_12/crossScalaVersions
128OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in doobieLoggingCE32_12/crossScalaVersions
129OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in higherKindCore3/crossScalaVersions
130OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in kernelCatsMtlInterop/crossScalaVersions
131OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in tofu3/crossScalaVersions
132OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingLayout/crossScalaVersions
133OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in kernelCatsMtlInterop3/crossScalaVersions
134OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in fs2CE3Interop/crossScalaVersions
135OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in doobie2_12/crossScalaVersions
136OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in zio2Logging/crossScalaVersions
137OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in coreCE32_12/crossScalaVersions
138OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingStr2_12/crossScalaVersions
139OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in examplesZIO2/crossScalaVersions
140OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingLayout2_12/crossScalaVersions
141OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in concurrentCE2/crossScalaVersions
142OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingLogstashLogback/crossScalaVersions
143OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingRefined3/crossScalaVersions
144OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in doobieLogging2_12/crossScalaVersions
145OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in streams3/crossScalaVersions
146OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in streams/crossScalaVersions
147OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in examplesCE3/crossScalaVersions
148OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in memo2_12/crossScalaVersions
149OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in env2_12/crossScalaVersions
150OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in kernel/crossScalaVersions
151OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in kernel2_12/crossScalaVersions
152OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingLogstashLogback2_12/crossScalaVersions
153OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in higherKindCore2_12/crossScalaVersions
154OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingStr3/crossScalaVersions
155OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingDerivationAnnotations3/crossScalaVersions
156OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in fs2CE3Interop3/crossScalaVersions
157OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in tofu2_12/crossScalaVersions
158OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingLog4Cats/crossScalaVersions
159OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in zio1Logging/crossScalaVersions
160OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in logging/crossScalaVersions
161OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in fs2CE3Interop2_12/crossScalaVersions
162OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in repo/crossScalaVersions
163OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in observable3/crossScalaVersions
164OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingLog4Cats3/crossScalaVersions
165OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingShapeless2_12/crossScalaVersions
166OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingDerivationAnnotations/crossScalaVersions
167OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in config2_12/crossScalaVersions
168OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingLog4CatsLegacy3/crossScalaVersions
169OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in zio1Logging2_12/crossScalaVersions
170OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingLayout3/crossScalaVersions
171OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in logging2_12/crossScalaVersions
172OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in zio1Interop/crossScalaVersions
173OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in examplesCE22_12/crossScalaVersions
174OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in docs/crossScalaVersions
175OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in coreCE2/crossScalaVersions
176OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in fs2CE2Interop/crossScalaVersions
177OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in zio2Logging3/crossScalaVersions
178OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in zio2Logging2_12/crossScalaVersions
179OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingLog4CatsLegacy2_12/crossScalaVersions
180OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in config/crossScalaVersions
181OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in coreCE3/crossScalaVersions
182OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in zio2Core2_12/crossScalaVersions
183OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingLog4Cats2_12/crossScalaVersions
184OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingRefined2_12/crossScalaVersions
185OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in concurrentCE22_12/crossScalaVersions
186OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in logging3/crossScalaVersions
187OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingStr/crossScalaVersions
188OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingLogstashLogback3/crossScalaVersions
189OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in kernelCatsMtlInterop2_12/crossScalaVersions
190OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in zio1Interop2_12/crossScalaVersions
191OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in examplesCE2/crossScalaVersions
192OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingEnumeratum/crossScalaVersions
193OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingRefined/crossScalaVersions
194OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in derivation/crossScalaVersions
195OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in doobieCE32_12/crossScalaVersions
196OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingDer/crossScalaVersions
197OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in fs2CE2Interop2_12/crossScalaVersions
198OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in examplesZIO22_12/crossScalaVersions
199OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in zio2Core3/crossScalaVersions
200OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in doobieLoggingCE3/crossScalaVersions
201OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in tofu/crossScalaVersions
202OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingLog4CatsLegacy/crossScalaVersions
203OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in coreCE33/crossScalaVersions
204OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in zio1Core/crossScalaVersions
205OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingDer3/crossScalaVersions
206OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in loggingDer2_12/crossScalaVersions
207OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in derivation2_12/crossScalaVersions
208[info] set current project to repo (in build file:/build/repo/)
209[info] Setting Scala version to 3.7.4-RC2 on 99 projects.
210[info] Switching Scala version on:
211[info] loggingShapeless (2.13.16, 2.12.20, 3.7.4-RC2)
212[info] kernel2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
213[info] loggingLog4Cats2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
214[info] loggingShapeless2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
215[info] kernel (2.13.16, 2.12.20, 3.7.4-RC2)
216[info] zio2Logging (2.13.16, 2.12.20, 3.7.4-RC2)
217[info] zio2Core (2.13.16, 2.12.20, 3.7.4-RC2)
218[info] loggingLog4CatsLegacy3 (2.13.16, 2.12.20, 3.7.4-RC2)
219[info] observable2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
220[info] logging (2.13.16, 2.12.20, 3.7.4-RC2)
221[info] concurrentCE22_12 (2.13.16, 2.12.20, 3.7.4-RC2)
222[info] doobieCE3 (2.13.16, 2.12.20, 3.7.4-RC2)
223[info] loggingLayout (2.13.16, 2.12.20, 3.7.4-RC2)
224[info] kernelCatsMtlInterop3 (2.13.16, 2.12.20, 3.7.4-RC2)
225[info] examplesCE32_12 (2.13.16, 2.12.20, 3.7.4-RC2)
226[info] zio2Core3 (2.13.16, 2.12.20, 3.7.4-RC2)
227[info] loggingEnumeratum3 (2.13.16, 2.12.20, 3.7.4-RC2)
228[info] coreCE33 (2.13.16, 2.12.20, 3.7.4-RC2)
229[info] examplesCE2 (2.13.16, 2.12.20, 3.7.4-RC2)
230[info] doobie (2.13.16, 2.12.20, 3.7.4-RC2)
231[info] examplesCE22_12 (2.13.16, 2.12.20, 3.7.4-RC2)
232[info] fs2CE3Interop (2.13.16, 2.12.20, 3.7.4-RC2)
233[info] examplesCE3 (2.13.16, 2.12.20, 3.7.4-RC2)
234[info] loggingRefined3 (2.13.16, 2.12.20, 3.7.4-RC2)
235[info] logging3 (2.13.16, 2.12.20, 3.7.4-RC2)
236[info] zio2Logging3 (2.13.16, 2.12.20, 3.7.4-RC2)
237[info] docs (2.13.16, 2.12.20, 3.7.4-RC2)
238[info] loggingStr2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
239[info] zio1Interop (2.13.16, 2.12.20, 3.7.4-RC2)
240[info] zio2Logging2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
241[info] coreCE22_12 (2.13.16, 2.12.20, 3.7.4-RC2)
242[info] zio1Logging (2.13.16, 2.12.20, 3.7.4-RC2)
243[info] kernelCatsMtlInterop (2.13.16, 2.12.20, 3.7.4-RC2)
244[info] config (2.13.16, 2.12.20, 3.7.4-RC2)
245[info] loggingLogstashLogback3 (2.13.16, 2.12.20, 3.7.4-RC2)
246[info] loggingLog4Cats3 (2.13.16, 2.12.20, 3.7.4-RC2)
247[info] higherKindCore2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
248[info] doobieLoggingCE3 (2.13.16, 2.12.20, 3.7.4-RC2)
249[info] zio1Core2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
250[info] loggingStr3 (2.13.16, 2.12.20, 3.7.4-RC2)
251[info] kernelCatsMtlInterop2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
252[info] env2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
253[info] doobie2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
254[info] coreCE2 (2.13.16, 2.12.20, 3.7.4-RC2)
255[info] coreCE23 (2.13.16, 2.12.20, 3.7.4-RC2)
256[info] fs2CE2Interop (2.13.16, 2.12.20, 3.7.4-RC2)
257[info] loggingRefined2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
258[info] higherKindCore3 (2.13.16, 2.12.20, 3.7.4-RC2)
259[info] kernel3 (2.13.16, 2.12.20, 3.7.4-RC2)
260[info] streams3 (2.13.16, 2.12.20, 3.7.4-RC2)
261[info] concurrentCE2 (2.13.16, 2.12.20, 3.7.4-RC2)
262[info] loggingDer3 (2.13.16, 2.12.20, 3.7.4-RC2)
263[info] loggingLog4CatsLegacy2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
264[info] loggingLog4CatsLegacy (2.13.16, 2.12.20, 3.7.4-RC2)
265[info] streams (2.13.16, 2.12.20, 3.7.4-RC2)
266[info] loggingDerivationAnnotations2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
267[info] fs2CE3Interop2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
268[info] loggingStr (2.13.16, 2.12.20, 3.7.4-RC2)
269[info] loggingDer2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
270[info] doobieLoggingCE32_12 (2.13.16, 2.12.20, 3.7.4-RC2)
271[info] loggingLogstashLogback (2.13.16, 2.12.20, 3.7.4-RC2)
272[info] coreCE3 (2.13.16, 2.12.20, 3.7.4-RC2)
273[info] tofu2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
274[info] loggingLayout2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
275[info] fs2CE2Interop2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
276[info] loggingLog4Cats (2.13.16, 2.12.20, 3.7.4-RC2)
277[info] doobieLogging (2.13.16, 2.12.20, 3.7.4-RC2)
278[info] tofu (2.13.16, 2.12.20, 3.7.4-RC2)
279[info] derivation2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
280[info] zio1Core (2.13.16, 2.12.20, 3.7.4-RC2)
281[info] examplesZIO2 (2.13.16, 2.12.20, 3.7.4-RC2)
282[info] streams2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
283[info] tofu3 (2.13.16, 2.12.20, 3.7.4-RC2)
284[info] loggingDer (2.13.16, 2.12.20, 3.7.4-RC2)
285[info] doobieCE32_12 (2.13.16, 2.12.20, 3.7.4-RC2)
286[info] loggingDerivationAnnotations3 (2.13.16, 2.12.20, 3.7.4-RC2)
287[info] loggingRefined (2.13.16, 2.12.20, 3.7.4-RC2)
288[info] higherKindCore (2.13.16, 2.12.20, 3.7.4-RC2)
289[info] derivation (2.13.16, 2.12.20, 3.7.4-RC2)
290[info] memo2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
291[info] fs2CE3Interop3 (2.13.16, 2.12.20, 3.7.4-RC2)
292[info] loggingEnumeratum (2.13.16, 2.12.20, 3.7.4-RC2)
293[info] loggingLogstashLogback2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
294[info] observable3 (2.13.16, 2.12.20, 3.7.4-RC2)
295[info] * repo (2.13.16, 2.12.20, 3.7.4-RC2)
296[info] loggingEnumeratum2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
297[info] zio1Interop2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
298[info] loggingDerivationAnnotations (2.13.16, 2.12.20, 3.7.4-RC2)
299[info] coreCE32_12 (2.13.16, 2.12.20, 3.7.4-RC2)
300[info] observable (2.13.16, 2.12.20, 3.7.4-RC2)
301[info] zio2Core2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
302[info] doobieLogging2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
303[info] memo (2.13.16, 2.12.20, 3.7.4-RC2)
304[info] env (2.13.16, 2.12.20, 3.7.4-RC2)
305[info] zio1Logging2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
306[info] examplesZIO22_12 (2.13.16, 2.12.20, 3.7.4-RC2)
307[info] logging2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
308[info] config2_12 (2.13.16, 2.12.20, 3.7.4-RC2)
309[info] loggingLayout3 (2.13.16, 2.12.20, 3.7.4-RC2)
310[info] Excluding projects:
311[info] Reapplying settings...
312[info] set current project to repo (in build file:/build/repo/)
313Execute 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
314[info] Reapplying settings...
315[info] set current project to repo (in build file:/build/repo/)
316[info] Defining Global / credentials, concurrentCE2 / credentials and 97 others.
317[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 792 others.
318[info] Run `last` for details.
319[info] Reapplying settings...
320[info] set current project to repo (in build file:/build/repo/)
321Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
322[info] Reapplying settings...
323OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
324
325 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
326 Did you mean higherKindCore3 / allExcludeDependencies ?
327 , retry without global scopes
328[info] Reapplying settings...
329[info] set current project to repo (in build file:/build/repo/)
330Execute removeScalacOptionsStartingWith: -P:wartremover
331[info] Reapplying settings...
332[info] set current project to repo (in build file:/build/repo/)
333[info] Defining Global / excludeFilter
334[info] The new value will be used by Compile / unmanagedJars, Compile / unmanagedResources / fileInputs and 993 others.
335[info] Run `last` for details.
336[info] Reapplying settings...
337[info] set current project to repo (in build file:/build/repo/)
338[success] Total time: 0 s, completed Nov 14, 2025, 8:52:48 PM
339Build 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>\""}]}
340Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(tofu-memo, tofu, tofu-derivation, tofu-env, tofu-concurrent-ce2),Map()),CompileOnly,List()))
341Excluding target 'tf.tofu%tofu' - matches exclusion rule: 'tofu'
342Starting build...
343Projects: 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)
344Starting build for ProjectRef(file:/build/repo/,zio2Logging) (tofu-zio2-logging)... [0/36]
345OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
346OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Global
347OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
348OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
349OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
350Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
351[info] compiling 39 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.13/classes ...
352[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
353[warn] Flag -Xkind-projector set repeatedly
354[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/bi/BiRepresentableK.scala]
355[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/bi/Fun2BK.scala]
356[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/Function2K.scala]
357[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/Pre.scala]
358[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/syntax/functorbk.scala]
359[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/Embed.scala]
360[info] [patched file /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/RepresentableK.scala]
361[warn] two warnings found
362[info] done compiling
363[info] compiling 138 Scala sources to /build/repo/modules/kernel/target/jvm-2.13/classes ...
364[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
365[warn] Flag -Xkind-projector set repeatedly
366[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FibersInstance.scala:11:53
367[warn] 11 | inline given [F[_], E, Ex[_], Fib[_]](using inline m: MonadError[F, E]): Fibers[F, Ex, Fib] = summonFrom {
368[warn] | ^
369[warn] | unused implicit parameter
370[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FireInstance.scala:11:38
371[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Fire[F] = summonFrom {
372[warn] | ^
373[warn] | unused implicit parameter
374[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/GuaranteeInstance.scala:11:47
375[warn] 11 | inline given [F[_], E, Exit[_]](using inline m: MonadError[F, E]): Finally[F, Exit] = summonFrom {
376[warn] | ^
377[warn] | unused implicit parameter
378[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/RaceInstance.scala:11:38
379[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Race[F] = summonFrom {
380[warn] | ^
381[warn] | unused implicit parameter
382[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/CalcM.scala]
383[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/syntax/error.scala]
384[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/control/impl/SelectiveInstances.scala]
385[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/internal/Newtype1Covariant.scala]
386[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/common/Display.scala]
387[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/Errors.scala]
388[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/Exit.scala]
389[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/impl/QVarSM.scala]
390[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/WithLocal.scala]
391[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/bi/BiContext.scala]
392[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/Atom.scala]
393[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/CalcMOps.scala]
394[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/Scoped.scala]
395[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/internal/instances/perform.scala]
396[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/Continue.scala]
397[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/concurrent/QVar.scala]
398[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/internal/CachedMatcher.scala]
399[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/bi/lift/BiLift.scala]
400[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/WithContext.scala]
401[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/Translator.scala]
402[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/syntax/console.scala]
403[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/calc/CalcMInstances.scala]
404[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/syntax/guarantee.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/syntax/context.scala]
407[info] [patched file /build/repo/modules/kernel/src/main/scala/tofu/data/Flux.scala]
408[warn] 6 warnings found
409[info] done compiling
410[info] compiling 52 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.13/classes ...
411[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
412[warn] Flag -Xkind-projector set repeatedly
413[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/UniversalLogging.scala]
414[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/Loggable.scala]
415[info] [patched file /build/repo/modules/logging/structured/src/main/scala-3/tofu/logging/LogsVOps.scala]
416[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/LoggableInstances.scala]
417[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/LoggableContext.scala]
418[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/LoggingImpl.scala]
419[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/SyncLogging.scala]
420[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/EmbedLogging.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/LogTree.scala]
423[info] [patched file /build/repo/modules/logging/structured/src/main/scala-3/tofu/logging/LoggingRepresentableKInstances.scala]
424[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/builder/LoggingMidBuilder.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/location.scala]
427[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/Logs.scala]
428[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/syntax/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/logging/Logging.scala]
432[info] [patched file /build/repo/modules/logging/structured/src/main/scala/tofu/logging/impl/CachedLogs.scala]
433[warn] two warnings found
434[info] done compiling
435[info] compiling 11 Scala sources to /build/repo/modules/interop/zio2/logging/target/jvm-2.13/classes ...
436[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
437[warn] Flag -Xkind-projector set repeatedly
438[warn] two warnings found
439[info] done compiling
440[info] compiling 2 Scala sources to /build/repo/modules/logging/derivation-annotations/target/jvm-2.13/classes ...
441[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
442[warn] Flag -Xkind-projector set repeatedly
443[info] compiling 7 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.13/classes ...
444[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
445[warn] Flag -Xkind-projector set repeatedly
446[warn] two warnings found
447[info] done compiling
448[warn] two warnings found
449[info] done compiling
450[info] compiling 4 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.13/classes ...
451[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
452[warn] Flag -Xkind-projector set repeatedly
453[warn] four warnings found
454[info] done compiling
455[info] compiling 34 Scala sources to /build/repo/modules/kernel/target/jvm-2.13/classes ...
456[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
457[warn] Flag -Xkind-projector set repeatedly
458[warn] two warnings found
459[info] done compiling
460[info] compiling 30 Scala sources to /build/repo/modules/kernel/target/jvm-2.13/classes ...
461[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
462[warn] Flag -Xkind-projector set repeatedly
463[warn] four warnings found
464[info] done compiling
465[info] compiling 21 Scala sources to /build/repo/modules/kernel/target/jvm-2.13/classes ...
466[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
467[warn] Flag -Xkind-projector set repeatedly
468[warn] 6 warnings found
469[info] done compiling
470[info] compiling 18 Scala sources to /build/repo/modules/core/ce3/target/jvm-2.13/classes ...
471[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
472[warn] Flag -Xkind-projector set repeatedly
473[info] compiling 20 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.13/classes ...
474[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
475[warn] Flag -Xkind-projector set repeatedly
476[info] [patched file /build/repo/modules/core/ce3/src/main/scala/tofu/syntax/bracket.scala]
477[info] [patched file /build/repo/modules/core/ce3/src/main/scala/tofu/interop/UnliftIOImpl.scala]
478[warn] two warnings found
479[info] done compiling
480[info] compiling 7 Scala sources to /build/repo/modules/interop/zio2/core/target/jvm-2.13/classes ...
481[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
482[warn] Flag -Xkind-projector set repeatedly
483[warn] two warnings found
484[info] done compiling
485[info] compiling 52 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.13/classes ...
486[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
487[warn] Flag -Xkind-projector set repeatedly
488[info] [patched file /build/repo/modules/interop/zio2/core/src/main/scala/tofu/zioOptics.scala]
489[info] [patched file /build/repo/modules/interop/zio2/core/src/main/scala/tofu/zioInstances/ZioTofuInstance.scala]
490[info] [patched file /build/repo/modules/interop/zio2/core/src/main/scala/tofu/zioInstances/ZioInstances.scala]
491[warn] two warnings found
492[info] done compiling
493[warn] four warnings found
494[info] done compiling
495[info] compiling 7 Scala sources to /build/repo/modules/logging/derivation/target/jvm-2.13/classes ...
496[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
497[warn] Flag -Xkind-projector set repeatedly
498[info] compiling 4 Scala sources to /build/repo/modules/interop/zio2/logging/target/jvm-2.13/classes ...
499[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
500[warn] Flag -Xkind-projector set repeatedly
501[info] [patched file /build/repo/modules/logging/derivation/src/main/scala-3/tofu/logging/derivation/LoggingDerivationImpl.scala]
502[warn] two warnings found
503[info] done compiling
504[warn] two warnings found
505[info] done compiling
506[info] compiling 6 Scala sources to /build/repo/modules/interop/zio2/logging/target/jvm-2.13/test-classes ...
507[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
508[warn] Flag -Xkind-projector set repeatedly
509[warn] two warnings found
510[info] done compiling
511[info] compiling 2 Scala sources to /build/repo/modules/core/ce3/target/jvm-2.13/classes ...
512[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
513[warn] Flag -Xkind-projector set repeatedly
514[info] compiling 1 Scala source to /build/repo/modules/logging/derivation/target/jvm-2.13/classes ...
515[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
516[warn] Flag -Xkind-projector set repeatedly
517[warn] two warnings found
518[info] done compiling
519[warn] two warnings found
520[info] done compiling
521[info] compiling 7 Scala sources to /build/repo/modules/interop/zio2/core/target/jvm-2.13/classes ...
522[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
523[warn] Flag -Xkind-projector set repeatedly
524[warn] two warnings found
525[info] done compiling
526Starting build for ProjectRef(file:/build/repo/,observable2_12) (tofu-observable)... [1/36]
527Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
528[info] compiling 2 Scala sources to /build/repo/modules/util/observable/target/jvm-2.12/classes ...
529[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
530[warn] Flag -Xkind-projector set repeatedly
531[info] [patched file /build/repo/modules/util/observable/src/main/scala/tofu/observable/TakeWhileInclusive.scala]
532[warn] two warnings found
533[info] done compiling
534[info] compiling 1 Scala source to /build/repo/modules/util/observable/target/jvm-2.12/classes ...
535[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
536[warn] Flag -Xkind-projector set repeatedly
537[warn] two warnings found
538[info] done compiling
539[info] compiling 1 Scala source to /build/repo/modules/util/observable/target/jvm-2.12/test-classes ...
540[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
541[warn] Flag -Xkind-projector set repeatedly
542[warn] two warnings found
543[info] done compiling
544Starting build for ProjectRef(file:/build/repo/,kernel2_12) (tofu-kernel)... [2/36]
545Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
546[info] compiling 39 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.12/classes ...
547[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
548[warn] Flag -Xkind-projector set repeatedly
549[warn] two warnings found
550[info] done compiling
551[info] compiling 138 Scala sources to /build/repo/modules/kernel/target/jvm-2.12/classes ...
552[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
553[warn] Flag -Xkind-projector set repeatedly
554[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FibersInstance.scala:11:53
555[warn] 11 | inline given [F[_], E, Ex[_], Fib[_]](using inline m: MonadError[F, E]): Fibers[F, Ex, Fib] = summonFrom {
556[warn] | ^
557[warn] | unused implicit parameter
558[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FireInstance.scala:11:38
559[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Fire[F] = summonFrom {
560[warn] | ^
561[warn] | unused implicit parameter
562[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/GuaranteeInstance.scala:11:47
563[warn] 11 | inline given [F[_], E, Exit[_]](using inline m: MonadError[F, E]): Finally[F, Exit] = summonFrom {
564[warn] | ^
565[warn] | unused implicit parameter
566[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/RaceInstance.scala:11:38
567[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Race[F] = summonFrom {
568[warn] | ^
569[warn] | unused implicit parameter
570[warn] 6 warnings found
571[info] done compiling
572[info] compiling 5 Scala sources to /build/repo/modules/kernel/target/jvm-2.12/test-classes ...
573[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
574[warn] Flag -Xkind-projector set repeatedly
575[info] [patched file /build/repo/modules/kernel/src/test/scala-3/tofu/EvallioInstances.scala]
576[warn] two warnings found
577[info] done compiling
578[info] compiling 1 Scala source to /build/repo/modules/kernel/target/jvm-2.12/test-classes ...
579[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
580[warn] Flag -Xkind-projector set repeatedly
581[warn] two warnings found
582[info] done compiling
583Starting build for ProjectRef(file:/build/repo/,streams3) (tofu-streams)... [3/36]
584Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
585[info] compiling 39 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-3/classes ...
586[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
587[warn] Flag -Xkind-projector set repeatedly
588[warn] two warnings found
589[info] done compiling
590[info] compiling 138 Scala sources to /build/repo/modules/kernel/target/jvm-3/classes ...
591[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
592[warn] Flag -Xkind-projector set repeatedly
593[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FibersInstance.scala:11:53
594[warn] 11 | inline given [F[_], E, Ex[_], Fib[_]](using inline m: MonadError[F, E]): Fibers[F, Ex, Fib] = summonFrom {
595[warn] | ^
596[warn] | unused implicit parameter
597[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FireInstance.scala:11:38
598[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Fire[F] = summonFrom {
599[warn] | ^
600[warn] | unused implicit parameter
601[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/GuaranteeInstance.scala:11:47
602[warn] 11 | inline given [F[_], E, Exit[_]](using inline m: MonadError[F, E]): Finally[F, Exit] = summonFrom {
603[warn] | ^
604[warn] | unused implicit parameter
605[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/RaceInstance.scala:11:38
606[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Race[F] = summonFrom {
607[warn] | ^
608[warn] | unused implicit parameter
609[warn] 6 warnings found
610[info] done compiling
611[info] compiling 23 Scala sources to /build/repo/modules/streams/target/jvm-3/classes ...
612[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
613[warn] Flag -Xkind-projector set repeatedly
614[info] [patched file /build/repo/modules/streams/src/main/scala/tofu/syntax/streams/broadcast.scala]
615[warn] two warnings found
616[info] done compiling
617[info] compiling 1 Scala source to /build/repo/modules/streams/target/jvm-3/classes ...
618[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
619[warn] Flag -Xkind-projector set repeatedly
620[warn] two warnings found
621[info] done compiling
622[info] compiling 1 Scala source to /build/repo/modules/streams/target/jvm-3/test-classes ...
623[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
624[warn] Flag -Xkind-projector set repeatedly
625[warn] two warnings found
626[info] done compiling
627Starting build for ProjectRef(file:/build/repo/,loggingLogstashLogback3) (tofu-logging-logstash-logback)... [4/36]
628Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
629[info] compiling 52 Scala sources to /build/repo/modules/logging/structured/target/jvm-3/classes ...
630[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
631[warn] Flag -Xkind-projector set repeatedly
632[warn] two warnings found
633[info] done compiling
634[info] compiling 1 Scala source to /build/repo/modules/logging/interop/logstash-logback/target/jvm-3/classes ...
635[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
636[warn] Flag -Xkind-projector set repeatedly
637[warn] two warnings found
638[info] done compiling
639[info] compiling 2 Scala sources to /build/repo/modules/logging/derivation-annotations/target/jvm-3/classes ...
640[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
641[warn] Flag -Xkind-projector set repeatedly
642[warn] two warnings found
643[info] done compiling
644[info] compiling 7 Scala sources to /build/repo/modules/logging/derivation/target/jvm-3/classes ...
645[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
646[warn] Flag -Xkind-projector set repeatedly
647[warn] two warnings found
648[info] done compiling
649[info] compiling 1 Scala source to /build/repo/modules/logging/interop/logstash-logback/target/jvm-3/test-classes ...
650[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
651[warn] Flag -Xkind-projector set repeatedly
652[warn] two warnings found
653[info] done compiling
654Starting build for ProjectRef(file:/build/repo/,loggingDerivationAnnotations2_12) (tofu-logging-derivation-annotations)... [5/36]
655Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
656[info] compiling 2 Scala sources to /build/repo/modules/logging/derivation-annotations/target/jvm-2.12/classes ...
657[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
658[warn] Flag -Xkind-projector set repeatedly
659[warn] two warnings found
660[info] done compiling
661Starting build for ProjectRef(file:/build/repo/,loggingDerivationAnnotations3) (tofu-logging-derivation-annotations)... [6/36]
662Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
663Starting build for ProjectRef(file:/build/repo/,loggingDer) (tofu-logging-derivation)... [7/36]
664Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
665[info] compiling 4 Scala sources to /build/repo/modules/logging/derivation/target/jvm-2.13/test-classes ...
666[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
667[warn] Flag -Xkind-projector set repeatedly
668[warn] two warnings found
669[info] done compiling
670Starting build for ProjectRef(file:/build/repo/,loggingLogstashLogback) (tofu-logging-logstash-logback)... [8/36]
671Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
672[info] compiling 1 Scala source to /build/repo/modules/logging/interop/logstash-logback/target/jvm-2.13/classes ...
673[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
674[warn] Flag -Xkind-projector set repeatedly
675[warn] two warnings found
676[info] done compiling
677[info] compiling 1 Scala source to /build/repo/modules/logging/interop/logstash-logback/target/jvm-2.13/test-classes ...
678[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
679[warn] Flag -Xkind-projector set repeatedly
680[warn] two warnings found
681[info] done compiling
682Starting build for ProjectRef(file:/build/repo/,loggingRefined) (tofu-logging-refined)... [9/36]
683Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
684[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-2.13/classes ...
685[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
686[warn] Flag -Xkind-projector set repeatedly
687[warn] two warnings found
688[info] done compiling
689[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-2.13/test-classes ...
690[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
691[warn] Flag -Xkind-projector set repeatedly
692[warn] two warnings found
693[info] done compiling
694Starting build for ProjectRef(file:/build/repo/,loggingShapeless) (tofu-logging-shapeless)... [10/36]
695Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -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
696Starting build for ProjectRef(file:/build/repo/,loggingLog4Cats) (tofu-logging-log4cats)... [11/36]
697Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
698[info] compiling 1 Scala source to /build/repo/modules/logging/interop/log4cats/target/jvm-2.13/classes ...
699[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
700[warn] Flag -Xkind-projector set repeatedly
701[warn] two warnings found
702[info] done compiling
703Starting build for ProjectRef(file:/build/repo/,kernel3) (tofu-kernel)... [12/36]
704Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
705[info] compiling 5 Scala sources to /build/repo/modules/kernel/target/jvm-3/test-classes ...
706[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
707[warn] Flag -Xkind-projector set repeatedly
708[warn] two warnings found
709[info] done compiling
710Starting build for ProjectRef(file:/build/repo/,loggingEnumeratum3) (tofu-logging-enumeratum)... [13/36]
711Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
712[info] compiling 1 Scala source to /build/repo/modules/logging/interop/enumeratum/target/jvm-3/classes ...
713[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
714[warn] Flag -Xkind-projector set repeatedly
715[warn] two warnings found
716[info] done compiling
717Starting build for ProjectRef(file:/build/repo/,zio2Core) (tofu-zio2-core)... [14/36]
718Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
719[info] compiling 2 Scala sources to /build/repo/modules/interop/zio2/core/target/jvm-2.13/test-classes ...
720[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
721[warn] Flag -Xkind-projector set repeatedly
722[info] [patched file /build/repo/modules/interop/zio2/core/src/test/scala/tofu/zioInstances/ZioInstancesSuite.scala]
723[warn] two warnings found
724[info] done compiling
725[info] compiling 1 Scala source to /build/repo/modules/interop/zio2/core/target/jvm-2.13/test-classes ...
726[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
727[warn] Flag -Xkind-projector set repeatedly
728[warn] two warnings found
729[info] done compiling
730Starting build for ProjectRef(file:/build/repo/,higherKindCore) (tofu-core-higher-kind)... [15/36]
731Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
732[info] compiling 5 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.13/test-classes ...
733[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
734[warn] Flag -Xkind-projector set repeatedly
735[warn] two warnings found
736[info] done compiling
737Starting build for ProjectRef(file:/build/repo/,kernel) (tofu-kernel)... [16/36]
738Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
739[info] compiling 5 Scala sources to /build/repo/modules/kernel/target/jvm-2.13/test-classes ...
740[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
741[warn] Flag -Xkind-projector set repeatedly
742[warn] two warnings found
743[info] done compiling
744Starting build for ProjectRef(file:/build/repo/,loggingStr) (tofu-logging-structured)... [17/36]
745Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
746[info] compiling 6 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.13/test-classes ...
747[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
748[warn] Flag -Xkind-projector set repeatedly
749[info] [patched file /build/repo/modules/logging/structured/src/test/scala/tofu/logging/LoggingSuite.scala]
750[warn] two warnings found
751[info] done compiling
752[info] compiling 1 Scala source to /build/repo/modules/logging/structured/target/jvm-2.13/test-classes ...
753[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
754[warn] Flag -Xkind-projector set repeatedly
755[warn] two warnings found
756[info] done compiling
757Starting build for ProjectRef(file:/build/repo/,loggingLayout) (tofu-logging-layout)... [18/36]
758Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
759[info] compiling 5 Scala sources to /build/repo/modules/logging/layout/target/jvm-2.13/classes ...
760[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
761[warn] Flag -Xkind-projector set repeatedly
762[info] [patched file /build/repo/modules/logging/layout/src/main/scala/tofu/logging/logback/IEventLoggable.scala]
763[info] [patched file /build/repo/modules/logging/layout/src/main/scala/tofu/logging/ELKLayout.scala]
764[warn] two warnings found
765[info] done compiling
766[info] compiling 2 Scala sources to /build/repo/modules/logging/layout/target/jvm-2.13/classes ...
767[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
768[warn] Flag -Xkind-projector set repeatedly
769[warn] two warnings found
770[info] done compiling
771[info] compiling 1 Scala source to /build/repo/modules/logging/layout/target/jvm-2.13/test-classes ...
772[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
773[warn] Flag -Xkind-projector set repeatedly
774[warn] two warnings found
775[info] done compiling
776Starting build for ProjectRef(file:/build/repo/,loggingLog4CatsLegacy3) (tofu-logging-log4cats-legacy)... [19/36]
777Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
778[info] compiling 1 Scala source to /build/repo/modules/logging/interop/log4cats-legacy/target/jvm-3/classes ...
779[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
780[warn] Flag -Xkind-projector set repeatedly
781[warn] two warnings found
782[info] done compiling
783Starting build for ProjectRef(file:/build/repo/,loggingDer3) (tofu-logging-derivation)... [20/36]
784Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
785[info] compiling 4 Scala sources to /build/repo/modules/logging/derivation/target/jvm-3/test-classes ...
786[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
787[warn] Flag -Xkind-projector set repeatedly
788[warn] two warnings found
789[info] done compiling
790Starting build for ProjectRef(file:/build/repo/,coreCE33) (tofu-core-ce3)... [21/36]
791Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
792[info] compiling 18 Scala sources to /build/repo/modules/core/ce3/target/jvm-3/classes ...
793[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
794[warn] Flag -Xkind-projector set repeatedly
795[warn] two warnings found
796[info] done compiling
797[info] compiling 27 Scala sources to /build/repo/modules/core/ce3/target/jvm-3/test-classes ...
798[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
799[warn] Flag -Xkind-projector set repeatedly
800[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:30:78
801[warn] 30 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends CardStorage[F] {
802[warn] | ^
803[warn] | unused implicit parameter
804[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:45:78
805[warn] 45 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, UserNotFound] })#L] extends UserStorage[F] {
806[warn] | ^
807[warn] | unused implicit parameter
808[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:22:116
809[warn] 22 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
810[warn] | ^
811[warn] | unused implicit parameter
812[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:27:116
813[warn] 27 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
814[warn] | ^
815[warn] | unused implicit parameter
816[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:32:116
817[warn] 32 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
818[warn] | ^
819[warn] | unused implicit parameter
820[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:42:10
821[warn] 42 | })#L: Timeout
822[warn] | ^
823[warn] | unused implicit parameter
824[info] [patched file /build/repo/modules/core/ce3/src/test/scala/examples/DoMonadExamples.scala]
825[info] [patched file /build/repo/modules/core/ce3/src/test/scala/tofu/common/ConsoleSuite.scala]
826[warn] 8 warnings found
827[info] done compiling
828[info] compiling 2 Scala sources to /build/repo/modules/core/ce3/target/jvm-3/test-classes ...
829[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
830[warn] Flag -Xkind-projector set repeatedly
831[warn] two warnings found
832[info] done compiling
833Starting build for ProjectRef(file:/build/repo/,loggingStr2_12) (tofu-logging-structured)... [22/36]
834Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
835[info] compiling 52 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.12/classes ...
836[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
837[warn] Flag -Xkind-projector set repeatedly
838[warn] two warnings found
839[info] done compiling
840[info] compiling 6 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.12/test-classes ...
841[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
842[warn] Flag -Xkind-projector set repeatedly
843[warn] two warnings found
844[info] done compiling
845Starting build for ProjectRef(file:/build/repo/,kernelCatsMtlInterop3) (tofu-kernel-cats-mtl)... [23/36]
846Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
847[info] compiling 5 Scala sources to /build/repo/modules/kernel/interop/cats-mtl/target/jvm-3/classes ...
848[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
849[warn] Flag -Xkind-projector set repeatedly
850[warn] two warnings found
851[info] done compiling
852[info] compiling 3 Scala sources to /build/repo/modules/kernel/interop/cats-mtl/target/jvm-3/test-classes ...
853[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
854[warn] Flag -Xkind-projector set repeatedly
855[warn] two warnings found
856[info] done compiling
857Starting build for ProjectRef(file:/build/repo/,streams) (tofu-streams)... [24/36]
858Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
859[info] compiling 23 Scala sources to /build/repo/modules/streams/target/jvm-2.13/classes ...
860[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
861[warn] Flag -Xkind-projector set repeatedly
862[warn] two warnings found
863[info] done compiling
864[info] compiling 1 Scala source to /build/repo/modules/streams/target/jvm-2.13/test-classes ...
865[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
866[warn] Flag -Xkind-projector set repeatedly
867[warn] two warnings found
868[info] done compiling
869Starting build for ProjectRef(file:/build/repo/,higherKindCore3) (tofu-core-higher-kind)... [25/36]
870Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
871[info] compiling 5 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-3/test-classes ...
872[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
873[warn] Flag -Xkind-projector set repeatedly
874[warn] two warnings found
875[info] done compiling
876Starting build for ProjectRef(file:/build/repo/,loggingDerivationAnnotations) (tofu-logging-derivation-annotations)... [26/36]
877Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
878Starting build for ProjectRef(file:/build/repo/,logging) (tofu-logging)... [27/36]
879Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -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
880Starting build for ProjectRef(file:/build/repo/,loggingStr3) (tofu-logging-structured)... [28/36]
881Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
882[info] compiling 6 Scala sources to /build/repo/modules/logging/structured/target/jvm-3/test-classes ...
883[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
884[warn] Flag -Xkind-projector set repeatedly
885[warn] two warnings found
886[info] done compiling
887Starting build for ProjectRef(file:/build/repo/,coreCE3) (tofu-core-ce3)... [29/36]
888Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
889[info] compiling 27 Scala sources to /build/repo/modules/core/ce3/target/jvm-2.13/test-classes ...
890[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
891[warn] Flag -Xkind-projector set repeatedly
892[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:30:78
893[warn] 30 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends CardStorage[F] {
894[warn] | ^
895[warn] | unused implicit parameter
896[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:45:78
897[warn] 45 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, UserNotFound] })#L] extends UserStorage[F] {
898[warn] | ^
899[warn] | unused implicit parameter
900[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:22:116
901[warn] 22 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
902[warn] | ^
903[warn] | unused implicit parameter
904[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:27:116
905[warn] 27 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
906[warn] | ^
907[warn] | unused implicit parameter
908[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:32:116
909[warn] 32 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
910[warn] | ^
911[warn] | unused implicit parameter
912[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:42:10
913[warn] 42 | })#L: Timeout
914[warn] | ^
915[warn] | unused implicit parameter
916[warn] 8 warnings found
917[info] done compiling
918Starting build for ProjectRef(file:/build/repo/,loggingRefined3) (tofu-logging-refined)... [30/36]
919Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
920[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-3/classes ...
921[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
922[warn] Flag -Xkind-projector set repeatedly
923[warn] two warnings found
924[info] done compiling
925[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-3/test-classes ...
926[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
927[warn] Flag -Xkind-projector set repeatedly
928[warn] two warnings found
929[info] done compiling
930Starting build for ProjectRef(file:/build/repo/,loggingLog4Cats2_12) (tofu-logging-log4cats)... [31/36]
931Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
932[info] compiling 1 Scala source to /build/repo/modules/logging/interop/log4cats/target/jvm-2.12/classes ...
933[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
934[warn] Flag -Xkind-projector set repeatedly
935[warn] two warnings found
936[info] done compiling
937Starting build for ProjectRef(file:/build/repo/,coreCE22_12) (tofu-core-ce2)... [32/36]
938Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
939[info] compiling 19 Scala sources to /build/repo/modules/core/ce2/target/jvm-2.12/classes ...
940[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
941[warn] Flag -Xkind-projector set repeatedly
942[info] [patched file /build/repo/modules/core/ce2/src/main/scala/tofu/syntax/bracket.scala]
943[warn] two warnings found
944[info] done compiling
945[info] compiling 1 Scala source to /build/repo/modules/core/ce2/target/jvm-2.12/classes ...
946[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
947[warn] Flag -Xkind-projector set repeatedly
948[warn] two warnings found
949[info] done compiling
950[info] compiling 27 Scala sources to /build/repo/modules/core/ce2/target/jvm-2.12/test-classes ...
951[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
952[warn] Flag -Xkind-projector set repeatedly
953[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce2/src/test/scala/tofu/examples/TofuRaiseExamples.scala:29:78
954[warn] 29 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends CardStorage[F] {
955[warn] | ^
956[warn] | unused implicit parameter
957[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce2/src/test/scala/tofu/examples/TofuRaiseExamples.scala:44:78
958[warn] 44 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends UserStorage[F] {
959[warn] | ^
960[warn] | unused implicit parameter
961[info] [patched file /build/repo/modules/core/ce2/src/test/scala/examples/DoMonadExamples.scala]
962[info] [patched file /build/repo/modules/core/ce2/src/test/scala/tofu/common/ConsoleSuite.scala]
963[warn] four warnings found
964[info] done compiling
965[info] compiling 2 Scala sources to /build/repo/modules/core/ce2/target/jvm-2.12/test-classes ...
966[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
967[warn] Flag -Xkind-projector set repeatedly
968[warn] two warnings found
969[info] done compiling
970Starting build for ProjectRef(file:/build/repo/,higherKindCore2_12) (tofu-core-higher-kind)... [33/36]
971Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
972[info] compiling 5 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.12/test-classes ...
973[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
974[warn] Flag -Xkind-projector set repeatedly
975[warn] two warnings found
976[info] done compiling
977Starting build for ProjectRef(file:/build/repo/,repo) (repo)... [34/36]
978Compile scalacOptions: -encoding, utf8, -unchecked, -language: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
979Starting build for ProjectRef(file:/build/repo/,fs2CE3Interop) (tofu-fs2-ce3-interop)... [35/36]
980Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
981[info] compiling 4 Scala sources to /build/repo/modules/interop/fs2/ce3/target/jvm-2.13/classes ...
982[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
983[warn] Flag -Xkind-projector set repeatedly
984[info] [patched file /build/repo/modules/interop/fs2/ce3/src/main/scala/tofu/fs2Instances/fs2Instances.scala]
985[warn] two warnings found
986[info] done compiling
987[info] compiling 2 Scala sources to /build/repo/modules/interop/fs2/ce3/target/jvm-2.13/classes ...
988[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
989[warn] Flag -Xkind-projector set repeatedly
990[warn] two warnings found
991[info] done compiling
992[info] compiling 1 Scala source to /build/repo/modules/interop/fs2/ce3/target/jvm-2.13/test-classes ...
993[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
994[warn] Flag -Xkind-projector set repeatedly
995[warn] two warnings found
996[info] done compiling
997
998************************
999Build summary:
1000[{
1001 "module": "tofu-zio2-logging",
1002 "compile": {"status": "ok", "tookMs": 36518, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1003 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1004 "test-compile": {"status": "ok", "tookMs": 28428, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1005 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1006 "publish": {"status": "skipped", "tookMs": 0},
1007 "metadata": {
1008 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1009}
1010},{
1011 "module": "tofu-observable",
1012 "compile": {"status": "ok", "tookMs": 331, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1013 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1014 "test-compile": {"status": "ok", "tookMs": 1179, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1015 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1016 "publish": {"status": "skipped", "tookMs": 0},
1017 "metadata": {
1018 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1019}
1020},{
1021 "module": "tofu-kernel",
1022 "compile": {"status": "ok", "tookMs": 11371, "warnings": 4, "errors": 0, "sourceVersion": "3.4-migration"},
1023 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1024 "test-compile": {"status": "ok", "tookMs": 1412, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1025 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1026 "publish": {"status": "skipped", "tookMs": 0},
1027 "metadata": {
1028 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1029}
1030},{
1031 "module": "tofu-streams",
1032 "compile": {"status": "ok", "tookMs": 8427, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1033 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1034 "test-compile": {"status": "ok", "tookMs": 693, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1035 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1036 "publish": {"status": "skipped", "tookMs": 0},
1037 "metadata": {
1038 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1039}
1040},{
1041 "module": "tofu-logging-logstash-logback",
1042 "compile": {"status": "ok", "tookMs": 2751, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1043 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1044 "test-compile": {"status": "ok", "tookMs": 1771, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1045 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1046 "publish": {"status": "skipped", "tookMs": 0},
1047 "metadata": {
1048 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1049}
1050},{
1051 "module": "tofu-logging-derivation-annotations",
1052 "compile": {"status": "ok", "tookMs": 234, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1053 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1054 "test-compile": {"status": "ok", "tookMs": 131, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1055 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1056 "publish": {"status": "skipped", "tookMs": 0},
1057 "metadata": {
1058 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1059}
1060},{
1061 "module": "tofu-logging-derivation-annotations",
1062 "compile": {"status": "ok", "tookMs": 52, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1063 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1064 "test-compile": {"status": "ok", "tookMs": 80, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1065 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1066 "publish": {"status": "skipped", "tookMs": 0},
1067 "metadata": {
1068 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1069}
1070},{
1071 "module": "tofu-logging-derivation",
1072 "compile": {"status": "ok", "tookMs": 303, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1073 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1074 "test-compile": {"status": "ok", "tookMs": 2827, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1075 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1076 "publish": {"status": "skipped", "tookMs": 0},
1077 "metadata": {
1078 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1079}
1080},{
1081 "module": "tofu-logging-logstash-logback",
1082 "compile": {"status": "ok", "tookMs": 454, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1083 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1084 "test-compile": {"status": "ok", "tookMs": 1048, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1085 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1086 "publish": {"status": "skipped", "tookMs": 0},
1087 "metadata": {
1088 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1089}
1090},{
1091 "module": "tofu-logging-refined",
1092 "compile": {"status": "ok", "tookMs": 338, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1093 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1094 "test-compile": {"status": "ok", "tookMs": 555, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1095 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1096 "publish": {"status": "skipped", "tookMs": 0},
1097 "metadata": {
1098 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1099}
1100},{
1101 "module": "tofu-logging-shapeless",
1102 "compile": {"status": "ok", "tookMs": 189, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1103 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1104 "test-compile": {"status": "ok", "tookMs": 308, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1105 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1106 "publish": {"status": "skipped", "tookMs": 0},
1107 "metadata": {
1108 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1109}
1110},{
1111 "module": "tofu-logging-log4cats",
1112 "compile": {"status": "ok", "tookMs": 387, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1113 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1114 "test-compile": {"status": "ok", "tookMs": 206, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1115 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1116 "publish": {"status": "skipped", "tookMs": 0},
1117 "metadata": {
1118 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1119}
1120},{
1121 "module": "tofu-kernel",
1122 "compile": {"status": "ok", "tookMs": 109, "warnings": 4, "errors": 0, "sourceVersion": "3.4-migration"},
1123 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1124 "test-compile": {"status": "ok", "tookMs": 948, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1125 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1126 "publish": {"status": "skipped", "tookMs": 0},
1127 "metadata": {
1128 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1129}
1130},{
1131 "module": "tofu-logging-enumeratum",
1132 "compile": {"status": "ok", "tookMs": 303, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1133 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1134 "test-compile": {"status": "ok", "tookMs": 217, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1135 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1136 "publish": {"status": "skipped", "tookMs": 0},
1137 "metadata": {
1138 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1139}
1140},{
1141 "module": "tofu-zio2-core",
1142 "compile": {"status": "ok", "tookMs": 203, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1143 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1144 "test-compile": {"status": "ok", "tookMs": 1150, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1145 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1146 "publish": {"status": "skipped", "tookMs": 0},
1147 "metadata": {
1148 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1149}
1150},{
1151 "module": "tofu-core-higher-kind",
1152 "compile": {"status": "ok", "tookMs": 42, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1153 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1154 "test-compile": {"status": "ok", "tookMs": 736, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1155 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1156 "publish": {"status": "skipped", "tookMs": 0},
1157 "metadata": {
1158 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1159}
1160},{
1161 "module": "tofu-kernel",
1162 "compile": {"status": "ok", "tookMs": 98, "warnings": 4, "errors": 0, "sourceVersion": "3.4-migration"},
1163 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1164 "test-compile": {"status": "ok", "tookMs": 973, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1165 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1166 "publish": {"status": "skipped", "tookMs": 0},
1167 "metadata": {
1168 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1169}
1170},{
1171 "module": "tofu-logging-structured",
1172 "compile": {"status": "ok", "tookMs": 143, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1173 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1174 "test-compile": {"status": "ok", "tookMs": 2264, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1175 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1176 "publish": {"status": "skipped", "tookMs": 0},
1177 "metadata": {
1178 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1179}
1180},{
1181 "module": "tofu-logging-layout",
1182 "compile": {"status": "ok", "tookMs": 940, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1183 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1184 "test-compile": {"status": "ok", "tookMs": 1262, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1185 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1186 "publish": {"status": "skipped", "tookMs": 0},
1187 "metadata": {
1188 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1189}
1190},{
1191 "module": "tofu-logging-log4cats-legacy",
1192 "compile": {"status": "ok", "tookMs": 478, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1193 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1194 "test-compile": {"status": "ok", "tookMs": 301, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1195 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1196 "publish": {"status": "skipped", "tookMs": 0},
1197 "metadata": {
1198 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1199}
1200},{
1201 "module": "tofu-logging-derivation",
1202 "compile": {"status": "ok", "tookMs": 319, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1203 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1204 "test-compile": {"status": "ok", "tookMs": 2109, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1205 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1206 "publish": {"status": "skipped", "tookMs": 0},
1207 "metadata": {
1208 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1209}
1210},{
1211 "module": "tofu-core-ce3",
1212 "compile": {"status": "ok", "tookMs": 1134, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1213 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1214 "test-compile": {"status": "ok", "tookMs": 5879, "warnings": 6, "errors": 0, "sourceVersion": "3.4-migration"},
1215 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1216 "publish": {"status": "skipped", "tookMs": 0},
1217 "metadata": {
1218 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1219}
1220},{
1221 "module": "tofu-logging-structured",
1222 "compile": {"status": "ok", "tookMs": 2381, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1223 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1224 "test-compile": {"status": "ok", "tookMs": 1569, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1225 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1226 "publish": {"status": "skipped", "tookMs": 0},
1227 "metadata": {
1228 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1229}
1230},{
1231 "module": "tofu-kernel-cats-mtl",
1232 "compile": {"status": "ok", "tookMs": 480, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1233 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1234 "test-compile": {"status": "ok", "tookMs": 493, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1235 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1236 "publish": {"status": "skipped", "tookMs": 0},
1237 "metadata": {
1238 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1239}
1240},{
1241 "module": "tofu-streams",
1242 "compile": {"status": "ok", "tookMs": 665, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1243 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1244 "test-compile": {"status": "ok", "tookMs": 548, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1245 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1246 "publish": {"status": "skipped", "tookMs": 0},
1247 "metadata": {
1248 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1249}
1250},{
1251 "module": "tofu-core-higher-kind",
1252 "compile": {"status": "ok", "tookMs": 67, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1253 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1254 "test-compile": {"status": "ok", "tookMs": 514, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1255 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1256 "publish": {"status": "skipped", "tookMs": 0},
1257 "metadata": {
1258 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1259}
1260},{
1261 "module": "tofu-logging-derivation-annotations",
1262 "compile": {"status": "ok", "tookMs": 66, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1263 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1264 "test-compile": {"status": "ok", "tookMs": 124, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1265 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1266 "publish": {"status": "skipped", "tookMs": 0},
1267 "metadata": {
1268 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1269}
1270},{
1271 "module": "tofu-logging",
1272 "compile": {"status": "ok", "tookMs": 661, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1273 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1274 "test-compile": {"status": "ok", "tookMs": 847, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1275 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1276 "publish": {"status": "skipped", "tookMs": 0},
1277 "metadata": {
1278 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1279}
1280},{
1281 "module": "tofu-logging-structured",
1282 "compile": {"status": "ok", "tookMs": 248, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1283 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1284 "test-compile": {"status": "ok", "tookMs": 1801, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1285 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1286 "publish": {"status": "skipped", "tookMs": 0},
1287 "metadata": {
1288 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1289}
1290},{
1291 "module": "tofu-core-ce3",
1292 "compile": {"status": "ok", "tookMs": 245, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1293 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1294 "test-compile": {"status": "ok", "tookMs": 6145, "warnings": 6, "errors": 0, "sourceVersion": "3.4-migration"},
1295 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1296 "publish": {"status": "skipped", "tookMs": 0},
1297 "metadata": {
1298 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1299}
1300},{
1301 "module": "tofu-logging-refined",
1302 "compile": {"status": "ok", "tookMs": 454, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1303 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1304 "test-compile": {"status": "ok", "tookMs": 724, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1305 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1306 "publish": {"status": "skipped", "tookMs": 0},
1307 "metadata": {
1308 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1309}
1310},{
1311 "module": "tofu-logging-log4cats",
1312 "compile": {"status": "ok", "tookMs": 504, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1313 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1314 "test-compile": {"status": "ok", "tookMs": 412, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1315 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1316 "publish": {"status": "skipped", "tookMs": 0},
1317 "metadata": {
1318 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1319}
1320},{
1321 "module": "tofu-core-ce2",
1322 "compile": {"status": "ok", "tookMs": 1329, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1323 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1324 "test-compile": {"status": "ok", "tookMs": 6091, "warnings": 2, "errors": 0, "sourceVersion": "3.4-migration"},
1325 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1326 "publish": {"status": "skipped", "tookMs": 0},
1327 "metadata": {
1328 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1329}
1330},{
1331 "module": "tofu-core-higher-kind",
1332 "compile": {"status": "ok", "tookMs": 80, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1333 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1334 "test-compile": {"status": "ok", "tookMs": 574, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1335 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1336 "publish": {"status": "skipped", "tookMs": 0},
1337 "metadata": {
1338 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1339}
1340},{
1341 "module": "repo",
1342 "compile": {"status": "ok", "tookMs": 108, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1343 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1344 "test-compile": {"status": "ok", "tookMs": 149, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1345 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1346 "publish": {"status": "skipped", "tookMs": 0},
1347 "metadata": {
1348 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1349}
1350},{
1351 "module": "tofu-fs2-ce3-interop",
1352 "compile": {"status": "ok", "tookMs": 848, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1353 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1354 "test-compile": {"status": "ok", "tookMs": 1140, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1355 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1356 "publish": {"status": "skipped", "tookMs": 0},
1357 "metadata": {
1358 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
1359}
1360}]
1361************************
1362[success] Total time: 265 s (0:04:25.0), completed Nov 14, 2025, 8:57:14 PM
1363[0JChecking patch project/plugins.sbt...
1364Checking patch project/build.properties...
1365Checking patch project/Dependencies.scala...
1366Checking patch modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala...
1367Checking patch modules/kernel/src/main/scala/tofu/syntax/context.scala...
1368Checking patch modules/kernel/src/main/scala/tofu/data/Embedded.scala...
1369Checking patch build.sbt...
1370Applied patch project/plugins.sbt cleanly.
1371Applied patch project/build.properties cleanly.
1372Applied patch project/Dependencies.scala cleanly.
1373Applied patch modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala cleanly.
1374Applied patch modules/kernel/src/main/scala/tofu/syntax/context.scala cleanly.
1375Applied patch modules/kernel/src/main/scala/tofu/data/Embedded.scala cleanly.
1376Applied patch build.sbt cleanly.
1377Commit migration rewrites
1378Switched to a new branch 'opencb/migrate-source-3.4'
1379[opencb/migrate-source-3.4 c967a0af] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4-RC2
1380 72 files changed, 365 insertions(+), 365 deletions(-)
1381----
1382Preparing build for 3.8.0-RC1
1383Scala binary version found: 3.8
1384Implicitly using source version 3.8
1385Scala binary version found: 3.8
1386Implicitly using source version 3.8
1387Would try to apply common scalacOption (best-effort, sbt/mill only):
1388Append: ,REQUIRE:-source:3.8
1389Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1390
1391Try apply source patch:
1392Path: build.sbt
1393Pattern: libraryDependencies += shapeless
1394Replacement:
1395Successfully applied pattern 'libraryDependencies += shapeless' in build.sbt
1396
1397Try apply source patch:
1398Path: modules/kernel/src/main/scala/tofu/syntax/context.scala
1399Pattern: F WithLocal C
1400Replacement: F `WithLocal` C
1401Successfully applied pattern 'F WithLocal C' in modules/kernel/src/main/scala/tofu/syntax/context.scala
1402
1403Try apply source patch:
1404Path: modules/kernel/src/main/scala/tofu/data/Embedded.scala
1405Pattern: new ParApplicative[G.F, E]()(G.applicative, E)
1406Replacement: new ParApplicative[G.F, E](using G.applicative, E)
1407Successfully applied pattern 'new ParApplicative[G.F, E]()(G.applicative, E)' in modules/kernel/src/main/scala/tofu/data/Embedded.scala
1408
1409Try apply source patch:
1410Path: modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala
1411Pattern: (import SealedTraitEnum.*\n\s*)json\(Container\(A, B, C\)\)
1412Replacement: $1json(Container[SealedTraitEnum,SealedTraitEnum,SealedTraitEnum](A, B, C))
1413Successfully applied pattern '(import SealedTraitEnum.*\n\s*)json\(Container\(A, B, C\)\)' in modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala
1414
1415Try apply source patch:
1416Path: project/Dependencies.scala
1417Pattern: val scala3 = "3.3.6"
1418Replacement: val scala3 = "3.8.0-RC1"
1419Successfully applied pattern 'val scala3 = "3.3.6"' in project/Dependencies.scala
1420----
1421Starting build for 3.8.0-RC1
1422Execute tests: false
1423sbt project found:
1424Sbt version 1.11.3 is not supported, minimal supported version is 1.11.5
1425Enforcing usage of sbt in version 1.11.5
1426No prepare script found for project tofu-tf/tofu
1427/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
1428##################################
1429Scala version: 3.8.0-RC1
1430Targets: 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
1431Project 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>\""}]}
1432##################################
1433Using extra scalacOptions: ,REQUIRE:-source:3.8
1434Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1435[sbt_options] declare -a sbt_options=()
1436[process_args] java_version = '17'
1437[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
1438# Executing command line:
1439java
1440-Xmx4G
1441-Dcommunitybuild.scala=3.8.0-RC1
1442-Dcommunitybuild.project.dependencies.add=
1443-Xmx7G
1444-Xms4G
1445-Xss8M
1446-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
1447-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
1448-jar
1449/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
1450"setCrossScalaVersions 3.8.0-RC1"
1451"++3.8.0-RC1 -v"
1452"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
1453"set every credentials := Nil"
1454"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
1455"removeScalacOptionsStartingWith -P:wartremover"
1456"set every Test/unmanagedSources/excludeFilter := { HiddenFileFilter || "CalcSuite.scala" }"
1457moduleMappings
1458"runBuild 3.8.0-RC1 """{"projects":{"exclude":["tofu-memo","tofu","tofu-derivation","tofu-env","tofu-concurrent-ce2"],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set every Test/unmanagedSources/excludeFilter := { HiddenFileFilter || \"CalcSuite.scala\" }"],"options":[]},"mill":{"options":[]},"tests":"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"
1459
1460[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
1461[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
1462[info] loading project definition from /build/repo/project
1463[info] loading settings for project repo from build.sbt, ci-release.sbt...
1464[info] resolving key references (108840 settings) ...
1465[info] set current project to repo (in build file:/build/repo/)
1466Execute setCrossScalaVersions: 3.8.0-RC1
1467OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in observable/crossScalaVersions
1468OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingEnumeratum2_12/crossScalaVersions
1469OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in higherKindCore/crossScalaVersions
1470OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingEnumeratum3/crossScalaVersions
1471OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in zio1Core2_12/crossScalaVersions
1472OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in kernel3/crossScalaVersions
1473OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in coreCE23/crossScalaVersions
1474OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in coreCE22_12/crossScalaVersions
1475OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in memo/crossScalaVersions
1476OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingDerivationAnnotations2_12/crossScalaVersions
1477OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in doobie/crossScalaVersions
1478OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in zio2Core/crossScalaVersions
1479OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingShapeless/crossScalaVersions
1480OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in streams2_12/crossScalaVersions
1481OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in observable2_12/crossScalaVersions
1482OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in env/crossScalaVersions
1483OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in doobieLogging/crossScalaVersions
1484OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in doobieCE3/crossScalaVersions
1485OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in examplesCE32_12/crossScalaVersions
1486OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in doobieLoggingCE32_12/crossScalaVersions
1487OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in higherKindCore3/crossScalaVersions
1488OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in kernelCatsMtlInterop/crossScalaVersions
1489OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in tofu3/crossScalaVersions
1490OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingLayout/crossScalaVersions
1491OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in kernelCatsMtlInterop3/crossScalaVersions
1492OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in fs2CE3Interop/crossScalaVersions
1493OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in doobie2_12/crossScalaVersions
1494OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in zio2Logging/crossScalaVersions
1495OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in coreCE32_12/crossScalaVersions
1496OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingStr2_12/crossScalaVersions
1497OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in examplesZIO2/crossScalaVersions
1498OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingLayout2_12/crossScalaVersions
1499OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in concurrentCE2/crossScalaVersions
1500OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingLogstashLogback/crossScalaVersions
1501OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingRefined3/crossScalaVersions
1502OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in doobieLogging2_12/crossScalaVersions
1503OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in streams3/crossScalaVersions
1504OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in streams/crossScalaVersions
1505OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in env2_12/crossScalaVersions
1506OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in examplesCE3/crossScalaVersions
1507OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in memo2_12/crossScalaVersions
1508OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in kernel/crossScalaVersions
1509OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in kernel2_12/crossScalaVersions
1510OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingLogstashLogback2_12/crossScalaVersions
1511OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in tofu2_12/crossScalaVersions
1512OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingStr3/crossScalaVersions
1513OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingDerivationAnnotations3/crossScalaVersions
1514OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in fs2CE3Interop3/crossScalaVersions
1515OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingLog4Cats/crossScalaVersions
1516OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in zio1Logging/crossScalaVersions
1517OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in higherKindCore2_12/crossScalaVersions
1518OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in logging/crossScalaVersions
1519OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in fs2CE3Interop2_12/crossScalaVersions
1520OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in repo/crossScalaVersions
1521OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in observable3/crossScalaVersions
1522OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingLog4Cats3/crossScalaVersions
1523OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in config2_12/crossScalaVersions
1524OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingShapeless2_12/crossScalaVersions
1525OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingDerivationAnnotations/crossScalaVersions
1526OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingLog4CatsLegacy3/crossScalaVersions
1527OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingLayout3/crossScalaVersions
1528OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in zio1Logging2_12/crossScalaVersions
1529OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in logging2_12/crossScalaVersions
1530OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in zio1Interop/crossScalaVersions
1531OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in examplesCE22_12/crossScalaVersions
1532OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in docs/crossScalaVersions
1533OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in coreCE2/crossScalaVersions
1534OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in fs2CE2Interop/crossScalaVersions
1535OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in zio2Logging3/crossScalaVersions
1536OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in zio2Logging2_12/crossScalaVersions
1537OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in coreCE3/crossScalaVersions
1538OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in zio2Core2_12/crossScalaVersions
1539OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingLog4CatsLegacy2_12/crossScalaVersions
1540OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingLog4Cats2_12/crossScalaVersions
1541OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingRefined2_12/crossScalaVersions
1542OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in concurrentCE22_12/crossScalaVersions
1543OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in config/crossScalaVersions
1544OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in logging3/crossScalaVersions
1545OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in zio1Interop2_12/crossScalaVersions
1546OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingStr/crossScalaVersions
1547OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingLogstashLogback3/crossScalaVersions
1548OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in examplesCE2/crossScalaVersions
1549OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingRefined/crossScalaVersions
1550OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingEnumeratum/crossScalaVersions
1551OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in kernelCatsMtlInterop2_12/crossScalaVersions
1552OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in derivation/crossScalaVersions
1553OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in doobieCE32_12/crossScalaVersions
1554OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingDer/crossScalaVersions
1555OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in fs2CE2Interop2_12/crossScalaVersions
1556OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in examplesZIO22_12/crossScalaVersions
1557OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in zio2Core3/crossScalaVersions
1558OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in doobieLoggingCE3/crossScalaVersions
1559OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in tofu/crossScalaVersions
1560OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingLog4CatsLegacy/crossScalaVersions
1561OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in coreCE33/crossScalaVersions
1562OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in zio1Core/crossScalaVersions
1563OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingDer3/crossScalaVersions
1564OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in loggingDer2_12/crossScalaVersions
1565OpenCB::Changing crossVersion 3.8.0-RC1 -> 3.8.0-RC1 in derivation2_12/crossScalaVersions
1566[info] set current project to repo (in build file:/build/repo/)
1567[info] Setting Scala version to 3.8.0-RC1 on 99 projects.
1568[info] Switching Scala version on:
1569[info] loggingShapeless (2.13.16, 2.12.20, 3.8.0-RC1)
1570[info] kernel2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1571[info] loggingLog4Cats2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1572[info] loggingShapeless2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1573[info] kernel (2.13.16, 2.12.20, 3.8.0-RC1)
1574[info] zio2Logging (2.13.16, 2.12.20, 3.8.0-RC1)
1575[info] zio2Core (2.13.16, 2.12.20, 3.8.0-RC1)
1576[info] loggingLog4CatsLegacy3 (2.13.16, 2.12.20, 3.8.0-RC1)
1577[info] observable2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1578[info] logging (2.13.16, 2.12.20, 3.8.0-RC1)
1579[info] concurrentCE22_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1580[info] doobieCE3 (2.13.16, 2.12.20, 3.8.0-RC1)
1581[info] loggingLayout (2.13.16, 2.12.20, 3.8.0-RC1)
1582[info] kernelCatsMtlInterop3 (2.13.16, 2.12.20, 3.8.0-RC1)
1583[info] examplesCE32_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1584[info] zio2Core3 (2.13.16, 2.12.20, 3.8.0-RC1)
1585[info] loggingEnumeratum3 (2.13.16, 2.12.20, 3.8.0-RC1)
1586[info] coreCE33 (2.13.16, 2.12.20, 3.8.0-RC1)
1587[info] examplesCE2 (2.13.16, 2.12.20, 3.8.0-RC1)
1588[info] doobie (2.13.16, 2.12.20, 3.8.0-RC1)
1589[info] examplesCE22_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1590[info] fs2CE3Interop (2.13.16, 2.12.20, 3.8.0-RC1)
1591[info] examplesCE3 (2.13.16, 2.12.20, 3.8.0-RC1)
1592[info] loggingRefined3 (2.13.16, 2.12.20, 3.8.0-RC1)
1593[info] logging3 (2.13.16, 2.12.20, 3.8.0-RC1)
1594[info] zio2Logging3 (2.13.16, 2.12.20, 3.8.0-RC1)
1595[info] docs (2.13.16, 2.12.20, 3.8.0-RC1)
1596[info] loggingStr2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1597[info] zio1Interop (2.13.16, 2.12.20, 3.8.0-RC1)
1598[info] zio2Logging2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1599[info] coreCE22_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1600[info] zio1Logging (2.13.16, 2.12.20, 3.8.0-RC1)
1601[info] kernelCatsMtlInterop (2.13.16, 2.12.20, 3.8.0-RC1)
1602[info] config (2.13.16, 2.12.20, 3.8.0-RC1)
1603[info] loggingLogstashLogback3 (2.13.16, 2.12.20, 3.8.0-RC1)
1604[info] loggingLog4Cats3 (2.13.16, 2.12.20, 3.8.0-RC1)
1605[info] higherKindCore2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1606[info] doobieLoggingCE3 (2.13.16, 2.12.20, 3.8.0-RC1)
1607[info] zio1Core2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1608[info] loggingStr3 (2.13.16, 2.12.20, 3.8.0-RC1)
1609[info] kernelCatsMtlInterop2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1610[info] env2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1611[info] doobie2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1612[info] coreCE2 (2.13.16, 2.12.20, 3.8.0-RC1)
1613[info] coreCE23 (2.13.16, 2.12.20, 3.8.0-RC1)
1614[info] fs2CE2Interop (2.13.16, 2.12.20, 3.8.0-RC1)
1615[info] loggingRefined2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1616[info] higherKindCore3 (2.13.16, 2.12.20, 3.8.0-RC1)
1617[info] kernel3 (2.13.16, 2.12.20, 3.8.0-RC1)
1618[info] streams3 (2.13.16, 2.12.20, 3.8.0-RC1)
1619[info] concurrentCE2 (2.13.16, 2.12.20, 3.8.0-RC1)
1620[info] loggingDer3 (2.13.16, 2.12.20, 3.8.0-RC1)
1621[info] loggingLog4CatsLegacy2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1622[info] loggingLog4CatsLegacy (2.13.16, 2.12.20, 3.8.0-RC1)
1623[info] streams (2.13.16, 2.12.20, 3.8.0-RC1)
1624[info] loggingDerivationAnnotations2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1625[info] fs2CE3Interop2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1626[info] loggingStr (2.13.16, 2.12.20, 3.8.0-RC1)
1627[info] loggingDer2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1628[info] doobieLoggingCE32_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1629[info] loggingLogstashLogback (2.13.16, 2.12.20, 3.8.0-RC1)
1630[info] coreCE3 (2.13.16, 2.12.20, 3.8.0-RC1)
1631[info] tofu2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1632[info] loggingLayout2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1633[info] fs2CE2Interop2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1634[info] loggingLog4Cats (2.13.16, 2.12.20, 3.8.0-RC1)
1635[info] doobieLogging (2.13.16, 2.12.20, 3.8.0-RC1)
1636[info] tofu (2.13.16, 2.12.20, 3.8.0-RC1)
1637[info] derivation2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1638[info] zio1Core (2.13.16, 2.12.20, 3.8.0-RC1)
1639[info] examplesZIO2 (2.13.16, 2.12.20, 3.8.0-RC1)
1640[info] streams2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1641[info] tofu3 (2.13.16, 2.12.20, 3.8.0-RC1)
1642[info] loggingDer (2.13.16, 2.12.20, 3.8.0-RC1)
1643[info] doobieCE32_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1644[info] loggingDerivationAnnotations3 (2.13.16, 2.12.20, 3.8.0-RC1)
1645[info] loggingRefined (2.13.16, 2.12.20, 3.8.0-RC1)
1646[info] higherKindCore (2.13.16, 2.12.20, 3.8.0-RC1)
1647[info] derivation (2.13.16, 2.12.20, 3.8.0-RC1)
1648[info] memo2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1649[info] fs2CE3Interop3 (2.13.16, 2.12.20, 3.8.0-RC1)
1650[info] loggingEnumeratum (2.13.16, 2.12.20, 3.8.0-RC1)
1651[info] loggingLogstashLogback2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1652[info] observable3 (2.13.16, 2.12.20, 3.8.0-RC1)
1653[info] * repo (2.13.16, 2.12.20, 3.8.0-RC1)
1654[info] loggingEnumeratum2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1655[info] zio1Interop2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1656[info] loggingDerivationAnnotations (2.13.16, 2.12.20, 3.8.0-RC1)
1657[info] coreCE32_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1658[info] observable (2.13.16, 2.12.20, 3.8.0-RC1)
1659[info] zio2Core2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1660[info] doobieLogging2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1661[info] memo (2.13.16, 2.12.20, 3.8.0-RC1)
1662[info] env (2.13.16, 2.12.20, 3.8.0-RC1)
1663[info] zio1Logging2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1664[info] examplesZIO22_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1665[info] logging2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1666[info] config2_12 (2.13.16, 2.12.20, 3.8.0-RC1)
1667[info] loggingLayout3 (2.13.16, 2.12.20, 3.8.0-RC1)
1668[info] Excluding projects:
1669[info] Reapplying settings...
1670[info] set current project to repo (in build file:/build/repo/)
1671Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1672[info] Reapplying settings...
1673[info] set current project to repo (in build file:/build/repo/)
1674[info] Defining Global / credentials, concurrentCE2 / credentials and 97 others.
1675[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 792 others.
1676[info] Run `last` for details.
1677[info] Reapplying settings...
1678[info] set current project to repo (in build file:/build/repo/)
1679Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
1680[info] Reapplying settings...
1681OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
1682
1683 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
1684 Did you mean higherKindCore3 / allExcludeDependencies ?
1685 , retry without global scopes
1686[info] Reapplying settings...
1687[info] set current project to repo (in build file:/build/repo/)
1688Execute removeScalacOptionsStartingWith: -P:wartremover
1689[info] Reapplying settings...
1690[info] set current project to repo (in build file:/build/repo/)
1691[info] Defining Global / excludeFilter
1692[info] The new value will be used by Compile / unmanagedJars, Compile / unmanagedResources / fileInputs and 993 others.
1693[info] Run `last` for details.
1694[info] Reapplying settings...
1695[info] set current project to repo (in build file:/build/repo/)
1696[success] Total time: 0 s, completed Nov 14, 2025, 8:58:40 PM
1697Build 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>\""}]}
1698Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(tofu-memo, tofu, tofu-derivation, tofu-env, tofu-concurrent-ce2),Map()),CompileOnly,List()))
1699Excluding target 'tf.tofu%tofu' - matches exclusion rule: 'tofu'
1700Starting build...
1701Projects: 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)
1702Starting build for ProjectRef(file:/build/repo/,zio2Logging) (tofu-zio2-logging)... [0/36]
1703OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
1704OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
1705OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
1706OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
1707Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
1708[info] compiling 39 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.13/classes ...
1709[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1710[warn] Option -Xkind-projector was updated
1711[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/Mid.scala:29:27
1712[warn] 29 | private final case class MidCompose[F[_], A](elems: Chain[Mid[F, A]]) extends Mid[F, A] {
1713[warn] | ^^^^^^^^^^
1714[warn] | unused private member
1715[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/bi/BiMid.scala:26:27
1716[warn] 26 | private final case class BiMidCompose[F[_, _], E, A](elems: Vector[BiMid[F, E, A]]) extends BiMid[F, E, A] {
1717[warn] | ^^^^^^^^^^^^
1718[warn] | unused private member
1719[warn] four warnings found
1720[info] done compiling
1721[info] compiling 138 Scala sources to /build/repo/modules/kernel/target/jvm-2.13/classes ...
1722[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1723[warn] Option -Xkind-projector was updated
1724[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FibersInstance.scala:11:53
1725[warn] 11 | inline given [F[_], E, Ex[_], Fib[_]](using inline m: MonadError[F, E]): Fibers[F, Ex, Fib] = summonFrom {
1726[warn] | ^
1727[warn] | unused implicit parameter
1728[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FireInstance.scala:11:38
1729[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Fire[F] = summonFrom {
1730[warn] | ^
1731[warn] | unused implicit parameter
1732[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/GuaranteeInstance.scala:11:47
1733[warn] 11 | inline given [F[_], E, Exit[_]](using inline m: MonadError[F, E]): Finally[F, Exit] = summonFrom {
1734[warn] | ^
1735[warn] | unused implicit parameter
1736[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/RaceInstance.scala:11:38
1737[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Race[F] = summonFrom {
1738[warn] | ^
1739[warn] | unused implicit parameter
1740[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala/tofu/concurrent/Atom.scala:67:21
1741[warn] 67 | private case class StateTAtom[F[_]: Applicative, A]() extends Atom[StateT[F, A, _], A] {
1742[warn] | ^^^^^^^^^^
1743[warn] | unused private member
1744[warn] 7 warnings found
1745[info] done compiling
1746[info] compiling 52 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.13/classes ...
1747[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1748[warn] Option -Xkind-projector was updated
1749[warn] two warnings found
1750[info] done compiling
1751[info] compiling 11 Scala sources to /build/repo/modules/interop/zio2/logging/target/jvm-2.13/classes ...
1752[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1753[warn] Option -Xkind-projector was updated
1754[warn] two warnings found
1755[info] done compiling
1756[info] compiling 2 Scala sources to /build/repo/modules/logging/derivation-annotations/target/jvm-2.13/classes ...
1757[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1758[warn] Option -Xkind-projector was updated
1759[info] compiling 18 Scala sources to /build/repo/modules/core/ce3/target/jvm-2.13/classes ...
1760[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1761[warn] Option -Xkind-projector was updated
1762[warn] two warnings found
1763[info] done compiling
1764[info] compiling 7 Scala sources to /build/repo/modules/logging/derivation/target/jvm-2.13/classes ...
1765[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1766[warn] Option -Xkind-projector was updated
1767[warn] two warnings found
1768[info] done compiling
1769[warn] two warnings found
1770[info] done compiling
1771[info] compiling 7 Scala sources to /build/repo/modules/interop/zio2/core/target/jvm-2.13/classes ...
1772[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1773[warn] Option -Xkind-projector was updated
1774[warn] two warnings found
1775[info] done compiling
1776[info] compiling 6 Scala sources to /build/repo/modules/interop/zio2/logging/target/jvm-2.13/test-classes ...
1777[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1778[warn] Option -Xkind-projector was updated
1779[warn] two warnings found
1780[info] done compiling
1781Starting build for ProjectRef(file:/build/repo/,observable2_12) (tofu-observable)... [1/36]
1782Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
1783[info] compiling 2 Scala sources to /build/repo/modules/util/observable/target/jvm-2.12/classes ...
1784[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1785[warn] Option -Xkind-projector was updated
1786[warn] two warnings found
1787[info] done compiling
1788[info] compiling 1 Scala source to /build/repo/modules/util/observable/target/jvm-2.12/test-classes ...
1789[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1790[warn] Option -Xkind-projector was updated
1791[warn] two warnings found
1792[info] done compiling
1793Starting build for ProjectRef(file:/build/repo/,kernel2_12) (tofu-kernel)... [2/36]
1794Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
1795[info] compiling 39 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.12/classes ...
1796[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1797[warn] Option -Xkind-projector was updated
1798[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/Mid.scala:29:27
1799[warn] 29 | private final case class MidCompose[F[_], A](elems: Chain[Mid[F, A]]) extends Mid[F, A] {
1800[warn] | ^^^^^^^^^^
1801[warn] | unused private member
1802[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/bi/BiMid.scala:26:27
1803[warn] 26 | private final case class BiMidCompose[F[_, _], E, A](elems: Vector[BiMid[F, E, A]]) extends BiMid[F, E, A] {
1804[warn] | ^^^^^^^^^^^^
1805[warn] | unused private member
1806[warn] four warnings found
1807[info] done compiling
1808[info] compiling 138 Scala sources to /build/repo/modules/kernel/target/jvm-2.12/classes ...
1809[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1810[warn] Option -Xkind-projector was updated
1811[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FibersInstance.scala:11:53
1812[warn] 11 | inline given [F[_], E, Ex[_], Fib[_]](using inline m: MonadError[F, E]): Fibers[F, Ex, Fib] = 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/FireInstance.scala:11:38
1816[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Fire[F] = 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/GuaranteeInstance.scala:11:47
1820[warn] 11 | inline given [F[_], E, Exit[_]](using inline m: MonadError[F, E]): Finally[F, Exit] = summonFrom {
1821[warn] | ^
1822[warn] | unused implicit parameter
1823[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/RaceInstance.scala:11:38
1824[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Race[F] = summonFrom {
1825[warn] | ^
1826[warn] | unused implicit parameter
1827[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala/tofu/concurrent/Atom.scala:67:21
1828[warn] 67 | private case class StateTAtom[F[_]: Applicative, A]() extends Atom[StateT[F, A, _], A] {
1829[warn] | ^^^^^^^^^^
1830[warn] | unused private member
1831[warn] 7 warnings found
1832[info] done compiling
1833[info] compiling 5 Scala sources to /build/repo/modules/kernel/target/jvm-2.12/test-classes ...
1834[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1835[warn] Option -Xkind-projector was updated
1836[warn] two warnings found
1837[info] done compiling
1838Starting build for ProjectRef(file:/build/repo/,streams3) (tofu-streams)... [3/36]
1839Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
1840[info] compiling 39 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-3/classes ...
1841[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1842[warn] Option -Xkind-projector was updated
1843[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/Mid.scala:29:27
1844[warn] 29 | private final case class MidCompose[F[_], A](elems: Chain[Mid[F, A]]) extends Mid[F, A] {
1845[warn] | ^^^^^^^^^^
1846[warn] | unused private member
1847[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/higherKind/src/main/scala/tofu/higherKind/bi/BiMid.scala:26:27
1848[warn] 26 | private final case class BiMidCompose[F[_, _], E, A](elems: Vector[BiMid[F, E, A]]) extends BiMid[F, E, A] {
1849[warn] | ^^^^^^^^^^^^
1850[warn] | unused private member
1851[warn] four warnings found
1852[info] done compiling
1853[info] compiling 138 Scala sources to /build/repo/modules/kernel/target/jvm-3/classes ...
1854[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1855[warn] Option -Xkind-projector was updated
1856[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FibersInstance.scala:11:53
1857[warn] 11 | inline given [F[_], E, Ex[_], Fib[_]](using inline m: MonadError[F, E]): Fibers[F, Ex, Fib] = summonFrom {
1858[warn] | ^
1859[warn] | unused implicit parameter
1860[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/FireInstance.scala:11:38
1861[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Fire[F] = summonFrom {
1862[warn] | ^
1863[warn] | unused implicit parameter
1864[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/GuaranteeInstance.scala:11:47
1865[warn] 11 | inline given [F[_], E, Exit[_]](using inline m: MonadError[F, E]): Finally[F, Exit] = summonFrom {
1866[warn] | ^
1867[warn] | unused implicit parameter
1868[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala-3/tofu/internal/instances/RaceInstance.scala:11:38
1869[warn] 11 | inline given [F[_], E](using inline m: MonadError[F, E]): Race[F] = summonFrom {
1870[warn] | ^
1871[warn] | unused implicit parameter
1872[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/kernel/src/main/scala/tofu/concurrent/Atom.scala:67:21
1873[warn] 67 | private case class StateTAtom[F[_]: Applicative, A]() extends Atom[StateT[F, A, _], A] {
1874[warn] | ^^^^^^^^^^
1875[warn] | unused private member
1876[warn] 7 warnings found
1877[info] done compiling
1878[info] compiling 23 Scala sources to /build/repo/modules/streams/target/jvm-3/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
1883[info] compiling 1 Scala source to /build/repo/modules/streams/target/jvm-3/test-classes ...
1884[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1885[warn] Option -Xkind-projector was updated
1886[warn] two warnings found
1887[info] done compiling
1888Starting build for ProjectRef(file:/build/repo/,loggingLogstashLogback3) (tofu-logging-logstash-logback)... [4/36]
1889Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
1890[info] compiling 52 Scala sources to /build/repo/modules/logging/structured/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 1 Scala source to /build/repo/modules/logging/interop/logstash-logback/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 2 Scala sources to /build/repo/modules/logging/derivation-annotations/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 7 Scala sources to /build/repo/modules/logging/derivation/target/jvm-3/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
1910[info] compiling 1 Scala source to /build/repo/modules/logging/interop/logstash-logback/target/jvm-3/test-classes ...
1911[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1912[warn] Option -Xkind-projector was updated
1913[warn] two warnings found
1914[info] done compiling
1915Starting build for ProjectRef(file:/build/repo/,loggingDerivationAnnotations2_12) (tofu-logging-derivation-annotations)... [5/36]
1916Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
1917[info] compiling 2 Scala sources to /build/repo/modules/logging/derivation-annotations/target/jvm-2.12/classes ...
1918[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1919[warn] Option -Xkind-projector was updated
1920[warn] two warnings found
1921[info] done compiling
1922Starting build for ProjectRef(file:/build/repo/,loggingDerivationAnnotations3) (tofu-logging-derivation-annotations)... [6/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
1924Starting build for ProjectRef(file:/build/repo/,loggingDer) (tofu-logging-derivation)... [7/36]
1925Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
1926[info] compiling 4 Scala sources to /build/repo/modules/logging/derivation/target/jvm-2.13/test-classes ...
1927[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1928[warn] Option -Xkind-projector was updated
1929[warn] two warnings found
1930[info] done compiling
1931Starting build for ProjectRef(file:/build/repo/,loggingLogstashLogback) (tofu-logging-logstash-logback)... [8/36]
1932Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
1933[info] compiling 1 Scala source to /build/repo/modules/logging/interop/logstash-logback/target/jvm-2.13/classes ...
1934[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1935[warn] Option -Xkind-projector was updated
1936[warn] two warnings found
1937[info] done compiling
1938[info] compiling 1 Scala source to /build/repo/modules/logging/interop/logstash-logback/target/jvm-2.13/test-classes ...
1939[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1940[warn] Option -Xkind-projector was updated
1941[warn] two warnings found
1942[info] done compiling
1943Starting build for ProjectRef(file:/build/repo/,loggingRefined) (tofu-logging-refined)... [9/36]
1944Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
1945[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-2.13/classes ...
1946[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1947[warn] Option -Xkind-projector was updated
1948[warn] two warnings found
1949[info] done compiling
1950[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-2.13/test-classes ...
1951[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1952[warn] Option -Xkind-projector was updated
1953[warn] two warnings found
1954[info] done compiling
1955Starting build for ProjectRef(file:/build/repo/,loggingShapeless) (tofu-logging-shapeless)... [10/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, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1957Starting build for ProjectRef(file:/build/repo/,loggingLog4Cats) (tofu-logging-log4cats)... [11/36]
1958Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
1959[info] compiling 1 Scala source to /build/repo/modules/logging/interop/log4cats/target/jvm-2.13/classes ...
1960[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1961[warn] Option -Xkind-projector was updated
1962[warn] two warnings found
1963[info] done compiling
1964Starting build for ProjectRef(file:/build/repo/,kernel3) (tofu-kernel)... [12/36]
1965Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
1966[info] compiling 5 Scala sources to /build/repo/modules/kernel/target/jvm-3/test-classes ...
1967[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1968[warn] Option -Xkind-projector was updated
1969[warn] two warnings found
1970[info] done compiling
1971Starting build for ProjectRef(file:/build/repo/,loggingEnumeratum3) (tofu-logging-enumeratum)... [13/36]
1972Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
1973[info] compiling 1 Scala source to /build/repo/modules/logging/interop/enumeratum/target/jvm-3/classes ...
1974[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1975[warn] Option -Xkind-projector was updated
1976[warn] two warnings found
1977[info] done compiling
1978Starting build for ProjectRef(file:/build/repo/,zio2Core) (tofu-zio2-core)... [14/36]
1979Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
1980[info] compiling 2 Scala sources to /build/repo/modules/interop/zio2/core/target/jvm-2.13/test-classes ...
1981[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1982[warn] Option -Xkind-projector was updated
1983[warn] two warnings found
1984[info] done compiling
1985Starting build for ProjectRef(file:/build/repo/,higherKindCore) (tofu-core-higher-kind)... [15/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, -Ykind-projector:underscores, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1987[info] compiling 5 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.13/test-classes ...
1988[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1989[warn] Option -Xkind-projector was updated
1990[warn] two warnings found
1991[info] done compiling
1992Starting build for ProjectRef(file:/build/repo/,kernel) (tofu-kernel)... [16/36]
1993Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
1994[info] compiling 5 Scala sources to /build/repo/modules/kernel/target/jvm-2.13/test-classes ...
1995[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1996[warn] Option -Xkind-projector was updated
1997[warn] two warnings found
1998[info] done compiling
1999Starting build for ProjectRef(file:/build/repo/,loggingStr) (tofu-logging-structured)... [17/36]
2000Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
2001[info] compiling 6 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.13/test-classes ...
2002[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2003[warn] Option -Xkind-projector was updated
2004[warn] two warnings found
2005[info] done compiling
2006Starting build for ProjectRef(file:/build/repo/,loggingLayout) (tofu-logging-layout)... [18/36]
2007Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
2008[info] compiling 5 Scala sources to /build/repo/modules/logging/layout/target/jvm-2.13/classes ...
2009[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2010[warn] Option -Xkind-projector was updated
2011[warn] two warnings found
2012[info] done compiling
2013[info] compiling 1 Scala source to /build/repo/modules/logging/layout/target/jvm-2.13/test-classes ...
2014[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2015[warn] Option -Xkind-projector was updated
2016[warn] two warnings found
2017[info] done compiling
2018Starting build for ProjectRef(file:/build/repo/,loggingLog4CatsLegacy3) (tofu-logging-log4cats-legacy)... [19/36]
2019Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
2020[info] compiling 1 Scala source to /build/repo/modules/logging/interop/log4cats-legacy/target/jvm-3/classes ...
2021[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2022[warn] Option -Xkind-projector was updated
2023[warn] two warnings found
2024[info] done compiling
2025Starting build for ProjectRef(file:/build/repo/,loggingDer3) (tofu-logging-derivation)... [20/36]
2026Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
2027[info] compiling 4 Scala sources to /build/repo/modules/logging/derivation/target/jvm-3/test-classes ...
2028[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2029[warn] Option -Xkind-projector was updated
2030[warn] two warnings found
2031[info] done compiling
2032Starting build for ProjectRef(file:/build/repo/,coreCE33) (tofu-core-ce3)... [21/36]
2033Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
2034[info] compiling 18 Scala sources to /build/repo/modules/core/ce3/target/jvm-3/classes ...
2035[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2036[warn] Option -Xkind-projector was updated
2037[warn] two warnings found
2038[info] done compiling
2039[info] compiling 27 Scala sources to /build/repo/modules/core/ce3/target/jvm-3/test-classes ...
2040[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2041[warn] Option -Xkind-projector was updated
2042[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:30:78
2043[warn] 30 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends CardStorage[F] {
2044[warn] | ^
2045[warn] | unused implicit parameter
2046[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:45:78
2047[warn] 45 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, UserNotFound] })#L] extends UserStorage[F] {
2048[warn] | ^
2049[warn] | unused implicit parameter
2050[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:22:116
2051[warn] 22 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2052[warn] | ^
2053[warn] | unused implicit parameter
2054[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:27:116
2055[warn] 27 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2056[warn] | ^
2057[warn] | unused implicit parameter
2058[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:32:116
2059[warn] 32 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2060[warn] | ^
2061[warn] | unused implicit parameter
2062[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:42:10
2063[warn] 42 | })#L: Timeout
2064[warn] | ^
2065[warn] | unused implicit parameter
2066[warn] 8 warnings found
2067[info] done compiling
2068Starting build for ProjectRef(file:/build/repo/,loggingStr2_12) (tofu-logging-structured)... [22/36]
2069Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
2070[info] compiling 52 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.12/classes ...
2071[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2072[warn] Option -Xkind-projector was updated
2073[warn] two warnings found
2074[info] done compiling
2075[info] compiling 6 Scala sources to /build/repo/modules/logging/structured/target/jvm-2.12/test-classes ...
2076[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2077[warn] Option -Xkind-projector was updated
2078[warn] two warnings found
2079[info] done compiling
2080Starting build for ProjectRef(file:/build/repo/,kernelCatsMtlInterop3) (tofu-kernel-cats-mtl)... [23/36]
2081Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
2082[info] compiling 5 Scala sources to /build/repo/modules/kernel/interop/cats-mtl/target/jvm-3/classes ...
2083[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2084[warn] Option -Xkind-projector was updated
2085[warn] two warnings found
2086[info] done compiling
2087[info] compiling 3 Scala sources to /build/repo/modules/kernel/interop/cats-mtl/target/jvm-3/test-classes ...
2088[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2089[warn] Option -Xkind-projector was updated
2090[warn] two warnings found
2091[info] done compiling
2092Starting build for ProjectRef(file:/build/repo/,streams) (tofu-streams)... [24/36]
2093Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
2094[info] compiling 23 Scala sources to /build/repo/modules/streams/target/jvm-2.13/classes ...
2095[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2096[warn] Option -Xkind-projector was updated
2097[warn] two warnings found
2098[info] done compiling
2099[info] compiling 1 Scala source to /build/repo/modules/streams/target/jvm-2.13/test-classes ...
2100[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2101[warn] Option -Xkind-projector was updated
2102[warn] two warnings found
2103[info] done compiling
2104Starting build for ProjectRef(file:/build/repo/,higherKindCore3) (tofu-core-higher-kind)... [25/36]
2105Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
2106[info] compiling 5 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-3/test-classes ...
2107[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2108[warn] Option -Xkind-projector was updated
2109[warn] two warnings found
2110[info] done compiling
2111Starting build for ProjectRef(file:/build/repo/,loggingDerivationAnnotations) (tofu-logging-derivation-annotations)... [26/36]
2112Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
2113Starting build for ProjectRef(file:/build/repo/,logging) (tofu-logging)... [27/36]
2114Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -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
2115Starting build for ProjectRef(file:/build/repo/,loggingStr3) (tofu-logging-structured)... [28/36]
2116Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
2117[info] compiling 6 Scala sources to /build/repo/modules/logging/structured/target/jvm-3/test-classes ...
2118[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2119[warn] Option -Xkind-projector was updated
2120[warn] two warnings found
2121[info] done compiling
2122Starting build for ProjectRef(file:/build/repo/,coreCE3) (tofu-core-ce3)... [29/36]
2123Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
2124[info] compiling 27 Scala sources to /build/repo/modules/core/ce3/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] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:30:78
2128[warn] 30 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends CardStorage[F] {
2129[warn] | ^
2130[warn] | unused implicit parameter
2131[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/examples/TofuRaiseExamples.scala:45:78
2132[warn] 45 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, UserNotFound] })#L] extends UserStorage[F] {
2133[warn] | ^
2134[warn] | unused implicit parameter
2135[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:22:116
2136[warn] 22 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2137[warn] | ^
2138[warn] | unused implicit parameter
2139[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:27:116
2140[warn] 27 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2141[warn] | ^
2142[warn] | unused implicit parameter
2143[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:32:116
2144[warn] 32 | F[_]: Monad: ({ type L[x[_]] = Raise[x, CommonError] })#L: ({ type L[x[_]] = Raise[x, AnotherCommonError] })#L
2145[warn] | ^
2146[warn] | unused implicit parameter
2147[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce3/src/test/scala/tofu/syntax/FindRaiseSuite.scala:42:10
2148[warn] 42 | })#L: Timeout
2149[warn] | ^
2150[warn] | unused implicit parameter
2151[warn] 8 warnings found
2152[info] done compiling
2153Starting build for ProjectRef(file:/build/repo/,loggingRefined3) (tofu-logging-refined)... [30/36]
2154Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
2155[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-3/classes ...
2156[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2157[warn] Option -Xkind-projector was updated
2158[warn] two warnings found
2159[info] done compiling
2160[info] compiling 1 Scala source to /build/repo/modules/logging/interop/refined/target/jvm-3/test-classes ...
2161[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2162[warn] Option -Xkind-projector was updated
2163[warn] two warnings found
2164[info] done compiling
2165Starting build for ProjectRef(file:/build/repo/,loggingLog4Cats2_12) (tofu-logging-log4cats)... [31/36]
2166Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
2167[info] compiling 1 Scala source to /build/repo/modules/logging/interop/log4cats/target/jvm-2.12/classes ...
2168[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2169[warn] Option -Xkind-projector was updated
2170[warn] two warnings found
2171[info] done compiling
2172Starting build for ProjectRef(file:/build/repo/,coreCE22_12) (tofu-core-ce2)... [32/36]
2173Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
2174[info] compiling 19 Scala sources to /build/repo/modules/core/ce2/target/jvm-2.12/classes ...
2175[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2176[warn] Option -Xkind-projector was updated
2177[warn] two warnings found
2178[info] done compiling
2179[info] compiling 27 Scala sources to /build/repo/modules/core/ce2/target/jvm-2.12/test-classes ...
2180[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2181[warn] Option -Xkind-projector was updated
2182[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce2/src/test/scala/tofu/examples/TofuRaiseExamples.scala:29:78
2183[warn] 29 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends CardStorage[F] {
2184[warn] | ^
2185[warn] | unused implicit parameter
2186[warn] -- [E198] Unused Symbol Warning: /build/repo/modules/core/ce2/src/test/scala/tofu/examples/TofuRaiseExamples.scala:44:78
2187[warn] 44 | private final class Impl[F[_]: ({ type L[x[_]] = Raise[x, CardNotFound] })#L] extends UserStorage[F] {
2188[warn] | ^
2189[warn] | unused implicit parameter
2190[warn] four warnings found
2191[info] done compiling
2192Starting build for ProjectRef(file:/build/repo/,higherKindCore2_12) (tofu-core-higher-kind)... [33/36]
2193Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
2194[info] compiling 5 Scala sources to /build/repo/modules/kernel/higherKind/target/jvm-2.12/test-classes ...
2195[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2196[warn] Option -Xkind-projector was updated
2197[warn] two warnings found
2198[info] done compiling
2199Starting build for ProjectRef(file:/build/repo/,repo) (repo)... [34/36]
2200Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.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
2201Starting build for ProjectRef(file:/build/repo/,fs2CE3Interop) (tofu-fs2-ce3-interop)... [35/36]
2202Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-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
2203[info] compiling 4 Scala sources to /build/repo/modules/interop/fs2/ce3/target/jvm-2.13/classes ...
2204[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2205[warn] Option -Xkind-projector was updated
2206[warn] two warnings found
2207[info] done compiling
2208[info] compiling 1 Scala source to /build/repo/modules/interop/fs2/ce3/target/jvm-2.13/test-classes ...
2209[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2210[warn] Option -Xkind-projector was updated
2211[warn] two warnings found
2212[info] done compiling
2213
2214************************
2215Build summary:
2216[{
2217 "module": "tofu-zio2-logging",
2218 "compile": {"status": "ok", "tookMs": 38563, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2219 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2220 "test-compile": {"status": "ok", "tookMs": 6893, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2221 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2222 "publish": {"status": "skipped", "tookMs": 0},
2223 "metadata": {
2224 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2225}
2226},{
2227 "module": "tofu-observable",
2228 "compile": {"status": "ok", "tookMs": 376, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2229 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2230 "test-compile": {"status": "ok", "tookMs": 1058, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2231 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2232 "publish": {"status": "skipped", "tookMs": 0},
2233 "metadata": {
2234 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2235}
2236},{
2237 "module": "tofu-kernel",
2238 "compile": {"status": "ok", "tookMs": 11857, "warnings": 5, "errors": 0, "sourceVersion": "3.8"},
2239 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2240 "test-compile": {"status": "ok", "tookMs": 1555, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2241 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2242 "publish": {"status": "skipped", "tookMs": 0},
2243 "metadata": {
2244 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2245}
2246},{
2247 "module": "tofu-streams",
2248 "compile": {"status": "ok", "tookMs": 9574, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2249 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2250 "test-compile": {"status": "ok", "tookMs": 731, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2251 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2252 "publish": {"status": "skipped", "tookMs": 0},
2253 "metadata": {
2254 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2255}
2256},{
2257 "module": "tofu-logging-logstash-logback",
2258 "compile": {"status": "ok", "tookMs": 3624, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2259 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2260 "test-compile": {"status": "ok", "tookMs": 2032, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2261 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2262 "publish": {"status": "skipped", "tookMs": 0},
2263 "metadata": {
2264 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2265}
2266},{
2267 "module": "tofu-logging-derivation-annotations",
2268 "compile": {"status": "ok", "tookMs": 327, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2269 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2270 "test-compile": {"status": "ok", "tookMs": 111, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2271 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2272 "publish": {"status": "skipped", "tookMs": 0},
2273 "metadata": {
2274 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2275}
2276},{
2277 "module": "tofu-logging-derivation-annotations",
2278 "compile": {"status": "ok", "tookMs": 39, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2279 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2280 "test-compile": {"status": "ok", "tookMs": 89, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2281 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2282 "publish": {"status": "skipped", "tookMs": 0},
2283 "metadata": {
2284 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2285}
2286},{
2287 "module": "tofu-logging-derivation",
2288 "compile": {"status": "ok", "tookMs": 227, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2289 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2290 "test-compile": {"status": "ok", "tookMs": 2822, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2291 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2292 "publish": {"status": "skipped", "tookMs": 0},
2293 "metadata": {
2294 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2295}
2296},{
2297 "module": "tofu-logging-logstash-logback",
2298 "compile": {"status": "ok", "tookMs": 664, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2299 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2300 "test-compile": {"status": "ok", "tookMs": 1502, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2301 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2302 "publish": {"status": "skipped", "tookMs": 0},
2303 "metadata": {
2304 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2305}
2306},{
2307 "module": "tofu-logging-refined",
2308 "compile": {"status": "ok", "tookMs": 437, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2309 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2310 "test-compile": {"status": "ok", "tookMs": 760, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2311 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2312 "publish": {"status": "skipped", "tookMs": 0},
2313 "metadata": {
2314 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2315}
2316},{
2317 "module": "tofu-logging-shapeless",
2318 "compile": {"status": "ok", "tookMs": 184, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2319 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2320 "test-compile": {"status": "ok", "tookMs": 296, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2321 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2322 "publish": {"status": "skipped", "tookMs": 0},
2323 "metadata": {
2324 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2325}
2326},{
2327 "module": "tofu-logging-log4cats",
2328 "compile": {"status": "ok", "tookMs": 493, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2329 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2330 "test-compile": {"status": "ok", "tookMs": 300, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2331 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2332 "publish": {"status": "skipped", "tookMs": 0},
2333 "metadata": {
2334 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2335}
2336},{
2337 "module": "tofu-kernel",
2338 "compile": {"status": "ok", "tookMs": 107, "warnings": 5, "errors": 0, "sourceVersion": "3.8"},
2339 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2340 "test-compile": {"status": "ok", "tookMs": 1191, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2341 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2342 "publish": {"status": "skipped", "tookMs": 0},
2343 "metadata": {
2344 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2345}
2346},{
2347 "module": "tofu-logging-enumeratum",
2348 "compile": {"status": "ok", "tookMs": 394, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2349 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2350 "test-compile": {"status": "ok", "tookMs": 226, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2351 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2352 "publish": {"status": "skipped", "tookMs": 0},
2353 "metadata": {
2354 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2355}
2356},{
2357 "module": "tofu-zio2-core",
2358 "compile": {"status": "ok", "tookMs": 198, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2359 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2360 "test-compile": {"status": "ok", "tookMs": 1056, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2361 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2362 "publish": {"status": "skipped", "tookMs": 0},
2363 "metadata": {
2364 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2365}
2366},{
2367 "module": "tofu-core-higher-kind",
2368 "compile": {"status": "ok", "tookMs": 60, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
2369 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2370 "test-compile": {"status": "ok", "tookMs": 790, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2371 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2372 "publish": {"status": "skipped", "tookMs": 0},
2373 "metadata": {
2374 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2375}
2376},{
2377 "module": "tofu-kernel",
2378 "compile": {"status": "ok", "tookMs": 93, "warnings": 5, "errors": 0, "sourceVersion": "3.8"},
2379 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2380 "test-compile": {"status": "ok", "tookMs": 1183, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2381 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2382 "publish": {"status": "skipped", "tookMs": 0},
2383 "metadata": {
2384 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2385}
2386},{
2387 "module": "tofu-logging-structured",
2388 "compile": {"status": "ok", "tookMs": 147, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2389 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2390 "test-compile": {"status": "ok", "tookMs": 2166, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2391 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2392 "publish": {"status": "skipped", "tookMs": 0},
2393 "metadata": {
2394 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2395}
2396},{
2397 "module": "tofu-logging-layout",
2398 "compile": {"status": "ok", "tookMs": 955, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2399 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2400 "test-compile": {"status": "ok", "tookMs": 821, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2401 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2402 "publish": {"status": "skipped", "tookMs": 0},
2403 "metadata": {
2404 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2405}
2406},{
2407 "module": "tofu-logging-log4cats-legacy",
2408 "compile": {"status": "ok", "tookMs": 585, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2409 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2410 "test-compile": {"status": "ok", "tookMs": 326, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2411 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2412 "publish": {"status": "skipped", "tookMs": 0},
2413 "metadata": {
2414 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2415}
2416},{
2417 "module": "tofu-logging-derivation",
2418 "compile": {"status": "ok", "tookMs": 299, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2419 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2420 "test-compile": {"status": "ok", "tookMs": 2521, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2421 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2422 "publish": {"status": "skipped", "tookMs": 0},
2423 "metadata": {
2424 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2425}
2426},{
2427 "module": "tofu-core-ce3",
2428 "compile": {"status": "ok", "tookMs": 1846, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2429 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2430 "test-compile": {"status": "ok", "tookMs": 6219, "warnings": 6, "errors": 0, "sourceVersion": "3.8"},
2431 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2432 "publish": {"status": "skipped", "tookMs": 0},
2433 "metadata": {
2434 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2435}
2436},{
2437 "module": "tofu-logging-structured",
2438 "compile": {"status": "ok", "tookMs": 2509, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2439 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2440 "test-compile": {"status": "ok", "tookMs": 1645, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2441 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2442 "publish": {"status": "skipped", "tookMs": 0},
2443 "metadata": {
2444 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2445}
2446},{
2447 "module": "tofu-kernel-cats-mtl",
2448 "compile": {"status": "ok", "tookMs": 537, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2449 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2450 "test-compile": {"status": "ok", "tookMs": 541, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2451 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2452 "publish": {"status": "skipped", "tookMs": 0},
2453 "metadata": {
2454 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2455}
2456},{
2457 "module": "tofu-streams",
2458 "compile": {"status": "ok", "tookMs": 868, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2459 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2460 "test-compile": {"status": "ok", "tookMs": 690, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2461 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2462 "publish": {"status": "skipped", "tookMs": 0},
2463 "metadata": {
2464 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2465}
2466},{
2467 "module": "tofu-core-higher-kind",
2468 "compile": {"status": "ok", "tookMs": 63, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
2469 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2470 "test-compile": {"status": "ok", "tookMs": 540, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2471 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2472 "publish": {"status": "skipped", "tookMs": 0},
2473 "metadata": {
2474 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2475}
2476},{
2477 "module": "tofu-logging-derivation-annotations",
2478 "compile": {"status": "ok", "tookMs": 61, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2479 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2480 "test-compile": {"status": "ok", "tookMs": 118, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2481 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2482 "publish": {"status": "skipped", "tookMs": 0},
2483 "metadata": {
2484 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2485}
2486},{
2487 "module": "tofu-logging",
2488 "compile": {"status": "ok", "tookMs": 650, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2489 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2490 "test-compile": {"status": "ok", "tookMs": 764, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2491 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2492 "publish": {"status": "skipped", "tookMs": 0},
2493 "metadata": {
2494 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2495}
2496},{
2497 "module": "tofu-logging-structured",
2498 "compile": {"status": "ok", "tookMs": 190, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2499 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2500 "test-compile": {"status": "ok", "tookMs": 2037, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2501 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2502 "publish": {"status": "skipped", "tookMs": 0},
2503 "metadata": {
2504 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2505}
2506},{
2507 "module": "tofu-core-ce3",
2508 "compile": {"status": "ok", "tookMs": 252, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2509 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2510 "test-compile": {"status": "ok", "tookMs": 6078, "warnings": 6, "errors": 0, "sourceVersion": "3.8"},
2511 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2512 "publish": {"status": "skipped", "tookMs": 0},
2513 "metadata": {
2514 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2515}
2516},{
2517 "module": "tofu-logging-refined",
2518 "compile": {"status": "ok", "tookMs": 500, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2519 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2520 "test-compile": {"status": "ok", "tookMs": 872, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2521 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2522 "publish": {"status": "skipped", "tookMs": 0},
2523 "metadata": {
2524 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2525}
2526},{
2527 "module": "tofu-logging-log4cats",
2528 "compile": {"status": "ok", "tookMs": 563, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2529 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2530 "test-compile": {"status": "ok", "tookMs": 377, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2531 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2532 "publish": {"status": "skipped", "tookMs": 0},
2533 "metadata": {
2534 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2535}
2536},{
2537 "module": "tofu-core-ce2",
2538 "compile": {"status": "ok", "tookMs": 1387, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2539 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2540 "test-compile": {"status": "ok", "tookMs": 5593, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
2541 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2542 "publish": {"status": "skipped", "tookMs": 0},
2543 "metadata": {
2544 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2545}
2546},{
2547 "module": "tofu-core-higher-kind",
2548 "compile": {"status": "ok", "tookMs": 76, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
2549 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2550 "test-compile": {"status": "ok", "tookMs": 640, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2551 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2552 "publish": {"status": "skipped", "tookMs": 0},
2553 "metadata": {
2554 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2555}
2556},{
2557 "module": "repo",
2558 "compile": {"status": "ok", "tookMs": 93, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2559 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2560 "test-compile": {"status": "ok", "tookMs": 146, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2561 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2562 "publish": {"status": "skipped", "tookMs": 0},
2563 "metadata": {
2564 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2565}
2566},{
2567 "module": "tofu-fs2-ce3-interop",
2568 "compile": {"status": "ok", "tookMs": 998, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2569 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2570 "test-compile": {"status": "ok", "tookMs": 740, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2571 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2572 "publish": {"status": "skipped", "tookMs": 0},
2573 "metadata": {
2574 "crossScalaVersions": ["2.13.16", "2.12.20", "3.3.6"]
2575}
2576}]
2577************************
2578[success] Total time: 174 s (0:02:54.0), completed Nov 14, 2025, 9:01:34 PM
2579[0JChecking patch project/plugins.sbt...
2580Checking patch project/build.properties...
2581Checking patch project/Dependencies.scala...
2582Checking patch modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala...
2583Checking patch modules/kernel/src/main/scala/tofu/syntax/context.scala...
2584Checking patch modules/kernel/src/main/scala/tofu/data/Embedded.scala...
2585Checking patch build.sbt...
2586Applied patch project/plugins.sbt cleanly.
2587Applied patch project/build.properties cleanly.
2588Applied patch project/Dependencies.scala cleanly.
2589Applied patch modules/logging/derivation/src/test/scala-3/tofu/logging/derivation/DerivedLoggableScala3Suite.scala cleanly.
2590Applied patch modules/kernel/src/main/scala/tofu/syntax/context.scala cleanly.
2591Applied patch modules/kernel/src/main/scala/tofu/data/Embedded.scala cleanly.
2592Applied patch build.sbt cleanly.