Build Logs

rchillyard/flog • 3.8.0-RC5:2025-12-31

Errors

2

Warnings

9

Total Lines

362

1##################################
2Clonning https://github.com/rchillyard/flog.git into /build/repo using revision
3##################################
4----
5Preparing build for 3.8.0-RC5
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-RC5
15Execute tests: true
16sbt project found:
17No prepare script found for project rchillyard/flog
18##################################
19Scala version: 3.8.0-RC5
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-RC5
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-RC5"
41"++3.8.0-RC5 -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-RC5 """{"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.665s.
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-RC5
70OpenCB::Changing crossVersion 3.7.3 -> 3.8.0-RC5 in repo/crossScalaVersions
71OpenCB::Limitting incorrect crossVersions List(2.12.20) -> List(3.8.0-RC5) in repo/crossScalaVersions
72[info] set current project to flog (in build file:/build/repo/)
73[info] Setting Scala version to 3.8.0-RC5 on 1 projects.
74[info] Switching Scala version on:
75[info] * repo (3.8.0-RC5)
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 31, 2025, 10:53:49 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-RC5/classes ...
109[info] done compiling
110[info] compiling 4 Scala sources to /build/repo/target/scala-3.8.0-RC5/test-classes ...
111[info] done compiling
112sb should not be empty but it will be if you run this unit test on its own
11322:54:03,868 |-INFO in ch.qos.logback.classic.LoggerContext[default] - This is logback-classic version 1.5.19
11422:54:03,869 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6845f97b - No custom configurators were discovered as a service.
11522:54:03,870 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6845f97b - Trying to configure with ch.qos.logback.classic.joran.SerializedModelConfigurator
11622:54:03,876 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6845f97b - Constructed configurator of type class ch.qos.logback.classic.joran.SerializedModelConfigurator
11722:54:03,877 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.scmo]
11822:54:03,877 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.scmo]
11922:54:03,885 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6845f97b - ch.qos.logback.classic.joran.SerializedModelConfigurator.configure() call lasted 5 milliseconds. ExecutionStatus=INVOKE_NEXT_IF_ANY
12022:54:03,885 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6845f97b - Trying to configure with ch.qos.logback.classic.util.DefaultJoranConfigurator
12122:54:03,885 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6845f97b - Constructed configurator of type class ch.qos.logback.classic.util.DefaultJoranConfigurator
12222:54:03,886 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback-test.xml] at [file:/build/repo/target/scala-3.8.0-RC5/test-classes/logback-test.xml]
12322:54:03,982 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - Main configuration file URL: file:/build/repo/target/scala-3.8.0-RC5/test-classes/logback-test.xml
12422:54:03,982 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - FileWatchList= {/build/repo/target/scala-3.8.0-RC5/test-classes/logback-test.xml}
12522:54:03,982 |-INFO in ch.qos.logback.classic.model.processor.ConfigurationModelHandlerFull - URLWatchList= {}
12622:54:03,986 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [STDOUT]
12722:54:03,986 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
12822:54:03,994 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
129Hello: future promise <UUID> created...
130Hello: future <UUID> completed : Success(1)
131
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}
13822:54:04,045 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - NOTE: Writing to the console can be slow. Try to avoid logging to the
13922:54:04,046 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - console in production environments, especially in high volume systems.
14022:54:04,046 |-INFO in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also https://logback.qos.ch/codes.html#slowConsole
14122:54:04,046 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - Processing appender named [FILE-ROLLING]
14222:54:04,046 |-INFO in ch.qos.logback.core.model.processor.AppenderModelHandler - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
14322:54:04,050 |-INFO in ch.qos.logback.core.model.processor.ModelInterpretationContext@4060d1c6 - value "logs/flog.log" substituted for "${HOME_LOG}"
14422:54:04,055 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@565278012 - setting totalSizeCap to 20 GB
14522:54:04,058 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@565278012 - Archive files will be limited to [10 MB] each.
14622:54:04,058 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@565278012 - Will use gz compression
14722:54:04,063 |-INFO in c.q.l.core.rolling.SizeAndTimeBasedRollingPolicy@565278012 - Will use the pattern logs/archived/app.%d{yyyy-MM-dd}.%i.log for the active file
14822:54:04,065 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFileNamingAndTriggeringPolicy@7378de42 - The date pattern is 'yyyy-MM-dd' from file name pattern 'logs/archived/app.%d{yyyy-MM-dd}.%i.log.gz'.
14922:54:04,065 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFileNamingAndTriggeringPolicy@7378de42 - Roll-over at midnight.
15022:54:04,066 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFileNamingAndTriggeringPolicy@7378de42 - Setting initial period to 2025-12-31T21:54:04.066Z
15122:54:04,068 |-INFO in ch.qos.logback.core.model.processor.ImplicitModelHandler - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
15222:54:04,070 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE-ROLLING] - Active log file name: logs/flog.log
15322:54:04,071 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE-ROLLING] - File property is set to [logs/flog.log]
15422:54:04,072 |-WARN in ch.qos.logback.core.model.processor.AppenderModelHandler - Appender named [ASYNC] not referenced. Skipping further processing.
15522:54:04,072 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to DEBUG
15622:54:04,073 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [STDOUT] to Logger[ROOT]
15722:54:04,073 |-INFO in ch.qos.logback.classic.model.processor.RootLoggerModelHandler - Setting level of ROOT logger to DEBUG
15822:54:04,073 |-INFO in ch.qos.logback.core.model.processor.AppenderRefModelHandler - Attaching appender named [FILE-ROLLING] to Logger[ROOT]
15922:54:04,073 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@799a6bfb - End of configuration.
16022:54:04,075 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@4d07a545 - Registering current configuration as safe fallback point
16122:54:04,075 |-INFO in ch.qos.logback.classic.util.ContextInitializer@6845f97b - ch.qos.logback.classic.util.DefaultJoranConfigurator.configure() call lasted 190 milliseconds. ExecutionStatus=DO_NOT_INVOKE_NEXT_IF_ANY
16222:54:04.078 [pool-18-thread-7-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
16622:54:04.079 [pool-18-thread-7-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: 99
16722:54:04.079 [pool-18-thread-7-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: [1, 1, 2, ... (2 elements), ... 8]
16822:54:04.079 [pool-18-thread-7-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: [1, 1, 2, ... (2 elements), ... 8]
16922:54:04.079 [pool-18-thread-7-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: [1, 1, 2, ... (2 elements), ... 8]
17022:54:04.079 [pool-18-thread-7-ScalaTest-running-LoggableSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: Failure(/ by zero)
17122:54:04.079 [pool-18-thread-7-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)
24522:54:04.082 [pool-18-thread-7-ScalaTest-running-LoggableSpec] DEBUG com.phasmidsoftware.flog.FlogSpec - Hello: 1
24622:54:04.083 [pool-18-thread-7-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello:
24722:54:04.083 [pool-18-thread-7-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
24822:54:04.084 [pool-18-thread-7-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
24922:54:04.085 [pool-18-thread-7-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: World!
25022:54:04.087 [pool-18-thread-7-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: [1, 2, 3, 4]
25122:54:04.089 [pool-18-thread-7-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: Some(1)
25222:54:04.089 [pool-18-thread-7-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: Some(World!)
25322:54:04.090 [pool-18-thread-7-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
25422:54:04.091 [pool-18-thread-7-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
25522:54:04.093 [pool-18-thread-7-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1.0
25622:54:04.094 [pool-18-thread-7-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
25722:54:04.095 [pool-18-thread-7-ScalaTest-running-LoggableSpec] INFO c.phasmidsoftware.flog.LoggableSpec - Hello: 1
25822:54:04.098 [pool-18-thread-7-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...
292
29322:54:04.266 [pool-18-thread-5-ScalaTest-running-FlogSpec] INFO com.phasmidsoftware.flog.FlogSpec - Hello: 1
29422:54:04.268 [pool-18-thread-5-ScalaTest-running-FlogSpec] WARN com.phasmidsoftware.flog.FlogSpec - Hello: 1
295Hello: 1
296[info] FlogSpec:
297[info] Flog
298[info] - should !! 0
299[info] - should !! 1
300[info] - should !! 1a
301[info] - should !! 2
302[info] - should !! 3
303[info] - should !! 4
304[info] - should !! 5
305[info] - should !! Future[Int]
306[info] - should !! 7
307[info] - should !! 8
308[info] - should !! 9
309[info] - should !! 10
310[info] - should !! 10a
311[info] - should !! 11
312[info] - should !! 12A using implict loggable for LocalDateTime
313[info] - should !! 13
314[info] - should !! 14 (alternative when using something for which there is no implicit Loggable)
315[info] - should |!1
316[info] - should |!2
317[info] - should !|1
318[info] - should handle unloggable class via LoggableAny
319[info] - should !!! 1/0
320[info] - should debug 0
321[info] - should debug 1
322[info] - should debug 2
323[info] - should debug 3
324[info] - should debug 4
325[info] - should debug 5
326[info] - should debug 6
327[info] - should debug 7
328[info] - should trace 0
329[info] - should trace 1
330[info] - should trace 2
331[info] - should trace 4
332[info] - should trace 5
333[info] - should trace 6
334[info] - should trace 7
335[info] - should info 1
336[info] - should info 2
337[info] - should warn
338[info] - should error 1
339[info] - should error 2
340[info] - should error 3
341[info] - should error 4
342[info] - should write to Appendable
343
344************************
345Build summary:
346[{
347 "module": "flog",
348 "compile": {"status": "ok", "tookMs": 6924, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
349 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
350 "test-compile": {"status": "ok", "tookMs": 6026, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
351 "test": {"status": "ok", "tookMs": 992, "passed": 66, "failed": 0, "ignored": 0, "skipped": 0, "total": 66, "byFramework": [{"framework": "unknown", "stats": {"passed": 66, "failed": 0, "ignored": 0, "skipped": 0, "total": 66}}]},
352 "publish": {"status": "skipped", "tookMs": 0},
353 "metadata": {
354 "crossScalaVersions": ["2.12.20"]
355}
356}]
357************************
358[success] Total time: 15 s, completed Dec 31, 2025, 10:54:04 PM
359[0JChecking patch project/plugins.sbt...
360Checking patch build.sbt...
361Applied patch project/plugins.sbt cleanly.
362Applied patch build.sbt cleanly.