Build Logs
trace4cats/trace4cats-opentelemetry • 3.8.0-RC2:2025-11-26
Errors
0
Warnings
54
Total Lines
544
1##################################
2Clonning https://github.com/trace4cats/trace4cats-opentelemetry.git into /build/repo using revision v0.14.4
3##################################
4Note: switching to '09dba4a4916c76ebb3958baaa7139d48cd9d594c'.
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
21Would override fixed Scala version: 3.3.0
22Using target Scala version for migration: 3.7.4-RC2
23Migrating project for -source:3.7 using Scala 3.7.4-RC2
24----
25Preparing build for 3.7.4-RC2
26Would try to apply common scalacOption (best-effort, sbt/mill only):
27Append: -rewrite,REQUIRE:-source:3.7-migration
28Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
29
30Try apply source patch:
31Path: project/Dependencies.scala
32Pattern: val scala3 = "3.3.0"
33Replacement: val scala3 = "3.7.4-RC2"
34Starting compilation server
35Compiling project (Scala 3.7.3, JVM (17))
36Compiled project (Scala 3.7.3, JVM (17))
37Successfully applied pattern 'val scala3 = "3.3.0"' in project/Dependencies.scala
38----
39Starting build for 3.7.4-RC2
40Execute tests: false
41sbt project found:
42Sbt version 1.9.3 is not supported, minimal supported version is 1.11.5
43Enforcing usage of sbt in version 1.11.5
44No prepare script found for project trace4cats/trace4cats-opentelemetry
45/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
46Synchronizing submodule url for 'opentelemetry-proto'
47##################################
48Scala version: 3.7.4-RC2
49Targets: io.janstenpickle%trace4cats-opentelemetry-common io.janstenpickle%trace4cats-opentelemetry-jaeger-exporter io.janstenpickle%trace4cats-opentelemetry-otlp-grpc-exporter io.janstenpickle%trace4cats-opentelemetry-otlp-http-exporter io.janstenpickle%trace4cats-opentelemetry-otlp-http4s-grpc-exporter
50Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
51##################################
52Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
53Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
54[sbt_options] declare -a sbt_options=()
55[process_args] java_version = '17'
56[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
57# Executing command line:
58java
59-Dfile.encoding=UTF-8
60-Dcommunitybuild.scala=3.7.4-RC2
61-Dcommunitybuild.project.dependencies.add=
62-Xmx7G
63-Xms4G
64-Xss8M
65-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
66-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
67-jar
68/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
69"setCrossScalaVersions 3.7.4-RC2"
70"++3.7.4-RC2 -v"
71"mapScalacOptions "-rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
72"set every credentials := Nil"
73"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
74"removeScalacOptionsStartingWith -P:wartremover"
75
76moduleMappings
77"runBuild 3.7.4-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" io.janstenpickle%trace4cats-opentelemetry-common io.janstenpickle%trace4cats-opentelemetry-jaeger-exporter io.janstenpickle%trace4cats-opentelemetry-otlp-grpc-exporter io.janstenpickle%trace4cats-opentelemetry-otlp-http-exporter io.janstenpickle%trace4cats-opentelemetry-otlp-http4s-grpc-exporter"
78
79[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
80[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
81[info] loading project definition from /build/repo/project
82[info] compiling 3 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
83[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
84[info] Compilation completed in 8.837s.
85[info] done compiling
86/build/repo/build.sbt:18: warning: method sonatypeOssRepos in class ResolverFunctions is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
87 resolvers += Resolver.sonatypeCentralSnapshots
88 resolvers ++= Resolver.sonatypeOssRepos("releases"),
89 ^
90[info] loading settings for project root from build.sbt, ci-release.sbt...
91[info] set current project to Trace4Cats OpenTelemetry (in build file:/build/repo/)
92Execute setCrossScalaVersions: 3.7.4-RC2
93OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in opentelemetry-otlp-http4s-grpc-exporter/crossScalaVersions
94OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in opentelemetry-common/crossScalaVersions
95OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in opentelemetry-otlp-http-exporter/crossScalaVersions
96OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in opentelemetry-jaeger-exporter/crossScalaVersions
97OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in opentelemetry-otlp-grpc-exporter/crossScalaVersions
98OpenCB::Changing crossVersion 3.7.4-RC2 -> 3.7.4-RC2 in root/crossScalaVersions
99[info] set current project to Trace4Cats OpenTelemetry (in build file:/build/repo/)
100[info] Setting Scala version to 3.7.4-RC2 on 6 projects.
101[info] Switching Scala version on:
102[info] * root (2.13.8, 2.12.16, 3.7.4-RC2)
103[info] opentelemetry-otlp-http-exporter (2.13.8, 2.12.16, 3.7.4-RC2)
104[info] opentelemetry-common (2.13.8, 2.12.16, 3.7.4-RC2)
105[info] opentelemetry-otlp-http4s-grpc-exporter (2.13.8, 3.7.4-RC2)
106[info] opentelemetry-otlp-grpc-exporter (2.13.8, 2.12.16, 3.7.4-RC2)
107[info] opentelemetry-jaeger-exporter (2.13.8, 2.12.16, 3.7.4-RC2)
108[info] Excluding projects:
109[info] Reapplying settings...
110[info] set current project to Trace4Cats OpenTelemetry (in build file:/build/repo/)
111Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
112[info] Reapplying settings...
113[info] set current project to Trace4Cats OpenTelemetry (in build file:/build/repo/)
114[info] Defining Global / credentials, credentials and 4 others.
115[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 29 others.
116[info] Run `last` for details.
117[info] Reapplying settings...
118[info] set current project to Trace4Cats OpenTelemetry (in build file:/build/repo/)
119Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
120[info] Reapplying settings...
121OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
122
123 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
124 Did you mean allExcludeDependencies ?
125 , retry without global scopes
126[info] Reapplying settings...
127[info] set current project to Trace4Cats OpenTelemetry (in build file:/build/repo/)
128Execute removeScalacOptionsStartingWith: -P:wartremover
129[info] Reapplying settings...
130[info] set current project to Trace4Cats OpenTelemetry (in build file:/build/repo/)
131[success] Total time: 0 s, completed Nov 26, 2025, 5:04:48 PM
132Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
133Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
134Starting build...
135Projects: Set(opentelemetry-otlp-http-exporter, opentelemetry-common, opentelemetry-otlp-http4s-grpc-exporter, opentelemetry-otlp-grpc-exporter, opentelemetry-jaeger-exporter)
136Starting build for ProjectRef(file:/build/repo/,opentelemetry-otlp-http-exporter) (trace4cats-opentelemetry-otlp-http-exporter)... [0/5]
137OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
138OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
139OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
140OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
141OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
142Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Ykind-projector, -Wvalue-discard, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:any:v, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
143[info] compiling 3 Scala sources to /build/repo/modules/opentelemetry-otlp-http-exporter/target/scala-3.7.4-RC2/classes ...
144[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
145[warn] one warning found
146[info] done compiling
147[info] compiling 3 Scala sources to /build/repo/modules/opentelemetry-otlp-http-exporter/target/scala-3.7.4-RC2/test-classes ...
148[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
149[warn] one warning found
150[info] done compiling
151Starting build for ProjectRef(file:/build/repo/,opentelemetry-jaeger-exporter) (trace4cats-opentelemetry-jaeger-exporter)... [1/5]
152Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Ykind-projector, -Wvalue-discard, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:any:v, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
153[info] compiling 5 Scala sources to /build/repo/modules/opentelemetry-common/target/scala-3.7.4-RC2/classes ...
154[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
155[info] [patched file /build/repo/modules/opentelemetry-common/src/main/scala/trace4cats/opentelemetry/common/Trace4CatsAttributes.scala]
156[warn] one warning found
157[info] done compiling
158[info] compiling 2 Scala sources to /build/repo/modules/opentelemetry-jaeger-exporter/target/scala-3.7.4-RC2/classes ...
159[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
160[warn] one warning found
161[info] done compiling
162[info] compiling 1 Scala source to /build/repo/modules/opentelemetry-common/target/scala-3.7.4-RC2/classes ...
163[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
164[warn] one warning found
165[info] done compiling
166[info] compiling 3 Scala sources to /build/repo/modules/opentelemetry-jaeger-exporter/target/scala-3.7.4-RC2/test-classes ...
167[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
168[warn] one warning found
169[info] done compiling
170Starting build for ProjectRef(file:/build/repo/,opentelemetry-common) (trace4cats-opentelemetry-common)... [2/5]
171Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Ykind-projector, -Wvalue-discard, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:any:v, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
172Starting build for ProjectRef(file:/build/repo/,opentelemetry-otlp-http4s-grpc-exporter) (trace4cats-opentelemetry-otlp-http4s-grpc-exporter)... [3/5]
173Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Ykind-projector, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:any:v, , -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
174[info] Compiling 8 protobuf files to /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/http4s-grpc,/build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb
175[info] compiling 56 Scala sources to /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/classes ...
176[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
177[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/collector/trace/v1/trace_service/ExportTraceServiceRequest.scala]
178[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/metrics/v1/metrics/NumberDataPoint.scala]
179[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/common/v1/common/InstrumentationScope.scala]
180[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/metrics/v1/metrics/ExponentialHistogram.scala]
181[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/logs/v1/logs/ResourceLogs.scala]
182[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/logs/v1/logs/LogsData.scala]
183[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/collector/logs/v1/logs_service/LogsServiceProto.scala]
184[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/collector/logs/v1/logs_service/ExportLogsPartialSuccess.scala]
185[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/metrics/v1/metrics/Sum.scala]
186[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/collector/metrics/v1/metrics_service/ExportMetricsServiceRequest.scala]
187[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/collector/metrics/v1/metrics_service/MetricsServiceProto.scala]
188[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/collector/trace/v1/trace_service/TraceServiceProto.scala]
189[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/metrics/v1/metrics/Histogram.scala]
190[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/collector/trace/v1/trace_service/ExportTraceServiceResponse.scala]
191[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/logs/v1/logs/ScopeLogs.scala]
192[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/trace/v1/trace/TracesData.scala]
193[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/collector/trace/v1/trace_service/ExportTracePartialSuccess.scala]
194[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/metrics/v1/metrics/ResourceMetrics.scala]
195[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/metrics/v1/metrics/Summary.scala]
196[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/metrics/v1/metrics/ExponentialHistogramDataPoint.scala]
197[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/metrics/v1/metrics/Exemplar.scala]
198[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/common/v1/common/KeyValueList.scala]
199[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/trace/v1/trace/Span.scala]
200[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/metrics/v1/metrics/MetricsData.scala]
201[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/trace/v1/trace/ResourceSpans.scala]
202[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/common/v1/common/CommonProto.scala]
203[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/collector/logs/v1/logs_service/ExportLogsServiceRequest.scala]
204[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/metrics/v1/metrics/SummaryDataPoint.scala]
205[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/metrics/v1/metrics/Metric.scala]
206[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/metrics/v1/metrics/MetricsProto.scala]
207[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/common/v1/common/KeyValue.scala]
208[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/resource/v1/resource/ResourceProto.scala]
209[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/metrics/v1/metrics/ScopeMetrics.scala]
210[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/logs/v1/logs/LogsProto.scala]
211[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/collector/metrics/v1/metrics_service/ExportMetricsPartialSuccess.scala]
212[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/common/v1/common/AnyValue.scala]
213[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/collector/logs/v1/logs_service/ExportLogsServiceResponse.scala]
214[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/trace/v1/trace/TraceProto.scala]
215[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/trace/v1/trace/Status.scala]
216[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/metrics/v1/metrics/HistogramDataPoint.scala]
217[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/resource/v1/resource/Resource.scala]
218[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/common/v1/common/ArrayValue.scala]
219[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/logs/v1/logs/LogRecord.scala]
220[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/trace/v1/trace/ScopeSpans.scala]
221[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/metrics/v1/metrics/Gauge.scala]
222[info] [patched file /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/src_managed/main/scalapb/io/opentelemetry/proto/collector/metrics/v1/metrics_service/ExportMetricsServiceResponse.scala]
223[warn] one warning found
224[info] done compiling
225[info] compiling 56 Scala sources to /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.7.4-RC2/classes ...
226[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
227[warn] one warning found
228[info] done compiling
229Starting build for ProjectRef(file:/build/repo/,opentelemetry-otlp-grpc-exporter) (trace4cats-opentelemetry-otlp-grpc-exporter)... [4/5]
230Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Ykind-projector, -Wvalue-discard, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:any:v, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
231[info] compiling 2 Scala sources to /build/repo/modules/opentelemetry-otlp-grpc-exporter/target/scala-3.7.4-RC2/classes ...
232[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
233[warn] one warning found
234[info] done compiling
235[info] compiling 3 Scala sources to /build/repo/modules/opentelemetry-otlp-grpc-exporter/target/scala-3.7.4-RC2/test-classes ...
236[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
237[warn] one warning found
238[info] done compiling
239
240************************
241Build summary:
242[{
243 "module": "trace4cats-opentelemetry-otlp-http-exporter",
244 "compile": {"status": "ok", "tookMs": 9776, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
245 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
246 "test-compile": {"status": "ok", "tookMs": 2229, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
247 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
248 "publish": {"status": "skipped", "tookMs": 0},
249 "metadata": {
250 "crossScalaVersions": ["2.13.8", "2.12.16", "3.3.0"]
251}
252},{
253 "module": "trace4cats-opentelemetry-jaeger-exporter",
254 "compile": {"status": "ok", "tookMs": 2101, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
255 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
256 "test-compile": {"status": "ok", "tookMs": 1822, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
257 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
258 "publish": {"status": "skipped", "tookMs": 0},
259 "metadata": {
260 "crossScalaVersions": ["2.13.8", "2.12.16", "3.3.0"]
261}
262},{
263 "module": "trace4cats-opentelemetry-common",
264 "compile": {"status": "ok", "tookMs": 50, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
265 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
266 "test-compile": {"status": "ok", "tookMs": 77, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
267 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
268 "publish": {"status": "skipped", "tookMs": 0},
269 "metadata": {
270 "crossScalaVersions": ["2.13.8", "2.12.16", "3.3.0"]
271}
272},{
273 "module": "trace4cats-opentelemetry-otlp-http4s-grpc-exporter",
274 "compile": {"status": "ok", "tookMs": 16160, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
275 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
276 "test-compile": {"status": "ok", "tookMs": 6754, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
277 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
278 "publish": {"status": "skipped", "tookMs": 0},
279 "metadata": {
280 "crossScalaVersions": ["2.13.8", "3.3.0"]
281}
282},{
283 "module": "trace4cats-opentelemetry-otlp-grpc-exporter",
284 "compile": {"status": "ok", "tookMs": 663, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
285 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
286 "test-compile": {"status": "ok", "tookMs": 920, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
287 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
288 "publish": {"status": "skipped", "tookMs": 0},
289 "metadata": {
290 "crossScalaVersions": ["2.13.8", "2.12.16", "3.3.0"]
291}
292}]
293************************
294[success] Total time: 111 s (0:01:51.0), completed Nov 26, 2025, 5:06:40 PM
295[0JChecking patch project/plugins.sbt...
296Checking patch project/build.properties...
297Checking patch project/Dependencies.scala...
298Checking patch build.sbt...
299Applied patch project/plugins.sbt cleanly.
300Applied patch project/build.properties cleanly.
301Applied patch project/Dependencies.scala cleanly.
302Applied patch build.sbt cleanly.
303Commit migration rewrites
304Switched to a new branch 'opencb/migrate-source-3.7'
305[opencb/migrate-source-3.7 204b06d] Apply Scala compiler rewrites using -source:3.7-migration using Scala 3.7.4-RC2
306 1 file changed, 3 insertions(+), 3 deletions(-)
307----
308Preparing build for 3.8.0-RC2
309Scala binary version found: 3.8
310Implicitly using source version 3.8
311Scala binary version found: 3.8
312Implicitly using source version 3.8
313Would try to apply common scalacOption (best-effort, sbt/mill only):
314Append: ,REQUIRE:-source:3.8
315Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
316
317Try apply source patch:
318Path: project/Dependencies.scala
319Pattern: val scala3 = "3.3.0"
320Replacement: val scala3 = "3.8.0-RC2"
321Successfully applied pattern 'val scala3 = "3.3.0"' in project/Dependencies.scala
322----
323Starting build for 3.8.0-RC2
324Execute tests: false
325sbt project found:
326Sbt version 1.9.3 is not supported, minimal supported version is 1.11.5
327Enforcing usage of sbt in version 1.11.5
328No prepare script found for project trace4cats/trace4cats-opentelemetry
329/opencb/project-builder/sbt/prepare-project.sh: line 107: /root/.ssh/config: No such file or directory
330Synchronizing submodule url for 'opentelemetry-proto'
331##################################
332Scala version: 3.8.0-RC2
333Targets: io.janstenpickle%trace4cats-opentelemetry-common io.janstenpickle%trace4cats-opentelemetry-jaeger-exporter io.janstenpickle%trace4cats-opentelemetry-otlp-grpc-exporter io.janstenpickle%trace4cats-opentelemetry-otlp-http-exporter io.janstenpickle%trace4cats-opentelemetry-otlp-http4s-grpc-exporter
334Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
335##################################
336Using extra scalacOptions: ,REQUIRE:-source:3.8
337Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
338[sbt_options] declare -a sbt_options=()
339[process_args] java_version = '17'
340[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8/rt.jar'
341# Executing command line:
342java
343-Dfile.encoding=UTF-8
344-Dcommunitybuild.scala=3.8.0-RC2
345-Dcommunitybuild.project.dependencies.add=
346-Xmx7G
347-Xms4G
348-Xss8M
349-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
350-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_17_0_8
351-jar
352/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
353"setCrossScalaVersions 3.8.0-RC2"
354"++3.8.0-RC2 -v"
355"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
356"set every credentials := Nil"
357"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
358"removeScalacOptionsStartingWith -P:wartremover"
359
360moduleMappings
361"runBuild 3.8.0-RC2 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}""" io.janstenpickle%trace4cats-opentelemetry-common io.janstenpickle%trace4cats-opentelemetry-jaeger-exporter io.janstenpickle%trace4cats-opentelemetry-otlp-grpc-exporter io.janstenpickle%trace4cats-opentelemetry-otlp-http-exporter io.janstenpickle%trace4cats-opentelemetry-otlp-http4s-grpc-exporter"
362
363[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 17.0.8)
364[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
365[info] loading project definition from /build/repo/project
366[info] compiling 1 Scala source to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
367[info] done compiling
368/build/repo/build.sbt:18: warning: method sonatypeOssRepos in class ResolverFunctions is deprecated (since 1.11.2): Sonatype OSS Repository Hosting (OSSRH) was sunset on 2025-06-30; remove this resolver. If snapshots are required, use:
369 resolvers += Resolver.sonatypeCentralSnapshots
370 resolvers ++= Resolver.sonatypeOssRepos("releases"),
371 ^
372[info] loading settings for project root from build.sbt, ci-release.sbt...
373[info] set current project to Trace4Cats OpenTelemetry (in build file:/build/repo/)
374Execute setCrossScalaVersions: 3.8.0-RC2
375OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in opentelemetry-common/crossScalaVersions
376OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in opentelemetry-otlp-http4s-grpc-exporter/crossScalaVersions
377OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in opentelemetry-otlp-http-exporter/crossScalaVersions
378OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in opentelemetry-jaeger-exporter/crossScalaVersions
379OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in opentelemetry-otlp-grpc-exporter/crossScalaVersions
380OpenCB::Changing crossVersion 3.8.0-RC2 -> 3.8.0-RC2 in root/crossScalaVersions
381[info] set current project to Trace4Cats OpenTelemetry (in build file:/build/repo/)
382[info] Setting Scala version to 3.8.0-RC2 on 6 projects.
383[info] Switching Scala version on:
384[info] * root (2.13.8, 2.12.16, 3.8.0-RC2)
385[info] opentelemetry-otlp-http-exporter (2.13.8, 2.12.16, 3.8.0-RC2)
386[info] opentelemetry-common (2.13.8, 2.12.16, 3.8.0-RC2)
387[info] opentelemetry-otlp-http4s-grpc-exporter (2.13.8, 3.8.0-RC2)
388[info] opentelemetry-otlp-grpc-exporter (2.13.8, 2.12.16, 3.8.0-RC2)
389[info] opentelemetry-jaeger-exporter (2.13.8, 2.12.16, 3.8.0-RC2)
390[info] Excluding projects:
391[info] Reapplying settings...
392[info] set current project to Trace4Cats OpenTelemetry (in build file:/build/repo/)
393Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
394[info] Reapplying settings...
395[info] set current project to Trace4Cats OpenTelemetry (in build file:/build/repo/)
396[info] Defining Global / credentials, credentials and 4 others.
397[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 29 others.
398[info] Run `last` for details.
399[info] Reapplying settings...
400[info] set current project to Trace4Cats OpenTelemetry (in build file:/build/repo/)
401Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
402[info] Reapplying settings...
403OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
404
405 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:336)
406 Did you mean allExcludeDependencies ?
407 , retry without global scopes
408[info] Reapplying settings...
409[info] set current project to Trace4Cats OpenTelemetry (in build file:/build/repo/)
410Execute removeScalacOptionsStartingWith: -P:wartremover
411[info] Reapplying settings...
412[info] set current project to Trace4Cats OpenTelemetry (in build file:/build/repo/)
413[success] Total time: 0 s, completed Nov 26, 2025, 5:06:58 PM
414Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"project/Dependencies.scala","pattern":"val scala3 = \"3.3.0\"","replaceWith":"val scala3 = \"<SCALA_VERSION>\""}]}
415Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
416Starting build...
417Projects: Set(opentelemetry-otlp-http-exporter, opentelemetry-common, opentelemetry-otlp-http4s-grpc-exporter, opentelemetry-otlp-grpc-exporter, opentelemetry-jaeger-exporter)
418Starting build for ProjectRef(file:/build/repo/,opentelemetry-otlp-http-exporter) (trace4cats-opentelemetry-otlp-http-exporter)... [0/5]
419OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
420OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
421OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
422OpenCB::Filter out '-Xfatal-warnings', matches setting pattern '^-?-Xfatal-warnings'
423Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Ykind-projector, -Wvalue-discard, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:any:v, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
424[info] compiling 3 Scala sources to /build/repo/modules/opentelemetry-otlp-http-exporter/target/scala-3.8.0-RC2/classes ...
425[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
426[warn] |Matching filters for @nowarn or -Wconf:
427[warn] | - cat=configuration
428[warn] one warning found
429[info] done compiling
430[info] compiling 3 Scala sources to /build/repo/modules/opentelemetry-otlp-http-exporter/target/scala-3.8.0-RC2/test-classes ...
431[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
432[warn] |Matching filters for @nowarn or -Wconf:
433[warn] | - cat=configuration
434[warn] one warning found
435[info] done compiling
436Starting build for ProjectRef(file:/build/repo/,opentelemetry-jaeger-exporter) (trace4cats-opentelemetry-jaeger-exporter)... [1/5]
437Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Ykind-projector, -Wvalue-discard, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:any:v, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
438[info] compiling 5 Scala sources to /build/repo/modules/opentelemetry-common/target/scala-3.8.0-RC2/classes ...
439[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
440[warn] |Matching filters for @nowarn or -Wconf:
441[warn] | - cat=configuration
442[warn] one warning found
443[info] done compiling
444[info] compiling 2 Scala sources to /build/repo/modules/opentelemetry-jaeger-exporter/target/scala-3.8.0-RC2/classes ...
445[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
446[warn] |Matching filters for @nowarn or -Wconf:
447[warn] | - cat=configuration
448[warn] one warning found
449[info] done compiling
450[info] compiling 3 Scala sources to /build/repo/modules/opentelemetry-jaeger-exporter/target/scala-3.8.0-RC2/test-classes ...
451[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
452[warn] |Matching filters for @nowarn or -Wconf:
453[warn] | - cat=configuration
454[warn] one warning found
455[info] done compiling
456Starting build for ProjectRef(file:/build/repo/,opentelemetry-common) (trace4cats-opentelemetry-common)... [2/5]
457Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Ykind-projector, -Wvalue-discard, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:any:v, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
458Starting build for ProjectRef(file:/build/repo/,opentelemetry-otlp-http4s-grpc-exporter) (trace4cats-opentelemetry-otlp-http4s-grpc-exporter)... [3/5]
459Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Ykind-projector, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:any:v, , -Wconf:msg=can be rewritten automatically under:s, -source:3.8
460[info] Compiling 8 protobuf files to /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.8.0-RC2/src_managed/main/http4s-grpc,/build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.8.0-RC2/src_managed/main/scalapb
461[info] compiling 56 Scala sources to /build/repo/modules/opentelemetry-otlp-http4s-grpc-exporter/target/scala-3.8.0-RC2/classes ...
462[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
463[warn] |Matching filters for @nowarn or -Wconf:
464[warn] | - cat=configuration
465[warn] one warning found
466[info] done compiling
467Starting build for ProjectRef(file:/build/repo/,opentelemetry-otlp-grpc-exporter) (trace4cats-opentelemetry-otlp-grpc-exporter)... [4/5]
468Compile scalacOptions: -encoding, utf8, -unchecked, -language:experimental.macros, -language:higherKinds, -language:implicitConversions, -Ykind-projector, -Wvalue-discard, -Wunused:implicits, -Wunused:explicits, -Wunused:imports, -Wunused:locals, -Wunused:params, -Wunused:privates, -Wconf:any:v, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
469[info] compiling 2 Scala sources to /build/repo/modules/opentelemetry-otlp-grpc-exporter/target/scala-3.8.0-RC2/classes ...
470[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
471[warn] |Matching filters for @nowarn or -Wconf:
472[warn] | - cat=configuration
473[warn] one warning found
474[info] done compiling
475[info] compiling 3 Scala sources to /build/repo/modules/opentelemetry-otlp-grpc-exporter/target/scala-3.8.0-RC2/test-classes ...
476[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
477[warn] |Matching filters for @nowarn or -Wconf:
478[warn] | - cat=configuration
479[warn] one warning found
480[info] done compiling
481
482************************
483Build summary:
484[{
485 "module": "trace4cats-opentelemetry-otlp-http-exporter",
486 "compile": {"status": "ok", "tookMs": 11966, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
487 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
488 "test-compile": {"status": "ok", "tookMs": 2261, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
489 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
490 "publish": {"status": "skipped", "tookMs": 0},
491 "metadata": {
492 "crossScalaVersions": ["2.13.8", "2.12.16", "3.3.0"]
493}
494},{
495 "module": "trace4cats-opentelemetry-jaeger-exporter",
496 "compile": {"status": "ok", "tookMs": 2635, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
497 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
498 "test-compile": {"status": "ok", "tookMs": 1389, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
499 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
500 "publish": {"status": "skipped", "tookMs": 0},
501 "metadata": {
502 "crossScalaVersions": ["2.13.8", "2.12.16", "3.3.0"]
503}
504},{
505 "module": "trace4cats-opentelemetry-common",
506 "compile": {"status": "ok", "tookMs": 60, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
507 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
508 "test-compile": {"status": "ok", "tookMs": 86, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
509 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
510 "publish": {"status": "skipped", "tookMs": 0},
511 "metadata": {
512 "crossScalaVersions": ["2.13.8", "2.12.16", "3.3.0"]
513}
514},{
515 "module": "trace4cats-opentelemetry-otlp-http4s-grpc-exporter",
516 "compile": {"status": "ok", "tookMs": 11296, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
517 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
518 "test-compile": {"status": "ok", "tookMs": 97, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
519 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
520 "publish": {"status": "skipped", "tookMs": 0},
521 "metadata": {
522 "crossScalaVersions": ["2.13.8", "3.3.0"]
523}
524},{
525 "module": "trace4cats-opentelemetry-otlp-grpc-exporter",
526 "compile": {"status": "ok", "tookMs": 787, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
527 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
528 "test-compile": {"status": "ok", "tookMs": 995, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
529 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
530 "publish": {"status": "skipped", "tookMs": 0},
531 "metadata": {
532 "crossScalaVersions": ["2.13.8", "2.12.16", "3.3.0"]
533}
534}]
535************************
536[success] Total time: 45 s, completed Nov 26, 2025, 5:07:43 PM
537[0JChecking patch project/plugins.sbt...
538Checking patch project/build.properties...
539Checking patch project/Dependencies.scala...
540Checking patch build.sbt...
541Applied patch project/plugins.sbt cleanly.
542Applied patch project/build.properties cleanly.
543Applied patch project/Dependencies.scala cleanly.
544Applied patch build.sbt cleanly.