Build Logs

rchillyard/flog • 3.8.0-RC4:2025-12-22

Errors

2

Warnings

9

Total Lines

363

1##################################
2Clonning https://github.com/rchillyard/flog.git into /build/repo using revision
3##################################
4----
5Preparing build for 3.8.0-RC4
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-RC4
15Execute tests: true
16sbt project found:
17No prepare script found for project rchillyard/flog
18##################################
19Scala version: 3.8.0-RC4
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-RC4
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-RC4"
41"++3.8.0-RC4 -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-RC4 """{"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 8.695s.
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-RC4
70OpenCB::Changing crossVersion 3.7.3 -> 3.8.0-RC4 in repo/crossScalaVersions
71OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC4) in repo/crossScalaVersions
72[info] set current project to flog (in build file:/build/repo/)
73[info] Setting Scala version to 3.8.0-RC4 on 1 projects.
74[info] Switching Scala version on:
75[info] * repo (3.8.0-RC4)
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 Dec 22, 2025, 8:00:47 PM
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-RC4/classes ...
109[info] done compiling
110[info] compiling 4 Scala sources to /build/repo/target/scala-3.8.0-RC4/test-classes ...
111[info] done compiling
112sb should not be empty but it will be if you run this unit test on its own
113[info] LoggablesSpec:
114[info] Loggables
115[info] - should optionLoggable
116[info] - should mapLoggable
117[info] - should iterableLoggable0
118[info] - should iterableLoggable1
119[info] - should iterableLoggable2
120[info] - should iterableLoggable3
121[info] - should tryLoggable
122[info] - should eitherLoggable
123[info] - should loggable1
124[info] - should loggable2
125[info] - should loggable3
126[info] - should loggable4
127[info] - should loggable4 with explicit field names
128[info] - should loggable5
129[info] - should loggable6
130[info] - should loggable7
131[info] - should loggable8
132[info] - should loggable9
13320:01:23,020 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.5.19
13420:01:23,023 |-INFO in ch.qos.logback.classic.util.ContextInitializer@a66d57f - No custom configurators were discovered as a service.
13520:01:23,023 |-INFO in ch.qos.logback.classic.util.ContextInitializer@a66d57f - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
13620:01:23,024 |-INFO in ch.qos.logback.classic.util.ContextInitializer@a66d57f - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
13720:01:23,024 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
13820:01:23,024 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
13920:01:23,027 |-INFO in ch.qos.logback.classic.util.ContextInitializer@a66d57f - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 0 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
14020:01:23,027 |-INFO in ch.qos.logback.classic.util.ContextInitializer@a66d57f - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
14120:01:23,027 |-INFO in ch.qos.logback.classic.util.ContextInitializer@a66d57f - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
14220:01:23,027 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/build/repo/target/scala-3.8.0-RC4/test-classes/logback-test.xml]
14320:01:23,131 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Main configuration file URL: file:/build/repo/target/scala-3.8.0-RC4/test-classes/logback-test.xml
14420:01:23,132 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - FileWatchList= {/build/repo/target/scala-3.8.0-RC4/test-classes/logback-test.xml}
14520:01:23,132 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - URLWatchList= {}
14620:01:23,134 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT]
14720:01:23,134 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
148Hello: future promise <UUID> created...
149Hello: future <UUID> completed : Success(1)
150
15120:01:23,147 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
152!! 14
153sb should not be empty but it will be if you run this unit test on its own
15420:01:23,190 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - NOTE: Writing to the console can be slow. Try to avoid logging to the
15520:01:23,190 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - console in production environments, especially in high volume systems.
156Hello: 1
15720:01:23,191 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also https://logback.qos.ch/codes.html#slowConsole
15820:01:23,191 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [FILE-ROLLING]
15920:01:23,191 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
160Hello: [1, 2, 3]
161Hello: Some(1)
16220:01:23,197 |-INFO in ch.qos.logback.core.model.processor.ModelInterpretationContext@6429820b - value "logs/flog.log" substituted for "${HOME_LOG}"
163Hello: {1->a, 2->b}
16420:01:23,202 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@2137705192 - setting totalSizeCap to 20 GB
16520:01:23,205 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@2137705192 - Archive files will be limited to [10 MB] each.
16620:01:23,205 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@2137705192 - Will use gz compression
16720:01:23,209 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@2137705192 - Will use the pattern logs/archived/app.%d{yyyy-MM-dd}.%i.log for the active file
16820:01:23,216 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFileNamingAndTriggeringPolicy@5a8ed70b - The date pattern is 'yyyy-MM-dd' from file name pattern 'logs/archived/app.%d{yyyy-MM-dd}.%i.log.gz'.
16920:01:23,216 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFileNamingAndTriggeringPolicy@5a8ed70b - Roll-over at midnight.
17020:01:23,216 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFileNamingAndTriggeringPolicy@5a8ed70b - Setting initial period to 2025-12-22T19:01:23.216Z
17120:01:23,217 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
17220:01:23,219 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE-ROLLING] - Active log file name: logs/flog.log
17320:01:23,220 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE-ROLLING] - File property is set to [logs/flog.log]
17420:01:23,221 |-WARN in ch.qos.logback.core.model.processor.AppenderModelHandler - Appender named [ASYNC] not referenced. Skipping further processing.
17520:01:23,221 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to DEBUG
17620:01:23,222 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT]
17720:01:23,222 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to DEBUG
17820:01:23,222 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [FILE-ROLLING] to Logger[ROOT]
17920:01:23,222 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@52c594ba - End of configuration.
18020:01:23,223 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@2adbee2c - Registering current configuration as safe fallback point
18120:01:23,223 |-INFO in ch.qos.logback.classic.util.ContextInitializer@a66d57f - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 196 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
18220:01:23.227 [pool-18-thread-4-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: 1
183SLF4J(W): A number (8) of logging calls during the initialization phase have been intercepted and are
184SLF4J(W): now being replayed. These are subject to the filtering rules of the underlying logging system.
185SLF4J(W): See also https://www.slf4j.org/codes.html#replay
18620:01:23.228 [pool-18-thread-4-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: 99
18720:01:23.228 [pool-18-thread-4-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: [1, 1, 2, ... (2 elements), ... 8]
18820:01:23.228 [pool-18-thread-4-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: [1, 1, 2, ... (2 elements), ... 8]
18920:01:23.228 [pool-18-thread-4-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: [1, 1, 2, ... (2 elements), ... 8]
19020:01:23.228 [pool-18-thread-4-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: Failure(/ by zero)
19120:01:23.228 [pool-18-thread-4-ScalaTest-running-LoggableSpec] ERROR com.phasmidsoftware.flog.FlogSpec - Hello
192java.lang.ArithmeticException: / by zero
193 at com.phasmidsoftware.flog.FlogSpec.$anonfun$13(FlogSpec.scala:268)
194 at scala.util.Try$.apply(Try.scala:218)
195 at com.phasmidsoftware.flog.FlogSpec.testFun$proxy22$1(FlogSpec.scala:268)
196 at com.phasmidsoftware.flog.FlogSpec.$init$$$anonfun$22(FlogSpec.scala:265)
197 at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
198 at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
199 at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:31)
200 at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
201 at org.scalatest.Transformer.apply(Transformer.scala:22)
202 at org.scalatest.Transformer.apply(Transformer.scala:21)
203 at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1717)
204 at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
205 at org.scalatest.TestSuite.withFixture$(TestSuite.scala:138)
206 at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1685)
207 at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1723)
208 at org.scalatest.flatspec.AnyFlatSpecLike.runTest$$anonfun$1(AnyFlatSpecLike.scala:1727)
209 at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
210 at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1727)
211 at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:51)
212 at com.phasmidsoftware.flog.FlogSpec.org$scalatest$BeforeAndAfterEach$$super$runTest(FlogSpec.scala:18)
213 at org.scalatest.BeforeAndAfterEach.runTest(BeforeAndAfterEach.scala:234)
214 at org.scalatest.BeforeAndAfterEach.runTest$(BeforeAndAfterEach.scala:122)
215 at com.phasmidsoftware.flog.FlogSpec.runTest(FlogSpec.scala:18)
216 at org.scalatest.flatspec.AnyFlatSpecLike.runTests$$anonfun$1(AnyFlatSpecLike.scala:1785)
217 at org.scalatest.SuperEngine.traverseSubNodes$1$$anonfun$1(Engine.scala:413)
218 at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
219 at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
220 at scala.collection.immutable.List.foreach(List.scala:327)
221 at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:429)
222 at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
223 at org.scalatest.SuperEngine.traverseSubNodes$1$$anonfun$1(Engine.scala:427)
224 at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
225 at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
226 at scala.collection.immutable.List.foreach(List.scala:327)
227 at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:429)
228 at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
229 at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
230 at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1785)
231 at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:51)
232 at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1685)
233 at org.scalatest.Suite.run(Suite.scala:1114)
234 at org.scalatest.Suite.run$(Suite.scala:564)
235 at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1685)
236 at org.scalatest.flatspec.AnyFlatSpecLike.run$$anonfun$1(AnyFlatSpecLike.scala:1830)
237 at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
238 at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1830)
239 at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:51)
240 at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1685)
241 at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
242 at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
243 at sbt.TestRunner.runTest$1(TestFramework.scala:153)
244 at sbt.TestRunner.run(TestFramework.scala:168)
245 at sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.$anonfun$apply$1(TestFramework.scala:336)
246 at sbt.TestFramework$.sbt$TestFramework$$withContextLoader(TestFramework.scala:296)
247 at sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.apply(TestFramework.scala:336)
248 at sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.apply(TestFramework.scala:336)
249 at sbt.TestFunction.apply(TestFramework.scala:348)
250 at sbt.Tests$.$anonfun$toTask$1(Tests.scala:436)
251 at sbt.std.Transform$$anon$3.$anonfun$apply$2(Transform.scala:47)
252 at sbt.std.Transform$$anon$4.work(Transform.scala:69)
253 at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
254 at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
255 at sbt.Execute.work(Execute.scala:292)
256 at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
257 at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
258 at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
259 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
260 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
261 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
262 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
263 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
264 at java.base/java.lang.Thread.run(Thread.java:833)
26520:01:23.231 [pool-18-thread-4-ScalaTest-running-LoggableSpec] DEBUG com.phasmidsoftware.flog.FlogSpec - Hello: 1
26620:01:23.232 [pool-18-thread-4-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello:
26720:01:23.233 [pool-18-thread-4-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
26820:01:23.233 [pool-18-thread-4-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
26920:01:23.234 [pool-18-thread-4-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: World!
27020:01:23.234 [pool-18-thread-4-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: [1, 2, 3, 4]
27120:01:23.235 [pool-18-thread-4-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: Some(1)
27220:01:23.236 [pool-18-thread-4-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: Some(World!)
27320:01:23.237 [pool-18-thread-4-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
27420:01:23.238 [pool-18-thread-4-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
27520:01:23.240 [pool-18-thread-4-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1.0
27620:01:23.241 [pool-18-thread-4-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
27720:01:23.243 [pool-18-thread-4-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
27820:01:23.246 [pool-18-thread-4-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - One: 1.0 + i0.0
279Hello: future promise <UUID> created...
280Hello: future <UUID> completed : Success(1)
281
282Trace enabled: expect to see log entry following
283Hello: [1, 2, 3]
284Hello: Some(1)
285Hello: {1->a, 2->b}
286Hello: future promise <UUID> created...
287Hello: future <UUID> completed : Success(1)
288
28920:01:23.417 [pool-18-thread-3-ScalaTest-running-FlogSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: 1
29020:01:23.420 [pool-18-thread-3-ScalaTest-running-FlogSpec] WARN com.phasmidsoftware.flog.FlogSpec - Hello: 1
291Hello: 1
292[info] LoggableSpec:
293[info] Loggable
294[info] - should toLog
295[info] - should work with import
296[info] - should work for custom class
297[info] FlogSpec:
298[info] Flog
299[info] - should !! 0
300[info] - should !! 1
301[info] - should !! 1a
302[info] - should !! 2
303[info] - should !! 3
304[info] - should !! 4
305[info] - should !! 5
306[info] - should !! Future[Int]
307[info] - should !! 7
308[info] - should !! 8
309[info] - should !! 9
310[info] - should !! 10
311[info] - should !! 10a
312[info] - should !! 11
313[info] - should !! 12A using implict loggable for LocalDateTime
314[info] - should !! 13
315[info] - should !! 14 (alternative when using something for which there is no implicit Loggable)
316[info] - should |!1
317[info] - should |!2
318[info] - should !|1
319[info] - should handle unloggable class via LoggableAny
320[info] - should !!! 1/0
321[info] - should debug 0
322[info] - should debug 1
323[info] - should debug 2
324[info] - should debug 3
325[info] - should debug 4
326[info] - should debug 5
327[info] - should debug 6
328[info] - should debug 7
329[info] - should trace 0
330[info] - should trace 1
331[info] - should trace 2
332[info] - should trace 4
333[info] - should trace 5
334[info] - should trace 6
335[info] - should trace 7
336[info] - should info 1
337[info] - should info 2
338[info] - should warn
339[info] - should error 1
340[info] - should error 2
341[info] - should error 3
342[info] - should error 4
343[info] - should write to Appendable
344
345************************
346Build summary:
347[{
348 "module": "flog",
349 "compile": {"status": "ok", "tookMs": 10711, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
350 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
351 "test-compile": {"status": "ok", "tookMs": 5802, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
352 "test": {"status": "ok", "tookMs": 1046, "passed": 66, "failed": 0, "ignored": 0, "skipped": 0, "total": 66, "byFramework": [{"framework": "unknown", "stats": {"passed": 66, "failed": 0, "ignored": 0, "skipped": 0, "total": 66}}]},
353 "publish": {"status": "skipped", "tookMs": 0},
354 "metadata": {
355 "crossScalaVersions": ["2.12.20"]
356}
357}]
358************************
359[success] Total time: 36 s, completed Dec 22, 2025, 8:01:23 PM
360[0JChecking patch project/plugins.sbt...
361Checking patch build.sbt...
362Applied patch project/plugins.sbt cleanly.
363Applied patch build.sbt cleanly.