Build Logs
zio/zio-profiling • 3.8.0:2026-01-13
Errors
0
Warnings
31
Total Lines
245
1##################################
2Clonning https://github.com/zio/zio-profiling.git into /build/repo using revision v0.3.3
3##################################
4Note: switching to '184f3cdc62df54a3c7a428a853bad6ebeb10809e'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21----
22Preparing build for 3.8.0
23Scala binary version found: 3.8
24Implicitly using source version 3.8
25Scala binary version found: 3.8
26Implicitly using source version 3.8
27Would try to apply common scalacOption (best-effort, sbt/mill only):
28Append: ,REQUIRE:-source:3.8
29Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
30
31Try apply source patch:
32Path: zio-profiling-tagging-plugin/src/main/scala-3/zio/profiling/plugins/TaggingPlugin.scala
33Pattern: def init(options: List[String]): List[PluginPhase]
34Replacement: override def init(options: List[String]): List[PluginPhase]
35Starting compilation server
36Compiling project (Scala 3.7.3, JVM (21))
37Compiled project (Scala 3.7.3, JVM (21))
38Successfully applied pattern 'def init(options: List[String]): List[PluginPhase]' in zio-profiling-tagging-plugin/src/main/scala-3/zio/profiling/plugins/TaggingPlugin.scala
39
40Try apply source patch:
41Path: project/BuildHelper.scala
42Pattern: val Scala3 = versions("3")
43Replacement: val Scala3 = "3.8.0"
44Successfully applied pattern 'val Scala3 = versions("3")' in project/BuildHelper.scala
45----
46Starting build for 3.8.0
47Execute tests: true
48sbt project found:
49Sbt version 1.10.11 is not supported, minimal supported version is 1.11.5
50Enforcing usage of sbt in version 1.11.5
51No prepare script found for project zio/zio-profiling
52##################################
53Scala version: 3.8.0
54Targets: dev.zio%zio-profiling dev.zio%zio-profiling-jmh dev.zio%zio-profiling-tagging-plugin
55Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"zio-profiling-tagging-plugin/src/main/scala-3/zio/profiling/plugins/TaggingPlugin.scala","pattern":"def init(options: List[String]): List[PluginPhase]","replaceWith":"override def init(options: List[String]): List[PluginPhase]"},{"path":"project/BuildHelper.scala","pattern":"val Scala3 = versions(\"3\")","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
56##################################
57Using extra scalacOptions: ,REQUIRE:-source:3.8
58Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
59[sbt_options] declare -a sbt_options=()
60[process_args] java_version = '21'
61[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21/rt.jar'
62# Executing command line:
63java
64-Dfile.encoding=UTF-8
65-Dcommunitybuild.scala=3.8.0
66-Dcommunitybuild.project.dependencies.add=
67-Xmx7G
68-Xms4G
69-Xss8M
70-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
71-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_21
72-jar
73/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
74"setCrossScalaVersions 3.8.0"
75"++3.8.0 -v"
76"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
77"set every credentials := Nil"
78"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
79"removeScalacOptionsStartingWith -P:wartremover"
80
81moduleMappings
82"runBuild 3.8.0 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"zio-profiling-tagging-plugin/src/main/scala-3/zio/profiling/plugins/TaggingPlugin.scala","pattern":"def init(options: List[String]): List[PluginPhase]","replaceWith":"override def init(options: List[String]): List[PluginPhase]"},{"path":"project/BuildHelper.scala","pattern":"val Scala3 = versions(\"3\")","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}""" dev.zio%zio-profiling dev.zio%zio-profiling-jmh dev.zio%zio-profiling-tagging-plugin"
83
84[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 21)
85[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
86[info] loading project definition from /build/repo/project
87[info] compiling 4 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
88[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
89[info] Compilation completed in 8.224s.
90[info] done compiling
91[info] loading settings for project root from build.sbt...
92[info] resolving key references (10542 settings) ...
93[info] set current project to root (in build file:/build/repo/)
94[warn] there are 12 keys that are not used by any other settings/tasks:
95[warn]
96[warn] * benchmarks / buildInfoKeys
97[warn] +- /build/repo/project/BuildHelper.scala:49
98[warn] * benchmarks / buildInfoPackage
99[warn] +- /build/repo/project/BuildHelper.scala:50
100[warn] * core / buildInfoKeys
101[warn] +- /build/repo/project/BuildHelper.scala:49
102[warn] * core / buildInfoPackage
103[warn] +- /build/repo/project/BuildHelper.scala:50
104[warn] * examples / buildInfoKeys
105[warn] +- /build/repo/project/BuildHelper.scala:49
106[warn] * examples / buildInfoPackage
107[warn] +- /build/repo/project/BuildHelper.scala:50
108[warn] * jmh / buildInfoKeys
109[warn] +- /build/repo/project/BuildHelper.scala:49
110[warn] * jmh / buildInfoPackage
111[warn] +- /build/repo/project/BuildHelper.scala:50
112[warn] * taggingPlugin / buildInfoKeys
113[warn] +- /build/repo/project/BuildHelper.scala:49
114[warn] * taggingPlugin / buildInfoPackage
115[warn] +- /build/repo/project/BuildHelper.scala:50
116[warn] * taggingPluginTests / buildInfoKeys
117[warn] +- /build/repo/project/BuildHelper.scala:49
118[warn] * taggingPluginTests / buildInfoPackage
119[warn] +- /build/repo/project/BuildHelper.scala:50
120[warn]
121[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
122[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
123Execute setCrossScalaVersions: 3.8.0
124OpenCB::Changing crossVersion 3.8.0 -> 3.8.0 in benchmarks/crossScalaVersions
125OpenCB::Changing crossVersion 3.8.0 -> 3.8.0 in core/crossScalaVersions
126OpenCB::Changing crossVersion 3.8.0 -> 3.8.0 in taggingPluginTests/crossScalaVersions
127OpenCB::Changing crossVersion 3.8.0 -> 3.8.0 in taggingPlugin/crossScalaVersions
128OpenCB::Changing crossVersion 3.8.0 -> 3.8.0 in jmh/crossScalaVersions
129OpenCB::Changing crossVersion 3.8.0 -> 3.8.0 in examples/crossScalaVersions
130[info] set current project to root (in build file:/build/repo/)
131[info] Setting Scala version to 3.8.0 on 6 projects.
132[info] Switching Scala version on:
133[info] benchmarks (2.12.20, 2.13.16, 3.8.0)
134[info] examples (2.12.20, 2.13.16, 3.8.0)
135[info] jmh (2.12.20, 2.13.16, 3.8.0)
136[info] taggingPlugin (2.12.20, 2.13.16, 3.8.0)
137[info] taggingPluginTests (2.12.20, 2.13.16, 3.8.0)
138[info] core (2.12.20, 2.13.16, 3.8.0)
139[info] Excluding projects:
140[info] * root (2.13.16)
141[info] docs (2.13.16)
142[info] Reapplying settings...
143[info] set current project to root (in build file:/build/repo/)
144Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
145[info] Reapplying settings...
146[info] set current project to root (in build file:/build/repo/)
147[info] Defining Global / credentials, benchmarks / credentials and 6 others.
148[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 64 others.
149[info] Run `last` for details.
150[info] Reapplying settings...
151[info] set current project to root (in build file:/build/repo/)
152Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
153[info] Reapplying settings...
154OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
155
156 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
157 Did you mean allExcludeDependencies ?
158 , retry without global scopes
159[info] Reapplying settings...
160[info] set current project to root (in build file:/build/repo/)
161Execute removeScalacOptionsStartingWith: -P:wartremover
162[info] Reapplying settings...
163[info] set current project to root (in build file:/build/repo/)
164[success] Total time: 0 s, completed Jan 13, 2026, 4:15:33 PM
165Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"21"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":[],"sourcePatches":[{"path":"zio-profiling-tagging-plugin/src/main/scala-3/zio/profiling/plugins/TaggingPlugin.scala","pattern":"def init(options: List[String]): List[PluginPhase]","replaceWith":"override def init(options: List[String]): List[PluginPhase]"},{"path":"project/BuildHelper.scala","pattern":"val Scala3 = versions(\"3\")","replaceWith":"val Scala3 = \"<SCALA_VERSION>\""}]}
166Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
167Starting build...
168Projects: Set(core, jmh, taggingPlugin)
169Starting build for ProjectRef(file:/build/repo/,core) (zio-profiling)... [0/3]
170OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
171OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
172OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
173Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Xignore-scala2-macros, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
174[info] compiling 13 Scala sources to /build/repo/zio-profiling/target/scala-3.8.0/classes ...
175[info] done compiling
176[info] compiling 3 Scala sources to /build/repo/zio-profiling/target/scala-3.8.0/test-classes ...
177[info] done compiling
178+ SamplingProfiler
179 + Should correctly profile simple example program
180+ CostCenter
181 + #hasParent
182 + should return false for unrelated cost centers
183 + should return true for current location
184 + should return true for parent
185 + should propagate and nest cost centers
1865 tests passed. 0 tests failed. 0 tests ignored.
187
188Executed in 935 ms
189
190Starting build for ProjectRef(file:/build/repo/,jmh) (zio-profiling-jmh)... [1/3]
191Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Xignore-scala2-macros, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
192[info] compiling 2 Scala sources to /build/repo/zio-profiling-jmh/target/scala-3.8.0/classes ...
193[info] done compiling
194Starting build for ProjectRef(file:/build/repo/,taggingPlugin) (zio-profiling-tagging-plugin)... [2/3]
195Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:implicitConversions, -Xignore-scala2-macros, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
196[info] compiling 2 Scala sources to /build/repo/zio-profiling-tagging-plugin/target/scala-3.8.0/classes ...
197[warn] there was 1 deprecation warning; re-run with -deprecation for details
198[warn] one warning found
199[info] done compiling
200
201************************
202Build summary:
203[{
204 "module": "zio-profiling",
205 "compile": {"status": "ok", "tookMs": 7440, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
206 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
207 "test-compile": {"status": "ok", "tookMs": 1398, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
208 "test": {"status": "ok", "tookMs": 2168, "passed": 5, "failed": 0, "ignored": 0, "skipped": 0, "total": 5, "byFramework": [{"framework": "unknown", "stats": {"passed": 5, "failed": 0, "ignored": 0, "skipped": 0, "total": 5}}]},
209 "publish": {"status": "skipped", "tookMs": 0},
210 "metadata": {
211 "crossScalaVersions": ["2.12.20", "2.13.16"]
212}
213},{
214 "module": "zio-profiling-jmh",
215 "compile": {"status": "ok", "tookMs": 952, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
216 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
217 "test-compile": {"status": "ok", "tookMs": 195, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
218 "test": {"status": "ok", "tookMs": 251, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
219 "publish": {"status": "skipped", "tookMs": 0},
220 "metadata": {
221 "crossScalaVersions": ["2.12.20", "2.13.16"]
222}
223},{
224 "module": "zio-profiling-tagging-plugin",
225 "compile": {"status": "ok", "tookMs": 1001, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
226 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
227 "test-compile": {"status": "ok", "tookMs": 87, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
228 "test": {"status": "ok", "tookMs": 80, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
229 "publish": {"status": "skipped", "tookMs": 0},
230 "metadata": {
231 "crossScalaVersions": ["2.12.20", "2.13.16"]
232}
233}]
234************************
235[success] Total time: 16 s, completed Jan 13, 2026, 4:15:49 PM
236[0JChecking patch zio-profiling-tagging-plugin/src/main/scala-3/zio/profiling/plugins/TaggingPlugin.scala...
237Checking patch project/plugins.sbt...
238Checking patch project/build.properties...
239Checking patch project/BuildHelper.scala...
240Checking patch build.sbt...
241Applied patch zio-profiling-tagging-plugin/src/main/scala-3/zio/profiling/plugins/TaggingPlugin.scala cleanly.
242Applied patch project/plugins.sbt cleanly.
243Applied patch project/build.properties cleanly.
244Applied patch project/BuildHelper.scala cleanly.
245Applied patch build.sbt cleanly.