Build Logs

rchillyard/flog • 3.8.0-RC3:2025-12-04

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-RC3
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-RC3
15Execute tests: true
16sbt project found:
17No prepare script found for project rchillyard/flog
18##################################
19Scala version: 3.8.0-RC3
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-RC3
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-RC3"
41"++3.8.0-RC3 -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-RC3 """{"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.997s.
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-RC3
70OpenCB::Changing crossVersion 3.7.3 -> 3.8.0-RC3 in repo/crossScalaVersions
71OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC3) in repo/crossScalaVersions
72[info] set current project to flog (in build file:/build/repo/)
73[info] Setting Scala version to 3.8.0-RC3 on 1 projects.
74[info] Switching Scala version on:
75[info] * repo (3.8.0-RC3)
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 4, 2025, 12:55:09 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-RC3/classes ...
109[info] done compiling
110[info] compiling 4 Scala sources to /build/repo/target/scala-3.8.0-RC3/test-classes ...
111[info] done compiling
112sb should not be empty but it will be if you run this unit test on its own
11312:55:35,493 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.5.19
11412:55:35,494 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1f81ad59 - No custom configurators were discovered as a service.
11512:55:35,494 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1f81ad59 - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
11612:55:35,496 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1f81ad59 - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
11712:55:35,496 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
11812:55:35,496 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
11912:55:35,502 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1f81ad59 - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 1 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
12012:55:35,502 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1f81ad59 - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
12112:55:35,506 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1f81ad59 - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
12212:55:35,506 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/build/repo/target/scala-3.8.0-RC3/test-classes/logback-test.xml]
12312:55:35,612 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Main configuration file URL: file:/build/repo/target/scala-3.8.0-RC3/test-classes/logback-test.xml
12412:55:35,612 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - FileWatchList= {/build/repo/target/scala-3.8.0-RC3/test-classes/logback-test.xml}
12512:55:35,613 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - URLWatchList= {}
12612:55:35,614 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT]
12712:55:35,614 |-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...
129Hello: future <UUID> completed : Success(1)
130
13112:55:35,623 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
132!! 14
133sb should not be empty but it will be if you run this unit test on its own
134Hello: 1
135Hello: [1, 2, 3]
136Hello: Some(1)
137Hello: {1->a, 2->b}
13812:55:35,665 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - NOTE: Writing to the console can be slow. Try to avoid logging to the
13912:55:35,665 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - console in production environments, especially in high volume systems.
14012:55:35,666 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also https://logback.qos.ch/codes.html#slowConsole
14112:55:35,666 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [FILE-ROLLING]
14212:55:35,666 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
14312:55:35,670 |-INFO in ch.qos.logback.core.model.processor.ModelInterpretationContext@57309279 - value "logs/flog.log" substituted for "${HOME_LOG}"
14412:55:35,674 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@598668322 - setting totalSizeCap to 20 GB
14512:55:35,676 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@598668322 - Archive files will be limited to [10 MB] each.
14612:55:35,677 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@598668322 - Will use gz compression
14712:55:35,680 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@598668322 - Will use the pattern logs/archived/app.%d{yyyy-MM-dd}.%i.log for the active file
14812:55:35,686 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFileNamingAndTriggeringPolicy@2348c962 - The date pattern is 'yyyy-MM-dd' from file name pattern 'logs/archived/app.%d{yyyy-MM-dd}.%i.log.gz'.
14912:55:35,686 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFileNamingAndTriggeringPolicy@2348c962 - Roll-over at midnight.
15012:55:35,687 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFileNamingAndTriggeringPolicy@2348c962 - Setting initial period to 2025-12-04T11:55:35.686Z
15112:55:35,689 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
15212:55:35,691 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE-ROLLING] - Active log file name: logs/flog.log
15312:55:35,691 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE-ROLLING] - File property is set to [logs/flog.log]
15412:55:35,692 |-WARN in ch.qos.logback.core.model.processor.AppenderModelHandler - Appender named [ASYNC] not referenced. Skipping further processing.
15512:55:35,693 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to DEBUG
15612:55:35,693 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT]
15712:55:35,694 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to DEBUG
15812:55:35,694 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [FILE-ROLLING] to Logger[ROOT]
15912:55:35,694 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@6572321f - End of configuration.
16012:55:35,695 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@5da9a8da - Registering current configuration as safe fallback point
16112:55:35,696 |-INFO in ch.qos.logback.classic.util.ContextInitializer@1f81ad59 - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 190 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
16212:55:35.699 [pool-18-thread-2-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: 1
163SLF4J(W): A number (8) of logging calls during the initialization phase have been intercepted and are
164SLF4J(W): now being replayed. These are subject to the filtering rules of the underlying logging system.
165SLF4J(W): See also https://www.slf4j.org/codes.html#replay
16612:55:35.700 [pool-18-thread-2-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: 99
16712:55:35.700 [pool-18-thread-2-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: [1, 1, 2, ... (2 elements), ... 8]
16812:55:35.700 [pool-18-thread-2-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: [1, 1, 2, ... (2 elements), ... 8]
16912:55:35.700 [pool-18-thread-2-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: [1, 1, 2, ... (2 elements), ... 8]
17012:55:35.700 [pool-18-thread-2-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: Failure(/ by zero)
17112:55:35.700 [pool-18-thread-2-ScalaTest-running-LoggableSpec] ERROR com.phasmidsoftware.flog.FlogSpec - Hello
172java.lang.ArithmeticException: / by zero
173 at com.phasmidsoftware.flog.FlogSpec.$anonfun$13(FlogSpec.scala:268)
174 at scala.util.Try$.apply(Try.scala:218)
175 at com.phasmidsoftware.flog.FlogSpec.testFun$proxy22$1(FlogSpec.scala:268)
176 at com.phasmidsoftware.flog.FlogSpec.$init$$$anonfun$22(FlogSpec.scala:265)
177 at org.scalatest.Transformer.apply$$anonfun$1(Transformer.scala:22)
178 at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:85)
179 at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:31)
180 at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:104)
181 at org.scalatest.Transformer.apply(Transformer.scala:22)
182 at org.scalatest.Transformer.apply(Transformer.scala:21)
183 at org.scalatest.flatspec.AnyFlatSpecLike$$anon$5.apply(AnyFlatSpecLike.scala:1717)
184 at org.scalatest.TestSuite.withFixture(TestSuite.scala:196)
185 at org.scalatest.TestSuite.withFixture$(TestSuite.scala:138)
186 at org.scalatest.flatspec.AnyFlatSpec.withFixture(AnyFlatSpec.scala:1685)
187 at org.scalatest.flatspec.AnyFlatSpecLike.invokeWithFixture$1(AnyFlatSpecLike.scala:1723)
188 at org.scalatest.flatspec.AnyFlatSpecLike.runTest$$anonfun$1(AnyFlatSpecLike.scala:1727)
189 at org.scalatest.SuperEngine.runTestImpl(Engine.scala:306)
190 at org.scalatest.flatspec.AnyFlatSpecLike.runTest(AnyFlatSpecLike.scala:1727)
191 at org.scalatest.flatspec.AnyFlatSpecLike.runTest$(AnyFlatSpecLike.scala:51)
192 at com.phasmidsoftware.flog.FlogSpec.org$scalatest$BeforeAndAfterEach$$super$runTest(FlogSpec.scala:18)
193 at org.scalatest.BeforeAndAfterEach.runTest(BeforeAndAfterEach.scala:234)
194 at org.scalatest.BeforeAndAfterEach.runTest$(BeforeAndAfterEach.scala:122)
195 at com.phasmidsoftware.flog.FlogSpec.runTest(FlogSpec.scala:18)
196 at org.scalatest.flatspec.AnyFlatSpecLike.runTests$$anonfun$1(AnyFlatSpecLike.scala:1785)
197 at org.scalatest.SuperEngine.traverseSubNodes$1$$anonfun$1(Engine.scala:413)
198 at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
199 at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
200 at scala.collection.immutable.List.foreach(List.scala:327)
201 at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:429)
202 at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:390)
203 at org.scalatest.SuperEngine.traverseSubNodes$1$$anonfun$1(Engine.scala:427)
204 at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
205 at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
206 at scala.collection.immutable.List.foreach(List.scala:327)
207 at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:429)
208 at org.scalatest.SuperEngine.runTestsInBranch(Engine.scala:396)
209 at org.scalatest.SuperEngine.runTestsImpl(Engine.scala:475)
210 at org.scalatest.flatspec.AnyFlatSpecLike.runTests(AnyFlatSpecLike.scala:1785)
211 at org.scalatest.flatspec.AnyFlatSpecLike.runTests$(AnyFlatSpecLike.scala:51)
212 at org.scalatest.flatspec.AnyFlatSpec.runTests(AnyFlatSpec.scala:1685)
213 at org.scalatest.Suite.run(Suite.scala:1114)
214 at org.scalatest.Suite.run$(Suite.scala:564)
215 at org.scalatest.flatspec.AnyFlatSpec.org$scalatest$flatspec$AnyFlatSpecLike$$super$run(AnyFlatSpec.scala:1685)
216 at org.scalatest.flatspec.AnyFlatSpecLike.run$$anonfun$1(AnyFlatSpecLike.scala:1830)
217 at org.scalatest.SuperEngine.runImpl(Engine.scala:535)
218 at org.scalatest.flatspec.AnyFlatSpecLike.run(AnyFlatSpecLike.scala:1830)
219 at org.scalatest.flatspec.AnyFlatSpecLike.run$(AnyFlatSpecLike.scala:51)
220 at org.scalatest.flatspec.AnyFlatSpec.run(AnyFlatSpec.scala:1685)
221 at org.scalatest.tools.Framework.org$scalatest$tools$Framework$$runSuite(Framework.scala:321)
222 at org.scalatest.tools.Framework$ScalaTestTask.execute(Framework.scala:517)
223 at sbt.TestRunner.runTest$1(TestFramework.scala:153)
224 at sbt.TestRunner.run(TestFramework.scala:168)
225 at sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.$anonfun$apply$1(TestFramework.scala:336)
226 at sbt.TestFramework$.sbt$TestFramework$$withContextLoader(TestFramework.scala:296)
227 at sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.apply(TestFramework.scala:336)
228 at sbt.TestFramework$$anon$3$$anonfun$$lessinit$greater$1.apply(TestFramework.scala:336)
229 at sbt.TestFunction.apply(TestFramework.scala:348)
230 at sbt.Tests$.$anonfun$toTask$1(Tests.scala:436)
231 at sbt.std.Transform$$anon$3.$anonfun$apply$2(Transform.scala:47)
232 at sbt.std.Transform$$anon$4.work(Transform.scala:69)
233 at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
234 at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
235 at sbt.Execute.work(Execute.scala:292)
236 at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
237 at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
238 at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
239 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
240 at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
241 at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
242 at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
243 at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
244 at java.base/java.lang.Thread.run(Thread.java:833)
24512:55:35.704 [pool-18-thread-2-ScalaTest-running-LoggableSpec] DEBUG com.phasmidsoftware.flog.FlogSpec - Hello: 1
24612:55:35.705 [pool-18-thread-2-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello:
24712:55:35.706 [pool-18-thread-2-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
24812:55:35.707 [pool-18-thread-2-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
24912:55:35.707 [pool-18-thread-2-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: World!
25012:55:35.708 [pool-18-thread-2-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: [1, 2, 3, 4]
25112:55:35.708 [pool-18-thread-2-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: Some(1)
25212:55:35.709 [pool-18-thread-2-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: Some(World!)
25312:55:35.710 [pool-18-thread-2-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
25412:55:35.711 [pool-18-thread-2-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
25512:55:35.712 [pool-18-thread-2-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1.0
25612:55:35.713 [pool-18-thread-2-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
25712:55:35.714 [pool-18-thread-2-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
25812:55:35.718 [pool-18-thread-2-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - One: 1.0 + i0.0
259[info] LoggablesSpec:
260[info] Loggables
261[info] - should optionLoggable
262[info] - should mapLoggable
263[info] - should iterableLoggable0
264[info] - should iterableLoggable1
265[info] - should iterableLoggable2
266[info] - should iterableLoggable3
267[info] - should tryLoggable
268[info] - should eitherLoggable
269[info] - should loggable1
270[info] - should loggable2
271[info] - should loggable3
272[info] - should loggable4
273[info] - should loggable4 with explicit field names
274[info] - should loggable5
275[info] - should loggable6
276[info] - should loggable7
277[info] - should loggable8
278[info] - should loggable9
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
29412:55:35.885 [pool-18-thread-6-ScalaTest-running-FlogSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: 1
29512:55:35.889 [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": 8676, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
350 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
351 "test-compile": {"status": "ok", "tookMs": 6067, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
352 "test": {"status": "ok", "tookMs": 931, "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: 27 s, completed Dec 4, 2025, 12:55:36 PM
360[0JChecking patch project/plugins.sbt...
361Checking patch build.sbt...
362Applied patch project/plugins.sbt cleanly.
363Applied patch build.sbt cleanly.