Build Logs
rchillyard/flog • 3.8.0-RC6:2026-01-08
Errors
2
Warnings
9
Total Lines
361
1##################################
2Clonning https://github.com/rchillyard/flog.git into /build/repo using revision
3##################################
4----
5Preparing build for 3.8.0-RC6
6Scala binary version found: 3.8
7Implicitly using source version 3.8
8Scala binary version found: 3.8
9Implicitly using source version 3.8
10Would try to apply common scalacOption (best-effort, sbt/mill only):
11Append: ,REQUIRE:-source:3.8
12Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
13----
14Starting build for 3.8.0-RC6
15Execute tests: true
16sbt project found:
17No prepare script found for project rchillyard/flog
18##################################
19Scala version: 3.8.0-RC6
20Targets: com.phasmidsoftware%flog
21Project projectConfig: {"tests":null}
22##################################
23Using extra scalacOptions: ,REQUIRE:-source:3.8
24Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
25[sbt_options] declare -a sbt_options=()
26[process_args] java_version = '17'
27[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
28# Executing command line:
29java
30-Dfile.encoding=UTF-8
31-Dcommunitybuild.scala=3.8.0-RC6
32-Dcommunitybuild.project.dependencies.add=
33-Xmx7G
34-Xms4G
35-Xss8M
36-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
37-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
38-jar
39/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
40"setCrossScalaVersions 3.8.0-RC6"
41"++3.8.0-RC6 -v"
42"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
43"set every credentials := Nil"
44"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
45"removeScalacOptionsStartingWith -P:wartremover"
46
47moduleMappings
48"runBuild 3.8.0-RC6 """{"tests":null}""" com.phasmidsoftware%flog"
49
50[info] [launcher] getting org.scala-sbt sbt 1.11.6 (this may take some time)...
51[info] welcome to sbt 1.11.6 (Eclipse Adoptium Java 17.0.8)
52[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
53[info] loading project definition from /build/repo/project
54[info] compiling 2 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
55[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
56[info] Compilation completed in 9.079s.
57[info] done compiling
58[info] loading settings for project repo from build.sbt, publish.sbt...
59[info] set current project to flog (in build file:/build/repo/)
60[warn] there are 2 keys that are not used by any other settings/tasks:
61[warn]
62[warn] * ThisBuild / pomIncludeRepository
63[warn] +- /build/repo/publish.sbt:46
64[warn] * ThisBuild / publishMavenStyle
65[warn] +- /build/repo/publish.sbt:13
66[warn]
67[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
68[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
69Execute setCrossScalaVersions: 3.8.0-RC6
70OpenCB::Changing crossVersion 3.7.3 -> 3.8.0-RC6 in repo/crossScalaVersions
71OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC6) in repo/crossScalaVersions
72[info] set current project to flog (in build file:/build/repo/)
73[info] Setting Scala version to 3.8.0-RC6 on 1 projects.
74[info] Switching Scala version on:
75[info] * repo (3.8.0-RC6)
76[info] Excluding projects:
77[info] Reapplying settings...
78[info] set current project to flog (in build file:/build/repo/)
79Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
80[info] Reapplying settings...
81[info] set current project to flog (in build file:/build/repo/)
82[info] Defining Global / credentials, ThisBuild / credentials, credentials
83[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 5 others.
84[info] Run `last` for details.
85[info] Reapplying settings...
86[info] set current project to flog (in build file:/build/repo/)
87Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
88[info] Reapplying settings...
89OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
90
91 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
92 Did you mean allExcludeDependencies ?
93 , retry without global scopes
94[info] Reapplying settings...
95[info] set current project to flog (in build file:/build/repo/)
96Execute removeScalacOptionsStartingWith: -P:wartremover
97[info] Reapplying settings...
98[info] set current project to flog (in build file:/build/repo/)
99[success] Total time: 0 s, completed Jan 8, 2026, 2:32:22 AM
100Build config: {"tests":null}
101Parsed config: Failure(sjsonnew.DeserializationException: Expected String as JString, but got JNull)
102Starting build...
103Projects: Set(repo)
104Starting build for ProjectRef(file:/build/repo/,repo) (flog)... [0/1]
105OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
106OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
107Compile scalacOptions: -Wconf:msg=can be rewritten automatically under:s, -source:3.8
108[info] compiling 3 Scala sources to /build/repo/target/scala-3.8.0-RC6/classes ...
109[info] done compiling
110[info] compiling 4 Scala sources to /build/repo/target/scala-3.8.0-RC6/test-classes ...
111[info] done compiling
112sb should not be empty but it will be if you run this unit test on its own
11302:32:39,414 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.5.19
11402:32:39,414 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6ef470a7 - No custom configurators were discovered as a service.
11502:32:39,414 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6ef470a7 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
11602:32:39,416 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6ef470a7 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
11702:32:39,416 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
11802:32:39,416 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
11902:32:39,425 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6ef470a7 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 1 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
12002:32:39,425 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6ef470a7 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
12102:32:39,425 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6ef470a7 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
12202:32:39,426 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/build/repo/target/scala-3.8.0-RC6/test-classes/logback-test.xml]
12302:32:39,545 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Main configuration file URL: file:/build/repo/target/scala-3.8.0-RC6/test-classes/logback-test.xml
12402:32:39,546 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - FileWatchList= {/build/repo/target/scala-3.8.0-RC6/test-classes/logback-test.xml}
12502:32:39,547 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - URLWatchList= {}
12602:32:39,550 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT]
12702:32:39,551 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
128Hello: future promise <UUID> created...
129
13002:32:39,562 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
131!! 14
132sb should not be empty but it will be if you run this unit test on its own
133Hello: 1
13402:32:39,603 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - NOTE: Writing to the console can be slow. Try to avoid logging to the
13502:32:39,604 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - console in production environments, especially in high volume systems.
13602:32:39,604 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also https://logback.qos.ch/codes.html#slowConsole
13702:32:39,604 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [FILE-ROLLING]
13802:32:39,604 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
139Hello: [1, 2, 3]
14002:32:39,609 |-INFO in ch.qos.logback.core.model.processor.ModelInterpretationContext@17c2998e - value "logs/flog.log" substituted for "${HOME_LOG}"
141Hello: Some(1)
14202:32:39,614 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1106401635 - setting totalSizeCap to 20 GB
143Hello: {1->a, 2->b}
14402:32:39,618 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1106401635 - Archive files will be limited to [10 MB] each.
14502:32:39,619 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1106401635 - Will use gz compression
14602:32:39,623 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1106401635 - Will use the pattern logs/archived/app.%d{yyyy-MM-dd}.%i.log for the active file
14702:32:39,625 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFileNamingAndTriggeringPolicy@ce17e2f - The date pattern is 'yyyy-MM-dd' from file name pattern 'logs/archived/app.%d{yyyy-MM-dd}.%i.log.gz'.
14802:32:39,625 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFileNamingAndTriggeringPolicy@ce17e2f - Roll-over at midnight.
14902:32:39,627 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFileNamingAndTriggeringPolicy@ce17e2f - Setting initial period to 2026-01-08T01:32:39.626Z
15002:32:39,629 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
15102:32:39,631 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE-ROLLING] - Active log file name: logs/flog.log
15202:32:39,631 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE-ROLLING] - File property is set to [logs/flog.log]
15302:32:39,633 |-WARN in ch.qos.logback.core.model.processor.AppenderModelHandler - Appender named [ASYNC] not referenced. Skipping further processing.
15402:32:39,633 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to DEBUG
15502:32:39,635 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT]
15602:32:39,635 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to DEBUG
15702:32:39,635 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [FILE-ROLLING] to Logger[ROOT]
15802:32:39,635 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@4ac99ac7 - End of configuration.
15902:32:39,636 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3a7a9b95 - Registering current configuration as safe fallback point
16002:32:39,636 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6ef470a7 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 211 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
16102:32:39.640 [pool-18-thread-5-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: 1
162SLF4J(W): A number (8) of logging calls during the initialization phase have been intercepted and are
163SLF4J(W): now being replayed. These are subject to the filtering rules of the underlying logging system.
164SLF4J(W): See also https://www.slf4j.org/codes.html#replay
16502:32:39.642 [pool-18-thread-5-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: 99
16602:32:39.642 [pool-18-thread-5-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: [1, 1, 2, ... (2 elements), ... 8]
16702:32:39.642 [pool-18-thread-5-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: [1, 1, 2, ... (2 elements), ... 8]
16802:32:39.642 [pool-18-thread-5-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: [1, 1, 2, ... (2 elements), ... 8]
16902:32:39.642 [pool-18-thread-5-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: Failure(/ by zero)
17002:32:39.642 [pool-18-thread-5-ScalaTest-running-LoggableSpec] ERROR com.phasmidsoftware.flog.FlogSpec - Hello
171java.lang.ArithmeticException: / by zero
172 at com.phasmidsoftware.flog.FlogSpec.$anonfun$13(FlogSpec.scala:268)
173 at scala.util.Try$.apply(Try.scala:218)
174 at com.phasmidsoftware.flog.FlogSpec.testFun$proxy22$1(FlogSpec.scala:268)
175 at com.phasmidsoftware.flog.FlogSpec.$init$$$anonfun$22(FlogSpec.scala:265)
176 at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
177 at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
178 at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:31)
179 at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
180 at org.scalatest.Transformer.apply(Transformer.scala:22)
181 at org.scalatest.Transformer.apply(Transformer.scala:21)
182 at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1717)
183 at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
184 at org.scalatest.TestSuite.withFixture$(TestSuite.scala:138)
185 at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1685)
186 at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1723)
187 at org.scalatest.flatspec.AnyFlatSpecLike.runTest$$anonfun$1(AnyFlatSpecLike.scala:1727)
188 at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
189 at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1727)
190 at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:51)
191 at com.phasmidsoftware.flog.FlogSpec.org$scalatest$BeforeAndAfterEach$$super$runTest(FlogSpec.scala:18)
192 at org.scalatest.BeforeAndAfterEach.runTest(BeforeAndAfterEach.scala:234)
193 at org.scalatest.BeforeAndAfterEach.runTest$(BeforeAndAfterEach.scala:122)
194 at com.phasmidsoftware.flog.FlogSpec.runTest(FlogSpec.scala:18)
195 at org.scalatest.flatspec.AnyFlatSpecLike.runTests$$anonfun$1(AnyFlatSpecLike.scala:1785)
196 at org.scalatest.SuperEngine.traverseSubNodes$1$$anonfun$1(Engine.scala:413)
197 at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
198 at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
199 at scala.collection.immutable.List.foreach(List.scala:327)
200 at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:429)
201 at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
202 at org.scalatest.SuperEngine.traverseSubNodes$1$$anonfun$1(Engine.scala:427)
203 at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
204 at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
205 at scala.collection.immutable.List.foreach(List.scala:327)
206 at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:429)
207 at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
208 at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
209 at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1785)
210 at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:51)
211 at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1685)
212 at org.scalatest.Suite.run(Suite.scala:1114)
213 at org.scalatest.Suite.run$(Suite.scala:564)
214 at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1685)
215 at org.scalatest.flatspec.AnyFlatSpecLike.run$$anonfun$1(AnyFlatSpecLike.scala:1830)
216 at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
217 at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1830)
218 at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:51)
219 at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1685)
220 at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
221 at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
222 at sbt.TestRunner.runTest$1(TestFramework.scala:153)
223 at sbt.TestRunner.run(TestFramework.scala:168)
224 at sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.$anonfun$apply$1(TestFramework.scala:336)
225 at sbt.TestFramework$.sbt$TestFramework$$withContextLoader(TestFramework.scala:296)
226 at sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.apply(TestFramework.scala:336)
227 at sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.apply(TestFramework.scala:336)
228 at sbt.TestFunction.apply(TestFramework.scala:348)
229 at sbt.Tests$.$anonfun$toTask$1(Tests.scala:436)
230 at sbt.std.Transform$$anon$3.$anonfun$apply$2(Transform.scala:47)
231 at sbt.std.Transform$$anon$4.work(Transform.scala:69)
232 at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
233 at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
234 at sbt.Execute.work(Execute.scala:292)
235 at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
236 at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
237 at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
238 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
239 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
240 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
241 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
242 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
243 at java.base/java.lang.Thread.run(Thread.java:833)
24402:32:39.645 [pool-18-thread-5-ScalaTest-running-LoggableSpec] DEBUG com.phasmidsoftware.flog.FlogSpec - Hello: 1
24502:32:39.646 [pool-18-thread-5-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello:
24602:32:39.647 [pool-18-thread-5-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
24702:32:39.648 [pool-18-thread-5-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
24802:32:39.649 [pool-18-thread-5-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: World!
24902:32:39.649 [pool-18-thread-5-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: [1, 2, 3, 4]
25002:32:39.650 [pool-18-thread-5-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: Some(1)
25102:32:39.650 [pool-18-thread-5-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: Some(World!)
25202:32:39.651 [pool-18-thread-5-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
25302:32:39.652 [pool-18-thread-5-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
25402:32:39.653 [pool-18-thread-5-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1.0
25502:32:39.654 [pool-18-thread-5-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
25602:32:39.657 [pool-18-thread-5-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
25702:32:39.663 [pool-18-thread-5-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - One: 1.0 + i0.0
258[info] LoggablesSpec:
259[info] Loggables
260[info] - should optionLoggable
261[info] - should mapLoggable
262[info] - should iterableLoggable0
263[info] - should iterableLoggable1
264[info] - should iterableLoggable2
265[info] - should iterableLoggable3
266[info] - should tryLoggable
267[info] - should eitherLoggable
268[info] - should loggable1
269[info] - should loggable2
270[info] - should loggable3
271[info] - should loggable4
272[info] - should loggable4 with explicit field names
273[info] - should loggable5
274[info] - should loggable6
275[info] - should loggable7
276[info] - should loggable8
277[info] - should loggable9
278[info] LoggableSpec:
279[info] Loggable
280[info] - should toLog
281[info] - should work with import
282[info] - should work for custom class
283Hello: future promise <UUID> created...
284
285Trace enabled: expect to see log entry following
286Hello: [1, 2, 3]
287Hello: Some(1)
288Hello: {1->a, 2->b}
289Hello: future promise <UUID> created...
290Hello: future <UUID> completed : Success(1)
291
29202:32:39.844 [pool-18-thread-3-ScalaTest-running-FlogSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: 1
29302:32:39.847 [pool-18-thread-3-ScalaTest-running-FlogSpec] WARN com.phasmidsoftware.flog.FlogSpec - Hello: 1
294Hello: 1
295[info] FlogSpec:
296[info] Flog
297[info] - should !! 0
298[info] - should !! 1
299[info] - should !! 1a
300[info] - should !! 2
301[info] - should !! 3
302[info] - should !! 4
303[info] - should !! 5
304[info] - should !! Future[Int]
305[info] - should !! 7
306[info] - should !! 8
307[info] - should !! 9
308[info] - should !! 10
309[info] - should !! 10a
310[info] - should !! 11
311[info] - should !! 12A using implict loggable for LocalDateTime
312[info] - should !! 13
313[info] - should !! 14 (alternative when using something for which there is no implicit Loggable)
314[info] - should |!1
315[info] - should |!2
316[info] - should !|1
317[info] - should handle unloggable class via LoggableAny
318[info] - should !!! 1/0
319[info] - should debug 0
320[info] - should debug 1
321[info] - should debug 2
322[info] - should debug 3
323[info] - should debug 4
324[info] - should debug 5
325[info] - should debug 6
326[info] - should debug 7
327[info] - should trace 0
328[info] - should trace 1
329[info] - should trace 2
330[info] - should trace 4
331[info] - should trace 5
332[info] - should trace 6
333[info] - should trace 7
334[info] - should info 1
335[info] - should info 2
336[info] - should warn
337[info] - should error 1
338[info] - should error 2
339[info] - should error 3
340[info] - should error 4
341[info] - should write to Appendable
342
343************************
344Build summary:
345[{
346 "module": "flog",
347 "compile": {"status": "ok", "tookMs": 7494, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
348 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
349 "test-compile": {"status": "ok", "tookMs": 6181, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
350 "test": {"status": "ok", "tookMs": 1019, "passed": 66, "failed": 0, "ignored": 0, "skipped": 0, "total": 66, "byFramework": [{"framework": "unknown", "stats": {"passed": 66, "failed": 0, "ignored": 0, "skipped": 0, "total": 66}}]},
351 "publish": {"status": "skipped", "tookMs": 0},
352 "metadata": {
353 "crossScalaVersions": ["2.12.20"]
354}
355}]
356************************
357[success] Total time: 18 s, completed Jan 8, 2026, 2:32:40 AM
358[0JChecking patch project/plugins.sbt...
359Checking patch build.sbt...
360Applied patch project/plugins.sbt cleanly.
361Applied patch build.sbt cleanly.