Build Logs
geirolz/toolkit • scheduled_3.8.1-RC1-bin-20251122-91351e3-NIGHTLY
Errors
201
Warnings
13
Total Lines
484
1##################################
2Clonning https://github.com/geirolz/toolkit.git into /build/repo using revision v0.1.0-RC4
3##################################
4Note: switching to '502257dfa26cc6a77fffe835d9c461d8bd7e8bc9'.
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
21Using target Scala version for migration: 3.7.4-RC2
22Migrating project for -source:3.7 using Scala 3.7.4-RC2
23----
24Preparing build for 3.7.4-RC2
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.7-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28
29Try apply source patch:
30Path: examples/src/main/scala/com/geirolz/example/app/AppMain.scala
31Pattern: .withLogger(Slf4jLogger.create[IO])
32Replacement: .withLogger(_ => Slf4jLogger.create[IO])
33Starting compilation server
34Compiling project (Scala 3.7.3, JVM (17))
35Compiled project (Scala 3.7.3, JVM (17))
36Failed to apply pattern '.withLogger(Slf4jLogger.create[IO])' in examples/src/main/scala/com/geirolz/example/app/AppMain.scala
37
38Try apply source patch:
39Path: examples/src/main/scala/com/geirolz/example/app/AppConfig.scala
40Pattern: case class HttpServerConfig(port: Port, host: Hostname)
41Replacement: import AppConfig.given
42case class HttpServerConfig(port: Port, host: Hostname) derives Encoder
43Successfully applied pattern 'case class HttpServerConfig(port: Port, host: Hostname)' in examples/src/main/scala/com/geirolz/example/app/AppConfig.scala
44
45Try apply source patch:
46Path: examples/src/main/scala/com/geirolz/example/app/AppConfig.scala
47Pattern: case class KafkaBrokerSetting(host: Hostname)
48Replacement: case class KafkaBrokerSetting(host: Hostname) derives Encoder
49Successfully applied pattern 'case class KafkaBrokerSetting(host: Hostname)' in examples/src/main/scala/com/geirolz/example/app/AppConfig.scala
50----
51Starting build for 3.7.4-RC2
52Execute tests: false
53sbt project found:
54Sbt version 1.10.1 is not supported, minimal supported version is 1.11.5
55Enforcing usage of sbt in version 1.11.5
56No prepare script found for project geirolz/toolkit
57/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
58##################################
59Scala version: 3.7.4-RC2
60Targets: com.github.geirolz%toolkit com.github.geirolz%toolkit-fly4s com.github.geirolz%toolkit-log4cats com.github.geirolz%toolkit-odin com.github.geirolz%toolkit-pureconfig com.github.geirolz%toolkit-testing
61Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set examples/scalacOptions -= \"-language:strictEquality\" "],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"examples/src/main/scala/com/geirolz/example/app/AppMain.scala","pattern":".withLogger(Slf4jLogger.create[IO])","replaceWith":".withLogger(_ => Slf4jLogger.create[IO])"},{"path":"examples/src/main/scala/com/geirolz/example/app/AppConfig.scala","pattern":"case class HttpServerConfig(port: Port, host: Hostname)","replaceWith":"import AppConfig.given\ncase class HttpServerConfig(port: Port, host: Hostname) derives Encoder"},{"path":"examples/src/main/scala/com/geirolz/example/app/AppConfig.scala","pattern":"case class KafkaBrokerSetting(host: Hostname)","replaceWith":"case class KafkaBrokerSetting(host: Hostname) derives Encoder"}]}
62##################################
63Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
64Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
65[sbt_options] declare -a sbt_options=()
66[process_args] java_version = '17'
67[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
68# Executing command line:
69java
70-Dfile.encoding=UTF-8
71-Dcommunitybuild.scala=3.7.4-RC2
72-Dcommunitybuild.project.dependencies.add=
73-Xmx7G
74-Xms4G
75-Xss8M
76-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
77-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
78-jar
79/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
80"setCrossScalaVersions 3.7.4-RC2"
81"++3.7.4-RC2 -v"
82"mapScalacOptions "-rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
83"set every credentials := Nil"
84"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
85"removeScalacOptionsStartingWith -P:wartremover"
86"set examples/scalacOptions -= "-language:strictEquality" "
87moduleMappings
88"runBuild 3.7.4-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set examples/scalacOptions -= \"-language:strictEquality\" "],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"examples/src/main/scala/com/geirolz/example/app/AppMain.scala","pattern":".withLogger(Slf4jLogger.create[IO])","replaceWith":".withLogger(_ => Slf4jLogger.create[IO])"},{"path":"examples/src/main/scala/com/geirolz/example/app/AppConfig.scala","pattern":"case class HttpServerConfig(port: Port, host: Hostname)","replaceWith":"import AppConfig.given\ncase class HttpServerConfig(port: Port, host: Hostname) derives Encoder"},{"path":"examples/src/main/scala/com/geirolz/example/app/AppConfig.scala","pattern":"case class KafkaBrokerSetting(host: Hostname)","replaceWith":"case class KafkaBrokerSetting(host: Hostname) derives Encoder"}]}""" com.github.geirolz%toolkit com.github.geirolz%toolkit-fly4s com.github.geirolz%toolkit-log4cats com.github.geirolz%toolkit-odin com.github.geirolz%toolkit-pureconfig com.github.geirolz%toolkit-testing"
89
90[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
91[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
92[info] loading project definition from /build/repo/project
93[info] compiling 5 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
94[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
95[info] Compilation completed in 8.072s.
96[warn] /build/repo/project/PrjResolvers.scala:7:14: method sonatypeOssRepos in class ResolverFunctions is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
97[warn] resolvers += Resolver.sonatypeCentralSnapshots
98[warn] Resolver.sonatypeOssRepos("public"),
99[warn] ^
100[warn] /build/repo/project/PrjResolvers.scala:8:14: method sonatypeOssRepos in class ResolverFunctions is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
101[warn] resolvers += Resolver.sonatypeCentralSnapshots
102[warn] Resolver.sonatypeOssRepos("snapshots"),
103[warn] ^
104[warn] /build/repo/project/PrjResolvers.scala:9:14: method sonatypeOssRepos in class ResolverFunctions is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
105[warn] resolvers += Resolver.sonatypeCentralSnapshots
106[warn] Resolver.sonatypeOssRepos("releases"),
107[warn] ^
108[warn] three warnings found
109[info] done compiling
110[info] loading settings for project root from build.sbt...
111[info] set current project to toolkit (in build file:/build/repo/)
112Execute setCrossScalaVersions: 3.7.4-RC2
113OpenCB::Changing crossVersion 3.5.0 -> 3.7.4-RC2 in testing/crossScalaVersions
114OpenCB::Changing crossVersion 3.5.0 -> 3.7.4-RC2 in core/crossScalaVersions
115OpenCB::Changing crossVersion 3.5.0 -> 3.7.4-RC2 in odin/crossScalaVersions
116OpenCB::Changing crossVersion 3.5.0 -> 3.7.4-RC2 in fly4s/crossScalaVersions
117OpenCB::Changing crossVersion 3.5.0 -> 3.7.4-RC2 in log4cats/crossScalaVersions
118OpenCB::Changing crossVersion 3.5.0 -> 3.7.4-RC2 in pureconfig/crossScalaVersions
119OpenCB::Changing crossVersion 3.5.0 -> 3.7.4-RC2 in docs/crossScalaVersions
120OpenCB::Changing crossVersion 3.5.0 -> 3.7.4-RC2 in root/crossScalaVersions
121OpenCB::Limitting incorrect crossVersions List() -> List(3.7.4-RC2) in root/crossScalaVersions
122OpenCB::Changing crossVersion 3.5.0 -> 3.7.4-RC2 in examples/crossScalaVersions
123[info] set current project to toolkit (in build file:/build/repo/)
124[info] Setting Scala version to 3.7.4-RC2 on 9 projects.
125[info] Switching Scala version on:
126[info] examples (3.7.4-RC2)
127[info] * root (3.7.4-RC2)
128[info] odin (3.7.4-RC2)
129[info] docs (3.7.4-RC2)
130[info] pureconfig (3.7.4-RC2)
131[info] log4cats (3.7.4-RC2)
132[info] testing (3.7.4-RC2)
133[info] core (3.7.4-RC2)
134[info] fly4s (3.7.4-RC2)
135[info] Excluding projects:
136[info] Reapplying settings...
137[info] set current project to toolkit (in build file:/build/repo/)
138Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
139[info] Reapplying settings...
140[info] set current project to toolkit (in build file:/build/repo/)
141[info] Defining Global / credentials, core / credentials and 7 others.
142[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 89 others.
143[info] Run `last` for details.
144[info] Reapplying settings...
145[info] set current project to toolkit (in build file:/build/repo/)
146Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
147[info] Reapplying settings...
148OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
149
150 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
151 Did you mean allExcludeDependencies ?
152 , retry without global scopes
153[info] Reapplying settings...
154[info] set current project to toolkit (in build file:/build/repo/)
155Execute removeScalacOptionsStartingWith: -P:wartremover
156[info] Reapplying settings...
157[info] set current project to toolkit (in build file:/build/repo/)
158[info] Defining examples / scalacOptions
159[info] The new value will be used by examples / Compile / scalacOptions
160[info] Reapplying settings...
161[info] set current project to toolkit (in build file:/build/repo/)
162[success] Total time: 0 s, completed Nov 22, 2025, 3:06:57 PM
163Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":["set examples/scalacOptions -= \"-language:strictEquality\" "],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"examples/src/main/scala/com/geirolz/example/app/AppMain.scala","pattern":".withLogger(Slf4jLogger.create[IO])","replaceWith":".withLogger(_ => Slf4jLogger.create[IO])"},{"path":"examples/src/main/scala/com/geirolz/example/app/AppConfig.scala","pattern":"case class HttpServerConfig(port: Port, host: Hostname)","replaceWith":"import AppConfig.given\ncase class HttpServerConfig(port: Port, host: Hostname) derives Encoder"},{"path":"examples/src/main/scala/com/geirolz/example/app/AppConfig.scala","pattern":"case class KafkaBrokerSetting(host: Hostname)","replaceWith":"case class KafkaBrokerSetting(host: Hostname) derives Encoder"}]}
164Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
165Starting build...
166Projects: Set(examples, odin, pureconfig, log4cats, testing, core, fly4s)
167Starting build for ProjectRef(file:/build/repo/,testing) (toolkit-testing)... [0/7]
168OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
169OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
170OpenCB::Filter out '-indent', matches setting pattern '^-?-indent'
171OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
172OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
173OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
174OpenCB::Filter out '-source', matches setting pattern '^-?-source(:.*)?'
175Compile scalacOptions: -Wunused:imports, -Wunused:locals, -language:strictEquality, -Wunused:params, -Wvalue-discard, -unchecked, -encoding, UTF-8, -Xkind-projector, -language:higherKinds, -Wunused:implicits, future, -Wunused:privates, -Wnonunit-statement, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
176[info] compiling 2 Scala sources to /build/repo/testing/target/scala-3.7.4-RC2/classes ...
177[info] done compiling
178Starting build for ProjectRef(file:/build/repo/,core) (toolkit)... [1/7]
179Compile scalacOptions: -Wunused:imports, -Wunused:locals, -language:strictEquality, -Wunused:params, -Wvalue-discard, -unchecked, -encoding, UTF-8, -Xkind-projector, -language:higherKinds, -Wunused:implicits, future, -Wunused:privates, -Wnonunit-statement, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
180[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
181[error] -- [E007] Type Mismatch Error: /build/repo/core/src/main/scala/com/geirolz/app/toolkit/App.scala:79:124
182[error] 79 | dependenciesLoader: AppContext.NoDeps[APP_INFO2, LOGGER_T2[G], CONFIG2, RES2] ?=> Resource[G, FAILURE2 \/ DEPS2] = this.depsLoader,
183[error] | ^^^^^^^^^^^^^^^
184[error] | Found: cats.effect.kernel.Resource[F, Either[FAILURE, DEPENDENCIES]]
185[error] | Required: cats.effect.kernel.Resource[G, Either[FAILURE2, DEPS2]]
186[error] |
187[error] | where: F is a type in class App with bounds <: [_] =>> Any
188[error] |
189[error] | longer explanation available when compiling with `-explain`
190[error] one error found
191[error] (core / Compile / compileIncremental) Compilation failed
192[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
193[error] -- [E007] Type Mismatch Error: /build/repo/core/src/main/scala/com/geirolz/app/toolkit/App.scala:79:124
194[error] 79 | dependenciesLoader: AppContext.NoDeps[APP_INFO2, LOGGER_T2[G], CONFIG2, RES2] ?=> Resource[G, FAILURE2 \/ DEPS2] = this.depsLoader,
195[error] | ^^^^^^^^^^^^^^^
196[error] | Found: cats.effect.kernel.Resource[F, Either[FAILURE, DEPENDENCIES]]
197[error] | Required: cats.effect.kernel.Resource[G, Either[FAILURE2, DEPS2]]
198[error] |
199[error] | where: F is a type in class App with bounds <: [_] =>> Any
200[error] |
201[error] | longer explanation available when compiling with `-explain`
202[error] one error found
203[error] (core / Compile / compileIncremental) Compilation failed
204[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
205[error] -- [E007] Type Mismatch Error: /build/repo/core/src/main/scala/com/geirolz/app/toolkit/App.scala:79:124
206[error] 79 | dependenciesLoader: AppContext.NoDeps[APP_INFO2, LOGGER_T2[G], CONFIG2, RES2] ?=> Resource[G, FAILURE2 \/ DEPS2] = this.depsLoader,
207[error] | ^^^^^^^^^^^^^^^
208[error] | Found: cats.effect.kernel.Resource[F, Either[FAILURE, DEPENDENCIES]]
209[error] | Required: cats.effect.kernel.Resource[G, Either[FAILURE2, DEPS2]]
210[error] |
211[error] | where: F is a type in class App with bounds <: [_] =>> Any
212[error] |
213[error] | longer explanation available when compiling with `-explain`
214[error] one error found
215[error] (core / Compile / compileIncremental) Compilation failed
216Starting build for ProjectRef(file:/build/repo/,pureconfig) (toolkit-pureconfig)... [2/7]
217Compile scalacOptions: -Wunused:imports, -Wunused:locals, -language:strictEquality, -Wunused:params, -Wvalue-discard, -unchecked, -encoding, UTF-8, -Xkind-projector, -language:higherKinds, -Wunused:implicits, future, -Wunused:privates, -Wnonunit-statement, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
218[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
219[error] -- [E007] Type Mismatch Error: /build/repo/core/src/main/scala/com/geirolz/app/toolkit/App.scala:79:124
220[error] 79 | dependenciesLoader: AppContext.NoDeps[APP_INFO2, LOGGER_T2[G], CONFIG2, RES2] ?=> Resource[G, FAILURE2 \/ DEPS2] = this.depsLoader,
221[error] | ^^^^^^^^^^^^^^^
222[error] | Found: cats.effect.kernel.Resource[F, Either[FAILURE, DEPENDENCIES]]
223[error] | Required: cats.effect.kernel.Resource[G, Either[FAILURE2, DEPS2]]
224[error] |
225[error] | where: F is a type in class App with bounds <: [_] =>> Any
226[error] |
227[error] | longer explanation available when compiling with `-explain`
228[error] one error found
229[error] (core / Compile / compileIncremental) Compilation failed
230[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
231[error] -- [E007] Type Mismatch Error: /build/repo/core/src/main/scala/com/geirolz/app/toolkit/App.scala:79:124
232[error] 79 | dependenciesLoader: AppContext.NoDeps[APP_INFO2, LOGGER_T2[G], CONFIG2, RES2] ?=> Resource[G, FAILURE2 \/ DEPS2] = this.depsLoader,
233[error] | ^^^^^^^^^^^^^^^
234[error] | Found: cats.effect.kernel.Resource[F, Either[FAILURE, DEPENDENCIES]]
235[error] | Required: cats.effect.kernel.Resource[G, Either[FAILURE2, DEPS2]]
236[error] |
237[error] | where: F is a type in class App with bounds <: [_] =>> Any
238[error] |
239[error] | longer explanation available when compiling with `-explain`
240[error] one error found
241[error] (core / Compile / compileIncremental) Compilation failed
242[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
243[error] -- [E007] Type Mismatch Error: /build/repo/core/src/main/scala/com/geirolz/app/toolkit/App.scala:79:124
244[error] 79 | dependenciesLoader: AppContext.NoDeps[APP_INFO2, LOGGER_T2[G], CONFIG2, RES2] ?=> Resource[G, FAILURE2 \/ DEPS2] = this.depsLoader,
245[error] | ^^^^^^^^^^^^^^^
246[error] | Found: cats.effect.kernel.Resource[F, Either[FAILURE, DEPENDENCIES]]
247[error] | Required: cats.effect.kernel.Resource[G, Either[FAILURE2, DEPS2]]
248[error] |
249[error] | where: F is a type in class App with bounds <: [_] =>> Any
250[error] |
251[error] | longer explanation available when compiling with `-explain`
252[error] one error found
253[error] (core / Compile / compileIncremental) Compilation failed
254Starting build for ProjectRef(file:/build/repo/,fly4s) (toolkit-fly4s)... [3/7]
255Compile scalacOptions: -Wunused:imports, -Wunused:locals, -language:strictEquality, -Wunused:params, -Wvalue-discard, -unchecked, -encoding, UTF-8, -Xkind-projector, -language:higherKinds, -Wunused:implicits, future, -Wunused:privates, -Wnonunit-statement, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
256[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
257[error] -- [E007] Type Mismatch Error: /build/repo/core/src/main/scala/com/geirolz/app/toolkit/App.scala:79:124
258[error] 79 | dependenciesLoader: AppContext.NoDeps[APP_INFO2, LOGGER_T2[G], CONFIG2, RES2] ?=> Resource[G, FAILURE2 \/ DEPS2] = this.depsLoader,
259[error] | ^^^^^^^^^^^^^^^
260[error] | Found: cats.effect.kernel.Resource[F, Either[FAILURE, DEPENDENCIES]]
261[error] | Required: cats.effect.kernel.Resource[G, Either[FAILURE2, DEPS2]]
262[error] |
263[error] | where: F is a type in class App with bounds <: [_] =>> Any
264[error] |
265[error] | longer explanation available when compiling with `-explain`
266[error] one error found
267[error] (core / Compile / compileIncremental) Compilation failed
268[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
269[error] -- [E007] Type Mismatch Error: /build/repo/core/src/main/scala/com/geirolz/app/toolkit/App.scala:79:124
270[error] 79 | dependenciesLoader: AppContext.NoDeps[APP_INFO2, LOGGER_T2[G], CONFIG2, RES2] ?=> Resource[G, FAILURE2 \/ DEPS2] = this.depsLoader,
271[error] | ^^^^^^^^^^^^^^^
272[error] | Found: cats.effect.kernel.Resource[F, Either[FAILURE, DEPENDENCIES]]
273[error] | Required: cats.effect.kernel.Resource[G, Either[FAILURE2, DEPS2]]
274[error] |
275[error] | where: F is a type in class App with bounds <: [_] =>> Any
276[error] |
277[error] | longer explanation available when compiling with `-explain`
278[error] one error found
279[error] (core / Compile / compileIncremental) Compilation failed
280[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
281[error] -- [E007] Type Mismatch Error: /build/repo/core/src/main/scala/com/geirolz/app/toolkit/App.scala:79:124
282[error] 79 | dependenciesLoader: AppContext.NoDeps[APP_INFO2, LOGGER_T2[G], CONFIG2, RES2] ?=> Resource[G, FAILURE2 \/ DEPS2] = this.depsLoader,
283[error] | ^^^^^^^^^^^^^^^
284[error] | Found: cats.effect.kernel.Resource[F, Either[FAILURE, DEPENDENCIES]]
285[error] | Required: cats.effect.kernel.Resource[G, Either[FAILURE2, DEPS2]]
286[error] |
287[error] | where: F is a type in class App with bounds <: [_] =>> Any
288[error] |
289[error] | longer explanation available when compiling with `-explain`
290[error] one error found
291[error] (core / Compile / compileIncremental) Compilation failed
292Starting build for ProjectRef(file:/build/repo/,odin) (toolkit-odin)... [4/7]
293Compile scalacOptions: -Wunused:imports, -Wunused:locals, -language:strictEquality, -Wunused:params, -Wvalue-discard, -unchecked, -encoding, UTF-8, -Xkind-projector, -language:higherKinds, -Wunused:implicits, future, -Wunused:privates, -Wnonunit-statement, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
294[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
295[error] -- [E007] Type Mismatch Error: /build/repo/core/src/main/scala/com/geirolz/app/toolkit/App.scala:79:124
296[error] 79 | dependenciesLoader: AppContext.NoDeps[APP_INFO2, LOGGER_T2[G], CONFIG2, RES2] ?=> Resource[G, FAILURE2 \/ DEPS2] = this.depsLoader,
297[error] | ^^^^^^^^^^^^^^^
298[error] | Found: cats.effect.kernel.Resource[F, Either[FAILURE, DEPENDENCIES]]
299[error] | Required: cats.effect.kernel.Resource[G, Either[FAILURE2, DEPS2]]
300[error] |
301[error] | where: F is a type in class App with bounds <: [_] =>> Any
302[error] |
303[error] | longer explanation available when compiling with `-explain`
304[error] one error found
305[error] (core / Compile / compileIncremental) Compilation failed
306[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
307[error] -- [E007] Type Mismatch Error: /build/repo/core/src/main/scala/com/geirolz/app/toolkit/App.scala:79:124
308[error] 79 | dependenciesLoader: AppContext.NoDeps[APP_INFO2, LOGGER_T2[G], CONFIG2, RES2] ?=> Resource[G, FAILURE2 \/ DEPS2] = this.depsLoader,
309[error] | ^^^^^^^^^^^^^^^
310[error] | Found: cats.effect.kernel.Resource[F, Either[FAILURE, DEPENDENCIES]]
311[error] | Required: cats.effect.kernel.Resource[G, Either[FAILURE2, DEPS2]]
312[error] |
313[error] | where: F is a type in class App with bounds <: [_] =>> Any
314[error] |
315[error] | longer explanation available when compiling with `-explain`
316[error] one error found
317[error] (core / Compile / compileIncremental) Compilation failed
318[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
319[error] -- [E007] Type Mismatch Error: /build/repo/core/src/main/scala/com/geirolz/app/toolkit/App.scala:79:124
320[error] 79 | dependenciesLoader: AppContext.NoDeps[APP_INFO2, LOGGER_T2[G], CONFIG2, RES2] ?=> Resource[G, FAILURE2 \/ DEPS2] = this.depsLoader,
321[error] | ^^^^^^^^^^^^^^^
322[error] | Found: cats.effect.kernel.Resource[F, Either[FAILURE, DEPENDENCIES]]
323[error] | Required: cats.effect.kernel.Resource[G, Either[FAILURE2, DEPS2]]
324[error] |
325[error] | where: F is a type in class App with bounds <: [_] =>> Any
326[error] |
327[error] | longer explanation available when compiling with `-explain`
328[error] one error found
329[error] (core / Compile / compileIncremental) Compilation failed
330Starting build for ProjectRef(file:/build/repo/,log4cats) (toolkit-log4cats)... [5/7]
331Compile scalacOptions: -Wunused:imports, -Wunused:locals, -language:strictEquality, -Wunused:params, -Wvalue-discard, -unchecked, -encoding, UTF-8, -Xkind-projector, -language:higherKinds, -Wunused:implicits, future, -Wunused:privates, -Wnonunit-statement, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
332[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
333[error] -- [E007] Type Mismatch Error: /build/repo/core/src/main/scala/com/geirolz/app/toolkit/App.scala:79:124
334[error] 79 | dependenciesLoader: AppContext.NoDeps[APP_INFO2, LOGGER_T2[G], CONFIG2, RES2] ?=> Resource[G, FAILURE2 \/ DEPS2] = this.depsLoader,
335[error] | ^^^^^^^^^^^^^^^
336[error] | Found: cats.effect.kernel.Resource[F, Either[FAILURE, DEPENDENCIES]]
337[error] | Required: cats.effect.kernel.Resource[G, Either[FAILURE2, DEPS2]]
338[error] |
339[error] | where: F is a type in class App with bounds <: [_] =>> Any
340[error] |
341[error] | longer explanation available when compiling with `-explain`
342[error] one error found
343[error] (core / Compile / compileIncremental) Compilation failed
344[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
345[error] -- [E007] Type Mismatch Error: /build/repo/core/src/main/scala/com/geirolz/app/toolkit/App.scala:79:124
346[error] 79 | dependenciesLoader: AppContext.NoDeps[APP_INFO2, LOGGER_T2[G], CONFIG2, RES2] ?=> Resource[G, FAILURE2 \/ DEPS2] = this.depsLoader,
347[error] | ^^^^^^^^^^^^^^^
348[error] | Found: cats.effect.kernel.Resource[F, Either[FAILURE, DEPENDENCIES]]
349[error] | Required: cats.effect.kernel.Resource[G, Either[FAILURE2, DEPS2]]
350[error] |
351[error] | where: F is a type in class App with bounds <: [_] =>> Any
352[error] |
353[error] | longer explanation available when compiling with `-explain`
354[error] one error found
355[error] (core / Compile / compileIncremental) Compilation failed
356[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
357[error] -- [E007] Type Mismatch Error: /build/repo/core/src/main/scala/com/geirolz/app/toolkit/App.scala:79:124
358[error] 79 | dependenciesLoader: AppContext.NoDeps[APP_INFO2, LOGGER_T2[G], CONFIG2, RES2] ?=> Resource[G, FAILURE2 \/ DEPS2] = this.depsLoader,
359[error] | ^^^^^^^^^^^^^^^
360[error] | Found: cats.effect.kernel.Resource[F, Either[FAILURE, DEPENDENCIES]]
361[error] | Required: cats.effect.kernel.Resource[G, Either[FAILURE2, DEPS2]]
362[error] |
363[error] | where: F is a type in class App with bounds <: [_] =>> Any
364[error] |
365[error] | longer explanation available when compiling with `-explain`
366[error] one error found
367[error] (core / Compile / compileIncremental) Compilation failed
368Starting build for ProjectRef(file:/build/repo/,examples) (toolkit)... [6/7]
369Compile scalacOptions: -Wunused:imports, -Wunused:locals, -Wunused:params, -Wvalue-discard, -unchecked, -encoding, UTF-8, -Xkind-projector, -language:higherKinds, -Wunused:implicits, future, -Wunused:privates, -Wnonunit-statement, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
370[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
371[error] -- [E007] Type Mismatch Error: /build/repo/core/src/main/scala/com/geirolz/app/toolkit/App.scala:79:124
372[error] 79 | dependenciesLoader: AppContext.NoDeps[APP_INFO2, LOGGER_T2[G], CONFIG2, RES2] ?=> Resource[G, FAILURE2 \/ DEPS2] = this.depsLoader,
373[error] | ^^^^^^^^^^^^^^^
374[error] | Found: cats.effect.kernel.Resource[F, Either[FAILURE, DEPENDENCIES]]
375[error] | Required: cats.effect.kernel.Resource[G, Either[FAILURE2, DEPS2]]
376[error] |
377[error] | where: F is a type in class App with bounds <: [_] =>> Any
378[error] |
379[error] | longer explanation available when compiling with `-explain`
380[error] one error found
381[error] (core / Compile / compileIncremental) Compilation failed
382[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
383[error] -- [E007] Type Mismatch Error: /build/repo/core/src/main/scala/com/geirolz/app/toolkit/App.scala:79:124
384[error] 79 | dependenciesLoader: AppContext.NoDeps[APP_INFO2, LOGGER_T2[G], CONFIG2, RES2] ?=> Resource[G, FAILURE2 \/ DEPS2] = this.depsLoader,
385[error] | ^^^^^^^^^^^^^^^
386[error] | Found: cats.effect.kernel.Resource[F, Either[FAILURE, DEPENDENCIES]]
387[error] | Required: cats.effect.kernel.Resource[G, Either[FAILURE2, DEPS2]]
388[error] |
389[error] | where: F is a type in class App with bounds <: [_] =>> Any
390[error] |
391[error] | longer explanation available when compiling with `-explain`
392[error] one error found
393[error] (core / Compile / compileIncremental) Compilation failed
394[info] compiling 26 Scala sources to /build/repo/core/target/scala-3.7.4-RC2/classes ...
395[error] -- [E007] Type Mismatch Error: /build/repo/core/src/main/scala/com/geirolz/app/toolkit/App.scala:79:124
396[error] 79 | dependenciesLoader: AppContext.NoDeps[APP_INFO2, LOGGER_T2[G], CONFIG2, RES2] ?=> Resource[G, FAILURE2 \/ DEPS2] = this.depsLoader,
397[error] | ^^^^^^^^^^^^^^^
398[error] | Found: cats.effect.kernel.Resource[F, Either[FAILURE, DEPENDENCIES]]
399[error] | Required: cats.effect.kernel.Resource[G, Either[FAILURE2, DEPS2]]
400[error] |
401[error] | where: F is a type in class App with bounds <: [_] =>> Any
402[error] |
403[error] | longer explanation available when compiling with `-explain`
404[error] one error found
405[error] (core / Compile / compileIncremental) Compilation failed
406
407************************
408Build summary:
409[{
410 "module": "toolkit-testing",
411 "compile": {"status": "ok", "tookMs": 6487, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
412 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
413 "test-compile": {"status": "ok", "tookMs": 125, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
414 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
415 "publish": {"status": "skipped", "tookMs": 0},
416 "metadata": {
417 "crossScalaVersions": ["3.5.0"]
418}
419},{
420 "module": "toolkit",
421 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 5343, "warnings": 0, "errors": 1, "sourceVersion": "3.7-migration"},
422 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
423 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
424 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
425 "publish": {"status": "skipped", "tookMs": 0},
426 "metadata": {
427 "crossScalaVersions": ["3.5.0"]
428}
429},{
430 "module": "toolkit-pureconfig",
431 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 2535, "warnings": 0, "errors": 1, "sourceVersion": "3.7-migration"},
432 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
433 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
434 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
435 "publish": {"status": "skipped", "tookMs": 0},
436 "metadata": {
437 "crossScalaVersions": ["3.5.0"]
438}
439},{
440 "module": "toolkit-fly4s",
441 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 2110, "warnings": 0, "errors": 1, "sourceVersion": "3.7-migration"},
442 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
443 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
444 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
445 "publish": {"status": "skipped", "tookMs": 0},
446 "metadata": {
447 "crossScalaVersions": ["3.5.0"]
448}
449},{
450 "module": "toolkit-odin",
451 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 1539, "warnings": 0, "errors": 1, "sourceVersion": "3.7-migration"},
452 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
453 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
454 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
455 "publish": {"status": "skipped", "tookMs": 0},
456 "metadata": {
457 "crossScalaVersions": ["3.5.0"]
458}
459},{
460 "module": "toolkit-log4cats",
461 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 1277, "warnings": 0, "errors": 1, "sourceVersion": "3.7-migration"},
462 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
463 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
464 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
465 "publish": {"status": "skipped", "tookMs": 0},
466 "metadata": {
467 "crossScalaVersions": ["3.5.0"]
468}
469},{
470 "module": "toolkit",
471 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["Compilation failed"]}, "tookMs": 1255, "warnings": 0, "errors": 1, "sourceVersion": "3.7-migration"},
472 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
473 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
474 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
475 "publish": {"status": "skipped", "tookMs": 0},
476 "metadata": {
477 "crossScalaVersions": ["3.5.0"]
478}
479}]
480************************
481[error] Scala3CommunityBuild$ProjectBuildFailureException: 6 module(s) finished with failures: toolkit, toolkit-pureconfig, toolkit-fly4s, toolkit-odin, toolkit-log4cats, toolkit
482[error] (Global / runBuild) Scala3CommunityBuild$ProjectBuildFailureException: 6 module(s) finished with failures: toolkit, toolkit-pureconfig, toolkit-fly4s, toolkit-odin, toolkit-log4cats, toolkit
483[error] Total time: 97 s (0:01:37.0), completed Nov 22, 2025, 3:08:35 PM
484[0JBuild failed, not retrying.