Build Logs

rchillyard/flog • 3.8.0-RC2:2025-11-28

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-RC2
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-RC2
15Execute tests: true
16sbt project found:
17No prepare script found for project rchillyard/flog
18##################################
19Scala version: 3.8.0-RC2
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-RC2
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-RC2"
41"++3.8.0-RC2 -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-RC2 """{"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.654s.
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-RC2
70OpenCB::Changing crossVersion 3.7.3 -> 3.8.0-RC2 in repo/crossScalaVersions
71OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC2) in repo/crossScalaVersions
72[info] set current project to flog (in build file:/build/repo/)
73[info] Setting Scala version to 3.8.0-RC2 on 1 projects.
74[info] Switching Scala version on:
75[info] * repo (3.8.0-RC2)
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 Nov 28, 2025, 3:43:54 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-RC2/classes ...
109[info] done compiling
110[info] compiling 4 Scala sources to /build/repo/target/scala-3.8.0-RC2/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
13315:44:23,338 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.5.19
13415:44:23,339 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3e9192ec - No custom configurators were discovered as a service.
13515:44:23,339 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3e9192ec - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
13615:44:23,340 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3e9192ec - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
13715:44:23,340 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
13815:44:23,340 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
13915:44:23,349 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3e9192ec - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 0 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
14015:44:23,349 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3e9192ec - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
14115:44:23,353 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3e9192ec - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
14215:44:23,353 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/build/repo/target/scala-3.8.0-RC2/test-classes/logback-test.xml]
14315:44:23,460 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Main configuration file URL: file:/build/repo/target/scala-3.8.0-RC2/test-classes/logback-test.xml
14415:44:23,461 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - FileWatchList= {/build/repo/target/scala-3.8.0-RC2/test-classes/logback-test.xml}
14515:44:23,462 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - URLWatchList= {}
14615:44:23,464 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT]
14715:44:23,464 |-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
15115:44:23,479 |-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
154Hello: 1
155Hello: [1, 2, 3]
156Hello: Some(1)
157Hello: {1->a, 2->b}
15815:44:23,523 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - NOTE: Writing to the console can be slow. Try to avoid logging to the
15915:44:23,523 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - console in production environments, especially in high volume systems.
16015:44:23,523 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also https://logback.qos.ch/codes.html#slowConsole
16115:44:23,523 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [FILE-ROLLING]
16215:44:23,523 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
16315:44:23,527 |-INFO in ch.qos.logback.core.model.processor.ModelInterpretationContext@f32ccd7 - value "logs/flog.log" substituted for "${HOME_LOG}"
16415:44:23,531 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1588163677 - setting totalSizeCap to 20 GB
16515:44:23,534 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1588163677 - Archive files will be limited to [10 MB] each.
16615:44:23,534 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1588163677 - Will use gz compression
16715:44:23,537 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@1588163677 - Will use the pattern logs/archived/app.%d{yyyy-MM-dd}.%i.log for the active file
16815:44:23,545 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFileNamingAndTriggeringPolicy@d1f204c - The date pattern is 'yyyy-MM-dd' from file name pattern 'logs/archived/app.%d{yyyy-MM-dd}.%i.log.gz'.
16915:44:23,545 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFileNamingAndTriggeringPolicy@d1f204c - Roll-over at midnight.
17015:44:23,547 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFileNamingAndTriggeringPolicy@d1f204c - Setting initial period to 2025-11-28T14:44:23.546Z
17115:44:23,548 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
17215:44:23,551 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE-ROLLING] - Active log file name: logs/flog.log
17315:44:23,551 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE-ROLLING] - File property is set to [logs/flog.log]
17415:44:23,554 |-WARN in ch.qos.logback.core.model.processor.AppenderModelHandler - Appender named [ASYNC] not referenced. Skipping further processing.
17515:44:23,554 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to DEBUG
17615:44:23,555 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT]
17715:44:23,556 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to DEBUG
17815:44:23,556 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [FILE-ROLLING] to Logger[ROOT]
17915:44:23,556 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@740a0158 - End of configuration.
18015:44:23,557 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@42d216c1 - Registering current configuration as safe fallback point
18115:44:23,557 |-INFO in ch.qos.logback.classic.util.ContextInitializer@3e9192ec - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 204 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
18215:44:23.561 [pool-18-thread-3-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
18615:44:23.562 [pool-18-thread-3-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: 99
18715:44:23.562 [pool-18-thread-3-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: [1, 1, 2, ... (2 elements), ... 8]
18815:44:23.562 [pool-18-thread-3-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: [1, 1, 2, ... (2 elements), ... 8]
18915:44:23.562 [pool-18-thread-3-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: [1, 1, 2, ... (2 elements), ... 8]
19015:44:23.562 [pool-18-thread-3-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: Failure(/ by zero)
19115:44:23.562 [pool-18-thread-3-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)
26515:44:23.566 [pool-18-thread-3-ScalaTest-running-LoggableSpec] DEBUG com.phasmidsoftware.flog.FlogSpec - Hello: 1
26615:44:23.568 [pool-18-thread-3-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello:
26715:44:23.568 [pool-18-thread-3-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
26815:44:23.569 [pool-18-thread-3-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
26915:44:23.570 [pool-18-thread-3-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: World!
27015:44:23.570 [pool-18-thread-3-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: [1, 2, 3, 4]
27115:44:23.571 [pool-18-thread-3-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: Some(1)
27215:44:23.572 [pool-18-thread-3-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: Some(World!)
27315:44:23.573 [pool-18-thread-3-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
27415:44:23.575 [pool-18-thread-3-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
27515:44:23.576 [pool-18-thread-3-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1.0
27615:44:23.577 [pool-18-thread-3-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
27715:44:23.579 [pool-18-thread-3-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
27815:44:23.583 [pool-18-thread-3-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - One: 1.0 + i0.0
279[info] LoggableSpec:
280[info] Loggable
281[info] - should toLog
282[info] - should work with import
283[info] - should work for custom class
284Hello: future promise <UUID> created...
285Hello: future <UUID> completed : Success(1)
286
287Trace enabled: expect to see log entry following
288Hello: [1, 2, 3]
289Hello: Some(1)
290Hello: {1->a, 2->b}
291Hello: future promise <UUID> created...
292Hello: future <UUID> completed : Success(1)
293
29415:44:23.740 [pool-18-thread-6-ScalaTest-running-FlogSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: 1
29515:44:23.743 [pool-18-thread-6-ScalaTest-running-FlogSpec] WARN com.phasmidsoftware.flog.FlogSpec - Hello: 1
296Hello: 1
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": 9634, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
350 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
351 "test-compile": {"status": "ok", "tookMs": 6061, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
352 "test": {"status": "ok", "tookMs": 967, "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: 30 s, completed Nov 28, 2025, 3:44:24 PM
360[0JChecking patch project/plugins.sbt...
361Checking patch build.sbt...
362Applied patch project/plugins.sbt cleanly.
363Applied patch build.sbt cleanly.