Build Logs
kevin-lee/logger-f • dotty-staging/dotty:fix-23773:2025-11-22
Errors
0
Warnings
301
Total Lines
868
1##################################
2Clonning https://github.com/kevin-lee/logger-f.git into /build/repo using revision v2.8.0
3##################################
4Note: switching to '0b8292e3a06bee580d3823b9439b60284749b581'.
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
21----
22Preparing build for 3.8.1-RC1-bin-20251120-60444cb
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30----
31Starting build for 3.8.1-RC1-bin-20251120-60444cb
32Execute tests: false
33sbt project found:
34No prepare script found for project kevin-lee/logger-f
35/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
36##################################
37Scala version: 3.8.1-RC1-bin-20251120-60444cb
38Targets: io.kevinlee%logger-f-cats io.kevinlee%logger-f-core io.kevinlee%logger-f-doobie1 io.kevinlee%logger-f-log4j io.kevinlee%logger-f-log4s io.kevinlee%logger-f-logback-mdc-monix3 io.kevinlee%logger-f-sbt-logging io.kevinlee%logger-f-slf4j io.kevinlee%logger-f-slf4j-mdc io.kevinlee%logger-f-test-kit
39Project projectConfig: {"tests":"compile-only"}
40##################################
41Using extra scalacOptions: ,REQUIRE:-source:3.8
42Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
43[sbt_options] declare -a sbt_options=()
44[process_args] java_version = '17'
45[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
46# Executing command line:
47java
48-Dfile.encoding=UTF-8
49-Dcommunitybuild.scala=3.8.1-RC1-bin-20251120-60444cb
50-Dcommunitybuild.project.dependencies.add=
51-Xmx7G
52-Xms4G
53-Xss8M
54-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
55-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
56-jar
57/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
58"setCrossScalaVersions 3.8.1-RC1-bin-20251120-60444cb"
59"++3.8.1-RC1-bin-20251120-60444cb -v"
60"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
61"set every credentials := Nil"
62"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
63"removeScalacOptionsStartingWith -P:wartremover"
64
65moduleMappings
66"runBuild 3.8.1-RC1-bin-20251120-60444cb """{"tests":"compile-only"}""" io.kevinlee%logger-f-cats io.kevinlee%logger-f-core io.kevinlee%logger-f-doobie1 io.kevinlee%logger-f-log4j io.kevinlee%logger-f-log4s io.kevinlee%logger-f-logback-mdc-monix3 io.kevinlee%logger-f-sbt-logging io.kevinlee%logger-f-slf4j io.kevinlee%logger-f-slf4j-mdc io.kevinlee%logger-f-test-kit"
67
68[info] [launcher] getting org.scala-sbt sbt 1.11.6 (this may take some time)...
69[info] welcome to sbt 1.11.6 (Eclipse Adoptium Java 17.0.8)
70[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
71[info] loading project definition from /build/repo/project
72[info] loading settings for project loggerF from build.sbt...
73[info] resolving key references (55497 settings) ...
74[info]
75[info] __ __ ___ ____
76[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
77[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
78[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
79[info] /_/
80[info]
81[info] logger-f 2.8.0+0-0b8292e3+20251122-1803-SNAPSHOT
82[info] Scala 2.13.16
83[info] -----------------------------------------------------
84[info] Useful sbt tasks:
85[info] r: reload - Run reload
86[info] cln: clean - Run clean
87[info] c: compile - Run compile
88[info] cc: +compile - Run cross-scalaVersion compile
89[info] tc: Test/compile - Run Test/compile
90[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
91[info] t: test - Run test
92[info] ct: +test - Run cross-scalaVersion test
93[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
94[info] fmt: scalafmtAll - Run scalafmtAll
95[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
96[info] cfmt: +scalafmtAll - Run +scalafmtAll
97[info] fixchk: scalafixAll --check - Run scalafixAll --check
98[info] fix: scalafixAll - Run scalafixAll
99[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
100[info] cfix: +scalafixAll - Run +scalafixAll
101[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
102[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
103[info] pl: publishLocal - Run publishLocal
104[warn] there are 148 keys that are not used by any other settings/tasks:
105[warn]
106[warn] * catsEffect3JS / Compile / console / wartremoverErrors
107[warn] +- /build/repo/build.sbt:893
108[warn] * catsEffect3JS / Compile / console / wartremoverWarnings
109[warn] +- /build/repo/build.sbt:894
110[warn] * catsEffect3JS / Test / console / wartremoverErrors
111[warn] +- /build/repo/build.sbt:899
112[warn] * catsEffect3JS / Test / console / wartremoverWarnings
113[warn] +- /build/repo/build.sbt:900
114[warn] * catsEffect3JVM / Compile / console / wartremoverErrors
115[warn] +- /build/repo/build.sbt:893
116[warn] * catsEffect3JVM / Compile / console / wartremoverWarnings
117[warn] +- /build/repo/build.sbt:894
118[warn] * catsEffect3JVM / Test / console / wartremoverErrors
119[warn] +- /build/repo/build.sbt:899
120[warn] * catsEffect3JVM / Test / console / wartremoverWarnings
121[warn] +- /build/repo/build.sbt:900
122[warn] * catsEffectJS / Compile / console / wartremoverErrors
123[warn] +- /build/repo/build.sbt:893
124[warn] * catsEffectJS / Compile / console / wartremoverWarnings
125[warn] +- /build/repo/build.sbt:894
126[warn] * catsEffectJS / Test / console / wartremoverErrors
127[warn] +- /build/repo/build.sbt:899
128[warn] * catsEffectJS / Test / console / wartremoverWarnings
129[warn] +- /build/repo/build.sbt:900
130[warn] * catsEffectJVM / Compile / console / wartremoverErrors
131[warn] +- /build/repo/build.sbt:893
132[warn] * catsEffectJVM / Compile / console / wartremoverWarnings
133[warn] +- /build/repo/build.sbt:894
134[warn] * catsEffectJVM / Test / console / wartremoverErrors
135[warn] +- /build/repo/build.sbt:899
136[warn] * catsEffectJVM / Test / console / wartremoverWarnings
137[warn] +- /build/repo/build.sbt:900
138[warn] * catsJS / Compile / console / wartremoverErrors
139[warn] +- /build/repo/build.sbt:893
140[warn] * catsJS / Compile / console / wartremoverWarnings
141[warn] +- /build/repo/build.sbt:894
142[warn] * catsJS / Test / console / wartremoverErrors
143[warn] +- /build/repo/build.sbt:899
144[warn] * catsJS / Test / console / wartremoverWarnings
145[warn] +- /build/repo/build.sbt:900
146[warn] * catsJVM / Compile / console / wartremoverErrors
147[warn] +- /build/repo/build.sbt:893
148[warn] * catsJVM / Compile / console / wartremoverWarnings
149[warn] +- /build/repo/build.sbt:894
150[warn] * catsJVM / Test / console / wartremoverErrors
151[warn] +- /build/repo/build.sbt:899
152[warn] * catsJVM / Test / console / wartremoverWarnings
153[warn] +- /build/repo/build.sbt:900
154[warn] * catsNative / Compile / console / wartremoverErrors
155[warn] +- /build/repo/build.sbt:893
156[warn] * catsNative / Compile / console / wartremoverWarnings
157[warn] +- /build/repo/build.sbt:894
158[warn] * catsNative / Test / console / wartremoverErrors
159[warn] +- /build/repo/build.sbt:899
160[warn] * catsNative / Test / console / wartremoverWarnings
161[warn] +- /build/repo/build.sbt:900
162[warn] * coreJS / Compile / console / wartremoverErrors
163[warn] +- /build/repo/build.sbt:893
164[warn] * coreJS / Compile / console / wartremoverWarnings
165[warn] +- /build/repo/build.sbt:894
166[warn] * coreJS / Test / console / wartremoverErrors
167[warn] +- /build/repo/build.sbt:899
168[warn] * coreJS / Test / console / wartremoverWarnings
169[warn] +- /build/repo/build.sbt:900
170[warn] * coreJVM / Compile / console / wartremoverErrors
171[warn] +- /build/repo/build.sbt:893
172[warn] * coreJVM / Compile / console / wartremoverWarnings
173[warn] +- /build/repo/build.sbt:894
174[warn] * coreJVM / Test / console / wartremoverErrors
175[warn] +- /build/repo/build.sbt:899
176[warn] * coreJVM / Test / console / wartremoverWarnings
177[warn] +- /build/repo/build.sbt:900
178[warn] * coreNative / Compile / console / wartremoverErrors
179[warn] +- /build/repo/build.sbt:893
180[warn] * coreNative / Compile / console / wartremoverWarnings
181[warn] +- /build/repo/build.sbt:894
182[warn] * coreNative / Test / console / wartremoverErrors
183[warn] +- /build/repo/build.sbt:899
184[warn] * coreNative / Test / console / wartremoverWarnings
185[warn] +- /build/repo/build.sbt:900
186[warn] * doobie1JVM / Compile / console / wartremoverErrors
187[warn] +- /build/repo/build.sbt:893
188[warn] * doobie1JVM / Compile / console / wartremoverWarnings
189[warn] +- /build/repo/build.sbt:894
190[warn] * doobie1JVM / Test / console / wartremoverErrors
191[warn] +- /build/repo/build.sbt:899
192[warn] * doobie1JVM / Test / console / wartremoverWarnings
193[warn] +- /build/repo/build.sbt:900
194[warn] * log4jLoggerJVM / Compile / console / wartremoverErrors
195[warn] +- /build/repo/build.sbt:893
196[warn] * log4jLoggerJVM / Compile / console / wartremoverWarnings
197[warn] +- /build/repo/build.sbt:894
198[warn] * log4jLoggerJVM / Test / console / wartremoverErrors
199[warn] +- /build/repo/build.sbt:899
200[warn] * log4jLoggerJVM / Test / console / wartremoverWarnings
201[warn] +- /build/repo/build.sbt:900
202[warn] * log4jLoggerNative / Compile / console / wartremoverErrors
203[warn] +- /build/repo/build.sbt:893
204[warn] * log4jLoggerNative / Compile / console / wartremoverWarnings
205[warn] +- /build/repo/build.sbt:894
206[warn] * log4jLoggerNative / Test / console / wartremoverErrors
207[warn] +- /build/repo/build.sbt:899
208[warn] * log4jLoggerNative / Test / console / wartremoverWarnings
209[warn] +- /build/repo/build.sbt:900
210[warn] * log4sLoggerJS / Compile / console / wartremoverErrors
211[warn] +- /build/repo/build.sbt:893
212[warn] * log4sLoggerJS / Compile / console / wartremoverWarnings
213[warn] +- /build/repo/build.sbt:894
214[warn] * log4sLoggerJS / Test / console / wartremoverErrors
215[warn] +- /build/repo/build.sbt:899
216[warn] * log4sLoggerJS / Test / console / wartremoverWarnings
217[warn] +- /build/repo/build.sbt:900
218[warn] * log4sLoggerJVM / Compile / console / wartremoverErrors
219[warn] +- /build/repo/build.sbt:893
220[warn] * log4sLoggerJVM / Compile / console / wartremoverWarnings
221[warn] +- /build/repo/build.sbt:894
222[warn] * log4sLoggerJVM / Test / console / wartremoverErrors
223[warn] +- /build/repo/build.sbt:899
224[warn] * log4sLoggerJVM / Test / console / wartremoverWarnings
225[warn] +- /build/repo/build.sbt:900
226[warn] * logbackMdcMonix3JVM / Compile / console / wartremoverErrors
227[warn] +- /build/repo/build.sbt:893
228[warn] * logbackMdcMonix3JVM / Compile / console / wartremoverWarnings
229[warn] +- /build/repo/build.sbt:894
230[warn] * logbackMdcMonix3JVM / Test / console / wartremoverErrors
231[warn] +- /build/repo/build.sbt:899
232[warn] * logbackMdcMonix3JVM / Test / console / wartremoverWarnings
233[warn] +- /build/repo/build.sbt:900
234[warn] * monixJS / Compile / console / wartremoverErrors
235[warn] +- /build/repo/build.sbt:893
236[warn] * monixJS / Compile / console / wartremoverWarnings
237[warn] +- /build/repo/build.sbt:894
238[warn] * monixJS / Test / console / wartremoverErrors
239[warn] +- /build/repo/build.sbt:899
240[warn] * monixJS / Test / console / wartremoverWarnings
241[warn] +- /build/repo/build.sbt:900
242[warn] * monixJVM / Compile / console / wartremoverErrors
243[warn] +- /build/repo/build.sbt:893
244[warn] * monixJVM / Compile / console / wartremoverWarnings
245[warn] +- /build/repo/build.sbt:894
246[warn] * monixJVM / Test / console / wartremoverErrors
247[warn] +- /build/repo/build.sbt:899
248[warn] * monixJVM / Test / console / wartremoverWarnings
249[warn] +- /build/repo/build.sbt:900
250[warn] * sbtLoggingJVM / Compile / console / wartremoverErrors
251[warn] +- /build/repo/build.sbt:893
252[warn] * sbtLoggingJVM / Compile / console / wartremoverWarnings
253[warn] +- /build/repo/build.sbt:894
254[warn] * sbtLoggingJVM / Test / console / wartremoverErrors
255[warn] +- /build/repo/build.sbt:899
256[warn] * sbtLoggingJVM / Test / console / wartremoverWarnings
257[warn] +- /build/repo/build.sbt:900
258[warn] * sbtLoggingNative / Compile / console / wartremoverErrors
259[warn] +- /build/repo/build.sbt:893
260[warn] * sbtLoggingNative / Compile / console / wartremoverWarnings
261[warn] +- /build/repo/build.sbt:894
262[warn] * sbtLoggingNative / Test / console / wartremoverErrors
263[warn] +- /build/repo/build.sbt:899
264[warn] * sbtLoggingNative / Test / console / wartremoverWarnings
265[warn] +- /build/repo/build.sbt:900
266[warn] * slf4jLoggerJVM / Compile / console / wartremoverErrors
267[warn] +- /build/repo/build.sbt:893
268[warn] * slf4jLoggerJVM / Compile / console / wartremoverWarnings
269[warn] +- /build/repo/build.sbt:894
270[warn] * slf4jLoggerJVM / Test / console / wartremoverErrors
271[warn] +- /build/repo/build.sbt:899
272[warn] * slf4jLoggerJVM / Test / console / wartremoverWarnings
273[warn] +- /build/repo/build.sbt:900
274[warn] * slf4jLoggerNative / Compile / console / wartremoverErrors
275[warn] +- /build/repo/build.sbt:893
276[warn] * slf4jLoggerNative / Compile / console / wartremoverWarnings
277[warn] +- /build/repo/build.sbt:894
278[warn] * slf4jLoggerNative / Test / console / wartremoverErrors
279[warn] +- /build/repo/build.sbt:899
280[warn] * slf4jLoggerNative / Test / console / wartremoverWarnings
281[warn] +- /build/repo/build.sbt:900
282[warn] * slf4jMdcJVM / Compile / console / wartremoverErrors
283[warn] +- /build/repo/build.sbt:893
284[warn] * slf4jMdcJVM / Compile / console / wartremoverWarnings
285[warn] +- /build/repo/build.sbt:894
286[warn] * slf4jMdcJVM / Test / console / wartremoverErrors
287[warn] +- /build/repo/build.sbt:899
288[warn] * slf4jMdcJVM / Test / console / wartremoverWarnings
289[warn] +- /build/repo/build.sbt:900
290[warn] * slf4jMdcNative / Compile / console / wartremoverErrors
291[warn] +- /build/repo/build.sbt:893
292[warn] * slf4jMdcNative / Compile / console / wartremoverWarnings
293[warn] +- /build/repo/build.sbt:894
294[warn] * slf4jMdcNative / Test / console / wartremoverErrors
295[warn] +- /build/repo/build.sbt:899
296[warn] * slf4jMdcNative / Test / console / wartremoverWarnings
297[warn] +- /build/repo/build.sbt:900
298[warn] * testCatsEffectWithLog4jLoggerJVM / Compile / console / wartremoverErrors
299[warn] +- /build/repo/build.sbt:893
300[warn] * testCatsEffectWithLog4jLoggerJVM / Compile / console / wartremoverWarnings
301[warn] +- /build/repo/build.sbt:894
302[warn] * testCatsEffectWithLog4jLoggerJVM / Test / console / wartremoverErrors
303[warn] +- /build/repo/build.sbt:899
304[warn] * testCatsEffectWithLog4jLoggerJVM / Test / console / wartremoverWarnings
305[warn] +- /build/repo/build.sbt:900
306[warn] * testCatsEffectWithLog4sLoggerJS / Compile / console / wartremoverErrors
307[warn] +- /build/repo/build.sbt:893
308[warn] * testCatsEffectWithLog4sLoggerJS / Compile / console / wartremoverWarnings
309[warn] +- /build/repo/build.sbt:894
310[warn] * testCatsEffectWithLog4sLoggerJS / Test / console / wartremoverErrors
311[warn] +- /build/repo/build.sbt:899
312[warn] * testCatsEffectWithLog4sLoggerJS / Test / console / wartremoverWarnings
313[warn] +- /build/repo/build.sbt:900
314[warn] * testCatsEffectWithLog4sLoggerJVM / Compile / console / wartremoverErrors
315[warn] +- /build/repo/build.sbt:893
316[warn] * testCatsEffectWithLog4sLoggerJVM / Compile / console / wartremoverWarnings
317[warn] +- /build/repo/build.sbt:894
318[warn] * testCatsEffectWithLog4sLoggerJVM / Test / console / wartremoverErrors
319[warn] +- /build/repo/build.sbt:899
320[warn] * testCatsEffectWithLog4sLoggerJVM / Test / console / wartremoverWarnings
321[warn] +- /build/repo/build.sbt:900
322[warn] * testCatsEffectWithSlf4jLoggerJVM / Compile / console / wartremoverErrors
323[warn] +- /build/repo/build.sbt:893
324[warn] * testCatsEffectWithSlf4jLoggerJVM / Compile / console / wartremoverWarnings
325[warn] +- /build/repo/build.sbt:894
326[warn] * testCatsEffectWithSlf4jLoggerJVM / Test / console / wartremoverErrors
327[warn] +- /build/repo/build.sbt:899
328[warn] * testCatsEffectWithSlf4jLoggerJVM / Test / console / wartremoverWarnings
329[warn] +- /build/repo/build.sbt:900
330[warn] * testCoreJS / Compile / console / wartremoverErrors
331[warn] +- /build/repo/build.sbt:893
332[warn] * testCoreJS / Compile / console / wartremoverWarnings
333[warn] +- /build/repo/build.sbt:894
334[warn] * testCoreJS / Test / console / wartremoverErrors
335[warn] +- /build/repo/build.sbt:899
336[warn] * testCoreJS / Test / console / wartremoverWarnings
337[warn] +- /build/repo/build.sbt:900
338[warn] * testCoreJVM / Compile / console / wartremoverErrors
339[warn] +- /build/repo/build.sbt:893
340[warn] * testCoreJVM / Compile / console / wartremoverWarnings
341[warn] +- /build/repo/build.sbt:894
342[warn] * testCoreJVM / Test / console / wartremoverErrors
343[warn] +- /build/repo/build.sbt:899
344[warn] * testCoreJVM / Test / console / wartremoverWarnings
345[warn] +- /build/repo/build.sbt:900
346[warn] * testCoreWithCatsJS / Compile / console / wartremoverErrors
347[warn] +- /build/repo/build.sbt:893
348[warn] * testCoreWithCatsJS / Compile / console / wartremoverWarnings
349[warn] +- /build/repo/build.sbt:894
350[warn] * testCoreWithCatsJS / Test / console / wartremoverErrors
351[warn] +- /build/repo/build.sbt:899
352[warn] * testCoreWithCatsJS / Test / console / wartremoverWarnings
353[warn] +- /build/repo/build.sbt:900
354[warn] * testCoreWithCatsJVM / Compile / console / wartremoverErrors
355[warn] +- /build/repo/build.sbt:893
356[warn] * testCoreWithCatsJVM / Compile / console / wartremoverWarnings
357[warn] +- /build/repo/build.sbt:894
358[warn] * testCoreWithCatsJVM / Test / console / wartremoverErrors
359[warn] +- /build/repo/build.sbt:899
360[warn] * testCoreWithCatsJVM / Test / console / wartremoverWarnings
361[warn] +- /build/repo/build.sbt:900
362[warn] * testKitJS / Compile / console / wartremoverErrors
363[warn] +- /build/repo/build.sbt:893
364[warn] * testKitJS / Compile / console / wartremoverWarnings
365[warn] +- /build/repo/build.sbt:894
366[warn] * testKitJS / Test / console / wartremoverErrors
367[warn] +- /build/repo/build.sbt:899
368[warn] * testKitJS / Test / console / wartremoverWarnings
369[warn] +- /build/repo/build.sbt:900
370[warn] * testKitJVM / Compile / console / wartremoverErrors
371[warn] +- /build/repo/build.sbt:893
372[warn] * testKitJVM / Compile / console / wartremoverWarnings
373[warn] +- /build/repo/build.sbt:894
374[warn] * testKitJVM / Test / console / wartremoverErrors
375[warn] +- /build/repo/build.sbt:899
376[warn] * testKitJVM / Test / console / wartremoverWarnings
377[warn] +- /build/repo/build.sbt:900
378[warn] * testKitNative / Compile / console / wartremoverErrors
379[warn] +- /build/repo/build.sbt:893
380[warn] * testKitNative / Compile / console / wartremoverWarnings
381[warn] +- /build/repo/build.sbt:894
382[warn] * testKitNative / Test / console / wartremoverErrors
383[warn] +- /build/repo/build.sbt:899
384[warn] * testKitNative / Test / console / wartremoverWarnings
385[warn] +- /build/repo/build.sbt:900
386[warn] * testLogbackMdcMonix3JVM / Compile / console / wartremoverErrors
387[warn] +- /build/repo/build.sbt:893
388[warn] * testLogbackMdcMonix3JVM / Compile / console / wartremoverWarnings
389[warn] +- /build/repo/build.sbt:894
390[warn] * testLogbackMdcMonix3JVM / Test / console / wartremoverErrors
391[warn] +- /build/repo/build.sbt:899
392[warn] * testLogbackMdcMonix3JVM / Test / console / wartremoverWarnings
393[warn] +- /build/repo/build.sbt:900
394[warn] * testMonixWithSlf4jLoggerJVM / Compile / console / wartremoverErrors
395[warn] +- /build/repo/build.sbt:893
396[warn] * testMonixWithSlf4jLoggerJVM / Compile / console / wartremoverWarnings
397[warn] +- /build/repo/build.sbt:894
398[warn] * testMonixWithSlf4jLoggerJVM / Test / console / wartremoverErrors
399[warn] +- /build/repo/build.sbt:899
400[warn] * testMonixWithSlf4jLoggerJVM / Test / console / wartremoverWarnings
401[warn] +- /build/repo/build.sbt:900
402[warn]
403[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
404[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
405Execute setCrossScalaVersions: 3.8.1-RC1-bin-20251120-60444cb
406OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in log4sLoggerJS/crossScalaVersions
407OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in slf4jLoggerNative/crossScalaVersions
408OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in slf4jMdcNative/crossScalaVersions
409OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in testCoreJS/crossScalaVersions
410OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in catsEffectJS/crossScalaVersions
411OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in testCatsEffectWithLog4sLoggerJS/crossScalaVersions
412OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in coreJS/crossScalaVersions
413OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in testKitJS/crossScalaVersions
414OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in log4jLoggerNative/crossScalaVersions
415OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in catsJS/crossScalaVersions
416OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in coreNative/crossScalaVersions
417OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in catsNative/crossScalaVersions
418OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in sbtLoggingNative/crossScalaVersions
419OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in testKitNative/crossScalaVersions
420OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in testCoreWithCatsJS/crossScalaVersions
421OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in catsEffect3JS/crossScalaVersions
422OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in monixJS/crossScalaVersions
423OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in catsEffect3JVM/crossScalaVersions
424OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in logbackMdcMonix3JVM/crossScalaVersions
425OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in testCoreWithCatsJVM/crossScalaVersions
426OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in coreJVM/crossScalaVersions
427OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in catsEffectJVM/crossScalaVersions
428OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in docsV1/crossScalaVersions
429OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in slf4jMdcJVM/crossScalaVersions
430OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in testMonixWithSlf4jLoggerJVM/crossScalaVersions
431OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in log4sLoggerJVM/crossScalaVersions
432OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in testCatsEffectWithLog4jLoggerJVM/crossScalaVersions
433OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in monixJVM/crossScalaVersions
434OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in testCatsEffectWithLog4sLoggerJVM/crossScalaVersions
435OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in loggerF/crossScalaVersions
436OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in catsJVM/crossScalaVersions
437OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in testCoreJVM/crossScalaVersions
438OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in docs/crossScalaVersions
439OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in sbtLoggingJVM/crossScalaVersions
440OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in doobie1JVM/crossScalaVersions
441OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in testKitJVM/crossScalaVersions
442OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in testLogbackMdcMonix3JVM/crossScalaVersions
443OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in slf4jLoggerJVM/crossScalaVersions
444OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in testCatsEffectWithSlf4jLoggerJVM/crossScalaVersions
445OpenCB::Changing crossVersion 3.3.5 -> 3.8.1-RC1-bin-20251120-60444cb in log4jLoggerJVM/crossScalaVersions
446[info]
447[info] __ __ ___ ____
448[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
449[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
450[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
451[info] /_/
452[info]
453[info] logger-f 2.8.0+0-0b8292e3+20251122-1803-SNAPSHOT
454[info] Scala 2.13.16
455[info] -----------------------------------------------------
456[info] Useful sbt tasks:
457[info] r: reload - Run reload
458[info] cln: clean - Run clean
459[info] c: compile - Run compile
460[info] cc: +compile - Run cross-scalaVersion compile
461[info] tc: Test/compile - Run Test/compile
462[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
463[info] t: test - Run test
464[info] ct: +test - Run cross-scalaVersion test
465[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
466[info] fmt: scalafmtAll - Run scalafmtAll
467[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
468[info] cfmt: +scalafmtAll - Run +scalafmtAll
469[info] fixchk: scalafixAll --check - Run scalafixAll --check
470[info] fix: scalafixAll - Run scalafixAll
471[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
472[info] cfix: +scalafixAll - Run +scalafixAll
473[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
474[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
475[info] pl: publishLocal - Run publishLocal
476[info] Setting Scala version to 3.8.1-RC1-bin-20251120-60444cb on 40 projects.
477[info] Switching Scala version on:
478[info] catsEffectJS (3.8.1-RC1-bin-20251120-60444cb, 2.13.16)
479[info] testCoreWithCatsJVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
480[info] testCatsEffectWithLog4sLoggerJVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
481[info] testCatsEffectWithSlf4jLoggerJVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
482[info] slf4jMdcNative (3.8.1-RC1-bin-20251120-60444cb, 2.13.16)
483[info] testCatsEffectWithLog4jLoggerJVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
484[info] testCoreJS (3.8.1-RC1-bin-20251120-60444cb, 2.13.16)
485[info] catsNative (3.8.1-RC1-bin-20251120-60444cb, 2.13.16)
486[info] coreNative (3.8.1-RC1-bin-20251120-60444cb, 2.13.16)
487[info] docs (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
488[info] monixJVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
489[info] catsEffect3JVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
490[info] sbtLoggingJVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
491[info] testMonixWithSlf4jLoggerJVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
492[info] slf4jLoggerNative (3.8.1-RC1-bin-20251120-60444cb, 2.13.16)
493[info] testKitJS (3.8.1-RC1-bin-20251120-60444cb, 2.13.16)
494[info] slf4jLoggerJVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
495[info] coreJS (3.8.1-RC1-bin-20251120-60444cb, 2.13.16)
496[info] testCatsEffectWithLog4sLoggerJS (3.8.1-RC1-bin-20251120-60444cb, 2.13.16)
497[info] logbackMdcMonix3JVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
498[info] doobie1JVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
499[info] catsEffect3JS (3.8.1-RC1-bin-20251120-60444cb, 2.13.16)
500[info] testKitNative (3.8.1-RC1-bin-20251120-60444cb, 2.13.16)
501[info] slf4jMdcJVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
502[info] testKitJVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
503[info] coreJVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
504[info] monixJS (3.8.1-RC1-bin-20251120-60444cb, 2.13.16)
505[info] testCoreJVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
506[info] testLogbackMdcMonix3JVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
507[info] docsV1 (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
508[info] sbtLoggingNative (3.8.1-RC1-bin-20251120-60444cb, 2.13.16)
509[info] testCoreWithCatsJS (3.8.1-RC1-bin-20251120-60444cb, 2.13.16)
510[info] log4sLoggerJVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
511[info] log4jLoggerNative (3.8.1-RC1-bin-20251120-60444cb, 2.13.16)
512[info] catsJS (3.8.1-RC1-bin-20251120-60444cb, 2.13.16)
513[info] log4sLoggerJS (3.8.1-RC1-bin-20251120-60444cb, 2.13.16)
514[info] catsJVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
515[info] log4jLoggerJVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
516[info] catsEffectJVM (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
517[info] * loggerF (3.8.1-RC1-bin-20251120-60444cb, 2.13.16, 2.12.18)
518[info] Excluding projects:
519[info] Reapplying settings...
520[info]
521[info] __ __ ___ ____
522[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
523[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
524[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
525[info] /_/
526[info]
527[info] logger-f 2.8.0+0-0b8292e3+20251122-1803-SNAPSHOT
528[info] Scala 3.8.1-RC1-bin-20251120-60444cb
529[info] -----------------------------------------------------
530[info] Useful sbt tasks:
531[info] r: reload - Run reload
532[info] cln: clean - Run clean
533[info] c: compile - Run compile
534[info] cc: +compile - Run cross-scalaVersion compile
535[info] tc: Test/compile - Run Test/compile
536[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
537[info] t: test - Run test
538[info] ct: +test - Run cross-scalaVersion test
539[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
540[info] fmt: scalafmtAll - Run scalafmtAll
541[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
542[info] cfmt: +scalafmtAll - Run +scalafmtAll
543[info] fixchk: scalafixAll --check - Run scalafixAll --check
544[info] fix: scalafixAll - Run scalafixAll
545[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
546[info] cfix: +scalafixAll - Run +scalafixAll
547[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
548[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
549[info] pl: publishLocal - Run publishLocal
550Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
551[info] Reapplying settings...
552[info]
553[info] __ __ ___ ____
554[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
555[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
556[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
557[info] /_/
558[info]
559[info] logger-f 2.8.0+0-0b8292e3+20251122-1803-SNAPSHOT
560[info] Scala 3.8.1-RC1-bin-20251120-60444cb
561[info] -----------------------------------------------------
562[info] Useful sbt tasks:
563[info] r: reload - Run reload
564[info] cln: clean - Run clean
565[info] c: compile - Run compile
566[info] cc: +compile - Run cross-scalaVersion compile
567[info] tc: Test/compile - Run Test/compile
568[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
569[info] t: test - Run test
570[info] ct: +test - Run cross-scalaVersion test
571[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
572[info] fmt: scalafmtAll - Run scalafmtAll
573[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
574[info] cfmt: +scalafmtAll - Run +scalafmtAll
575[info] fixchk: scalafixAll --check - Run scalafixAll --check
576[info] fix: scalafixAll - Run scalafixAll
577[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
578[info] cfix: +scalafixAll - Run +scalafixAll
579[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
580[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
581[info] pl: publishLocal - Run publishLocal
582[info] Defining Global / credentials, catsEffect3JS / credentials and 38 others.
583[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 320 others.
584[info] Run `last` for details.
585[info] Reapplying settings...
586[info]
587[info] __ __ ___ ____
588[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
589[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
590[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
591[info] /_/
592[info]
593[info] logger-f 2.8.0+0-0b8292e3+20251122-1803-SNAPSHOT
594[info] Scala 3.8.1-RC1-bin-20251120-60444cb
595[info] -----------------------------------------------------
596[info] Useful sbt tasks:
597[info] r: reload - Run reload
598[info] cln: clean - Run clean
599[info] c: compile - Run compile
600[info] cc: +compile - Run cross-scalaVersion compile
601[info] tc: Test/compile - Run Test/compile
602[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
603[info] t: test - Run test
604[info] ct: +test - Run cross-scalaVersion test
605[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
606[info] fmt: scalafmtAll - Run scalafmtAll
607[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
608[info] cfmt: +scalafmtAll - Run +scalafmtAll
609[info] fixchk: scalafixAll --check - Run scalafixAll --check
610[info] fix: scalafixAll - Run scalafixAll
611[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
612[info] cfix: +scalafixAll - Run +scalafixAll
613[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
614[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
615[info] pl: publishLocal - Run publishLocal
616Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
617[info] Reapplying settings...
618OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
619
620 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
621 Did you mean testCatsEffectWithSlf4jLoggerJVM / allExcludeDependencies ?
622 , retry without global scopes
623[info] Reapplying settings...
624[info]
625[info] __ __ ___ ____
626[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
627[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
628[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
629[info] /_/
630[info]
631[info] logger-f 2.8.0+0-0b8292e3+20251122-1803-SNAPSHOT
632[info] Scala 3.8.1-RC1-bin-20251120-60444cb
633[info] -----------------------------------------------------
634[info] Useful sbt tasks:
635[info] r: reload - Run reload
636[info] cln: clean - Run clean
637[info] c: compile - Run compile
638[info] cc: +compile - Run cross-scalaVersion compile
639[info] tc: Test/compile - Run Test/compile
640[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
641[info] t: test - Run test
642[info] ct: +test - Run cross-scalaVersion test
643[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
644[info] fmt: scalafmtAll - Run scalafmtAll
645[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
646[info] cfmt: +scalafmtAll - Run +scalafmtAll
647[info] fixchk: scalafixAll --check - Run scalafixAll --check
648[info] fix: scalafixAll - Run scalafixAll
649[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
650[info] cfix: +scalafixAll - Run +scalafixAll
651[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
652[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
653[info] pl: publishLocal - Run publishLocal
654Execute removeScalacOptionsStartingWith: -P:wartremover
655[info] Reapplying settings...
656[info]
657[info] __ __ ___ ____
658[info] ___ / / / /_____/ _ \___ _ __/ __ \___ ___ ___
659[info] (_-</ _ \/ __/___/ // / -_) |/ / /_/ / _ \/ _ \(_-<
660[info] /___/_.__/\__/ /____/\__/|___/\____/\___/ .__/___/
661[info] /_/
662[info]
663[info] logger-f 2.8.0+0-0b8292e3+20251122-1803-SNAPSHOT
664[info] Scala 3.8.1-RC1-bin-20251120-60444cb
665[info] -----------------------------------------------------
666[info] Useful sbt tasks:
667[info] r: reload - Run reload
668[info] cln: clean - Run clean
669[info] c: compile - Run compile
670[info] cc: +compile - Run cross-scalaVersion compile
671[info] tc: Test/compile - Run Test/compile
672[info] ctc: +Test/compile - Run cross-scalaVersion Test/compile
673[info] t: test - Run test
674[info] ct: +test - Run cross-scalaVersion test
675[info] fmtchk: scalafmtCheckAll - Run scalafmtCheckAll
676[info] fmt: scalafmtAll - Run scalafmtAll
677[info] cfmtchk: +scalafmtCheckAll - Run +scalafmtCheckAll
678[info] cfmt: +scalafmtAll - Run +scalafmtAll
679[info] fixchk: scalafixAll --check - Run scalafixAll --check
680[info] fix: scalafixAll - Run scalafixAll
681[info] cfixchk: +scalafixAll --check - Run +scalafixAll --check
682[info] cfix: +scalafixAll - Run +scalafixAll
683[info] chk: fmtchk; fixchk - Run scalafmtCheckAll; scalafixAll --check
684[info] cchk: cfmtchk; cfixchk - Run +scalafmtCheckAll; +scalafixAll --check
685[info] pl: publishLocal - Run publishLocal
686[success] Total time: 0 s, completed Nov 22, 2025, 6:03:56 PM
687Build config: {"tests":"compile-only"}
688Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
689Starting build...
690Projects: Set(monixJVM, sbtLoggingJVM, slf4jLoggerJVM, logbackMdcMonix3JVM, doobie1JVM, slf4jMdcJVM, testKitJVM, coreJVM, log4sLoggerJVM, catsJVM, log4jLoggerJVM)
691Starting build for ProjectRef(file:/build/repo/,slf4jMdcJVM) (logger-f-slf4j-mdc)... [0/11]
692OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
693OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
694OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
695OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
696Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
697[info] compiling 13 Scala sources to /build/repo/modules/logger-f-core/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
698[info] done compiling
699[info] compiling 1 Scala source to /build/repo/modules/logger-f-slf4j-mdc/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
700[info] done compiling
701Starting build for ProjectRef(file:/build/repo/,log4jLoggerJVM) (logger-f-log4j)... [1/11]
702Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.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
703[info] compiling 2 Scala sources to /build/repo/modules/logger-f-log4j/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
704[info] done compiling
705Starting build for ProjectRef(file:/build/repo/,doobie1JVM) (logger-f-doobie1)... [2/11]
706Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.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
707[info] compiling 7 Scala sources to /build/repo/modules/logger-f-cats/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
708[info] done compiling
709[info] compiling 1 Scala source to /build/repo/modules/logger-f-doobie1/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
710[info] done compiling
711[info] compiling 1 Scala source to /build/repo/modules/logger-f-slf4j/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
712[info] compiling 1 Scala source to /build/repo/modules/logger-f-test-kit/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
713[info] done compiling
714[info] done compiling
715[info] compiling 1 Scala source to /build/repo/modules/logger-f-doobie1/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
716[info] done compiling
717Starting build for ProjectRef(file:/build/repo/,catsJVM) (logger-f-cats)... [3/11]
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:msg=can be rewritten automatically under:s, -source:3.8
719[info] compiling 10 Scala sources to /build/repo/modules/logger-f-core/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
720[info] done compiling
721[info] compiling 7 Scala sources to /build/repo/modules/logger-f-cats/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
722[info] done compiling
723Starting build for ProjectRef(file:/build/repo/,slf4jLoggerJVM) (logger-f-slf4j)... [4/11]
724Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.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
725Starting build for ProjectRef(file:/build/repo/,log4sLoggerJVM) (logger-f-log4s)... [5/11]
726Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.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
727[info] compiling 1 Scala source to /build/repo/modules/logger-f-log4s/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
728[info] done compiling
729Starting build for ProjectRef(file:/build/repo/,coreJVM) (logger-f-core)... [6/11]
730Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Xkind-projector, -Wvalue-discard, -Wnonunit-statement, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
731Starting build for ProjectRef(file:/build/repo/,monixJVM) (logger-f-monix)... [7/11]
732Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.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
733[info] compiling 2 Scala sources to /build/repo/modules/logger-f-monix/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
734[info] done compiling
735Starting build for ProjectRef(file:/build/repo/,testKitJVM) (logger-f-test-kit)... [8/11]
736Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.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
737[info] compiling 2 Scala sources to /build/repo/modules/logger-f-test-kit/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
738[info] done compiling
739Starting build for ProjectRef(file:/build/repo/,logbackMdcMonix3JVM) (logger-f-logback-mdc-monix3)... [9/11]
740Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.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
741[info] compiling 1 Scala source to /build/repo/modules/logger-f-logback-mdc-monix3/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
742[info] done compiling
743[info] compiling 3 Scala sources to /build/repo/modules/logger-f-logback-mdc-monix3/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/test-classes ...
744[info] done compiling
745Starting build for ProjectRef(file:/build/repo/,sbtLoggingJVM) (logger-f-sbt-logging)... [10/11]
746Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.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
747[info] compiling 1 Scala source to /build/repo/modules/logger-f-sbt-logging/jvm/target/scala-3.8.1-RC1-bin-20251120-60444cb/classes ...
748[info] done compiling
749
750************************
751Build summary:
752[{
753 "module": "logger-f-slf4j-mdc",
754 "compile": {"status": "ok", "tookMs": 10347, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
755 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
756 "test-compile": {"status": "ok", "tookMs": 248, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
757 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
758 "publish": {"status": "skipped", "tookMs": 0},
759 "metadata": {
760 "crossScalaVersions": ["3.3.5", "2.13.16", "2.12.18"]
761}
762},{
763 "module": "logger-f-log4j",
764 "compile": {"status": "ok", "tookMs": 621, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
765 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
766 "test-compile": {"status": "ok", "tookMs": 183, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
767 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
768 "publish": {"status": "skipped", "tookMs": 0},
769 "metadata": {
770 "crossScalaVersions": ["3.3.5", "2.13.16", "2.12.18"]
771}
772},{
773 "module": "logger-f-doobie1",
774 "compile": {"status": "ok", "tookMs": 2830, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
775 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
776 "test-compile": {"status": "ok", "tookMs": 4256, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
777 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
778 "publish": {"status": "skipped", "tookMs": 0},
779 "metadata": {
780 "crossScalaVersions": ["3.3.5", "2.13.16", "2.12.18"]
781}
782},{
783 "module": "logger-f-cats",
784 "compile": {"status": "ok", "tookMs": 117, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
785 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
786 "test-compile": {"status": "ok", "tookMs": 19635, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
787 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
788 "publish": {"status": "skipped", "tookMs": 0},
789 "metadata": {
790 "crossScalaVersions": ["3.3.5", "2.13.16", "2.12.18"]
791}
792},{
793 "module": "logger-f-slf4j",
794 "compile": {"status": "ok", "tookMs": 100, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
795 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
796 "test-compile": {"status": "ok", "tookMs": 125, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
797 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
798 "publish": {"status": "skipped", "tookMs": 0},
799 "metadata": {
800 "crossScalaVersions": ["3.3.5", "2.13.16", "2.12.18"]
801}
802},{
803 "module": "logger-f-log4s",
804 "compile": {"status": "ok", "tookMs": 559, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
805 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
806 "test-compile": {"status": "ok", "tookMs": 162, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
807 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
808 "publish": {"status": "skipped", "tookMs": 0},
809 "metadata": {
810 "crossScalaVersions": ["3.3.5", "2.13.16", "2.12.18"]
811}
812},{
813 "module": "logger-f-core",
814 "compile": {"status": "ok", "tookMs": 70, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
815 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
816 "test-compile": {"status": "ok", "tookMs": 91, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
817 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
818 "publish": {"status": "skipped", "tookMs": 0},
819 "metadata": {
820 "crossScalaVersions": ["3.3.5", "2.13.16", "2.12.18"]
821}
822},{
823 "module": "logger-f-monix",
824 "compile": {"status": "ok", "tookMs": 202, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
825 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
826 "test-compile": {"status": "ok", "tookMs": 2401, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
827 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
828 "publish": {"status": "ok", "tookMs": 1},
829 "metadata": {
830 "crossScalaVersions": ["3.3.5", "2.13.16", "2.12.18"]
831}
832},{
833 "module": "logger-f-test-kit",
834 "compile": {"status": "ok", "tookMs": 119, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
835 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
836 "test-compile": {"status": "ok", "tookMs": 1255, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
837 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
838 "publish": {"status": "skipped", "tookMs": 0},
839 "metadata": {
840 "crossScalaVersions": ["3.3.5", "2.13.16", "2.12.18"]
841}
842},{
843 "module": "logger-f-logback-mdc-monix3",
844 "compile": {"status": "ok", "tookMs": 607, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
845 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
846 "test-compile": {"status": "ok", "tookMs": 2173, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
847 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
848 "publish": {"status": "skipped", "tookMs": 0},
849 "metadata": {
850 "crossScalaVersions": ["3.3.5", "2.13.16", "2.12.18"]
851}
852},{
853 "module": "logger-f-sbt-logging",
854 "compile": {"status": "ok", "tookMs": 352, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
855 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
856 "test-compile": {"status": "ok", "tookMs": 227, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
857 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
858 "publish": {"status": "skipped", "tookMs": 0},
859 "metadata": {
860 "crossScalaVersions": ["3.3.5", "2.13.16", "2.12.18"]
861}
862}]
863************************
864[success] Total time: 108 s (0:01:48.0), completed Nov 22, 2025, 6:05:44 PM
865[0JChecking patch project/plugins.sbt...
866Checking patch build.sbt...
867Applied patch project/plugins.sbt cleanly.
868Applied patch build.sbt cleanly.