Build Logs

7mind/izumi • 3.8.0-RC6:2026-01-08

Errors

12

Warnings

1048

Total Lines

2522

1##################################
2Clonning https://github.com/7mind/izumi.git into /build/repo using revision v1.2.22
3##################################
4Note: switching to 'd3ef708d80fdf208dc0bea50ef32f98cc55e7353'.
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
21Using target Scala version for migration: 3.7.4
22Migrating project for -source:3.4 using Scala 3.7.4
23----
24Preparing build for 3.7.4
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.4-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28
29Try apply source patch:
30Path: project/Deps.sc
31Pattern: val scala300 = ScalaVersion\((.*)\)
32Replacement: val scala300 = ScalaVersion("3.7.4")
33Starting compilation server
34Compiling project (Scala 3.7.3, JVM (25))
35Compiled project (Scala 3.7.3, JVM (25))
36WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
37WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
38WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
39WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
40Successfully applied pattern 'val scala300 = ScalaVersion\((.*)\)' in project/Deps.sc
41
42Try apply source patch:
43Path: distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala
44Pattern: assertCompiles("Functoid.apply(defimplicitfn _)")
45Replacement: assertCompiles("Functoid.apply(defimplicitfn)")
46WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
47WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
48WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
49WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
50Successfully applied pattern 'assertCompiles("Functoid.apply(defimplicitfn _)")' in distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala
51
52Try apply source patch:
53Path: distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala
54Pattern: assertCompiles("Functoid.apply(defconfannfn _)")
55Replacement: assertCompiles("Functoid.apply(defconfannfn)")
56WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
57WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
58WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
59WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
60Successfully applied pattern 'assertCompiles("Functoid.apply(defconfannfn _)")' in distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala
61
62Try apply source patch:
63Path: distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala
64Pattern: assertCompiles("Functoid.apply(defconfannfn2 _)")
65Replacement: assertCompiles("Functoid.apply(defconfannfn2)")
66WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
67WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
68WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
69WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
70Successfully applied pattern 'assertCompiles("Functoid.apply(defconfannfn2 _)")' in distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala
71
72Try apply source patch:
73Path: distage/distage-testkit-scalatest/src/main/scala-3/izumi/distage/testkit/scalatest/SpecWiring.scala
74Pattern: Spec1[F]()(using app.tagK, defaultModule)
75Replacement: Spec1[F](using app.tagK, defaultModule)
76WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
77WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
78WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
79WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
80Successfully applied pattern 'Spec1[F]()(using app.tagK, defaultModule)' in distage/distage-testkit-scalatest/src/main/scala-3/izumi/distage/testkit/scalatest/SpecWiring.scala
81
82Try apply source patch:
83Path: distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/integration/IntegrationTest1Test.scala
84Pattern: Spec1[F0]()(using f0Tag, implicitly)
85Replacement: Spec1[F0](using f0Tag, implicitly)
86WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
87WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
88WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
89WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
90Successfully applied pattern 'Spec1[F0]()(using f0Tag, implicitly)' in distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/integration/IntegrationTest1Test.scala
91
92Try apply source patch:
93Path: distage/distage-extension-config/.jvm/src/test/scala/izumi/distage/impl/OptionalDependencyTest.scala
94Pattern: new izumi.functional.bio.impl.PrimitivesFromBIOAndCats()(using null, null).discard()
95Replacement: new izumi.functional.bio.impl.PrimitivesFromBIOAndCats(using null, null).discard()
96WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
97WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
98WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
99WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
100Successfully applied pattern 'new izumi.functional.bio.impl.PrimitivesFromBIOAndCats()(using null, null).discard()' in distage/distage-extension-config/.jvm/src/test/scala/izumi/distage/impl/OptionalDependencyTest.scala
101
102Try apply source patch:
103Path: distage/distage-framework/.jvm/src/main/scala-3/izumi/distage/framework/PlanCheckMaterializer.scala
104Pattern: ctx.settings.XfatalWarnings.value
105Replacement: ctx.settings.Werror.value
106Patch using 3.7.4 matches version range: <3.7.4, 3.99.99>
107WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
108WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
109WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
110WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
111Successfully applied pattern 'ctx.settings.XfatalWarnings.value' in distage/distage-framework/.jvm/src/main/scala-3/izumi/distage/framework/PlanCheckMaterializer.scala
112----
113Starting build for 3.7.4
114Execute tests: false
115sbt project found:
116Sbt version 1.11.3 is not supported, minimal supported version is 1.11.5
117Enforcing usage of sbt in version 1.11.5
118Execute project prepare script: /opencb/project-builder/prepare-scripts/7mind/izumi
119#!/bin/bash
120
121ProjectDir="${OPENCB_PROJECT_DIR:?OPENCB_PROJECT_DIR is not defined}"
122cd $ProjectDir
123if which cs >/dev/null 2>&1; then
124 ./sbtgen.sc
125else
126 echo "Not found coursier, trying to install"
127 curl -fL "https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-linux.gz" | gzip -d > ./cs
128 chmod +x ./cs
129 PATH=$PATH:$PWD ./sbtgen.sc
130fiNot found coursier, trying to install
131 % Total % Received % Xferd Average Speed Time Time Time Current
132 Dload Upload Total Spent Left Speed
133
134 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
135 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
136 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
137
138 4 27.0M 4 1308k 0 0 1138k 0 0:00:24 0:00:01 0:00:23 1138k
139100 27.0M 100 27.0M 0 0 14.9M 0 0:00:01 0:00:01 --:--:-- 39.2M
140Still downloading:
141https://repo1.maven.org/maven2/org/scala-lang/scala-compiler/2.13.12/scala-compiler-2.13.12.jar (52.51 %, 6406928 / 12200301)
142
143Still downloading:
144https://repo1.maven.org/maven2/org/scala-lang/scala-compiler/2.13.12/scala-compiler-2.13.12.jar (64.78 %, 7903440 / 12200301)
145
146Still downloading:
147https://repo1.maven.org/maven2/org/scala-lang/scala-compiler/2.13.12/scala-compiler-2.13.12.jar (90.20 %, 11004496 / 12200301)
148
149Downloading https://repo1.maven.org/maven2/io/7mind/izumi/sbt/sbtgen_2.13/0.0.107/sbtgen_2.13-0.0.107.pom
150Downloaded https://repo1.maven.org/maven2/io/7mind/izumi/sbt/sbtgen_2.13/0.0.107/sbtgen_2.13-0.0.107.pom
151Downloading https://repo1.maven.org/maven2/io/7mind/izumi/sbt/sbtmeta_2.13/0.0.107/sbtmeta_2.13-0.0.107.pom
152Downloading https://repo1.maven.org/maven2/com/github/scopt/scopt_2.13/4.1.0/scopt_2.13-4.1.0.pom
153Downloaded https://repo1.maven.org/maven2/com/github/scopt/scopt_2.13/4.1.0/scopt_2.13-4.1.0.pom
154Downloaded https://repo1.maven.org/maven2/io/7mind/izumi/sbt/sbtmeta_2.13/0.0.107/sbtmeta_2.13-0.0.107.pom
155Downloading https://repo1.maven.org/maven2/io/7mind/izumi/sbt/sbtmeta_2.13/0.0.107/sbtmeta_2.13-0.0.107-sources.jar
156Downloading https://repo1.maven.org/maven2/io/7mind/izumi/sbt/sbtmeta_2.13/0.0.107/sbtmeta_2.13-0.0.107.jar
157Downloading https://repo1.maven.org/maven2/com/github/scopt/scopt_2.13/4.1.0/scopt_2.13-4.1.0.jar
158Downloading https://repo1.maven.org/maven2/com/github/scopt/scopt_2.13/4.1.0/scopt_2.13-4.1.0-sources.jar
159Downloading https://repo1.maven.org/maven2/io/7mind/izumi/sbt/sbtgen_2.13/0.0.107/sbtgen_2.13-0.0.107-sources.jar
160Downloading https://repo1.maven.org/maven2/io/7mind/izumi/sbt/sbtgen_2.13/0.0.107/sbtgen_2.13-0.0.107.jar
161Downloaded https://repo1.maven.org/maven2/io/7mind/izumi/sbt/sbtgen_2.13/0.0.107/sbtgen_2.13-0.0.107-sources.jar
162Downloaded https://repo1.maven.org/maven2/io/7mind/izumi/sbt/sbtgen_2.13/0.0.107/sbtgen_2.13-0.0.107.jar
163Downloaded https://repo1.maven.org/maven2/com/github/scopt/scopt_2.13/4.1.0/scopt_2.13-4.1.0.jar
164Downloaded https://repo1.maven.org/maven2/io/7mind/izumi/sbt/sbtmeta_2.13/0.0.107/sbtmeta_2.13-0.0.107-sources.jar
165Downloaded https://repo1.maven.org/maven2/io/7mind/izumi/sbt/sbtmeta_2.13/0.0.107/sbtmeta_2.13-0.0.107.jar
166Downloaded https://repo1.maven.org/maven2/com/github/scopt/scopt_2.13/4.1.0/scopt_2.13-4.1.0-sources.jar
167Compiling /build/repo/project/Deps.sc
168Compiling /build/repo/sbtgen.sc
169##################################
170Scala version: 3.7.4
171Targets: io.7mind.izumi%distage-core io.7mind.izumi%distage-core-api io.7mind.izumi%distage-core-proxy-bytebuddy io.7mind.izumi%distage-extension-config io.7mind.izumi%distage-extension-logstage io.7mind.izumi%distage-extension-plugins io.7mind.izumi%distage-framework io.7mind.izumi%distage-framework-api io.7mind.izumi%distage-framework-docker io.7mind.izumi%distage-testkit-core io.7mind.izumi%distage-testkit-scalatest io.7mind.izumi%fundamentals-basics io.7mind.izumi%fundamentals-bio io.7mind.izumi%fundamentals-collections io.7mind.izumi%fundamentals-functional io.7mind.izumi%fundamentals-functoid io.7mind.izumi%fundamentals-json-circe io.7mind.izumi%fundamentals-language io.7mind.izumi%fundamentals-literals io.7mind.izumi%fundamentals-orphans io.7mind.izumi%fundamentals-platform io.7mind.izumi%logstage-adapter-slf4j io.7mind.izumi%logstage-core io.7mind.izumi%logstage-rendering-circe io.7mind.izumi%logstage-sink-slf4j
172Project projectConfig: {"projects":{"exclude":["io.7mind.izumi%idealingua-v1-runtime-rpc-csharp","io.7mind.izumi%idealingua-v1-runtime-rpc-typescript","io.7mind.izumi%idealingua-v1-test-defs","io.7mind.izumi%idealingua-v1-runtime-rpc-http4s","io.7mind.izumi%idealingua-v1-runtime-rpc-scala","io.7mind.izumi%idealingua-v1-runtime-rpc-go","io.7mind.izumi%idealingua-v1-model"],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":["set `fundamentals-bio`/Test/unmanagedSources/excludeFilter ~= { _ || \"SyntaxTest.scala\" }"],"options":["-Dizumi.distage.plancheck.only-warn=true"]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"project/Deps.sc","pattern":"val scala300 = ScalaVersion\\((.*)\\)","replaceWith":"val scala300 = ScalaVersion(\"<SCALA_VERSION>\")"},{"path":"distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala","pattern":"assertCompiles(\"Functoid.apply(defimplicitfn _)\")","replaceWith":"assertCompiles(\"Functoid.apply(defimplicitfn)\")"},{"path":"distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala","pattern":"assertCompiles(\"Functoid.apply(defconfannfn _)\")","replaceWith":"assertCompiles(\"Functoid.apply(defconfannfn)\")"},{"path":"distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala","pattern":"assertCompiles(\"Functoid.apply(defconfannfn2 _)\")","replaceWith":"assertCompiles(\"Functoid.apply(defconfannfn2)\")"},{"path":"distage/distage-testkit-scalatest/src/main/scala-3/izumi/distage/testkit/scalatest/SpecWiring.scala","pattern":"Spec1[F]()(using app.tagK, defaultModule)","replaceWith":"Spec1[F](using app.tagK, defaultModule)"},{"path":"distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/integration/IntegrationTest1Test.scala","pattern":"Spec1[F0]()(using f0Tag, implicitly)","replaceWith":"Spec1[F0](using f0Tag, implicitly)"},{"path":"distage/distage-extension-config/.jvm/src/test/scala/izumi/distage/impl/OptionalDependencyTest.scala","pattern":"new izumi.functional.bio.impl.PrimitivesFromBIOAndCats()(using null, null).discard()","replaceWith":"new izumi.functional.bio.impl.PrimitivesFromBIOAndCats(using null, null).discard()"},{"path":"distage/distage-framework/.jvm/src/main/scala-3/izumi/distage/framework/PlanCheckMaterializer.scala","pattern":"ctx.settings.XfatalWarnings.value","replaceWith":"ctx.settings.Werror.value","selectVersion":{"min":"3.7.4"}}]}
173##################################
174Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
175Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
176[sbt_options] declare -a sbt_options=()
177[process_args] java_version = '25'
178[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25/rt.jar'
179# Executing command line:
180java
181-Xmx16G
182-XX:ReservedCodeCacheSize=384M
183-XX:NonProfiledCodeHeapSize=256M
184-XX:MaxMetaspaceSize=4G
185-XX:+OmitStackTraceInFastThrow
186-XX:SoftRefLRUPolicyMSPerMB=50
187-Dsun.io.useCanonCaches=false
188-server
189-XX:+UseG1GC
190-XX:MaxInlineLevel=18
191-Dcommunitybuild.scala=3.7.4
192-Dcommunitybuild.project.dependencies.add=
193-Xmx7G
194-Xms4G
195-Xss8M
196-Dizumi.distage.plancheck.only-warn=true
197-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
198-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25
199-jar
200/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
201"setCrossScalaVersions 3.7.4"
202"++3.7.4 -v"
203"mapScalacOptions "-rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
204"set every credentials := Nil"
205"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
206"removeScalacOptionsStartingWith -P:wartremover"
207"set `fundamentals-bio`/Test/unmanagedSources/excludeFilter ~= { _ || "SyntaxTest.scala" }"
208moduleMappings
209"runBuild 3.7.4 """{"projects":{"exclude":["io.7mind.izumi%idealingua-v1-runtime-rpc-csharp","io.7mind.izumi%idealingua-v1-runtime-rpc-typescript","io.7mind.izumi%idealingua-v1-test-defs","io.7mind.izumi%idealingua-v1-runtime-rpc-http4s","io.7mind.izumi%idealingua-v1-runtime-rpc-scala","io.7mind.izumi%idealingua-v1-runtime-rpc-go","io.7mind.izumi%idealingua-v1-model"],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":["set `fundamentals-bio`/Test/unmanagedSources/excludeFilter ~= { _ || \"SyntaxTest.scala\" }"],"options":["-Dizumi.distage.plancheck.only-warn=true"]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"project/Deps.sc","pattern":"val scala300 = ScalaVersion\\((.*)\\)","replaceWith":"val scala300 = ScalaVersion(\"<SCALA_VERSION>\")"},{"path":"distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala","pattern":"assertCompiles(\"Functoid.apply(defimplicitfn _)\")","replaceWith":"assertCompiles(\"Functoid.apply(defimplicitfn)\")"},{"path":"distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala","pattern":"assertCompiles(\"Functoid.apply(defconfannfn _)\")","replaceWith":"assertCompiles(\"Functoid.apply(defconfannfn)\")"},{"path":"distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala","pattern":"assertCompiles(\"Functoid.apply(defconfannfn2 _)\")","replaceWith":"assertCompiles(\"Functoid.apply(defconfannfn2)\")"},{"path":"distage/distage-testkit-scalatest/src/main/scala-3/izumi/distage/testkit/scalatest/SpecWiring.scala","pattern":"Spec1[F]()(using app.tagK, defaultModule)","replaceWith":"Spec1[F](using app.tagK, defaultModule)"},{"path":"distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/integration/IntegrationTest1Test.scala","pattern":"Spec1[F0]()(using f0Tag, implicitly)","replaceWith":"Spec1[F0](using f0Tag, implicitly)"},{"path":"distage/distage-extension-config/.jvm/src/test/scala/izumi/distage/impl/OptionalDependencyTest.scala","pattern":"new izumi.functional.bio.impl.PrimitivesFromBIOAndCats()(using null, null).discard()","replaceWith":"new izumi.functional.bio.impl.PrimitivesFromBIOAndCats(using null, null).discard()"},{"path":"distage/distage-framework/.jvm/src/main/scala-3/izumi/distage/framework/PlanCheckMaterializer.scala","pattern":"ctx.settings.XfatalWarnings.value","replaceWith":"ctx.settings.Werror.value","selectVersion":{"min":"3.7.4"}}]}""" io.7mind.izumi%distage-core io.7mind.izumi%distage-core-api io.7mind.izumi%distage-core-proxy-bytebuddy io.7mind.izumi%distage-extension-config io.7mind.izumi%distage-extension-logstage io.7mind.izumi%distage-extension-plugins io.7mind.izumi%distage-framework io.7mind.izumi%distage-framework-api io.7mind.izumi%distage-framework-docker io.7mind.izumi%distage-testkit-core io.7mind.izumi%distage-testkit-scalatest io.7mind.izumi%fundamentals-basics io.7mind.izumi%fundamentals-bio io.7mind.izumi%fundamentals-collections io.7mind.izumi%fundamentals-functional io.7mind.izumi%fundamentals-functoid io.7mind.izumi%fundamentals-json-circe io.7mind.izumi%fundamentals-language io.7mind.izumi%fundamentals-literals io.7mind.izumi%fundamentals-orphans io.7mind.izumi%fundamentals-platform io.7mind.izumi%logstage-adapter-slf4j io.7mind.izumi%logstage-core io.7mind.izumi%logstage-rendering-circe io.7mind.izumi%logstage-sink-slf4j"
210
211WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
212WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by net.openhft.hashing.UnsafeAccess (file:/root/.sbt/boot/scala-2.12.20/org.scala-sbt/sbt/1.11.5/zero-allocation-hashing-0.16.jar)
213WARNING: Please consider reporting this to the maintainers of class net.openhft.hashing.UnsafeAccess
214WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
215WARNING: A restricted method in java.lang.System has been called
216WARNING: java.lang.System::load has been called by com.sun.jna.Native in an unnamed module (file:/root/.sbt/boot/scala-2.12.20/org.scala-sbt/sbt/1.11.5/jna-5.12.0.jar)
217WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
218WARNING: Restricted methods will be blocked in a future release unless native access is enabled
219
220[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 25)
221[info] loading project definition from /build/repo/project/project
222[info] compiling 1 Scala source to /build/repo/project/project/target/scala-2.12/sbt-1.0/classes ...
223[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
224[info] Compilation completed in 8.092s.
225[info] done compiling
226[info] loading settings for project repo-build from akka.sbt, plugins.sbt, scalaxmlExclusion.sbt...
227[info] loading project definition from /build/repo/project
228[info] compiling 4 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
229[info] done compiling
230[info] loading settings for project izumi from build.sbt, version.sbt...
231[info] resolving key references (44313 settings) ...
232[info] set current project to izumi (in build file:/build/repo/)
233[warn] there are 16 keys that are not used by any other settings/tasks:
234[warn]
235[warn] * distage / ideSkipProject
236[warn] +- /build/repo/build.sbt:6196
237[warn] * distage-jvm / ideSkipProject
238[warn] +- /build/repo/build.sbt:6219
239[warn] * docs / ideSkipProject
240[warn] +- /build/repo/build.sbt:6270
241[warn] * docs-jvm / ideSkipProject
242[warn] +- /build/repo/build.sbt:6282
243[warn] * fundamentals / ideSkipProject
244[warn] +- /build/repo/build.sbt:6155
245[warn] * fundamentals-json-circe / Compile / libraryDependencySchemes
246[warn] +- /build/repo/build.sbt:1938
247[warn] +- /build/repo/build.sbt:1939
248[warn] * fundamentals-jvm / ideSkipProject
249[warn] +- /build/repo/build.sbt:6176
250[warn] * izumi-jvm / ideSkipProject
251[warn] +- /build/repo/build.sbt:6316
252[warn] * logstage / ideSkipProject
253[warn] +- /build/repo/build.sbt:6241
254[warn] * logstage-jvm / ideSkipProject
255[warn] +- /build/repo/build.sbt:6256
256[warn] * microsite / coverageEnabled
257[warn] +- /build/repo/build.sbt:5877
258[warn] * microsite / ideSkipProject
259[warn] +- /build/repo/build.sbt:5873
260[warn] * sbt-izumi-deps / coverageEnabled
261[warn] +- /build/repo/build.sbt:5957
262[warn] * sbt-izumi-deps / ideSkipProject
263[warn] +- /build/repo/build.sbt:6147
264[warn] * sbt-plugins / ideSkipProject
265[warn] +- /build/repo/build.sbt:6293
266[warn] * sbt-plugins-jvm / ideSkipProject
267[warn] +- /build/repo/build.sbt:6305
268[warn]
269[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
270[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
271Execute setCrossScalaVersions: 3.7.4
272OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in logstage-rendering-circe/crossScalaVersions
273OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fundamentals-literals/crossScalaVersions
274OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fundamentals-orphans/crossScalaVersions
275OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fundamentals-platform/crossScalaVersions
276OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fundamentals-basics/crossScalaVersions
277OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fundamentals-functional/crossScalaVersions
278OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fundamentals-collections/crossScalaVersions
279OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fundamentals-language/crossScalaVersions
280OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in logstage-core/crossScalaVersions
281OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fundamentals-bio/crossScalaVersions
282OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in microsite/crossScalaVersions
283OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in logstage-adapter-slf4j/crossScalaVersions
284OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in distage-testkit-scalatest-sbt-module-filtering-test/crossScalaVersions
285OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fundamentals-json-circe/crossScalaVersions
286OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in distage-core-api/crossScalaVersions
287OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in distage-framework/crossScalaVersions
288OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in distage-core-proxy-bytebuddy/crossScalaVersions
289OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in distage-extension-plugins/crossScalaVersions
290OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in distage-framework-api/crossScalaVersions
291OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in distage-framework-docker/crossScalaVersions
292OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in distage-extension-logstage/crossScalaVersions
293OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in distage-extension-config/crossScalaVersions
294OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in distage-core/crossScalaVersions
295OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in logstage-sink-slf4j/crossScalaVersions
296OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in distage-testkit-scalatest/crossScalaVersions
297OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in fundamentals-functoid/crossScalaVersions
298OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in distage-testkit-core/crossScalaVersions
299OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in sbt-plugins/crossScalaVersions
300OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in docs-jvm/crossScalaVersions
301OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in izumi-jvm/crossScalaVersions
302OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in logstage/crossScalaVersions
303OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in distage/crossScalaVersions
304OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in izumi/crossScalaVersions
305OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in fundamentals-jvm/crossScalaVersions
306OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in distage-jvm/crossScalaVersions
307OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in docs/crossScalaVersions
308OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in fundamentals/crossScalaVersions
309OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in logstage-jvm/crossScalaVersions
310OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in sbt-plugins-jvm/crossScalaVersions
311[info] set current project to izumi (in build file:/build/repo/)
312[info] Setting Scala version to 3.7.4 on 27 projects.
313[info] Switching Scala version on:
314[info] fundamentals-basics (3.7.4, 2.13.16, 2.12.20)
315[info] fundamentals-collections (3.7.4, 2.13.16, 2.12.20)
316[info] logstage-core (3.7.4, 2.13.16, 2.12.20)
317[info] distage-core-proxy-bytebuddy (3.7.4, 2.13.16, 2.12.20)
318[info] distage-extension-config (3.7.4, 2.13.16, 2.12.20)
319[info] fundamentals-literals (3.7.4, 2.13.16, 2.12.20)
320[info] fundamentals-language (3.7.4, 2.13.16, 2.12.20)
321[info] distage-framework (3.7.4, 2.13.16, 2.12.20)
322[info] distage-testkit-scalatest-sbt-module-filtering-test (3.7.4, 2.13.16, 2.12.20)
323[info] distage-extension-plugins (3.7.4, 2.13.16, 2.12.20)
324[info] distage-extension-logstage (3.7.4, 2.13.16, 2.12.20)
325[info] distage-core-api (3.7.4, 2.13.16, 2.12.20)
326[info] microsite (3.7.4, 2.13.16, 2.12.20)
327[info] distage-testkit-core (3.7.4, 2.13.16, 2.12.20)
328[info] fundamentals-bio (3.7.4, 2.13.16, 2.12.20)
329[info] fundamentals-functoid (3.7.4, 2.13.16, 2.12.20)
330[info] logstage-adapter-slf4j (3.7.4, 2.13.16, 2.12.20)
331[info] logstage-rendering-circe (3.7.4, 2.13.16, 2.12.20)
332[info] fundamentals-json-circe (3.7.4, 2.13.16, 2.12.20)
333[info] fundamentals-orphans (3.7.4, 2.13.16, 2.12.20)
334[info] distage-testkit-scalatest (3.7.4, 2.13.16, 2.12.20)
335[info] fundamentals-functional (3.7.4, 2.13.16, 2.12.20)
336[info] fundamentals-platform (3.7.4, 2.13.16, 2.12.20)
337[info] distage-framework-docker (3.7.4, 2.13.16, 2.12.20)
338[info] distage-framework-api (3.7.4, 2.13.16, 2.12.20)
339[info] distage-core (3.7.4, 2.13.16, 2.12.20)
340[info] logstage-sink-slf4j (3.7.4, 2.13.16, 2.12.20)
341[info] Excluding projects:
342[info] sbt-plugins-jvm (2.12.20)
343[info] sbt-plugins (2.12.20)
344[info] izumi-jvm (2.12.20)
345[info] distage (2.12.20)
346[info] sbt-izumi-deps (2.12.20)
347[info] docs (2.12.20)
348[info] * izumi (2.12.20)
349[info] logstage (2.12.20)
350[info] docs-jvm (2.12.20)
351[info] fundamentals-jvm (2.12.20)
352[info] fundamentals (2.12.20)
353[info] logstage-jvm (2.12.20)
354[info] distage-jvm (2.12.20)
355[info] Reapplying settings...
356[info] set current project to izumi (in build file:/build/repo/)
357Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.4-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
358[info] Reapplying settings...
359[info] set current project to izumi (in build file:/build/repo/)
360[info] Defining Global / credentials, ThisBuild / credentials and 39 others.
361[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 200 others.
362[info] Run `last` for details.
363[info] Reapplying settings...
364[info] set current project to izumi (in build file:/build/repo/)
365Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
366[info] Reapplying settings...
367OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
368
369 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
370 Did you mean distage-framework-api / allExcludeDependencies ?
371 , retry without global scopes
372[info] Reapplying settings...
373[info] set current project to izumi (in build file:/build/repo/)
374Execute removeScalacOptionsStartingWith: -P:wartremover
375[info] Reapplying settings...
376[info] set current project to izumi (in build file:/build/repo/)
377[info] Defining fundamentals-bio / Test / unmanagedSources / excludeFilter
378[info] The new value will be used by fundamentals-bio / Test / unmanagedSources / fileInputs
379[info] Reapplying settings...
380[info] set current project to izumi (in build file:/build/repo/)
381[success] Total time: 0 s, completed Jan 8, 2026, 2:02:42 AM
382Build config: {"projects":{"exclude":["io.7mind.izumi%idealingua-v1-runtime-rpc-csharp","io.7mind.izumi%idealingua-v1-runtime-rpc-typescript","io.7mind.izumi%idealingua-v1-test-defs","io.7mind.izumi%idealingua-v1-runtime-rpc-http4s","io.7mind.izumi%idealingua-v1-runtime-rpc-scala","io.7mind.izumi%idealingua-v1-runtime-rpc-go","io.7mind.izumi%idealingua-v1-model"],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":["set `fundamentals-bio`/Test/unmanagedSources/excludeFilter ~= { _ || \"SyntaxTest.scala\" }"],"options":["-Dizumi.distage.plancheck.only-warn=true"]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"project/Deps.sc","pattern":"val scala300 = ScalaVersion\\((.*)\\)","replaceWith":"val scala300 = ScalaVersion(\"<SCALA_VERSION>\")"},{"path":"distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala","pattern":"assertCompiles(\"Functoid.apply(defimplicitfn _)\")","replaceWith":"assertCompiles(\"Functoid.apply(defimplicitfn)\")"},{"path":"distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala","pattern":"assertCompiles(\"Functoid.apply(defconfannfn _)\")","replaceWith":"assertCompiles(\"Functoid.apply(defconfannfn)\")"},{"path":"distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala","pattern":"assertCompiles(\"Functoid.apply(defconfannfn2 _)\")","replaceWith":"assertCompiles(\"Functoid.apply(defconfannfn2)\")"},{"path":"distage/distage-testkit-scalatest/src/main/scala-3/izumi/distage/testkit/scalatest/SpecWiring.scala","pattern":"Spec1[F]()(using app.tagK, defaultModule)","replaceWith":"Spec1[F](using app.tagK, defaultModule)"},{"path":"distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/integration/IntegrationTest1Test.scala","pattern":"Spec1[F0]()(using f0Tag, implicitly)","replaceWith":"Spec1[F0](using f0Tag, implicitly)"},{"path":"distage/distage-extension-config/.jvm/src/test/scala/izumi/distage/impl/OptionalDependencyTest.scala","pattern":"new izumi.functional.bio.impl.PrimitivesFromBIOAndCats()(using null, null).discard()","replaceWith":"new izumi.functional.bio.impl.PrimitivesFromBIOAndCats(using null, null).discard()"},{"path":"distage/distage-framework/.jvm/src/main/scala-3/izumi/distage/framework/PlanCheckMaterializer.scala","pattern":"ctx.settings.XfatalWarnings.value","replaceWith":"ctx.settings.Werror.value","selectVersion":{"min":"3.7.4"}}]}
383Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(io.7mind.izumi%idealingua-v1-runtime-rpc-csharp, io.7mind.izumi%idealingua-v1-runtime-rpc-typescript, io.7mind.izumi%idealingua-v1-test-defs, io.7mind.izumi%idealingua-v1-runtime-rpc-http4s, io.7mind.izumi%idealingua-v1-runtime-rpc-scala, io.7mind.izumi%idealingua-v1-runtime-rpc-go, io.7mind.izumi%idealingua-v1-model),Map()),CompileOnly,List()))
384Starting build...
385Projects: Set(fundamentals-basics, fundamentals-collections, logstage-core, distage-core-proxy-bytebuddy, distage-extension-config, fundamentals-literals, fundamentals-language, distage-framework, distage-extension-plugins, distage-extension-logstage, distage-core-api, distage-testkit-core, fundamentals-bio, fundamentals-functoid, logstage-adapter-slf4j, logstage-rendering-circe, fundamentals-json-circe, fundamentals-orphans, distage-testkit-scalatest, fundamentals-functional, fundamentals-platform, distage-framework-docker, distage-framework-api, distage-core, logstage-sink-slf4j)
386Starting build for ProjectRef(file:/build/repo/,distage-framework-docker) (distage-framework-docker)... [0/25]
387OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
388OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Global
389OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
390OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
391OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
392OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
393OpenCB::Filter out '-language:3.4', matches setting pattern '^-?-language:3.4'
394OpenCB::Filter out '-no-indent', matches setting pattern '^-?-no-indent'
395Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=distage-framework-docker, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
396[info] compiling 1 Scala source to /build/repo/fundamentals/fundamentals-basics/target/scala-3.7.4/classes ...
397[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
398[warn] one warning found
399[info] done compiling
400[info] compiling 1 Scala source to /build/repo/fundamentals/fundamentals-literals/target/scala-3.7.4/classes ...
401[info] compiling 5 Scala sources to /build/repo/fundamentals/fundamentals-functional/target/scala-3.7.4/classes ...
402[info] compiling 2 Scala sources to /build/repo/fundamentals/fundamentals-orphans/target/scala-3.7.4/classes ...
403[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
404[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
405[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
406[warn] one warning found
407[info] done compiling
408[info] compiling 48 Scala sources to /build/repo/fundamentals/fundamentals-collections/target/scala-3.7.4/classes ...
409[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
410[warn] one warning found
411[info] done compiling
412[info] compiling 15 Scala sources to /build/repo/fundamentals/fundamentals-language/target/scala-3.7.4/classes ...
413[warn] one warning found
414[info] done compiling
415[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
416[warn] one warning found
417[info] done compiling
418[info] [patched file /build/repo/fundamentals/fundamentals-collections/src/main/scala/izumi/fundamentals/collections/package.scala]
419[warn] one warning found
420[info] done compiling
421[info] compiling 94 Scala sources to /build/repo/fundamentals/fundamentals-platform/target/scala-3.7.4/classes ...
422[info] compiling 94 Scala sources to /build/repo/fundamentals/fundamentals-bio/target/scala-3.7.4/classes ...
423[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
424[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
425[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/fundamentals/fundamentals-platform/src/main/scala/izumi/fundamentals/platform/versions/Version.scala:180:6
426[warn] 180 | (x, y) match {
427[warn] | ^^^^^^
428[warn] | match may not be exhaustive.
429[warn] |
430[warn] | It would fail on pattern case: (_, _)
431[warn] |Matching filters for @nowarn or -Wconf:
432[warn] | - id=E29
433[warn] | - name=PatternMatchExhaustivity
434[warn] |---------------------------------------------------------------------------
435[warn] | Explanation (enabled by `-explain`)
436[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
437[warn] | There are several ways to make the match exhaustive:
438[warn] | - Add missing cases as shown in the warning
439[warn] | - If an extractor always return Some(...), write Some[X] for its return type
440[warn] | - Add a case _ => ... at the end to match all remaining cases
441[warn] ---------------------------------------------------------------------------
442[info] [patched file /build/repo/fundamentals/fundamentals-platform/.jvm/src/main/scala/izumi/fundamentals/platform/resources/IzResources.scala]
443[warn] there was 1 deprecation warning; re-run with -deprecation for details
444[warn] three warnings found
445[info] done compiling
446[info] compiling 22 Scala sources to /build/repo/fundamentals/fundamentals-functoid/target/scala-3.7.4/classes ...
447[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
448[warn] one warning found
449[info] done compiling
450[info] [patched file /build/repo/fundamentals/fundamentals-bio/src/main/scala/izumi/fundamentals/platform/uuid/IzUUIDImpl.scala]
451[info] [patched file /build/repo/fundamentals/fundamentals-bio/src/main/scala/izumi/functional/bio/Semaphore1.scala]
452[warn] one warning found
453[info] done compiling
454[info] compiling 72 Scala sources to /build/repo/logstage/logstage-core/target/scala-3.7.4/classes ...
455[info] compiling 125 Scala sources to /build/repo/distage/distage-core-api/target/scala-3.7.4/classes ...
456[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
457[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
458[warn] one warning found
459[info] done compiling
460[warn] one warning found
461[info] done compiling
462[info] compiling 18 Scala sources to /build/repo/distage/distage-extension-config/target/scala-3.7.4/classes ...
463[info] compiling 10 Scala sources to /build/repo/distage/distage-framework-api/target/scala-3.7.4/classes ...
464[info] compiling 3 Scala sources to /build/repo/distage/distage-core-proxy-bytebuddy/target/scala-3.7.4/classes ...
465[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
466[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
467[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
468[warn] one warning found
469[info] done compiling
470[info] compiling 68 Scala sources to /build/repo/distage/distage-core/target/scala-3.7.4/classes ...
471[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
472[warn] one warning found
473[info] done compiling
474[warn] one warning found
475[info] done compiling
476[info] compiling 2 Scala sources to /build/repo/distage/distage-extension-logstage/target/scala-3.7.4/classes ...
477[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
478[warn] one warning found
479[info] done compiling
480[info] [patched file /build/repo/distage/distage-core/src/main/scala/izumi/distage/modules/support/CatsIOSupportModule.scala]
481[warn] one warning found
482[info] done compiling
483[info] compiling 26 Scala sources to /build/repo/distage/distage-framework-docker/target/scala-3.7.4/classes ...
484[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
485[warn] one warning found
486[info] done compiling
487[info] compiling 1 Scala source to /build/repo/fundamentals/fundamentals-collections/target/scala-3.7.4/classes ...
488[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
489[warn] one warning found
490[info] done compiling
491[info] compiling 2 Scala sources to /build/repo/fundamentals/fundamentals-bio/target/scala-3.7.4/classes ...
492[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
493[info] compiling 1 Scala source to /build/repo/fundamentals/fundamentals-platform/target/scala-3.7.4/classes ...
494[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
495[warn] one warning found
496[info] done compiling
497[warn] one warning found
498[info] done compiling
499[info] compiling 3 Scala sources to /build/repo/fundamentals/fundamentals-bio/target/scala-3.7.4/classes ...
500[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
501[warn] two warnings found
502[info] done compiling
503[info] compiling 5 Scala sources to /build/repo/logstage/logstage-rendering-circe/target/scala-3.7.4/classes ...
504[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
505[info] compiling 17 Scala sources to /build/repo/distage/distage-extension-plugins/target/scala-3.7.4/classes ...
506[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
507[info] compiling 1 Scala source to /build/repo/distage/distage-core/target/scala-3.7.4/classes ...
508[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
509[warn] one warning found
510[info] done compiling
511[warn] one warning found
512[info] done compiling
513[warn] one warning found
514[info] done compiling
515[info] compiling 56 Scala sources to /build/repo/distage/distage-framework/target/scala-3.7.4/classes ...
516[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
517[info] [patched file /build/repo/distage/distage-framework/.jvm/src/main/scala/izumi/distage/framework/PlanCheck.scala]
518[warn] one warning found
519[info] done compiling
520[info] compiling 32 Scala sources to /build/repo/distage/distage-testkit-core/target/scala-3.7.4/classes ...
521[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
522[warn] one warning found
523[info] done compiling
524[info] compiling 18 Scala sources to /build/repo/distage/distage-testkit-scalatest/target/scala-3.7.4/classes ...
525[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
526[warn] there was 1 deprecation warning; re-run with -deprecation for details
527[warn] two warnings found
528[info] done compiling
529[info] compiling 7 Scala sources to /build/repo/distage/distage-framework-docker/target/scala-3.7.4/test-classes ...
530[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
531[info] [patched file /build/repo/distage/distage-framework-docker/src/test/scala/izumi/distage/testkit/docker/ExitCodeCheckTest.scala]
532[warn] one warning found
533[info] done compiling
534[info] compiling 1 Scala source to /build/repo/distage/distage-framework/target/scala-3.7.4/classes ...
535[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
536[warn] one warning found
537[info] done compiling
538[info] compiling 2 Scala sources to /build/repo/distage/distage-framework/target/scala-3.7.4/classes ...
539[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
540[warn] two warnings found
541[info] done compiling
542[info] compiling 3 Scala sources to /build/repo/distage/distage-framework/target/scala-3.7.4/classes ...
543[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
544[warn] three warnings found
545[info] done compiling
546[info] compiling 2 Scala sources to /build/repo/distage/distage-testkit-scalatest/target/scala-3.7.4/classes ...
547[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
548[warn] one warning found
549[info] done compiling
550[info] compiling 1 Scala source to /build/repo/distage/distage-framework-docker/target/scala-3.7.4/test-classes ...
551[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
552[warn] one warning found
553[info] done compiling
554Starting build for ProjectRef(file:/build/repo/,fundamentals-orphans) (fundamentals-orphans)... [1/25]
555Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=fundamentals-orphans, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
556Starting build for ProjectRef(file:/build/repo/,fundamentals-platform) (fundamentals-platform)... [2/25]
557Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=fundamentals-platform, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
558[info] compiling 14 Scala sources to /build/repo/fundamentals/fundamentals-platform/target/scala-3.7.4/test-classes ...
559[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
560[warn] one warning found
561[info] done compiling
562Starting build for ProjectRef(file:/build/repo/,distage-testkit-scalatest) (distage-testkit-scalatest)... [3/25]
563Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=distage-testkit-scalatest, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
564[info] compiling 9 Scala sources to /build/repo/distage/distage-extension-plugins/target/scala-3.7.4/test-classes ...
565[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
566[info] [patched file /build/repo/distage/distage-extension-plugins/.jvm/src/test/scala/izumi/distage/compat/ZIOResourcesZManagedTestJvm.scala]
567[warn] one warning found
568[info] done compiling
569[info] compiling 20 Scala sources to /build/repo/distage/distage-framework/target/scala-3.7.4/test-classes ...
570[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
571[warn] one warning found
572[info] done compiling
573[info] compiling 17 Scala sources to /build/repo/distage/distage-testkit-scalatest/target/scala-3.7.4/test-classes ...
574[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
575[warn] -- Warning: /build/repo/distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/compiletime/CompileTimePlanCheckerTest.scala:274:5
576[warn] 274 | ).planCheck.checkedPlugins
577[warn] | ^
578[warn] |Found a problem with your DI wiring, when checking application=TestEntrypointPatchedLeak, with parameters:
579[warn] |
580[warn] | roles = -failingrole01 -failingrole02 (effective roles: testrole03, configwriter, testrole04, help, configtest, testrole05, adapted-autocloseable, all-roles, testrole02, testrole00, exitaftersleep, testtask00, testrole01, all-tasks) (all effective roots: {type.izumi.logstage.api.IzLogger}, {type.izumi.distage.roles.launcher.AppShutdownInitiator}, {type.izumi.logstage.api.Log.CustomContext}, {type.izumi.distage.roles.bundled.RunAllRoles[cats.effect.IO[+_]]}, {type.izumi.distage.config.model.AppConfig}, {type.izumi.fundamentals.platform.cli.model.RoleAppArgs}, {type.scala.collection.immutable.Set[izumi.distage.roles.model.RoleTask[+cats.effect.IO[+_]]]@all-custom-tasks}, {type.izumi.distage.framework.model.ActivationInfo}, {type.scala.collection.immutable.Set[izumi.distage.model.planning.PlanningHook]}, {type.izumi.distage.roles.test.fixtures.TestRole04[cats.effect.IO[+_]]}, {type.izumi.distage.roles.bundled.Help[cats.effect.IO[+_]]}, {type.izumi.distage.roles.test.fixtures.TestRole02[cats.effect.IO[+_]]}, {set.{type.scala.collection.immutable.Set[izumi.distage.model.planning.PlanningHook]}/{type.izumi.distage.planning.AutoSetHook[izumi.distage.roles.model.RoleTask[+cats.effect.IO[+_]]]}#impl:1839200546, {type.izumi.distage.roles.test.fixtures.ConfigTestRole[cats.effect.IO[+_]]}, {type.izumi.logstage.api.logger.AbstractLogger}, {type.izumi.logstage.api.logger.LogRouter}, {set.{type.scala.collection.immutable.Set[izumi.distage.model.planning.PlanningHook]}/{type.izumi.distage.planning.AutoSetHook[izumi.distage.roles.model.RoleService[+cats.effect.IO[+_]]]}#impl:-1002649540, {type.izumi.distage.roles.test.fixtures.roles.TestRole00[cats.effect.IO[+_]]}, {type.izumi.distage.roles.test.fixtures.AdaptedAutocloseablesCase}, {type.izumi.distage.roles.test.fixtures.ExitAfterSleepRole[cats.effect.IO[+_]]}, {type.izumi.distage.framework.services.ResourceRewriter.RewriteRules}, {type.izumi.distage.roles.test.fixtures.TestRole05[cats.effect.IO[+_]]}, {type.izumi.distage.roles.bundled.RunAllTasks[cats.effect.IO[+_]]}, {type.scala.collection.immutable.Set[izumi.distage.roles.model.RoleService[+cats.effect.IO[+_]]]@all-custom-roles}, {set.{type.scala.collection.immutable.Set[izumi.distage.model.planning.PlanningHook]}/{type.izumi.distage.framework.services.ResourceRewriter}#impl:2019333198, {type.izumi.distage.roles.test.fixtures.TestTask00[cats.effect.IO[+_]]}, {type.izumi.distage.roles.test.fixtures.TestRole01[cats.effect.IO[+_]]}, {type.izumi.distage.roles.bundled.ConfigWriter[cats.effect.IO[+_]]}, {type.izumi.distage.roles.test.fixtures.TestRole03[cats.effect.IO[+_]]}, {type.izumi.logstage.api.logger.RoutingLogger}, {type.izumi.distage.roles.model.meta.RolesInfo}, {type.scala.Option[+izumi.fundamentals.platform.resources.IzArtifact]@app.artifact})
581[warn] | excludedActivations = mode:test
582[warn] | bootstrapPlugins = ø
583[warn] | plugins = izumi.distage.roles.test.fixtures.AdaptedAutocloseablesCasePlugin (5 bindings), izumi.distage.roles.test.fixtures.ConflictPlugin (5 bindings), izumi.distage.roles.test.fixtures.ResourcesPlugin (26 bindings), izumi.distage.roles.test.fixtures.TestPluginCatsIO (41 bindings)
584[warn] | checkConfig = true
585[warn] | config = resource:checker-test-good.conf (effective: ConfigOrigin(checker-test-good.conf @ file:/build/repo/distage/distage-framework/target/scala-3.7.4/test-classes/checker-test-good.conf))
586[warn] | printBindings = false, set to `true` for full bindings printout
587[warn] | onlyWarn = true
588[warn] |
589[warn] |
590[warn] |Error was:
591[warn] |
592[warn] | - {type.izumi.distage.roles.test.fixtures.ConfigTestConfig}: cannot parse configuration (TestPlugin.scala:58): izumi.distage.config.model.exceptions.DIConfigReadException: Couldn't read configuration at path="configTest" as type `ConfigTestConfig` due to error:
593[warn] |
594[warn] |- Cannot convert configuration to a izumi.distage.roles.test.fixtures.ConfigTestConfig. Failures are:
595[warn] | at 'commonReferenceDev':
596[warn] | - Key not found: 'commonReferenceDev'.
597[warn] |
598[warn] |
599[warn] |Config was: checker-test-good.conf @ file:/build/repo/distage/distage-framework/target/scala-3.7.4/test-classes/checker-test-good.conf: 1
600[warn] |
601[warn] | at izumi.distage.config.codec.DIConfigReader.unpackResult(DIConfigReader.scala:95)
602[warn] | at izumi.distage.config.codec.DIConfigReader.decodeConfig(DIConfigReader.scala:64)
603[warn] | at izumi.distage.config.codec.DIConfigReader.decodeConfig$(DIConfigReader.scala:58)
604[warn] | at izumi.distage.config.codec.LowPriorityDIConfigReaderInstances$$anon$3.decodeConfig(DIConfigReader.scala:123)
605[warn] | at izumi.distage.config.codec.AbstractDIConfigReader.decodeAppConfig$$anonfun$1(AbstractDIConfigReader.scala:21)
606[warn] | at izumi.distage.framework.PlanCheck$.izumi$distage$framework$PlanCheck$runtime$$$_$_$$anonfun$18(PlanCheck.scala:282)
607[warn] | at scala.collection.Iterator$$anon$10.nextCur(Iterator.scala:594)
608[warn] | at scala.collection.Iterator$$anon$10.hasNext(Iterator.scala:608)
609[warn] | at scala.collection.immutable.List.prependedAll(List.scala:152)
610[warn] | at scala.collection.IterableOnceOps.toList(IterableOnce.scala:1446)
611[warn] | at scala.collection.IterableOnceOps.toList$(IterableOnce.scala:1446)
612[warn] | at scala.collection.AbstractIterator.toList(Iterator.scala:1306)
613[warn] | at izumi.distage.framework.PlanCheck$runtime$.checkAnyApp(PlanCheck.scala:279)
614[warn] | at izumi.distage.framework.PlanCheck$runtime$.checkAppParsed(PlanCheck.scala:236)
615[warn] | at izumi.distage.framework.PlanCheck$runtime$.checkApp(PlanCheck.scala:110)
616[warn] | at izumi.distage.framework.PlanCheckMaterializerCommon.doCheckApp(PlanCheckMaterializerCommon.scala:42)
617[warn] | at izumi.distage.framework.PlanCheckMaterializerCommon.doCheckApp$(PlanCheckMaterializerCommon.scala:9)
618[warn] | at izumi.distage.framework.PlanCheckMaterializer$.doCheckApp(PlanCheckMaterializer.scala:56)
619[warn] | at izumi.distage.framework.PlanCheckMaterializer$.materializeImpl(PlanCheckMaterializer.scala:114)
620[warn] | at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
621[warn] | at java.base/java.lang.reflect.Method.invoke(Method.java:565)
622[warn] | at dotty.tools.dotc.quoted.Interpreter.interpretedStaticMethodCall$$anonfun$1(Interpreter.scala:172)
623[warn] | at dotty.tools.dotc.quoted.Interpreter.stopIfRuntimeException(Interpreter.scala:229)
624[warn] | at dotty.tools.dotc.quoted.Interpreter.interpretedStaticMethodCall(Interpreter.scala:172)
625[warn] | at dotty.tools.dotc.quoted.Interpreter.interpretTree(Interpreter.scala:78)
626[warn] | at dotty.tools.dotc.transform.Splicer$SpliceInterpreter.interpretTree(Splicer.scala:266)
627[warn] | at dotty.tools.dotc.quoted.Interpreter.interpretTree$$anonfun$2(Interpreter.scala:97)
628[warn] | at dotty.tools.dotc.transform.Splicer$.$anonfun$2(Splicer.scala:61)
629[warn] | at scala.Option.fold(Option.scala:263)
630[warn] | at dotty.tools.dotc.transform.Splicer$.splice(Splicer.scala:61)
631[warn] | at dotty.tools.dotc.inlines.Inliner.dotty$tools$dotc$inlines$Inliner$$expandMacro(Inliner.scala:1149)
632[warn] | at dotty.tools.dotc.inlines.Inliner$InlineTyper.typedSplice(Inliner.scala:895)
633[warn] | at dotty.tools.dotc.typer.Typer.typedUnnamed$1(Typer.scala:3722)
634[warn] | at dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:3770)
635[warn] | at dotty.tools.dotc.inlines.Inliner$InlineTyper.typedUnadapted(Inliner.scala:1000)
636[warn] | at dotty.tools.dotc.typer.Typer.typed(Typer.scala:3857)
637[warn] | at dotty.tools.dotc.typer.Typer.typed(Typer.scala:3862)
638[warn] | at dotty.tools.dotc.typer.ReTyper.typedTyped(ReTyper.scala:65)
639[warn] | at dotty.tools.dotc.typer.Typer.typedUnnamed$1(Typer.scala:3681)
640[warn] | at dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:3770)
641[warn] | at dotty.tools.dotc.inlines.Inliner$InlineTyper.typedUnadapted(Inliner.scala:1000)
642[warn] | at dotty.tools.dotc.typer.Typer.typed(Typer.scala:3857)
643[warn] | at dotty.tools.dotc.typer.Typer.typed(Typer.scala:3854)
644[warn] | at dotty.tools.dotc.typer.Typer.typed(Typer.scala:3862)
645[warn] | at dotty.tools.dotc.inlines.Inliner.inlined(Inliner.scala:730)
646[warn] | at dotty.tools.dotc.inlines.Inlines$InlineCall.expand(Inlines.scala:570)
647[warn] | at dotty.tools.dotc.inlines.Inlines$.inlineCall(Inlines.scala:173)
648[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:94)
649[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform$$anonfun$1(Trees.scala:1649)
650[warn] | at scala.collection.immutable.List.mapConserve(List.scala:473)
651[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1649)
652[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1543)
653[warn] | at dotty.tools.dotc.ast.TreeMapWithImplicits.transform(TreeMapWithImplicits.scala:67)
654[warn] | at dotty.tools.dotc.ast.TreeMapWithTrackedStats.transform(TreeMapWithTrackedStats.scala:63)
655[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:95)
656[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1537)
657[warn] | at dotty.tools.dotc.ast.TreeMapWithImplicits.transform(TreeMapWithImplicits.scala:67)
658[warn] | at dotty.tools.dotc.ast.TreeMapWithTrackedStats.transform(TreeMapWithTrackedStats.scala:63)
659[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:95)
660[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1537)
661[warn] | at dotty.tools.dotc.ast.TreeMapWithImplicits.transform(TreeMapWithImplicits.scala:67)
662[warn] | at dotty.tools.dotc.ast.TreeMapWithTrackedStats.transform(TreeMapWithTrackedStats.scala:63)
663[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:95)
664[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1606)
665[warn] | at dotty.tools.dotc.ast.TreeMapWithImplicits.transform(TreeMapWithImplicits.scala:67)
666[warn] | at dotty.tools.dotc.ast.TreeMapWithTrackedStats.transform(TreeMapWithTrackedStats.scala:63)
667[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transformMemberDef(Inlining.scala:135)
668[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:71)
669[warn] | at dotty.tools.dotc.ast.tpd$TreeMapWithPreciseStatContexts.loop$2(tpd.scala:1301)
670[warn] | at dotty.tools.dotc.ast.tpd$TreeMapWithPreciseStatContexts.transformStats(tpd.scala:1301)
671[warn] | at dotty.tools.dotc.ast.tpd$TreeMapWithPreciseStatContexts.transformBlock(tpd.scala:1306)
672[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1557)
673[warn] | at dotty.tools.dotc.ast.TreeMapWithImplicits.transform(TreeMapWithImplicits.scala:43)
674[warn] | at dotty.tools.dotc.ast.TreeMapWithTrackedStats.transform(TreeMapWithTrackedStats.scala:54)
675[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:73)
676[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform$$anonfun$1(Trees.scala:1649)
677[warn] | at scala.collection.immutable.List.mapConserve(List.scala:473)
678[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1649)
679[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1543)
680[warn] | at dotty.tools.dotc.ast.TreeMapWithImplicits.transform(TreeMapWithImplicits.scala:67)
681[warn] | at dotty.tools.dotc.ast.TreeMapWithTrackedStats.transform(TreeMapWithTrackedStats.scala:63)
682[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:92)
683[warn] | at dotty.tools.dotc.ast.tpd$TreeMapWithPreciseStatContexts.loop$2(tpd.scala:1301)
684[warn] | at dotty.tools.dotc.ast.tpd$TreeMapWithPreciseStatContexts.transformStats(tpd.scala:1301)
685[warn] | at dotty.tools.dotc.ast.tpd$TreeMapWithPreciseStatContexts.transformStats(tpd.scala:1303)
686[warn] | at dotty.tools.dotc.ast.TreeMapWithImplicits.transform(TreeMapWithImplicits.scala:58)
687[warn] | at dotty.tools.dotc.ast.TreeMapWithTrackedStats.transform(TreeMapWithTrackedStats.scala:63)
688[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:95)
689[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1611)
690[warn] | at dotty.tools.dotc.ast.TreeMapWithImplicits.transform(TreeMapWithImplicits.scala:67)
691[warn] | at dotty.tools.dotc.ast.TreeMapWithTrackedStats.transform(TreeMapWithTrackedStats.scala:60)
692[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transformMemberDef(Inlining.scala:135)
693[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:71)
694[warn] | at dotty.tools.dotc.ast.tpd$TreeMapWithPreciseStatContexts.loop$2(tpd.scala:1301)
695[warn] | at dotty.tools.dotc.ast.tpd$TreeMapWithPreciseStatContexts.transformStats(tpd.scala:1301)
696[warn] | at dotty.tools.dotc.ast.tpd$TreeMapWithPreciseStatContexts.transformStats(tpd.scala:1303)
697[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1622)
698[warn] | at dotty.tools.dotc.ast.TreeMapWithImplicits.transform(TreeMapWithImplicits.scala:67)
699[warn] | at dotty.tools.dotc.ast.TreeMapWithTrackedStats.transform(TreeMapWithTrackedStats.scala:48)
700[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:75)
701[warn] | at dotty.tools.dotc.transform.Inlining$$anon$2.transform(Inlining.scala:57)
702[warn] | at dotty.tools.dotc.transform.MacroTransform.run(MacroTransform.scala:20)
703[warn] | at dotty.tools.dotc.transform.Inlining.run(Inlining.scala:39)
704[warn] | at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:383)
705[warn] | at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
706[warn] | at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
707[warn] | at scala.collection.immutable.List.foreach(List.scala:334)
708[warn] | at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:376)
709[warn] | at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
710[warn] | at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
711[warn] | at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
712[warn] | at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1324)
713[warn] | at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
714[warn] | at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
715[warn] | at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
716[warn] | at scala.Function0.apply$mcV$sp(Function0.scala:42)
717[warn] | at dotty.tools.dotc.Run.showProgress(Run.scala:482)
718[warn] | at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
719[warn] | at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
720[warn] | at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
721[warn] | at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
722[warn] | at dotty.tools.dotc.Run.compileSources(Run.scala:319)
723[warn] | at dotty.tools.dotc.Run.compile(Run.scala:304)
724[warn] | at dotty.tools.dotc.Driver.doCompile(Driver.scala:37)
725[warn] | at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
726[warn] | at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
727[warn] | at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
728[warn] | at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
729[warn] | at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
730[warn] | at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
731[warn] | at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
732[warn] | at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
733[warn] | at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
734[warn] | at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
735[warn] | at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
736[warn] | at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
737[warn] | at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
738[warn] | at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
739[warn] | at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
740[warn] | at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
741[warn] | at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
742[warn] | at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
743[warn] | at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
744[warn] | at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
745[warn] | at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
746[warn] | at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
747[warn] | at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
748[warn] | at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
749[warn] | at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
750[warn] | at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
751[warn] | at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
752[warn] | at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
753[warn] | at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
754[warn] | at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2489)
755[warn] | at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2439)
756[warn] | at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
757[warn] | at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
758[warn] | at sbt.internal.io.Retry$.io(Retry.scala:102)
759[warn] | at sbt.internal.io.Retry$.io(Retry.scala:78)
760[warn] | at sbt.internal.io.Retry$.io(Retry.scala:67)
761[warn] | at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
762[warn] | at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2437)
763[warn] | at scala.Function1.$anonfun$compose$1(Function1.scala:49)
764[warn] | at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
765[warn] | at sbt.std.Transform$$anon$4.work(Transform.scala:69)
766[warn] | at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
767[warn] | at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
768[warn] | at sbt.Execute.work(Execute.scala:292)
769[warn] | at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
770[warn] | at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
771[warn] | at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
772[warn] | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:328)
773[warn] | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:545)
774[warn] | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:328)
775[warn] | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090)
776[warn] | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614)
777[warn] | at java.base/java.lang.Thread.run(Thread.java:1474)
778[warn] |Caused by: pureconfig.error.ConfigReaderException: Cannot convert configuration to a izumi.distage.roles.test.fixtures.ConfigTestConfig. Failures are:
779[warn] | at 'commonReferenceDev':
780[warn] | - Key not found: 'commonReferenceDev'.
781[warn] |
782[warn] | at pureconfig.error.ConfigReaderException$.apply(ConfigReaderException.scala:9)
783[warn] | at izumi.distage.config.codec.DIConfigReader$.useConfigReader(DIConfigReader.scala:115)
784[warn] | at izumi.distage.config.codec.LowPriorityDIConfigReaderInstances$$anon$3.decodeConfigValue(DIConfigReader.scala:124)
785[warn] | at izumi.distage.config.codec.DIConfigReader.decodeConfig$$anonfun$1(DIConfigReader.scala:64)
786[warn] | at scala.util.Try$.apply(Try.scala:217)
787[warn] | at izumi.distage.config.codec.DIConfigReader.unpackResult(DIConfigReader.scala:86)
788[warn] | ... 176 more
789[warn] |
790[warn] |
791[info] [patched file /build/repo/distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/parallel/DistageParallelLevelTest.scala]
792[info] [patched file /build/repo/distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/generic/tests.scala]
793[info] [patched file /build/repo/distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/sequential/DistageSequentialSuitesTest.scala]
794[info] [patched file /build/repo/distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/sequential/DistageSequentialTestOrderingTest.scala]
795[info] [patched file /build/repo/distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/compiletime/CompileTimePlanCheckerTest.scala]
796[info] [patched file /build/repo/distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/memoized/DistageMemoizationEnvsTest.scala]
797[warn] two warnings found
798[info] done compiling
799[info] compiling 1 Scala source to /build/repo/distage/distage-extension-plugins/target/scala-3.7.4/test-classes ...
800[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
801[warn] one warning found
802[info] done compiling
803[info] compiling 6 Scala sources to /build/repo/distage/distage-testkit-scalatest/target/scala-3.7.4/test-classes ...
804[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
805[warn] one warning found
806[info] done compiling
807[info] compiling 3 Scala sources to /build/repo/distage/distage-testkit-scalatest/target/scala-3.7.4/test-classes ...
808[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
809[warn] two warnings found
810[info] done compiling
811Starting build for ProjectRef(file:/build/repo/,distage-core) (distage-core)... [4/25]
812Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=distage-core, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
813[info] compiling 63 Scala sources to /build/repo/distage/distage-core/target/scala-3.7.4/test-classes ...
814[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
815[info] [patched file /build/repo/distage/distage-core/.jvm/src/test/scala/izumi/distage/compat/ZIOResourcesTestJvm.scala]
816[info] [patched file /build/repo/distage/distage-core/src/test/scala/izumi/distage/dsl/LocatorDefTest.scala]
817[info] [patched file /build/repo/distage/distage-core/src/test/scala/izumi/distage/injector/ResourceEffectBindingsTest.scala]
818[info] [patched file /build/repo/distage/distage-core/src/test/scala/izumi/distage/injector/ProvidersTest.scala]
819[info] [patched file /build/repo/distage/distage-core/src/test/scala/izumi/distage/dsl/DSLTest.scala]
820[info] [patched file /build/repo/distage/distage-core/.jvm/src/test/scala/izumi/distage/compat/CatsResourcesTestJvm.scala]
821[info] [patched file /build/repo/distage/distage-core/.jvm/src/test/scala/izumi/distage/injector/CglibProxiesTestJvm.scala]
822[info] [patched file /build/repo/distage/distage-core/src/test/scala/izumi/distage/injector/FactoriesTest.scala]
823[info] [patched file /build/repo/distage/distage-core/src/test/scala/izumi/distage/injector/JSRAnnotationTest.scala]
824[info] [patched file /build/repo/distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala]
825[warn] one warning found
826[info] done compiling
827[info] compiling 10 Scala sources to /build/repo/distage/distage-core/target/scala-3.7.4/test-classes ...
828[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
829[warn] one warning found
830[info] done compiling
831Starting build for ProjectRef(file:/build/repo/,fundamentals-json-circe) (fundamentals-json-circe)... [5/25]
832Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=fundamentals-json-circe, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
833[info] compiling 3 Scala sources to /build/repo/fundamentals/fundamentals-json-circe/target/scala-3.7.4/classes ...
834[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
835[warn] one warning found
836[info] done compiling
837[info] compiling 2 Scala sources to /build/repo/fundamentals/fundamentals-json-circe/target/scala-3.7.4/test-classes ...
838[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
839[warn] one warning found
840[info] done compiling
841Starting build for ProjectRef(file:/build/repo/,fundamentals-bio) (fundamentals-bio)... [6/25]
842Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=fundamentals-bio, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
843[info] compiling 18 Scala sources to /build/repo/fundamentals/fundamentals-bio/target/scala-3.7.4/test-classes ...
844[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
845[warn] one warning found
846[info] done compiling
847Starting build for ProjectRef(file:/build/repo/,fundamentals-functoid) (fundamentals-functoid)... [7/25]
848Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=fundamentals-functoid, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
849Starting build for ProjectRef(file:/build/repo/,distage-framework) (distage-framework)... [8/25]
850Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=distage-framework, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
851Starting build for ProjectRef(file:/build/repo/,fundamentals-basics) (fundamentals-basics)... [9/25]
852Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=fundamentals-basics, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
853Starting build for ProjectRef(file:/build/repo/,distage-core-proxy-bytebuddy) (distage-core-proxy-bytebuddy)... [10/25]
854Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=distage-core-proxy-bytebuddy, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
855Starting build for ProjectRef(file:/build/repo/,distage-extension-logstage) (distage-extension-logstage)... [11/25]
856Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=distage-extension-logstage, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
857[info] compiling 16 Scala sources to /build/repo/logstage/logstage-core/target/scala-3.7.4/test-classes ...
858[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
859[warn] -- Warning: /build/repo/logstage/logstage-core/src/test/scala/izumi/logstage/sink/ExampleService.scala:81:15
860[warn] 81 | logger.crit(s"[Cornercase] Anonymous expression: ${2 + 2 == 4}, another one: ${5 * arg1 == 25}")
861[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
862[warn] |Cannot extract argument name from: 2.+(2).==(4), tree: Apply(Select(Apply(Select(Literal(Constant(2)),+),List(Literal(Constant(2)))),==),List(Literal(Constant(4))))
863[warn] |----------------------------------------------------------------------------
864[warn] |Inline stack trace
865[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
866[warn] |This location contains code that was inlined from ExampleService.scala:81
867[warn] 15 | case _: EncodingMode.NonStrict.type => Message(message)
868[warn] | ^^^^^^^^^^^^^^^^
869[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
870[warn] |This location contains code that was inlined from ExampleService.scala:81
871[warn] 39 | Log.Entry.create(level, LogMessageMacro.createMessageWithMode[EncMode](message))(pos)
872[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
873[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
874[warn] |This location contains code that was inlined from ExampleService.scala:81
875[warn] 24 | transparent inline final def crit(inline message: String): Unit = logImpl(Log.Level.Crit, message)
876[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
877[warn] ----------------------------------------------------------------------------
878[warn] -- Warning: /build/repo/logstage/logstage-core/src/test/scala/izumi/logstage/sink/ExampleService.scala:117:38
879[warn] 117 | val expressionsOk = logStrict.crit(s"Suspended message: clap your hands! ${YesInstance(2)}")
880[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
881[warn] |Cannot extract argument name from: izumi.logstage.api.Fixture.YesInstance.apply(2), tree: Apply(Select(Ident(YesInstance),apply),List(Literal(Constant(2))))
882[warn] |---------------------------------------------------------------------------
883[warn] |Inline stack trace
884[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
885[warn] |This location contains code that was inlined from ExampleService.scala:117
886[warn] 16 | case _: EncodingMode.Strict.type => StrictMessage(message)
887[warn] | ^^^^^^^^^^^^^^^^^^^^^^
888[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
889[warn] |This location contains code that was inlined from ExampleService.scala:117
890[warn] 45 | this.log(level)(LogMessageMacro.createMessageWithMode[EncMode](message))(CodePositionMaterializer.materialize)
891[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
892[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
893[warn] |This location contains code that was inlined from ExampleService.scala:117
894[warn] 17 | transparent inline final def crit(inline message: String): F[Unit] = logImpl(Log.Level.Crit, message)
895[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
896[warn] ---------------------------------------------------------------------------
897[info] [patched file /build/repo/logstage/logstage-core/src/test/scala/izumi/logstage/sink/ExampleService.scala]
898[info] [patched file /build/repo/logstage/logstage-core/src/test/scala/izumi/logstage/api/LoggerLogMethodTest.scala]
899[warn] three warnings found
900[info] done compiling
901[info] compiling 1 Scala source to /build/repo/distage/distage-extension-logstage/target/scala-3.7.4/test-classes ...
902[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
903[warn] one warning found
904[info] done compiling
905[info] compiling 2 Scala sources to /build/repo/logstage/logstage-core/target/scala-3.7.4/test-classes ...
906[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
907[warn] -- Warning: /build/repo/logstage/logstage-core/src/test/scala/izumi/logstage/sink/ExampleService.scala:81:15
908[warn] 81 | logger.crit(s"[Cornercase] Anonymous expression: ${2 + 2 == 4}, another one: ${5 * arg1 == 25}")
909[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
910[warn] |Cannot extract argument name from: 2.+(2).==(4), tree: Apply(Select(Apply(Select(Literal(Constant(2)),+),List(Literal(Constant(2)))),==),List(Literal(Constant(4))))
911[warn] |----------------------------------------------------------------------------
912[warn] |Inline stack trace
913[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
914[warn] |This location contains code that was inlined from ExampleService.scala:81
915[warn] 15 | case _: EncodingMode.NonStrict.type => Message(message)
916[warn] | ^^^^^^^^^^^^^^^^
917[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
918[warn] |This location contains code that was inlined from ExampleService.scala:81
919[warn] 39 | Log.Entry.create(level, LogMessageMacro.createMessageWithMode[EncMode](message))(pos)
920[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
921[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
922[warn] |This location contains code that was inlined from ExampleService.scala:81
923[warn] 24 | transparent inline final def crit(inline message: String): Unit = logImpl(Log.Level.Crit, message)
924[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
925[warn] ----------------------------------------------------------------------------
926[warn] -- Warning: /build/repo/logstage/logstage-core/src/test/scala/izumi/logstage/sink/ExampleService.scala:117:38
927[warn] 117 | val expressionsOk = logStrict.crit(s"Suspended message: clap your hands! ${YesInstance(2)}")
928[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
929[warn] |Cannot extract argument name from: izumi.logstage.api.Fixture.YesInstance.apply(2), tree: Apply(Select(Ident(YesInstance),apply),List(Literal(Constant(2))))
930[warn] |---------------------------------------------------------------------------
931[warn] |Inline stack trace
932[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
933[warn] |This location contains code that was inlined from ExampleService.scala:117
934[warn] 16 | case _: EncodingMode.Strict.type => StrictMessage(message)
935[warn] | ^^^^^^^^^^^^^^^^^^^^^^
936[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
937[warn] |This location contains code that was inlined from ExampleService.scala:117
938[warn] 45 | this.log(level)(LogMessageMacro.createMessageWithMode[EncMode](message))(CodePositionMaterializer.materialize)
939[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
940[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
941[warn] |This location contains code that was inlined from ExampleService.scala:117
942[warn] 17 | transparent inline final def crit(inline message: String): F[Unit] = logImpl(Log.Level.Crit, message)
943[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
944[warn] ---------------------------------------------------------------------------
945[warn] three warnings found
946[info] done compiling
947Starting build for ProjectRef(file:/build/repo/,fundamentals-collections) (fundamentals-collections)... [12/25]
948Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=fundamentals-collections, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
949[info] compiling 12 Scala sources to /build/repo/fundamentals/fundamentals-collections/target/scala-3.7.4/test-classes ...
950[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
951[warn] one warning found
952[info] done compiling
953Starting build for ProjectRef(file:/build/repo/,fundamentals-literals) (fundamentals-literals)... [13/25]
954Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=fundamentals-literals, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
955Starting build for ProjectRef(file:/build/repo/,distage-framework-api) (distage-framework-api)... [14/25]
956Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=distage-framework-api, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
957Starting build for ProjectRef(file:/build/repo/,distage-extension-config) (distage-extension-config)... [15/25]
958Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=distage-extension-config, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
959[info] compiling 5 Scala sources to /build/repo/distage/distage-extension-config/target/scala-3.7.4/test-classes ...
960[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
961[warn] one warning found
962[info] done compiling
963Starting build for ProjectRef(file:/build/repo/,distage-extension-plugins) (distage-extension-plugins)... [16/25]
964Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=distage-extension-plugins, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
965Starting build for ProjectRef(file:/build/repo/,fundamentals-language) (fundamentals-language)... [17/25]
966Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=fundamentals-language, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
967[info] compiling 1 Scala source to /build/repo/fundamentals/fundamentals-language/target/scala-3.7.4/test-classes ...
968[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
969[warn] one warning found
970[info] done compiling
971Starting build for ProjectRef(file:/build/repo/,logstage-sink-slf4j) (logstage-sink-slf4j)... [18/25]
972Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=logstage-sink-slf4j, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
973[info] compiling 1 Scala source to /build/repo/logstage/logstage-sink-slf4j/target/scala-3.7.4/classes ...
974[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
975[warn] one warning found
976[info] done compiling
977[info] compiling 1 Scala source to /build/repo/logstage/logstage-sink-slf4j/target/scala-3.7.4/test-classes ...
978[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
979[warn] one warning found
980[info] done compiling
981Starting build for ProjectRef(file:/build/repo/,distage-testkit-core) (distage-testkit-core)... [19/25]
982Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=distage-testkit-core, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
983Starting build for ProjectRef(file:/build/repo/,logstage-adapter-slf4j) (logstage-adapter-slf4j)... [20/25]
984Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=logstage-adapter-slf4j, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
985[info] compiling 2 Scala sources and 4 Java sources to /build/repo/logstage/logstage-adapter-slf4j/target/scala-3.7.4/classes ...
986[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
987[warn] one warning found
988[warn] source value 8 is obsolete and will be removed in a future release
989[warn] target value 8 is obsolete and will be removed in a future release
990[warn] To suppress warnings about obsolete options, use -Xlint:-options.
991[warn] /build/repo/logstage/logstage-adapter-slf4j/src/main/java/org/slf4j/impl/StaticLoggerBinder.java:5:21: org.slf4j.spi.LoggerFactoryBinder in org.slf4j.spi has been deprecated
992[warn] org.slf4j.spi.LoggerFactoryBinder
993[warn] ^
994[warn] /build/repo/logstage/logstage-adapter-slf4j/src/main/java/org/slf4j/impl/StaticMarkerBinder.java:5:21: org.slf4j.spi.MarkerFactoryBinder in org.slf4j.spi has been deprecated
995[warn] org.slf4j.spi.MarkerFactoryBinder
996[warn] ^
997[warn] /build/repo/logstage/logstage-adapter-slf4j/src/main/java/org/slf4j/impl/StaticLoggerBinder.java:8:50: org.slf4j.spi.LoggerFactoryBinder in org.slf4j.spi has been deprecated
998[warn] LoggerFactoryBinder
999[warn] ^
1000[warn] /build/repo/logstage/logstage-adapter-slf4j/src/main/java/org/slf4j/impl/StaticMarkerBinder.java:8:44: org.slf4j.spi.MarkerFactoryBinder in org.slf4j.spi has been deprecated
1001[warn] MarkerFactoryBinder
1002[warn] ^
1003[info] done compiling
1004[info] compiling 1 Scala source to /build/repo/logstage/logstage-adapter-slf4j/target/scala-3.7.4/test-classes ...
1005[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1006[warn] one warning found
1007[info] done compiling
1008Starting build for ProjectRef(file:/build/repo/,logstage-rendering-circe) (logstage-rendering-circe)... [21/25]
1009Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=logstage-rendering-circe, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1010[info] compiling 1 Scala source to /build/repo/logstage/logstage-rendering-circe/target/scala-3.7.4/test-classes ...
1011[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1012[warn] one warning found
1013[info] done compiling
1014Starting build for ProjectRef(file:/build/repo/,fundamentals-functional) (fundamentals-functional)... [22/25]
1015Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=fundamentals-functional, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1016Starting build for ProjectRef(file:/build/repo/,logstage-core) (logstage-core)... [23/25]
1017Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=logstage-core, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1018Starting build for ProjectRef(file:/build/repo/,distage-core-api) (distage-core-api)... [24/25]
1019Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:git-described-version=1.2.22, -Xmacro-settings:git-head-commit=d3ef708d80fdf208dc0bea50ef32f98cc55e7353, -Xmacro-settings:product-name=distage-core-api, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.7.4, -Xmacro-settings:scala-versions=3.7.4:2.13.16:2.12.20, -release:8, -Ykind-projector:underscores, -Yretain-trees, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1020[info] compiling 2 Scala sources to /build/repo/distage/distage-core-api/target/scala-3.7.4/test-classes ...
1021[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1022[warn] one warning found
1023[info] done compiling
1024
1025************************
1026Build summary:
1027[{
1028 "module": "distage-framework-docker",
1029 "compile": {"status": "ok", "tookMs": 51151, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1030 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1031 "test-compile": {"status": "ok", "tookMs": 16576, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1032 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1033 "publish": {"status": "skipped", "tookMs": 0},
1034 "metadata": {
1035 "crossScalaVersions": ["2.13.16", "2.12.20"]
1036}
1037},{
1038 "module": "fundamentals-orphans",
1039 "compile": {"status": "ok", "tookMs": 112, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1040 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1041 "test-compile": {"status": "ok", "tookMs": 135, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1042 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1043 "publish": {"status": "skipped", "tookMs": 0},
1044 "metadata": {
1045 "crossScalaVersions": ["2.13.16", "2.12.20"]
1046}
1047},{
1048 "module": "fundamentals-platform",
1049 "compile": {"status": "ok", "tookMs": 203, "warnings": 1, "errors": 0, "sourceVersion": "3.4-migration"},
1050 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1051 "test-compile": {"status": "ok", "tookMs": 1562, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1052 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1053 "publish": {"status": "skipped", "tookMs": 0},
1054 "metadata": {
1055 "crossScalaVersions": ["2.13.16", "2.12.20"]
1056}
1057},{
1058 "module": "distage-testkit-scalatest",
1059 "compile": {"status": "ok", "tookMs": 806, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1060 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1061 "test-compile": {"status": "ok", "tookMs": 18855, "warnings": 1, "errors": 0, "sourceVersion": "3.4-migration"},
1062 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1063 "publish": {"status": "skipped", "tookMs": 0},
1064 "metadata": {
1065 "crossScalaVersions": ["2.13.16", "2.12.20"]
1066}
1067},{
1068 "module": "distage-core",
1069 "compile": {"status": "ok", "tookMs": 660, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1070 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1071 "test-compile": {"status": "ok", "tookMs": 21577, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1072 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1073 "publish": {"status": "skipped", "tookMs": 0},
1074 "metadata": {
1075 "crossScalaVersions": ["2.13.16", "2.12.20"]
1076}
1077},{
1078 "module": "fundamentals-json-circe",
1079 "compile": {"status": "ok", "tookMs": 728, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1080 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1081 "test-compile": {"status": "ok", "tookMs": 1190, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1082 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1083 "publish": {"status": "skipped", "tookMs": 0},
1084 "metadata": {
1085 "crossScalaVersions": ["2.13.16", "2.12.20"]
1086}
1087},{
1088 "module": "fundamentals-bio",
1089 "compile": {"status": "ok", "tookMs": 247, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1090 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1091 "test-compile": {"status": "ok", "tookMs": 4173, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1092 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1093 "publish": {"status": "skipped", "tookMs": 0},
1094 "metadata": {
1095 "crossScalaVersions": ["2.13.16", "2.12.20"]
1096}
1097},{
1098 "module": "fundamentals-functoid",
1099 "compile": {"status": "ok", "tookMs": 334, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1100 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1101 "test-compile": {"status": "ok", "tookMs": 304, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1102 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1103 "publish": {"status": "skipped", "tookMs": 0},
1104 "metadata": {
1105 "crossScalaVersions": ["2.13.16", "2.12.20"]
1106}
1107},{
1108 "module": "distage-framework",
1109 "compile": {"status": "ok", "tookMs": 687, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1110 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1111 "test-compile": {"status": "ok", "tookMs": 967, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1112 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1113 "publish": {"status": "skipped", "tookMs": 0},
1114 "metadata": {
1115 "crossScalaVersions": ["2.13.16", "2.12.20"]
1116}
1117},{
1118 "module": "fundamentals-basics",
1119 "compile": {"status": "ok", "tookMs": 37, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1120 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1121 "test-compile": {"status": "ok", "tookMs": 81, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1122 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1123 "publish": {"status": "skipped", "tookMs": 0},
1124 "metadata": {
1125 "crossScalaVersions": ["2.13.16", "2.12.20"]
1126}
1127},{
1128 "module": "distage-core-proxy-bytebuddy",
1129 "compile": {"status": "ok", "tookMs": 418, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1130 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1131 "test-compile": {"status": "ok", "tookMs": 441, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1132 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1133 "publish": {"status": "skipped", "tookMs": 0},
1134 "metadata": {
1135 "crossScalaVersions": ["2.13.16", "2.12.20"]
1136}
1137},{
1138 "module": "distage-extension-logstage",
1139 "compile": {"status": "ok", "tookMs": 489, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1140 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1141 "test-compile": {"status": "ok", "tookMs": 6197, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1142 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1143 "publish": {"status": "skipped", "tookMs": 0},
1144 "metadata": {
1145 "crossScalaVersions": ["2.13.16", "2.12.20"]
1146}
1147},{
1148 "module": "fundamentals-collections",
1149 "compile": {"status": "ok", "tookMs": 140, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1150 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1151 "test-compile": {"status": "ok", "tookMs": 1051, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1152 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1153 "publish": {"status": "skipped", "tookMs": 0},
1154 "metadata": {
1155 "crossScalaVersions": ["2.13.16", "2.12.20"]
1156}
1157},{
1158 "module": "fundamentals-literals",
1159 "compile": {"status": "ok", "tookMs": 82, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1160 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1161 "test-compile": {"status": "ok", "tookMs": 135, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1162 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1163 "publish": {"status": "skipped", "tookMs": 0},
1164 "metadata": {
1165 "crossScalaVersions": ["2.13.16", "2.12.20"]
1166}
1167},{
1168 "module": "distage-framework-api",
1169 "compile": {"status": "ok", "tookMs": 484, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1170 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1171 "test-compile": {"status": "ok", "tookMs": 519, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1172 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1173 "publish": {"status": "skipped", "tookMs": 0},
1174 "metadata": {
1175 "crossScalaVersions": ["2.13.16", "2.12.20"]
1176}
1177},{
1178 "module": "distage-extension-config",
1179 "compile": {"status": "ok", "tookMs": 520, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1180 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1181 "test-compile": {"status": "ok", "tookMs": 3725, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1182 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1183 "publish": {"status": "skipped", "tookMs": 0},
1184 "metadata": {
1185 "crossScalaVersions": ["2.13.16", "2.12.20"]
1186}
1187},{
1188 "module": "distage-extension-plugins",
1189 "compile": {"status": "ok", "tookMs": 578, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1190 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1191 "test-compile": {"status": "ok", "tookMs": 746, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1192 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1193 "publish": {"status": "skipped", "tookMs": 0},
1194 "metadata": {
1195 "crossScalaVersions": ["2.13.16", "2.12.20"]
1196}
1197},{
1198 "module": "fundamentals-language",
1199 "compile": {"status": "ok", "tookMs": 138, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1200 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1201 "test-compile": {"status": "ok", "tookMs": 400, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1202 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1203 "publish": {"status": "skipped", "tookMs": 0},
1204 "metadata": {
1205 "crossScalaVersions": ["2.13.16", "2.12.20"]
1206}
1207},{
1208 "module": "logstage-sink-slf4j",
1209 "compile": {"status": "ok", "tookMs": 853, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1210 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1211 "test-compile": {"status": "ok", "tookMs": 919, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1212 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1213 "publish": {"status": "skipped", "tookMs": 0},
1214 "metadata": {
1215 "crossScalaVersions": ["2.13.16", "2.12.20"]
1216}
1217},{
1218 "module": "distage-testkit-core",
1219 "compile": {"status": "ok", "tookMs": 913, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1220 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1221 "test-compile": {"status": "ok", "tookMs": 1054, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1222 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1223 "publish": {"status": "skipped", "tookMs": 0},
1224 "metadata": {
1225 "crossScalaVersions": ["2.13.16", "2.12.20"]
1226}
1227},{
1228 "module": "logstage-adapter-slf4j",
1229 "compile": {"status": "ok", "tookMs": 1654, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1230 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1231 "test-compile": {"status": "ok", "tookMs": 984, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1232 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1233 "publish": {"status": "skipped", "tookMs": 0},
1234 "metadata": {
1235 "crossScalaVersions": ["2.13.16", "2.12.20"]
1236}
1237},{
1238 "module": "logstage-rendering-circe",
1239 "compile": {"status": "ok", "tookMs": 534, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1240 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1241 "test-compile": {"status": "ok", "tookMs": 1250, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1242 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1243 "publish": {"status": "skipped", "tookMs": 0},
1244 "metadata": {
1245 "crossScalaVersions": ["2.13.16", "2.12.20"]
1246}
1247},{
1248 "module": "fundamentals-functional",
1249 "compile": {"status": "ok", "tookMs": 117, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1250 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1251 "test-compile": {"status": "ok", "tookMs": 171, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1252 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1253 "publish": {"status": "skipped", "tookMs": 0},
1254 "metadata": {
1255 "crossScalaVersions": ["2.13.16", "2.12.20"]
1256}
1257},{
1258 "module": "logstage-core",
1259 "compile": {"status": "ok", "tookMs": 494, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1260 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1261 "test-compile": {"status": "ok", "tookMs": 617, "warnings": 2, "errors": 0, "sourceVersion": "3.4-migration"},
1262 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1263 "publish": {"status": "skipped", "tookMs": 0},
1264 "metadata": {
1265 "crossScalaVersions": ["2.13.16", "2.12.20"]
1266}
1267},{
1268 "module": "distage-core-api",
1269 "compile": {"status": "ok", "tookMs": 498, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1270 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1271 "test-compile": {"status": "ok", "tookMs": 1181, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1272 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1273 "publish": {"status": "skipped", "tookMs": 0},
1274 "metadata": {
1275 "crossScalaVersions": ["2.13.16", "2.12.20"]
1276}
1277}]
1278************************
1279[success] Total time: 280 s (0:04:40.0), completed Jan 8, 2026, 2:07:23 AM
1280[0JChecking patch project/plugins.sbt...
1281Checking patch project/build.properties...
1282Checking patch project/Deps.sc...
1283Checking patch distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/integration/IntegrationTest1Test.scala...
1284Checking patch distage/distage-testkit-scalatest/src/main/scala-3/izumi/distage/testkit/scalatest/SpecWiring.scala...
1285Checking patch distage/distage-framework/.jvm/src/main/scala-3/izumi/distage/framework/PlanCheckMaterializer.scala...
1286Checking patch distage/distage-extension-config/.jvm/src/test/scala/izumi/distage/impl/OptionalDependencyTest.scala...
1287Checking patch distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala...
1288error: while searching for:
1289
1290 "fail on multiple conflicting annotations on the same parameter" in brokenOnScala3 {
1291 val t1 = intercept[TestFailedException] {
1292 assertCompiles("Functoid.apply(defconfannfn)")
1293 }
1294 assert(t1.getMessage contains "Multiple DI annotations on symbol")
1295
1296 val t2 = intercept[TestFailedException] {
1297 assertCompiles("Functoid.apply(defconfannfn2)")
1298 }
1299 assert(t2.getMessage contains "Multiple DI annotations on symbol")
1300 }
1301
1302error: patch failed: distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala:382
1303Checking patch build.sbt...
1304Applied patch project/plugins.sbt cleanly.
1305Applied patch project/build.properties cleanly.
1306Applied patch project/Deps.sc cleanly.
1307Applied patch distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/integration/IntegrationTest1Test.scala cleanly.
1308Applied patch distage/distage-testkit-scalatest/src/main/scala-3/izumi/distage/testkit/scalatest/SpecWiring.scala cleanly.
1309Applied patch distage/distage-framework/.jvm/src/main/scala-3/izumi/distage/framework/PlanCheckMaterializer.scala cleanly.
1310Applied patch distage/distage-extension-config/.jvm/src/test/scala/izumi/distage/impl/OptionalDependencyTest.scala cleanly.
1311Applying patch distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala with 1 reject...
1312Rejected hunk #1.
1313Hunk #2 applied cleanly.
1314Applied patch build.sbt cleanly.
1315Commit migration rewrites
1316Switched to a new branch 'opencb/migrate-source-3.4'
1317[opencb/migrate-source-3.4 d27c48fe6] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4
1318 26 files changed, 101 insertions(+), 101 deletions(-)
1319----
1320Preparing build for 3.8.0-RC6
1321Scala binary version found: 3.8
1322Implicitly using source version 3.8
1323Scala binary version found: 3.8
1324Implicitly using source version 3.8
1325Would try to apply common scalacOption (best-effort, sbt/mill only):
1326Append: ,REQUIRE:-source:3.8
1327Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1328
1329Try apply source patch:
1330Path: project/Deps.sc
1331Pattern: val scala300 = ScalaVersion\((.*)\)
1332Replacement: val scala300 = ScalaVersion("3.8.0-RC6")
1333WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
1334WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
1335WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
1336WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
1337Successfully applied pattern 'val scala300 = ScalaVersion\((.*)\)' in project/Deps.sc
1338
1339Try apply source patch:
1340Path: distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala
1341Pattern: assertCompiles("Functoid.apply(defimplicitfn _)")
1342Replacement: assertCompiles("Functoid.apply(defimplicitfn)")
1343WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
1344WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
1345WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
1346WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
1347Successfully applied pattern 'assertCompiles("Functoid.apply(defimplicitfn _)")' in distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala
1348
1349Try apply source patch:
1350Path: distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala
1351Pattern: assertCompiles("Functoid.apply(defconfannfn _)")
1352Replacement: assertCompiles("Functoid.apply(defconfannfn)")
1353WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
1354WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
1355WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
1356WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
1357Failed to apply pattern 'assertCompiles("Functoid.apply(defconfannfn _)")' in distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala
1358
1359Try apply source patch:
1360Path: distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala
1361Pattern: assertCompiles("Functoid.apply(defconfannfn2 _)")
1362Replacement: assertCompiles("Functoid.apply(defconfannfn2)")
1363WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
1364WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
1365WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
1366WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
1367Failed to apply pattern 'assertCompiles("Functoid.apply(defconfannfn2 _)")' in distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala
1368
1369Try apply source patch:
1370Path: distage/distage-testkit-scalatest/src/main/scala-3/izumi/distage/testkit/scalatest/SpecWiring.scala
1371Pattern: Spec1[F]()(using app.tagK, defaultModule)
1372Replacement: Spec1[F](using app.tagK, defaultModule)
1373WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
1374WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
1375WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
1376WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
1377Successfully applied pattern 'Spec1[F]()(using app.tagK, defaultModule)' in distage/distage-testkit-scalatest/src/main/scala-3/izumi/distage/testkit/scalatest/SpecWiring.scala
1378
1379Try apply source patch:
1380Path: distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/integration/IntegrationTest1Test.scala
1381Pattern: Spec1[F0]()(using f0Tag, implicitly)
1382Replacement: Spec1[F0](using f0Tag, implicitly)
1383WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
1384WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
1385WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
1386WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
1387Successfully applied pattern 'Spec1[F0]()(using f0Tag, implicitly)' in distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/integration/IntegrationTest1Test.scala
1388
1389Try apply source patch:
1390Path: distage/distage-extension-config/.jvm/src/test/scala/izumi/distage/impl/OptionalDependencyTest.scala
1391Pattern: new izumi.functional.bio.impl.PrimitivesFromBIOAndCats()(using null, null).discard()
1392Replacement: new izumi.functional.bio.impl.PrimitivesFromBIOAndCats(using null, null).discard()
1393WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
1394WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
1395WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
1396WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
1397Successfully applied pattern 'new izumi.functional.bio.impl.PrimitivesFromBIOAndCats()(using null, null).discard()' in distage/distage-extension-config/.jvm/src/test/scala/izumi/distage/impl/OptionalDependencyTest.scala
1398
1399Try apply source patch:
1400Path: distage/distage-framework/.jvm/src/main/scala-3/izumi/distage/framework/PlanCheckMaterializer.scala
1401Pattern: ctx.settings.XfatalWarnings.value
1402Replacement: ctx.settings.Werror.value
1403Patch using 3.8.0-RC6 matches version range: <3.7.4, 3.99.99>
1404WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
1405WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala3-library_3/3.7.3/scala3-library_3-3.7.3.jar)
1406WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
1407WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
1408Successfully applied pattern 'ctx.settings.XfatalWarnings.value' in distage/distage-framework/.jvm/src/main/scala-3/izumi/distage/framework/PlanCheckMaterializer.scala
1409----
1410Starting build for 3.8.0-RC6
1411Execute tests: true
1412sbt project found:
1413Sbt version 1.11.3 is not supported, minimal supported version is 1.11.5
1414Enforcing usage of sbt in version 1.11.5
1415Execute project prepare script: /opencb/project-builder/prepare-scripts/7mind/izumi
1416#!/bin/bash
1417
1418ProjectDir="${OPENCB_PROJECT_DIR:?OPENCB_PROJECT_DIR is not defined}"
1419cd $ProjectDir
1420if which cs >/dev/null 2>&1; then
1421 ./sbtgen.sc
1422else
1423 echo "Not found coursier, trying to install"
1424 curl -fL "https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-linux.gz" | gzip -d > ./cs
1425 chmod +x ./cs
1426 PATH=$PATH:$PWD ./sbtgen.sc
1427fiNot found coursier, trying to install
1428 % Total % Received % Xferd Average Speed Time Time Time Current
1429 Dload Upload Total Spent Left Speed
1430
1431 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
1432 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
1433 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
1434
1435100 27.0M 100 27.0M 0 0 21.5M 0 0:00:01 0:00:01 --:--:-- 21.5M
1436100 27.0M 100 27.0M 0 0 21.5M 0 0:00:01 0:00:01 --:--:-- 0
1437Compiling /build/repo/project/Deps.sc
1438Compiling /build/repo/sbtgen.sc
1439##################################
1440Scala version: 3.8.0-RC6
1441Targets: io.7mind.izumi%distage-core io.7mind.izumi%distage-core-api io.7mind.izumi%distage-core-proxy-bytebuddy io.7mind.izumi%distage-extension-config io.7mind.izumi%distage-extension-logstage io.7mind.izumi%distage-extension-plugins io.7mind.izumi%distage-framework io.7mind.izumi%distage-framework-api io.7mind.izumi%distage-framework-docker io.7mind.izumi%distage-testkit-core io.7mind.izumi%distage-testkit-scalatest io.7mind.izumi%fundamentals-basics io.7mind.izumi%fundamentals-bio io.7mind.izumi%fundamentals-collections io.7mind.izumi%fundamentals-functional io.7mind.izumi%fundamentals-functoid io.7mind.izumi%fundamentals-json-circe io.7mind.izumi%fundamentals-language io.7mind.izumi%fundamentals-literals io.7mind.izumi%fundamentals-orphans io.7mind.izumi%fundamentals-platform io.7mind.izumi%logstage-adapter-slf4j io.7mind.izumi%logstage-core io.7mind.izumi%logstage-rendering-circe io.7mind.izumi%logstage-sink-slf4j
1442Project projectConfig: {"projects":{"exclude":["io.7mind.izumi%idealingua-v1-runtime-rpc-csharp","io.7mind.izumi%idealingua-v1-runtime-rpc-typescript","io.7mind.izumi%idealingua-v1-test-defs","io.7mind.izumi%idealingua-v1-runtime-rpc-http4s","io.7mind.izumi%idealingua-v1-runtime-rpc-scala","io.7mind.izumi%idealingua-v1-runtime-rpc-go","io.7mind.izumi%idealingua-v1-model"],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":["set `fundamentals-bio`/Test/unmanagedSources/excludeFilter ~= { _ || \"SyntaxTest.scala\" }"],"options":["-Dizumi.distage.plancheck.only-warn=true"]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"project/Deps.sc","pattern":"val scala300 = ScalaVersion\\((.*)\\)","replaceWith":"val scala300 = ScalaVersion(\"<SCALA_VERSION>\")"},{"path":"distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala","pattern":"assertCompiles(\"Functoid.apply(defimplicitfn _)\")","replaceWith":"assertCompiles(\"Functoid.apply(defimplicitfn)\")"},{"path":"distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala","pattern":"assertCompiles(\"Functoid.apply(defconfannfn _)\")","replaceWith":"assertCompiles(\"Functoid.apply(defconfannfn)\")"},{"path":"distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala","pattern":"assertCompiles(\"Functoid.apply(defconfannfn2 _)\")","replaceWith":"assertCompiles(\"Functoid.apply(defconfannfn2)\")"},{"path":"distage/distage-testkit-scalatest/src/main/scala-3/izumi/distage/testkit/scalatest/SpecWiring.scala","pattern":"Spec1[F]()(using app.tagK, defaultModule)","replaceWith":"Spec1[F](using app.tagK, defaultModule)"},{"path":"distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/integration/IntegrationTest1Test.scala","pattern":"Spec1[F0]()(using f0Tag, implicitly)","replaceWith":"Spec1[F0](using f0Tag, implicitly)"},{"path":"distage/distage-extension-config/.jvm/src/test/scala/izumi/distage/impl/OptionalDependencyTest.scala","pattern":"new izumi.functional.bio.impl.PrimitivesFromBIOAndCats()(using null, null).discard()","replaceWith":"new izumi.functional.bio.impl.PrimitivesFromBIOAndCats(using null, null).discard()"},{"path":"distage/distage-framework/.jvm/src/main/scala-3/izumi/distage/framework/PlanCheckMaterializer.scala","pattern":"ctx.settings.XfatalWarnings.value","replaceWith":"ctx.settings.Werror.value","selectVersion":{"min":"3.7.4"}}]}
1443##################################
1444Using extra scalacOptions: ,REQUIRE:-source:3.8
1445Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1446[sbt_options] declare -a sbt_options=()
1447[process_args] java_version = '25'
1448[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25/rt.jar'
1449# Executing command line:
1450java
1451-Xmx16G
1452-XX:ReservedCodeCacheSize=384M
1453-XX:NonProfiledCodeHeapSize=256M
1454-XX:MaxMetaspaceSize=4G
1455-XX:+OmitStackTraceInFastThrow
1456-XX:SoftRefLRUPolicyMSPerMB=50
1457-Dsun.io.useCanonCaches=false
1458-server
1459-XX:+UseG1GC
1460-XX:MaxInlineLevel=18
1461-Dcommunitybuild.scala=3.8.0-RC6
1462-Dcommunitybuild.project.dependencies.add=
1463-Xmx7G
1464-Xms4G
1465-Xss8M
1466-Dizumi.distage.plancheck.only-warn=true
1467-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
1468-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25
1469-jar
1470/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
1471"setCrossScalaVersions 3.8.0-RC6"
1472"++3.8.0-RC6 -v"
1473"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
1474"set every credentials := Nil"
1475"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
1476"removeScalacOptionsStartingWith -P:wartremover"
1477"set `fundamentals-bio`/Test/unmanagedSources/excludeFilter ~= { _ || "SyntaxTest.scala" }"
1478moduleMappings
1479"runBuild 3.8.0-RC6 """{"projects":{"exclude":["io.7mind.izumi%idealingua-v1-runtime-rpc-csharp","io.7mind.izumi%idealingua-v1-runtime-rpc-typescript","io.7mind.izumi%idealingua-v1-test-defs","io.7mind.izumi%idealingua-v1-runtime-rpc-http4s","io.7mind.izumi%idealingua-v1-runtime-rpc-scala","io.7mind.izumi%idealingua-v1-runtime-rpc-go","io.7mind.izumi%idealingua-v1-model"],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":["set `fundamentals-bio`/Test/unmanagedSources/excludeFilter ~= { _ || \"SyntaxTest.scala\" }"],"options":["-Dizumi.distage.plancheck.only-warn=true"]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"project/Deps.sc","pattern":"val scala300 = ScalaVersion\\((.*)\\)","replaceWith":"val scala300 = ScalaVersion(\"<SCALA_VERSION>\")"},{"path":"distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala","pattern":"assertCompiles(\"Functoid.apply(defimplicitfn _)\")","replaceWith":"assertCompiles(\"Functoid.apply(defimplicitfn)\")"},{"path":"distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala","pattern":"assertCompiles(\"Functoid.apply(defconfannfn _)\")","replaceWith":"assertCompiles(\"Functoid.apply(defconfannfn)\")"},{"path":"distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala","pattern":"assertCompiles(\"Functoid.apply(defconfannfn2 _)\")","replaceWith":"assertCompiles(\"Functoid.apply(defconfannfn2)\")"},{"path":"distage/distage-testkit-scalatest/src/main/scala-3/izumi/distage/testkit/scalatest/SpecWiring.scala","pattern":"Spec1[F]()(using app.tagK, defaultModule)","replaceWith":"Spec1[F](using app.tagK, defaultModule)"},{"path":"distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/integration/IntegrationTest1Test.scala","pattern":"Spec1[F0]()(using f0Tag, implicitly)","replaceWith":"Spec1[F0](using f0Tag, implicitly)"},{"path":"distage/distage-extension-config/.jvm/src/test/scala/izumi/distage/impl/OptionalDependencyTest.scala","pattern":"new izumi.functional.bio.impl.PrimitivesFromBIOAndCats()(using null, null).discard()","replaceWith":"new izumi.functional.bio.impl.PrimitivesFromBIOAndCats(using null, null).discard()"},{"path":"distage/distage-framework/.jvm/src/main/scala-3/izumi/distage/framework/PlanCheckMaterializer.scala","pattern":"ctx.settings.XfatalWarnings.value","replaceWith":"ctx.settings.Werror.value","selectVersion":{"min":"3.7.4"}}]}""" io.7mind.izumi%distage-core io.7mind.izumi%distage-core-api io.7mind.izumi%distage-core-proxy-bytebuddy io.7mind.izumi%distage-extension-config io.7mind.izumi%distage-extension-logstage io.7mind.izumi%distage-extension-plugins io.7mind.izumi%distage-framework io.7mind.izumi%distage-framework-api io.7mind.izumi%distage-framework-docker io.7mind.izumi%distage-testkit-core io.7mind.izumi%distage-testkit-scalatest io.7mind.izumi%fundamentals-basics io.7mind.izumi%fundamentals-bio io.7mind.izumi%fundamentals-collections io.7mind.izumi%fundamentals-functional io.7mind.izumi%fundamentals-functoid io.7mind.izumi%fundamentals-json-circe io.7mind.izumi%fundamentals-language io.7mind.izumi%fundamentals-literals io.7mind.izumi%fundamentals-orphans io.7mind.izumi%fundamentals-platform io.7mind.izumi%logstage-adapter-slf4j io.7mind.izumi%logstage-core io.7mind.izumi%logstage-rendering-circe io.7mind.izumi%logstage-sink-slf4j"
1480
1481WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
1482WARNING: sun.misc.Unsafe::arrayBaseOffset has been called by net.openhft.hashing.UnsafeAccess (file:/root/.sbt/boot/scala-2.12.20/org.scala-sbt/sbt/1.11.5/zero-allocation-hashing-0.16.jar)
1483WARNING: Please consider reporting this to the maintainers of class net.openhft.hashing.UnsafeAccess
1484WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
1485WARNING: A restricted method in java.lang.System has been called
1486WARNING: java.lang.System::load has been called by com.sun.jna.Native in an unnamed module (file:/root/.sbt/boot/scala-2.12.20/org.scala-sbt/sbt/1.11.5/jna-5.12.0.jar)
1487WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
1488WARNING: Restricted methods will be blocked in a future release unless native access is enabled
1489
1490[info] welcome to sbt 1.11.5 (Eclipse Adoptium Java 25)
1491[info] loading project definition from /build/repo/project/project
1492[info] loading settings for project repo-build from akka.sbt, plugins.sbt, scalaxmlExclusion.sbt...
1493[info] loading project definition from /build/repo/project
1494[info] loading settings for project izumi from build.sbt, version.sbt...
1495[info] resolving key references (44313 settings) ...
1496[info] set current project to izumi (in build file:/build/repo/)
1497[warn] there are 16 keys that are not used by any other settings/tasks:
1498[warn]
1499[warn] * distage / ideSkipProject
1500[warn] +- /build/repo/build.sbt:6196
1501[warn] * distage-jvm / ideSkipProject
1502[warn] +- /build/repo/build.sbt:6219
1503[warn] * docs / ideSkipProject
1504[warn] +- /build/repo/build.sbt:6270
1505[warn] * docs-jvm / ideSkipProject
1506[warn] +- /build/repo/build.sbt:6282
1507[warn] * fundamentals / ideSkipProject
1508[warn] +- /build/repo/build.sbt:6155
1509[warn] * fundamentals-json-circe / Compile / libraryDependencySchemes
1510[warn] +- /build/repo/build.sbt:1938
1511[warn] +- /build/repo/build.sbt:1939
1512[warn] * fundamentals-jvm / ideSkipProject
1513[warn] +- /build/repo/build.sbt:6176
1514[warn] * izumi-jvm / ideSkipProject
1515[warn] +- /build/repo/build.sbt:6316
1516[warn] * logstage / ideSkipProject
1517[warn] +- /build/repo/build.sbt:6241
1518[warn] * logstage-jvm / ideSkipProject
1519[warn] +- /build/repo/build.sbt:6256
1520[warn] * microsite / coverageEnabled
1521[warn] +- /build/repo/build.sbt:5877
1522[warn] * microsite / ideSkipProject
1523[warn] +- /build/repo/build.sbt:5873
1524[warn] * sbt-izumi-deps / coverageEnabled
1525[warn] +- /build/repo/build.sbt:5957
1526[warn] * sbt-izumi-deps / ideSkipProject
1527[warn] +- /build/repo/build.sbt:6147
1528[warn] * sbt-plugins / ideSkipProject
1529[warn] +- /build/repo/build.sbt:6293
1530[warn] * sbt-plugins-jvm / ideSkipProject
1531[warn] +- /build/repo/build.sbt:6305
1532[warn]
1533[warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
1534[warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
1535Execute setCrossScalaVersions: 3.8.0-RC6
1536OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in logstage-rendering-circe/crossScalaVersions
1537OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in fundamentals-collections/crossScalaVersions
1538OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in microsite/crossScalaVersions
1539OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in logstage-adapter-slf4j/crossScalaVersions
1540OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in distage-testkit-scalatest-sbt-module-filtering-test/crossScalaVersions
1541OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in fundamentals-functional/crossScalaVersions
1542OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in fundamentals-literals/crossScalaVersions
1543OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in fundamentals-orphans/crossScalaVersions
1544OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in fundamentals-platform/crossScalaVersions
1545OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in fundamentals-basics/crossScalaVersions
1546OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in fundamentals-json-circe/crossScalaVersions
1547OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in fundamentals-language/crossScalaVersions
1548OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in logstage-core/crossScalaVersions
1549OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in distage-core-api/crossScalaVersions
1550OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in fundamentals-bio/crossScalaVersions
1551OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in distage-framework/crossScalaVersions
1552OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in distage-core-proxy-bytebuddy/crossScalaVersions
1553OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in distage-extension-plugins/crossScalaVersions
1554OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in distage-framework-api/crossScalaVersions
1555OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in distage-framework-docker/crossScalaVersions
1556OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in distage-extension-logstage/crossScalaVersions
1557OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in distage-extension-config/crossScalaVersions
1558OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in distage-core/crossScalaVersions
1559OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in logstage-sink-slf4j/crossScalaVersions
1560OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in distage-testkit-scalatest/crossScalaVersions
1561OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in fundamentals-functoid/crossScalaVersions
1562OpenCB::Changing crossVersion 3.8.0-RC6 -> 3.8.0-RC6 in distage-testkit-core/crossScalaVersions
1563OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in sbt-plugins/crossScalaVersions
1564OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in docs-jvm/crossScalaVersions
1565OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in izumi-jvm/crossScalaVersions
1566OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in logstage/crossScalaVersions
1567OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in distage/crossScalaVersions
1568OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in izumi/crossScalaVersions
1569OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in fundamentals-jvm/crossScalaVersions
1570OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in distage-jvm/crossScalaVersions
1571OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in docs/crossScalaVersions
1572OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in sbt-plugins-jvm/crossScalaVersions
1573OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in fundamentals/crossScalaVersions
1574OpenCB::Limitting incorrect crossVersions List() -> List(2.12.20) in logstage-jvm/crossScalaVersions
1575[info] set current project to izumi (in build file:/build/repo/)
1576[info] Setting Scala version to 3.8.0-RC6 on 27 projects.
1577[info] Switching Scala version on:
1578[info] fundamentals-basics (3.8.0-RC6, 2.13.16, 2.12.20)
1579[info] fundamentals-collections (3.8.0-RC6, 2.13.16, 2.12.20)
1580[info] logstage-core (3.8.0-RC6, 2.13.16, 2.12.20)
1581[info] distage-core-proxy-bytebuddy (3.8.0-RC6, 2.13.16, 2.12.20)
1582[info] distage-extension-config (3.8.0-RC6, 2.13.16, 2.12.20)
1583[info] fundamentals-literals (3.8.0-RC6, 2.13.16, 2.12.20)
1584[info] fundamentals-language (3.8.0-RC6, 2.13.16, 2.12.20)
1585[info] distage-framework (3.8.0-RC6, 2.13.16, 2.12.20)
1586[info] distage-testkit-scalatest-sbt-module-filtering-test (3.8.0-RC6, 2.13.16, 2.12.20)
1587[info] distage-extension-plugins (3.8.0-RC6, 2.13.16, 2.12.20)
1588[info] distage-extension-logstage (3.8.0-RC6, 2.13.16, 2.12.20)
1589[info] distage-core-api (3.8.0-RC6, 2.13.16, 2.12.20)
1590[info] microsite (3.8.0-RC6, 2.13.16, 2.12.20)
1591[info] distage-testkit-core (3.8.0-RC6, 2.13.16, 2.12.20)
1592[info] fundamentals-bio (3.8.0-RC6, 2.13.16, 2.12.20)
1593[info] fundamentals-functoid (3.8.0-RC6, 2.13.16, 2.12.20)
1594[info] logstage-adapter-slf4j (3.8.0-RC6, 2.13.16, 2.12.20)
1595[info] logstage-rendering-circe (3.8.0-RC6, 2.13.16, 2.12.20)
1596[info] fundamentals-json-circe (3.8.0-RC6, 2.13.16, 2.12.20)
1597[info] fundamentals-orphans (3.8.0-RC6, 2.13.16, 2.12.20)
1598[info] distage-testkit-scalatest (3.8.0-RC6, 2.13.16, 2.12.20)
1599[info] fundamentals-functional (3.8.0-RC6, 2.13.16, 2.12.20)
1600[info] fundamentals-platform (3.8.0-RC6, 2.13.16, 2.12.20)
1601[info] distage-framework-docker (3.8.0-RC6, 2.13.16, 2.12.20)
1602[info] distage-framework-api (3.8.0-RC6, 2.13.16, 2.12.20)
1603[info] distage-core (3.8.0-RC6, 2.13.16, 2.12.20)
1604[info] logstage-sink-slf4j (3.8.0-RC6, 2.13.16, 2.12.20)
1605[info] Excluding projects:
1606[info] sbt-plugins-jvm (2.12.20)
1607[info] sbt-plugins (2.12.20)
1608[info] izumi-jvm (2.12.20)
1609[info] distage (2.12.20)
1610[info] sbt-izumi-deps (2.12.20)
1611[info] docs (2.12.20)
1612[info] * izumi (2.12.20)
1613[info] logstage (2.12.20)
1614[info] docs-jvm (2.12.20)
1615[info] fundamentals-jvm (2.12.20)
1616[info] fundamentals (2.12.20)
1617[info] logstage-jvm (2.12.20)
1618[info] distage-jvm (2.12.20)
1619[info] Reapplying settings...
1620[info] set current project to izumi (in build file:/build/repo/)
1621Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
1622[info] Reapplying settings...
1623[info] set current project to izumi (in build file:/build/repo/)
1624[info] Defining Global / credentials, ThisBuild / credentials and 39 others.
1625[info] The new values will be used by Global / pgpSelectPassphrase, Global / pgpSigningKey and 200 others.
1626[info] Run `last` for details.
1627[info] Reapplying settings...
1628[info] set current project to izumi (in build file:/build/repo/)
1629Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
1630[info] Reapplying settings...
1631OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
1632
1633 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
1634 Did you mean distage-framework-api / allExcludeDependencies ?
1635 , retry without global scopes
1636[info] Reapplying settings...
1637[info] set current project to izumi (in build file:/build/repo/)
1638Execute removeScalacOptionsStartingWith: -P:wartremover
1639[info] Reapplying settings...
1640[info] set current project to izumi (in build file:/build/repo/)
1641[info] Defining fundamentals-bio / Test / unmanagedSources / excludeFilter
1642[info] The new value will be used by fundamentals-bio / Test / unmanagedSources / fileInputs
1643[info] Reapplying settings...
1644[info] set current project to izumi (in build file:/build/repo/)
1645[success] Total time: 0 s, completed Jan 8, 2026, 2:08:23 AM
1646Build config: {"projects":{"exclude":["io.7mind.izumi%idealingua-v1-runtime-rpc-csharp","io.7mind.izumi%idealingua-v1-runtime-rpc-typescript","io.7mind.izumi%idealingua-v1-test-defs","io.7mind.izumi%idealingua-v1-runtime-rpc-http4s","io.7mind.izumi%idealingua-v1-runtime-rpc-scala","io.7mind.izumi%idealingua-v1-runtime-rpc-go","io.7mind.izumi%idealingua-v1-model"],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":["set `fundamentals-bio`/Test/unmanagedSources/excludeFilter ~= { _ || \"SyntaxTest.scala\" }"],"options":["-Dizumi.distage.plancheck.only-warn=true"]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4"],"sourcePatches":[{"path":"project/Deps.sc","pattern":"val scala300 = ScalaVersion\\((.*)\\)","replaceWith":"val scala300 = ScalaVersion(\"<SCALA_VERSION>\")"},{"path":"distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala","pattern":"assertCompiles(\"Functoid.apply(defimplicitfn _)\")","replaceWith":"assertCompiles(\"Functoid.apply(defimplicitfn)\")"},{"path":"distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala","pattern":"assertCompiles(\"Functoid.apply(defconfannfn _)\")","replaceWith":"assertCompiles(\"Functoid.apply(defconfannfn)\")"},{"path":"distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala","pattern":"assertCompiles(\"Functoid.apply(defconfannfn2 _)\")","replaceWith":"assertCompiles(\"Functoid.apply(defconfannfn2)\")"},{"path":"distage/distage-testkit-scalatest/src/main/scala-3/izumi/distage/testkit/scalatest/SpecWiring.scala","pattern":"Spec1[F]()(using app.tagK, defaultModule)","replaceWith":"Spec1[F](using app.tagK, defaultModule)"},{"path":"distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/integration/IntegrationTest1Test.scala","pattern":"Spec1[F0]()(using f0Tag, implicitly)","replaceWith":"Spec1[F0](using f0Tag, implicitly)"},{"path":"distage/distage-extension-config/.jvm/src/test/scala/izumi/distage/impl/OptionalDependencyTest.scala","pattern":"new izumi.functional.bio.impl.PrimitivesFromBIOAndCats()(using null, null).discard()","replaceWith":"new izumi.functional.bio.impl.PrimitivesFromBIOAndCats(using null, null).discard()"},{"path":"distage/distage-framework/.jvm/src/main/scala-3/izumi/distage/framework/PlanCheckMaterializer.scala","pattern":"ctx.settings.XfatalWarnings.value","replaceWith":"ctx.settings.Werror.value","selectVersion":{"min":"3.7.4"}}]}
1647Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(io.7mind.izumi%idealingua-v1-runtime-rpc-csharp, io.7mind.izumi%idealingua-v1-runtime-rpc-typescript, io.7mind.izumi%idealingua-v1-test-defs, io.7mind.izumi%idealingua-v1-runtime-rpc-http4s, io.7mind.izumi%idealingua-v1-runtime-rpc-scala, io.7mind.izumi%idealingua-v1-runtime-rpc-go, io.7mind.izumi%idealingua-v1-model),Map()),CompileOnly,List()))
1648Starting build...
1649Projects: Set(fundamentals-basics, fundamentals-collections, logstage-core, distage-core-proxy-bytebuddy, distage-extension-config, fundamentals-literals, fundamentals-language, distage-framework, distage-extension-plugins, distage-extension-logstage, distage-core-api, distage-testkit-core, fundamentals-bio, fundamentals-functoid, logstage-adapter-slf4j, logstage-rendering-circe, fundamentals-json-circe, fundamentals-orphans, distage-testkit-scalatest, fundamentals-functional, fundamentals-platform, distage-framework-docker, distage-framework-api, distage-core, logstage-sink-slf4j)
1650Starting build for ProjectRef(file:/build/repo/,distage-framework-docker) (distage-framework-docker)... [0/25]
1651OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
1652OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Scope(Select(BuildRef(file:/build/repo/)), Zero, Zero, Zero)
1653OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
1654OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
1655OpenCB::Filter out '-language:3.4', matches setting pattern '^-?-language:3.4'
1656Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=distage-framework-docker, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1657[info] compiling 1 Scala source to /build/repo/fundamentals/fundamentals-basics/target/scala-3.8.0-RC6/classes ...
1658[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1659[warn] |Matching filters for @nowarn or -Wconf:
1660[warn] | - cat=configuration
1661[warn] one warning found
1662[info] done compiling
1663[info] compiling 1 Scala source to /build/repo/fundamentals/fundamentals-literals/target/scala-3.8.0-RC6/classes ...
1664[info] compiling 2 Scala sources to /build/repo/fundamentals/fundamentals-orphans/target/scala-3.8.0-RC6/classes ...
1665[info] compiling 5 Scala sources to /build/repo/fundamentals/fundamentals-functional/target/scala-3.8.0-RC6/classes ...
1666[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1667[warn] |Matching filters for @nowarn or -Wconf:
1668[warn] | - cat=configuration
1669[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1670[warn] |Matching filters for @nowarn or -Wconf:
1671[warn] | - cat=configuration
1672[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1673[warn] |Matching filters for @nowarn or -Wconf:
1674[warn] | - cat=configuration
1675[warn] one warning found
1676[info] done compiling
1677[info] compiling 48 Scala sources to /build/repo/fundamentals/fundamentals-collections/target/scala-3.8.0-RC6/classes ...
1678[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1679[warn] |Matching filters for @nowarn or -Wconf:
1680[warn] | - cat=configuration
1681[warn] one warning found
1682[info] done compiling
1683[warn] one warning found
1684[info] done compiling
1685[info] compiling 15 Scala sources to /build/repo/fundamentals/fundamentals-language/target/scala-3.8.0-RC6/classes ...
1686[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1687[warn] |Matching filters for @nowarn or -Wconf:
1688[warn] | - cat=configuration
1689[warn] one warning found
1690[info] done compiling
1691[warn] one warning found
1692[info] done compiling
1693[info] compiling 94 Scala sources to /build/repo/fundamentals/fundamentals-bio/target/scala-3.8.0-RC6/classes ...
1694[info] compiling 94 Scala sources to /build/repo/fundamentals/fundamentals-platform/target/scala-3.8.0-RC6/classes ...
1695[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1696[warn] |Matching filters for @nowarn or -Wconf:
1697[warn] | - cat=configuration
1698[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1699[warn] |Matching filters for @nowarn or -Wconf:
1700[warn] | - cat=configuration
1701[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/fundamentals/fundamentals-platform/src/main/scala/izumi/fundamentals/platform/versions/Version.scala:180:6
1702[warn] 180 | (x, y) match {
1703[warn] | ^^^^^^
1704[warn] | match may not be exhaustive.
1705[warn] |
1706[warn] | It would fail on pattern case: (_, _)
1707[warn] |Matching filters for @nowarn or -Wconf:
1708[warn] | - id=E29
1709[warn] | - name=PatternMatchExhaustivity
1710[warn] |---------------------------------------------------------------------------
1711[warn] | Explanation (enabled by `-explain`)
1712[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1713[warn] | There are several ways to make the match exhaustive:
1714[warn] | - Add missing cases as shown in the warning
1715[warn] | - If an extractor always return Some(...), write Some[X] for its return type
1716[warn] | - Add a case _ => ... at the end to match all remaining cases
1717[warn] ---------------------------------------------------------------------------
1718[warn] there was 1 deprecation warning; re-run with -deprecation for details
1719[warn] three warnings found
1720[info] done compiling
1721[info] compiling 22 Scala sources to /build/repo/fundamentals/fundamentals-functoid/target/scala-3.8.0-RC6/classes ...
1722[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1723[warn] |Matching filters for @nowarn or -Wconf:
1724[warn] | - cat=configuration
1725[warn] one warning found
1726[info] done compiling
1727[warn] one warning found
1728[info] done compiling
1729[info] compiling 72 Scala sources to /build/repo/logstage/logstage-core/target/scala-3.8.0-RC6/classes ...
1730[info] compiling 125 Scala sources to /build/repo/distage/distage-core-api/target/scala-3.8.0-RC6/classes ...
1731[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1732[warn] |Matching filters for @nowarn or -Wconf:
1733[warn] | - cat=configuration
1734[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1735[warn] |Matching filters for @nowarn or -Wconf:
1736[warn] | - cat=configuration
1737[warn] one warning found
1738[info] done compiling
1739[warn] one warning found
1740[info] done compiling
1741[info] compiling 18 Scala sources to /build/repo/distage/distage-extension-config/target/scala-3.8.0-RC6/classes ...
1742[info] compiling 10 Scala sources to /build/repo/distage/distage-framework-api/target/scala-3.8.0-RC6/classes ...
1743[info] compiling 3 Scala sources to /build/repo/distage/distage-core-proxy-bytebuddy/target/scala-3.8.0-RC6/classes ...
1744[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1745[warn] |Matching filters for @nowarn or -Wconf:
1746[warn] | - cat=configuration
1747[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1748[warn] |Matching filters for @nowarn or -Wconf:
1749[warn] | - cat=configuration
1750[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1751[warn] |Matching filters for @nowarn or -Wconf:
1752[warn] | - cat=configuration
1753[warn] one warning found
1754[info] done compiling
1755[info] compiling 68 Scala sources to /build/repo/distage/distage-core/target/scala-3.8.0-RC6/classes ...
1756[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1757[warn] |Matching filters for @nowarn or -Wconf:
1758[warn] | - cat=configuration
1759[warn] one warning found
1760[info] done compiling
1761[warn] one warning found
1762[info] done compiling
1763[info] compiling 2 Scala sources to /build/repo/distage/distage-extension-logstage/target/scala-3.8.0-RC6/classes ...
1764[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1765[warn] |Matching filters for @nowarn or -Wconf:
1766[warn] | - cat=configuration
1767[warn] one warning found
1768[info] done compiling
1769[warn] one warning found
1770[info] done compiling
1771[info] compiling 26 Scala sources to /build/repo/distage/distage-framework-docker/target/scala-3.8.0-RC6/classes ...
1772[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1773[warn] |Matching filters for @nowarn or -Wconf:
1774[warn] | - cat=configuration
1775[warn] one warning found
1776[info] done compiling
1777[info] compiling 5 Scala sources to /build/repo/logstage/logstage-rendering-circe/target/scala-3.8.0-RC6/classes ...
1778[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1779[warn] |Matching filters for @nowarn or -Wconf:
1780[warn] | - cat=configuration
1781[info] compiling 17 Scala sources to /build/repo/distage/distage-extension-plugins/target/scala-3.8.0-RC6/classes ...
1782[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1783[warn] |Matching filters for @nowarn or -Wconf:
1784[warn] | - cat=configuration
1785[warn] one warning found
1786[info] done compiling
1787[warn] one warning found
1788[info] done compiling
1789[info] compiling 56 Scala sources to /build/repo/distage/distage-framework/target/scala-3.8.0-RC6/classes ...
1790[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1791[warn] |Matching filters for @nowarn or -Wconf:
1792[warn] | - cat=configuration
1793[warn] one warning found
1794[info] done compiling
1795[info] compiling 32 Scala sources to /build/repo/distage/distage-testkit-core/target/scala-3.8.0-RC6/classes ...
1796[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1797[warn] |Matching filters for @nowarn or -Wconf:
1798[warn] | - cat=configuration
1799[warn] one warning found
1800[info] done compiling
1801[info] compiling 18 Scala sources to /build/repo/distage/distage-testkit-scalatest/target/scala-3.8.0-RC6/classes ...
1802[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1803[warn] |Matching filters for @nowarn or -Wconf:
1804[warn] | - cat=configuration
1805[warn] there was 1 deprecation warning; re-run with -deprecation for details
1806[warn] two warnings found
1807[info] done compiling
1808[info] compiling 7 Scala sources to /build/repo/distage/distage-framework-docker/target/scala-3.8.0-RC6/test-classes ...
1809[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1810[warn] |Matching filters for @nowarn or -Wconf:
1811[warn] | - cat=configuration
1812[warn] one warning found
1813[info] done compiling
1814Starting build for ProjectRef(file:/build/repo/,fundamentals-orphans) (fundamentals-orphans)... [1/25]
1815Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=fundamentals-orphans, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1816Starting build for ProjectRef(file:/build/repo/,fundamentals-platform) (fundamentals-platform)... [2/25]
1817Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=fundamentals-platform, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1818[info] compiling 14 Scala sources to /build/repo/fundamentals/fundamentals-platform/target/scala-3.8.0-RC6/test-classes ...
1819[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1820[warn] |Matching filters for @nowarn or -Wconf:
1821[warn] | - cat=configuration
1822[warn] one warning found
1823[info] done compiling
1824Starting build for ProjectRef(file:/build/repo/,distage-testkit-scalatest) (distage-testkit-scalatest)... [3/25]
1825Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=distage-testkit-scalatest, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
1826[info] compiling 9 Scala sources to /build/repo/distage/distage-extension-plugins/target/scala-3.8.0-RC6/test-classes ...
1827[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1828[warn] |Matching filters for @nowarn or -Wconf:
1829[warn] | - cat=configuration
1830[warn] there was 1 deprecation warning; re-run with -deprecation for details
1831[warn] two warnings found
1832[info] done compiling
1833[info] compiling 20 Scala sources to /build/repo/distage/distage-framework/target/scala-3.8.0-RC6/test-classes ...
1834[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1835[warn] |Matching filters for @nowarn or -Wconf:
1836[warn] | - cat=configuration
1837[warn] one warning found
1838[info] done compiling
1839[info] compiling 17 Scala sources to /build/repo/distage/distage-testkit-scalatest/target/scala-3.8.0-RC6/test-classes ...
1840[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
1841[warn] |Matching filters for @nowarn or -Wconf:
1842[warn] | - cat=configuration
1843[warn] -- Warning: /build/repo/distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/compiletime/CompileTimePlanCheckerTest.scala:274:5
1844[warn] 274 | ).planCheck.checkedPlugins
1845[warn] | ^
1846[warn] |Found a problem with your DI wiring, when checking application=TestEntrypointPatchedLeak, with parameters:
1847[warn] |
1848[warn] | roles = -failingrole01 -failingrole02 (effective roles: testrole03, configwriter, testrole04, help, configtest, testrole05, adapted-autocloseable, all-roles, testrole02, testrole00, exitaftersleep, testtask00, testrole01, all-tasks) (all effective roots: {type.izumi.distage.roles.launcher.AppShutdownInitiator}, {type.izumi.logstage.api.Log.CustomContext}, {type.izumi.distage.roles.bundled.RunAllRoles[cats.effect.IO[+_]]}, {type.izumi.logstage.api.logger.LogRouter}, {type.izumi.distage.config.model.AppConfig}, {type.izumi.fundamentals.platform.cli.model.RoleAppArgs}, {type.scala.collection.immutable.Set[izumi.distage.roles.model.RoleTask[+cats.effect.IO[+_]]]@all-custom-tasks}, {type.izumi.distage.framework.model.ActivationInfo}, {type.scala.collection.immutable.Set[izumi.distage.model.planning.PlanningHook]}, {set.{type.scala.collection.immutable.Set[izumi.distage.model.planning.PlanningHook]}/{type.izumi.distage.planning.AutoSetHook[izumi.distage.roles.model.RoleService[+cats.effect.IO[+_]]]}#impl:-20730948, {type.izumi.distage.roles.test.fixtures.TestRole04[cats.effect.IO[+_]]}, {set.{type.scala.collection.immutable.Set[izumi.distage.model.planning.PlanningHook]}/{type.izumi.distage.planning.AutoSetHook[izumi.distage.roles.model.RoleTask[+cats.effect.IO[+_]]]}#impl:1496802388, {type.izumi.logstage.api.IzLogger}, {type.izumi.distage.roles.bundled.Help[cats.effect.IO[+_]]}, {type.izumi.distage.roles.test.fixtures.TestRole02[cats.effect.IO[+_]]}, {type.izumi.distage.roles.test.fixtures.ConfigTestRole[cats.effect.IO[+_]]}, {type.izumi.logstage.api.logger.AbstractLogger}, {type.izumi.distage.roles.test.fixtures.roles.TestRole00[cats.effect.IO[+_]]}, {type.izumi.distage.roles.test.fixtures.AdaptedAutocloseablesCase}, {type.izumi.distage.roles.test.fixtures.ExitAfterSleepRole[cats.effect.IO[+_]]}, {type.izumi.distage.framework.services.ResourceRewriter.RewriteRules}, {type.izumi.distage.roles.test.fixtures.TestRole05[cats.effect.IO[+_]]}, {type.izumi.distage.roles.bundled.RunAllTasks[cats.effect.IO[+_]]}, {type.scala.collection.immutable.Set[izumi.distage.roles.model.RoleService[+cats.effect.IO[+_]]]@all-custom-roles}, {set.{type.scala.collection.immutable.Set[izumi.distage.model.planning.PlanningHook]}/{type.izumi.distage.framework.services.ResourceRewriter}#impl:2019333198, {type.izumi.distage.roles.test.fixtures.TestTask00[cats.effect.IO[+_]]}, {type.izumi.distage.roles.test.fixtures.TestRole01[cats.effect.IO[+_]]}, {type.izumi.distage.roles.bundled.ConfigWriter[cats.effect.IO[+_]]}, {type.izumi.distage.roles.test.fixtures.TestRole03[cats.effect.IO[+_]]}, {type.izumi.logstage.api.logger.RoutingLogger}, {type.izumi.distage.roles.model.meta.RolesInfo}, {type.scala.Option[+izumi.fundamentals.platform.resources.IzArtifact]@app.artifact})
1849[warn] | excludedActivations = mode:test
1850[warn] | bootstrapPlugins = ø
1851[warn] | plugins = izumi.distage.roles.test.fixtures.AdaptedAutocloseablesCasePlugin (5 bindings), izumi.distage.roles.test.fixtures.ConflictPlugin (5 bindings), izumi.distage.roles.test.fixtures.ResourcesPlugin (26 bindings), izumi.distage.roles.test.fixtures.TestPluginCatsIO (41 bindings)
1852[warn] | checkConfig = true
1853[warn] | config = resource:checker-test-good.conf (effective: ConfigOrigin(checker-test-good.conf @ file:/build/repo/distage/distage-framework/target/scala-3.8.0-RC6/test-classes/checker-test-good.conf))
1854[warn] | printBindings = false, set to `true` for full bindings printout
1855[warn] | onlyWarn = true
1856[warn] |
1857[warn] |
1858[warn] |Error was:
1859[warn] |
1860[warn] | - {type.izumi.distage.roles.test.fixtures.ConfigTestConfig}: cannot parse configuration (TestPlugin.scala:58): izumi.distage.config.model.exceptions.DIConfigReadException: Couldn't read configuration at path="configTest" as type `ConfigTestConfig` due to error:
1861[warn] |
1862[warn] |- Cannot convert configuration to a izumi.distage.roles.test.fixtures.ConfigTestConfig. Failures are:
1863[warn] | at 'commonReferenceDev':
1864[warn] | - Key not found: 'commonReferenceDev'.
1865[warn] |
1866[warn] |
1867[warn] |Config was: checker-test-good.conf @ file:/build/repo/distage/distage-framework/target/scala-3.8.0-RC6/test-classes/checker-test-good.conf: 1
1868[warn] |
1869[warn] | at izumi.distage.config.codec.DIConfigReader.unpackResult(DIConfigReader.scala:95)
1870[warn] | at izumi.distage.config.codec.DIConfigReader.decodeConfig(DIConfigReader.scala:64)
1871[warn] | at izumi.distage.config.codec.DIConfigReader.decodeConfig$(DIConfigReader.scala:58)
1872[warn] | at izumi.distage.config.codec.LowPriorityDIConfigReaderInstances$$anon$4.decodeConfig(DIConfigReader.scala:123)
1873[warn] | at izumi.distage.config.codec.AbstractDIConfigReader.decodeAppConfig$$anonfun$1(AbstractDIConfigReader.scala:21)
1874[warn] | at izumi.distage.framework.PlanCheck$.izumi$distage$framework$PlanCheck$runtime$$$_$_$$anonfun$18(PlanCheck.scala:282)
1875[warn] | at scala.collection.Iterator$$anon$10.nextCur(Iterator.scala:610)
1876[warn] | at scala.collection.Iterator$$anon$10.hasNext(Iterator.scala:624)
1877[warn] | at scala.collection.immutable.List.prependedAll(List.scala:156)
1878[warn] | at scala.collection.immutable.List$.from(List.scala:682)
1879[warn] | at scala.collection.IterableOnceOps.toList(IterableOnce.scala:1472)
1880[warn] | at scala.collection.IterableOnceOps.toList$(IterableOnce.scala:337)
1881[warn] | at scala.collection.AbstractIterator.toList(Iterator.scala:1328)
1882[warn] | at izumi.distage.framework.PlanCheck$runtime$.checkAnyApp(PlanCheck.scala:279)
1883[warn] | at izumi.distage.framework.PlanCheck$runtime$.checkAppParsed(PlanCheck.scala:236)
1884[warn] | at izumi.distage.framework.PlanCheck$runtime$.checkApp(PlanCheck.scala:110)
1885[warn] | at izumi.distage.framework.PlanCheckMaterializerCommon.doCheckApp(PlanCheckMaterializerCommon.scala:42)
1886[warn] | at izumi.distage.framework.PlanCheckMaterializerCommon.doCheckApp$(PlanCheckMaterializerCommon.scala:9)
1887[warn] | at izumi.distage.framework.PlanCheckMaterializer$.doCheckApp(PlanCheckMaterializer.scala:56)
1888[warn] | at izumi.distage.framework.PlanCheckMaterializer$.materializeImpl(PlanCheckMaterializer.scala:114)
1889[warn] | at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
1890[warn] | at java.base/java.lang.reflect.Method.invoke(Method.java:565)
1891[warn] | at dotty.tools.dotc.quoted.Interpreter.interpretedStaticMethodCall$$anonfun$1(Interpreter.scala:172)
1892[warn] | at dotty.tools.dotc.quoted.Interpreter.stopIfRuntimeException(Interpreter.scala:229)
1893[warn] | at dotty.tools.dotc.quoted.Interpreter.interpretedStaticMethodCall(Interpreter.scala:172)
1894[warn] | at dotty.tools.dotc.quoted.Interpreter.interpretTree(Interpreter.scala:78)
1895[warn] | at dotty.tools.dotc.transform.Splicer$SpliceInterpreter.interpretTree(Splicer.scala:266)
1896[warn] | at dotty.tools.dotc.quoted.Interpreter.interpretTree$$anonfun$2(Interpreter.scala:97)
1897[warn] | at dotty.tools.dotc.transform.Splicer$.$anonfun$2(Splicer.scala:61)
1898[warn] | at scala.Option.fold(Option.scala:265)
1899[warn] | at dotty.tools.dotc.transform.Splicer$.splice(Splicer.scala:61)
1900[warn] | at dotty.tools.dotc.inlines.Inliner.dotty$tools$dotc$inlines$Inliner$$expandMacro(Inliner.scala:1212)
1901[warn] | at dotty.tools.dotc.inlines.Inliner$InlineTyper.typedSplice(Inliner.scala:958)
1902[warn] | at dotty.tools.dotc.typer.Typer.typedUnnamed$1(Typer.scala:3757)
1903[warn] | at dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:3805)
1904[warn] | at dotty.tools.dotc.inlines.Inliner$InlineTyper.typedUnadapted(Inliner.scala:1063)
1905[warn] | at dotty.tools.dotc.typer.Typer.typed(Typer.scala:3892)
1906[warn] | at dotty.tools.dotc.typer.Typer.typed(Typer.scala:3897)
1907[warn] | at dotty.tools.dotc.typer.ReTyper.typedTyped(ReTyper.scala:65)
1908[warn] | at dotty.tools.dotc.typer.Typer.typedUnnamed$1(Typer.scala:3716)
1909[warn] | at dotty.tools.dotc.typer.Typer.typedUnadapted(Typer.scala:3805)
1910[warn] | at dotty.tools.dotc.inlines.Inliner$InlineTyper.typedUnadapted(Inliner.scala:1063)
1911[warn] | at dotty.tools.dotc.typer.Typer.typed(Typer.scala:3892)
1912[warn] | at dotty.tools.dotc.typer.Typer.typed(Typer.scala:3889)
1913[warn] | at dotty.tools.dotc.typer.Typer.typed(Typer.scala:3897)
1914[warn] | at dotty.tools.dotc.inlines.Inliner.inlined(Inliner.scala:793)
1915[warn] | at dotty.tools.dotc.inlines.Inlines$InlineCall.expand(Inlines.scala:585)
1916[warn] | at dotty.tools.dotc.inlines.Inlines$.inlineCall(Inlines.scala:188)
1917[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:94)
1918[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform$$anonfun$1(Trees.scala:1659)
1919[warn] | at scala.collection.immutable.List.loop$3(List.scala:466)
1920[warn] | at scala.collection.immutable.List.mapConserve(List.scala:491)
1921[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1659)
1922[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1553)
1923[warn] | at dotty.tools.dotc.ast.TreeMapWithImplicits.transform(TreeMapWithImplicits.scala:67)
1924[warn] | at dotty.tools.dotc.ast.TreeMapWithTrackedStats.transform(TreeMapWithTrackedStats.scala:63)
1925[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:95)
1926[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1547)
1927[warn] | at dotty.tools.dotc.ast.TreeMapWithImplicits.transform(TreeMapWithImplicits.scala:67)
1928[warn] | at dotty.tools.dotc.ast.TreeMapWithTrackedStats.transform(TreeMapWithTrackedStats.scala:63)
1929[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:95)
1930[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1547)
1931[warn] | at dotty.tools.dotc.ast.TreeMapWithImplicits.transform(TreeMapWithImplicits.scala:67)
1932[warn] | at dotty.tools.dotc.ast.TreeMapWithTrackedStats.transform(TreeMapWithTrackedStats.scala:63)
1933[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:95)
1934[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1616)
1935[warn] | at dotty.tools.dotc.ast.TreeMapWithImplicits.transform(TreeMapWithImplicits.scala:67)
1936[warn] | at dotty.tools.dotc.ast.TreeMapWithTrackedStats.transform(TreeMapWithTrackedStats.scala:63)
1937[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transformMemberDef(Inlining.scala:135)
1938[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:71)
1939[warn] | at dotty.tools.dotc.ast.tpd$TreeMapWithPreciseStatContexts.loop$2(tpd.scala:1304)
1940[warn] | at dotty.tools.dotc.ast.tpd$TreeMapWithPreciseStatContexts.transformStats(tpd.scala:1304)
1941[warn] | at dotty.tools.dotc.ast.tpd$TreeMapWithPreciseStatContexts.transformBlock(tpd.scala:1309)
1942[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1567)
1943[warn] | at dotty.tools.dotc.ast.TreeMapWithImplicits.transform(TreeMapWithImplicits.scala:43)
1944[warn] | at dotty.tools.dotc.ast.TreeMapWithTrackedStats.transform(TreeMapWithTrackedStats.scala:54)
1945[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:73)
1946[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform$$anonfun$1(Trees.scala:1659)
1947[warn] | at scala.collection.immutable.List.loop$3(List.scala:466)
1948[warn] | at scala.collection.immutable.List.mapConserve(List.scala:491)
1949[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1659)
1950[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1553)
1951[warn] | at dotty.tools.dotc.ast.TreeMapWithImplicits.transform(TreeMapWithImplicits.scala:67)
1952[warn] | at dotty.tools.dotc.ast.TreeMapWithTrackedStats.transform(TreeMapWithTrackedStats.scala:63)
1953[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:92)
1954[warn] | at dotty.tools.dotc.ast.tpd$TreeMapWithPreciseStatContexts.loop$2(tpd.scala:1304)
1955[warn] | at dotty.tools.dotc.ast.tpd$TreeMapWithPreciseStatContexts.transformStats(tpd.scala:1304)
1956[warn] | at dotty.tools.dotc.ast.tpd$TreeMapWithPreciseStatContexts.transformStats(tpd.scala:1306)
1957[warn] | at dotty.tools.dotc.ast.TreeMapWithImplicits.transform(TreeMapWithImplicits.scala:58)
1958[warn] | at dotty.tools.dotc.ast.TreeMapWithTrackedStats.transform(TreeMapWithTrackedStats.scala:63)
1959[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:95)
1960[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1621)
1961[warn] | at dotty.tools.dotc.ast.TreeMapWithImplicits.transform(TreeMapWithImplicits.scala:67)
1962[warn] | at dotty.tools.dotc.ast.TreeMapWithTrackedStats.transform(TreeMapWithTrackedStats.scala:60)
1963[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transformMemberDef(Inlining.scala:135)
1964[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:71)
1965[warn] | at dotty.tools.dotc.ast.tpd$TreeMapWithPreciseStatContexts.loop$2(tpd.scala:1304)
1966[warn] | at dotty.tools.dotc.ast.tpd$TreeMapWithPreciseStatContexts.transformStats(tpd.scala:1304)
1967[warn] | at dotty.tools.dotc.ast.tpd$TreeMapWithPreciseStatContexts.transformStats(tpd.scala:1306)
1968[warn] | at dotty.tools.dotc.ast.Trees$Instance$TreeMap.transform(Trees.scala:1632)
1969[warn] | at dotty.tools.dotc.ast.TreeMapWithImplicits.transform(TreeMapWithImplicits.scala:67)
1970[warn] | at dotty.tools.dotc.ast.TreeMapWithTrackedStats.transform(TreeMapWithTrackedStats.scala:48)
1971[warn] | at dotty.tools.dotc.transform.Inlining$InliningTreeMap.transform(Inlining.scala:75)
1972[warn] | at dotty.tools.dotc.transform.Inlining$$anon$2.transform(Inlining.scala:57)
1973[warn] | at dotty.tools.dotc.transform.MacroTransform.run(MacroTransform.scala:20)
1974[warn] | at dotty.tools.dotc.transform.Inlining.run(Inlining.scala:39)
1975[warn] | at dotty.tools.dotc.core.Phases$Phase.runOn$$anonfun$1(Phases.scala:386)
1976[warn] | at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
1977[warn] | at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
1978[warn] | at scala.collection.immutable.List.foreach(List.scala:327)
1979[warn] | at dotty.tools.dotc.core.Phases$Phase.runOn(Phases.scala:379)
1980[warn] | at dotty.tools.dotc.Run.runPhases$1$$anonfun$1(Run.scala:380)
1981[warn] | at scala.runtime.function.JProcedure1.apply(JProcedure1.java:15)
1982[warn] | at scala.runtime.function.JProcedure1.apply(JProcedure1.java:10)
1983[warn] | at scala.collection.ArrayOps$.foreach$extension(ArrayOps.scala:1327)
1984[warn] | at dotty.tools.dotc.Run.runPhases$1(Run.scala:373)
1985[warn] | at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$2(Run.scala:420)
1986[warn] | at dotty.tools.dotc.Run.compileUnits$$anonfun$1$$anonfun$adapted$1(Run.scala:420)
1987[warn] | at scala.Function0.apply$mcV$sp(Function0.scala:45)
1988[warn] | at dotty.tools.dotc.Run.showProgress(Run.scala:482)
1989[warn] | at dotty.tools.dotc.Run.compileUnits$$anonfun$1(Run.scala:420)
1990[warn] | at dotty.tools.dotc.Run.compileUnits$$anonfun$adapted$1(Run.scala:432)
1991[warn] | at dotty.tools.dotc.util.Stats$.maybeMonitored(Stats.scala:69)
1992[warn] | at dotty.tools.dotc.Run.compileUnits(Run.scala:432)
1993[warn] | at dotty.tools.dotc.Run.compileSources(Run.scala:319)
1994[warn] | at dotty.tools.dotc.Run.compile(Run.scala:304)
1995[warn] | at dotty.tools.dotc.Driver.doCompile(Driver.scala:38)
1996[warn] | at dotty.tools.xsbt.CompilerBridgeDriver.run(CompilerBridgeDriver.java:141)
1997[warn] | at dotty.tools.xsbt.CompilerBridge.run(CompilerBridge.java:22)
1998[warn] | at sbt.internal.inc.AnalyzingCompiler.compile(AnalyzingCompiler.scala:91)
1999[warn] | at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$7(MixedAnalyzingCompiler.scala:196)
2000[warn] | at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
2001[warn] | at sbt.internal.inc.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:252)
2002[warn] | at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4(MixedAnalyzingCompiler.scala:186)
2003[warn] | at sbt.internal.inc.MixedAnalyzingCompiler.$anonfun$compile$4$adapted(MixedAnalyzingCompiler.scala:166)
2004[warn] | at sbt.internal.inc.JarUtils$.withPreviousJar(JarUtils.scala:241)
2005[warn] | at sbt.internal.inc.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:166)
2006[warn] | at sbt.internal.inc.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:214)
2007[warn] | at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1(IncrementalCompilerImpl.scala:542)
2008[warn] | at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileInternal$1$adapted(IncrementalCompilerImpl.scala:542)
2009[warn] | at sbt.internal.inc.Incremental$.$anonfun$apply$3(Incremental.scala:182)
2010[warn] | at sbt.internal.inc.Incremental$.$anonfun$apply$3$adapted(Incremental.scala:180)
2011[warn] | at sbt.internal.inc.Incremental$$anon$2.run(Incremental.scala:458)
2012[warn] | at sbt.internal.inc.IncrementalCommon$CycleState.next(IncrementalCommon.scala:116)
2013[warn] | at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:56)
2014[warn] | at sbt.internal.inc.IncrementalCommon$$anon$1.next(IncrementalCommon.scala:52)
2015[warn] | at sbt.internal.inc.IncrementalCommon.cycle(IncrementalCommon.scala:264)
2016[warn] | at sbt.internal.inc.Incremental$.$anonfun$incrementalCompile$8(Incremental.scala:413)
2017[warn] | at sbt.internal.inc.Incremental$.withClassfileManager(Incremental.scala:500)
2018[warn] | at sbt.internal.inc.Incremental$.incrementalCompile(Incremental.scala:400)
2019[warn] | at sbt.internal.inc.Incremental$.apply(Incremental.scala:208)
2020[warn] | at sbt.internal.inc.IncrementalCompilerImpl.compileInternal(IncrementalCompilerImpl.scala:542)
2021[warn] | at sbt.internal.inc.IncrementalCompilerImpl.$anonfun$compileIncrementally$1(IncrementalCompilerImpl.scala:496)
2022[warn] | at sbt.internal.inc.IncrementalCompilerImpl.handleCompilationError(IncrementalCompilerImpl.scala:332)
2023[warn] | at sbt.internal.inc.IncrementalCompilerImpl.compileIncrementally(IncrementalCompilerImpl.scala:433)
2024[warn] | at sbt.internal.inc.IncrementalCompilerImpl.compile(IncrementalCompilerImpl.scala:137)
2025[warn] | at sbt.Defaults$.compileIncrementalTaskImpl(Defaults.scala:2489)
2026[warn] | at sbt.Defaults$.$anonfun$compileIncrementalTask$2(Defaults.scala:2439)
2027[warn] | at sbt.internal.server.BspCompileTask$.$anonfun$compute$1(BspCompileTask.scala:41)
2028[warn] | at sbt.internal.io.Retry$.sbt$internal$io$Retry$$impl(Retry.scala:114)
2029[warn] | at sbt.internal.io.Retry$.io(Retry.scala:102)
2030[warn] | at sbt.internal.io.Retry$.io(Retry.scala:78)
2031[warn] | at sbt.internal.io.Retry$.io(Retry.scala:67)
2032[warn] | at sbt.internal.server.BspCompileTask$.compute(BspCompileTask.scala:41)
2033[warn] | at sbt.Defaults$.$anonfun$compileIncrementalTask$1(Defaults.scala:2437)
2034[warn] | at scala.Function1.$anonfun$compose$1(Function1.scala:49)
2035[warn] | at sbt.internal.util.$tilde$greater.$anonfun$$u2219$1(TypeFunctions.scala:63)
2036[warn] | at sbt.std.Transform$$anon$4.work(Transform.scala:69)
2037[warn] | at sbt.Execute.$anonfun$submit$2(Execute.scala:283)
2038[warn] | at sbt.internal.util.ErrorHandling$.wideConvert(ErrorHandling.scala:24)
2039[warn] | at sbt.Execute.work(Execute.scala:292)
2040[warn] | at sbt.Execute.$anonfun$submit$1(Execute.scala:283)
2041[warn] | at sbt.ConcurrentRestrictions$$anon$4.$anonfun$submitValid$1(ConcurrentRestrictions.scala:265)
2042[warn] | at sbt.CompletionService$$anon$2.call(CompletionService.scala:65)
2043[warn] | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:328)
2044[warn] | at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:545)
2045[warn] | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:328)
2046[warn] | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090)
2047[warn] | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614)
2048[warn] | at java.base/java.lang.Thread.run(Thread.java:1474)
2049[warn] |Caused by: pureconfig.error.ConfigReaderException: Cannot convert configuration to a izumi.distage.roles.test.fixtures.ConfigTestConfig. Failures are:
2050[warn] | at 'commonReferenceDev':
2051[warn] | - Key not found: 'commonReferenceDev'.
2052[warn] |
2053[warn] | at pureconfig.error.ConfigReaderException$.apply(ConfigReaderException.scala:9)
2054[warn] | at izumi.distage.config.codec.DIConfigReader$.useConfigReader(DIConfigReader.scala:115)
2055[warn] | at izumi.distage.config.codec.LowPriorityDIConfigReaderInstances$$anon$4.decodeConfigValue(DIConfigReader.scala:124)
2056[warn] | at izumi.distage.config.codec.DIConfigReader.decodeConfig$$anonfun$1(DIConfigReader.scala:64)
2057[warn] | at scala.util.Try$.apply(Try.scala:218)
2058[warn] | at izumi.distage.config.codec.DIConfigReader.unpackResult(DIConfigReader.scala:86)
2059[warn] | ... 179 more
2060[warn] |
2061[warn] |
2062[warn] two warnings found
2063[info] done compiling
2064Starting build for ProjectRef(file:/build/repo/,distage-core) (distage-core)... [4/25]
2065Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=distage-core, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2066[info] compiling 63 Scala sources to /build/repo/distage/distage-core/target/scala-3.8.0-RC6/test-classes ...
2067[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2068[warn] |Matching filters for @nowarn or -Wconf:
2069[warn] | - cat=configuration
2070[warn] one warning found
2071[info] done compiling
2072Starting build for ProjectRef(file:/build/repo/,fundamentals-json-circe) (fundamentals-json-circe)... [5/25]
2073Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=fundamentals-json-circe, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2074[info] compiling 3 Scala sources to /build/repo/fundamentals/fundamentals-json-circe/target/scala-3.8.0-RC6/classes ...
2075[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2076[warn] |Matching filters for @nowarn or -Wconf:
2077[warn] | - cat=configuration
2078[warn] one warning found
2079[info] done compiling
2080[info] compiling 2 Scala sources to /build/repo/fundamentals/fundamentals-json-circe/target/scala-3.8.0-RC6/test-classes ...
2081[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2082[warn] |Matching filters for @nowarn or -Wconf:
2083[warn] | - cat=configuration
2084[warn] one warning found
2085[info] done compiling
2086Starting build for ProjectRef(file:/build/repo/,fundamentals-bio) (fundamentals-bio)... [6/25]
2087Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=fundamentals-bio, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2088[info] compiling 18 Scala sources to /build/repo/fundamentals/fundamentals-bio/target/scala-3.8.0-RC6/test-classes ...
2089[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2090[warn] |Matching filters for @nowarn or -Wconf:
2091[warn] | - cat=configuration
2092[warn] one warning found
2093[info] done compiling
2094Starting build for ProjectRef(file:/build/repo/,fundamentals-functoid) (fundamentals-functoid)... [7/25]
2095Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=fundamentals-functoid, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2096Starting build for ProjectRef(file:/build/repo/,distage-framework) (distage-framework)... [8/25]
2097Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=distage-framework, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2098Starting build for ProjectRef(file:/build/repo/,fundamentals-basics) (fundamentals-basics)... [9/25]
2099Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=fundamentals-basics, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2100Starting build for ProjectRef(file:/build/repo/,distage-core-proxy-bytebuddy) (distage-core-proxy-bytebuddy)... [10/25]
2101Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=distage-core-proxy-bytebuddy, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2102Starting build for ProjectRef(file:/build/repo/,distage-extension-logstage) (distage-extension-logstage)... [11/25]
2103Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=distage-extension-logstage, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2104[info] compiling 16 Scala sources to /build/repo/logstage/logstage-core/target/scala-3.8.0-RC6/test-classes ...
2105[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2106[warn] |Matching filters for @nowarn or -Wconf:
2107[warn] | - cat=configuration
2108[warn] -- Warning: /build/repo/logstage/logstage-core/src/test/scala/izumi/logstage/sink/ExampleService.scala:81:15
2109[warn] 81 | logger.crit(s"[Cornercase] Anonymous expression: ${2 + 2 == 4}, another one: ${5 * arg1 == 25}")
2110[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2111[warn] |Cannot extract argument name from: 2.+(2).==(4), tree: Apply(Select(Apply(Select(Literal(Constant(2)),+),List(Literal(Constant(2)))),==),List(Literal(Constant(4))))
2112[warn] |----------------------------------------------------------------------------
2113[warn] |Inline stack trace
2114[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2115[warn] |This location contains code that was inlined from ExampleService.scala:81
2116[warn] 15 | case _: EncodingMode.NonStrict.type => Message(message)
2117[warn] | ^^^^^^^^^^^^^^^^
2118[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2119[warn] |This location contains code that was inlined from ExampleService.scala:81
2120[warn] 39 | Log.Entry.create(level, LogMessageMacro.createMessageWithMode[EncMode](message))(pos)
2121[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2122[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2123[warn] |This location contains code that was inlined from ExampleService.scala:81
2124[warn] 24 | transparent inline final def crit(inline message: String): Unit = logImpl(Log.Level.Crit, message)
2125[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2126[warn] ----------------------------------------------------------------------------
2127[warn] -- Warning: /build/repo/logstage/logstage-core/src/test/scala/izumi/logstage/sink/ExampleService.scala:117:38
2128[warn] 117 | val expressionsOk = logStrict.crit(s"Suspended message: clap your hands! ${YesInstance(2)}")
2129[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2130[warn] |Cannot extract argument name from: izumi.logstage.api.Fixture.YesInstance.apply(2), tree: Apply(Select(Ident(YesInstance),apply),List(Literal(Constant(2))))
2131[warn] |---------------------------------------------------------------------------
2132[warn] |Inline stack trace
2133[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2134[warn] |This location contains code that was inlined from ExampleService.scala:117
2135[warn] 16 | case _: EncodingMode.Strict.type => StrictMessage(message)
2136[warn] | ^^^^^^^^^^^^^^^^^^^^^^
2137[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2138[warn] |This location contains code that was inlined from ExampleService.scala:117
2139[warn] 45 | this.log(level)(LogMessageMacro.createMessageWithMode[EncMode](message))(CodePositionMaterializer.materialize)
2140[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2141[warn] |- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2142[warn] |This location contains code that was inlined from ExampleService.scala:117
2143[warn] 17 | transparent inline final def crit(inline message: String): F[Unit] = logImpl(Log.Level.Crit, message)
2144[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2145[warn] ---------------------------------------------------------------------------
2146[warn] three warnings found
2147[info] done compiling
2148[info] compiling 1 Scala source to /build/repo/distage/distage-extension-logstage/target/scala-3.8.0-RC6/test-classes ...
2149[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2150[warn] |Matching filters for @nowarn or -Wconf:
2151[warn] | - cat=configuration
2152[warn] one warning found
2153[info] done compiling
2154Starting build for ProjectRef(file:/build/repo/,fundamentals-collections) (fundamentals-collections)... [12/25]
2155Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=fundamentals-collections, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2156[info] compiling 12 Scala sources to /build/repo/fundamentals/fundamentals-collections/target/scala-3.8.0-RC6/test-classes ...
2157[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2158[warn] |Matching filters for @nowarn or -Wconf:
2159[warn] | - cat=configuration
2160[warn] one warning found
2161[info] done compiling
2162Starting build for ProjectRef(file:/build/repo/,fundamentals-literals) (fundamentals-literals)... [13/25]
2163Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=fundamentals-literals, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2164Starting build for ProjectRef(file:/build/repo/,distage-framework-api) (distage-framework-api)... [14/25]
2165Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=distage-framework-api, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2166Starting build for ProjectRef(file:/build/repo/,distage-extension-config) (distage-extension-config)... [15/25]
2167Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=distage-extension-config, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2168[info] compiling 5 Scala sources to /build/repo/distage/distage-extension-config/target/scala-3.8.0-RC6/test-classes ...
2169[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2170[warn] |Matching filters for @nowarn or -Wconf:
2171[warn] | - cat=configuration
2172[warn] one warning found
2173[info] done compiling
2174Starting build for ProjectRef(file:/build/repo/,distage-extension-plugins) (distage-extension-plugins)... [16/25]
2175Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=distage-extension-plugins, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2176Starting build for ProjectRef(file:/build/repo/,fundamentals-language) (fundamentals-language)... [17/25]
2177Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=fundamentals-language, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2178[info] compiling 1 Scala source to /build/repo/fundamentals/fundamentals-language/target/scala-3.8.0-RC6/test-classes ...
2179[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2180[warn] |Matching filters for @nowarn or -Wconf:
2181[warn] | - cat=configuration
2182[warn] one warning found
2183[info] done compiling
2184Starting build for ProjectRef(file:/build/repo/,logstage-sink-slf4j) (logstage-sink-slf4j)... [18/25]
2185Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=logstage-sink-slf4j, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2186[info] compiling 1 Scala source to /build/repo/logstage/logstage-sink-slf4j/target/scala-3.8.0-RC6/classes ...
2187[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2188[warn] |Matching filters for @nowarn or -Wconf:
2189[warn] | - cat=configuration
2190[warn] one warning found
2191[info] done compiling
2192[info] compiling 1 Scala source to /build/repo/logstage/logstage-sink-slf4j/target/scala-3.8.0-RC6/test-classes ...
2193[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2194[warn] |Matching filters for @nowarn or -Wconf:
2195[warn] | - cat=configuration
2196[warn] one warning found
2197[info] done compiling
2198Starting build for ProjectRef(file:/build/repo/,distage-testkit-core) (distage-testkit-core)... [19/25]
2199Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=distage-testkit-core, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2200Starting build for ProjectRef(file:/build/repo/,logstage-adapter-slf4j) (logstage-adapter-slf4j)... [20/25]
2201Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=logstage-adapter-slf4j, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2202[info] compiling 2 Scala sources and 4 Java sources to /build/repo/logstage/logstage-adapter-slf4j/target/scala-3.8.0-RC6/classes ...
2203[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2204[warn] |Matching filters for @nowarn or -Wconf:
2205[warn] | - cat=configuration
2206[warn] one warning found
2207[warn] source value 8 is obsolete and will be removed in a future release
2208[warn] target value 8 is obsolete and will be removed in a future release
2209[warn] To suppress warnings about obsolete options, use -Xlint:-options.
2210[warn] /build/repo/logstage/logstage-adapter-slf4j/src/main/java/org/slf4j/impl/StaticLoggerBinder.java:5:21: org.slf4j.spi.LoggerFactoryBinder in org.slf4j.spi has been deprecated
2211[warn] org.slf4j.spi.LoggerFactoryBinder
2212[warn] ^
2213[warn] /build/repo/logstage/logstage-adapter-slf4j/src/main/java/org/slf4j/impl/StaticMarkerBinder.java:5:21: org.slf4j.spi.MarkerFactoryBinder in org.slf4j.spi has been deprecated
2214[warn] org.slf4j.spi.MarkerFactoryBinder
2215[warn] ^
2216[warn] /build/repo/logstage/logstage-adapter-slf4j/src/main/java/org/slf4j/impl/StaticLoggerBinder.java:8:50: org.slf4j.spi.LoggerFactoryBinder in org.slf4j.spi has been deprecated
2217[warn] LoggerFactoryBinder
2218[warn] ^
2219[warn] /build/repo/logstage/logstage-adapter-slf4j/src/main/java/org/slf4j/impl/StaticMarkerBinder.java:8:44: org.slf4j.spi.MarkerFactoryBinder in org.slf4j.spi has been deprecated
2220[warn] MarkerFactoryBinder
2221[warn] ^
2222[info] done compiling
2223[info] compiling 1 Scala source to /build/repo/logstage/logstage-adapter-slf4j/target/scala-3.8.0-RC6/test-classes ...
2224[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2225[warn] |Matching filters for @nowarn or -Wconf:
2226[warn] | - cat=configuration
2227[warn] one warning found
2228[info] done compiling
2229Starting build for ProjectRef(file:/build/repo/,logstage-rendering-circe) (logstage-rendering-circe)... [21/25]
2230Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=logstage-rendering-circe, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2231[info] compiling 1 Scala source to /build/repo/logstage/logstage-rendering-circe/target/scala-3.8.0-RC6/test-classes ...
2232[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2233[warn] |Matching filters for @nowarn or -Wconf:
2234[warn] | - cat=configuration
2235[warn] one warning found
2236[info] done compiling
2237Starting build for ProjectRef(file:/build/repo/,fundamentals-functional) (fundamentals-functional)... [22/25]
2238Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=fundamentals-functional, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2239Starting build for ProjectRef(file:/build/repo/,logstage-core) (logstage-core)... [23/25]
2240Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=logstage-core, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2241Starting build for ProjectRef(file:/build/repo/,distage-core-api) (distage-core-api)... [24/25]
2242Compile scalacOptions: -encoding, UTF-8, -unchecked, -language:higherKinds, -Xmacro-settings:sbt-version=1.11.5, -Xmacro-settings:git-repo-clean=true, -Xmacro-settings:git-branch=opencb/migrate-source-3.4, -Xmacro-settings:git-described-version=1.2.22-1-gd27c48f, -Xmacro-settings:git-head-commit=d27c48fe6e26a41f728b3a51bce60affd9cf3932, -Xmacro-settings:product-name=distage-core-api, -Xmacro-settings:product-version=1.2.22, -Xmacro-settings:product-group=io.7mind.izumi, -Xmacro-settings:scala-version=3.8.0-RC6, -Xmacro-settings:scala-versions=3.8.0-RC6:2.13.16:2.12.20, --java-output-version:17, -Ykind-projector:underscores, -Yretain-trees, -no-indent, -explain, -explain-types, -Xmax-inlines:64, -Wconf:msg=eta-expanded even though:silent, -Wconf:any:verbose, -Wconf:msg=.this. qualifier will be deprecated:silent, -Wconf:msg=scala.compiletime.uninitialized:silent, -Wconf:msg=`using` clause:silent, -Wconf:msg=eta-expanded even though:silent, -Wconf:msg=The syntax ..function:silent, -Wconf:msg=method contains is not declared infix:silent, -Wconf:msg=method in is not declared infix:silent, -Wconf:cat=deprecation:warning, -Wconf:msg=legacy-binding:silent, -Wconf:msg=nowarn:silent, -Xmacro-settings:scalatest-version=3.2.19, -Xmacro-settings:is-ci=true, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
2243[info] compiling 2 Scala sources to /build/repo/distage/distage-core-api/target/scala-3.8.0-RC6/test-classes ...
2244[warn] Option -Ykind-projector is deprecated: Use -Xkind-projector instead.
2245[warn] |Matching filters for @nowarn or -Wconf:
2246[warn] | - cat=configuration
2247[warn] one warning found
2248[info] done compiling
2249
2250************************
2251Build summary:
2252[{
2253 "module": "distage-framework-docker",
2254 "compile": {"status": "ok", "tookMs": 54345, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2255 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2256 "test-compile": {"status": "ok", "tookMs": 13834, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2257 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2258 "publish": {"status": "skipped", "tookMs": 0},
2259 "metadata": {
2260 "crossScalaVersions": ["2.13.16", "2.12.20"]
2261}
2262},{
2263 "module": "fundamentals-orphans",
2264 "compile": {"status": "ok", "tookMs": 95, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2265 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2266 "test-compile": {"status": "ok", "tookMs": 138, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2267 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2268 "publish": {"status": "skipped", "tookMs": 0},
2269 "metadata": {
2270 "crossScalaVersions": ["2.13.16", "2.12.20"]
2271}
2272},{
2273 "module": "fundamentals-platform",
2274 "compile": {"status": "ok", "tookMs": 259, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
2275 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2276 "test-compile": {"status": "ok", "tookMs": 2192, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2277 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2278 "publish": {"status": "skipped", "tookMs": 0},
2279 "metadata": {
2280 "crossScalaVersions": ["2.13.16", "2.12.20"]
2281}
2282},{
2283 "module": "distage-testkit-scalatest",
2284 "compile": {"status": "ok", "tookMs": 822, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2285 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2286 "test-compile": {"status": "ok", "tookMs": 19236, "warnings": 1, "errors": 0, "sourceVersion": "3.8"},
2287 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2288 "publish": {"status": "skipped", "tookMs": 0},
2289 "metadata": {
2290 "crossScalaVersions": ["2.13.16", "2.12.20"]
2291}
2292},{
2293 "module": "distage-core",
2294 "compile": {"status": "ok", "tookMs": 453, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2295 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2296 "test-compile": {"status": "ok", "tookMs": 23135, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2297 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2298 "publish": {"status": "skipped", "tookMs": 0},
2299 "metadata": {
2300 "crossScalaVersions": ["2.13.16", "2.12.20"]
2301}
2302},{
2303 "module": "fundamentals-json-circe",
2304 "compile": {"status": "ok", "tookMs": 809, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2305 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2306 "test-compile": {"status": "ok", "tookMs": 1128, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2307 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2308 "publish": {"status": "skipped", "tookMs": 0},
2309 "metadata": {
2310 "crossScalaVersions": ["2.13.16", "2.12.20"]
2311}
2312},{
2313 "module": "fundamentals-bio",
2314 "compile": {"status": "ok", "tookMs": 266, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2315 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2316 "test-compile": {"status": "ok", "tookMs": 4197, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2317 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2318 "publish": {"status": "skipped", "tookMs": 0},
2319 "metadata": {
2320 "crossScalaVersions": ["2.13.16", "2.12.20"]
2321}
2322},{
2323 "module": "fundamentals-functoid",
2324 "compile": {"status": "ok", "tookMs": 285, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2325 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2326 "test-compile": {"status": "ok", "tookMs": 407, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2327 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2328 "publish": {"status": "skipped", "tookMs": 0},
2329 "metadata": {
2330 "crossScalaVersions": ["2.13.16", "2.12.20"]
2331}
2332},{
2333 "module": "distage-framework",
2334 "compile": {"status": "ok", "tookMs": 761, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2335 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2336 "test-compile": {"status": "ok", "tookMs": 1151, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2337 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2338 "publish": {"status": "skipped", "tookMs": 0},
2339 "metadata": {
2340 "crossScalaVersions": ["2.13.16", "2.12.20"]
2341}
2342},{
2343 "module": "fundamentals-basics",
2344 "compile": {"status": "ok", "tookMs": 37, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2345 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2346 "test-compile": {"status": "ok", "tookMs": 76, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2347 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2348 "publish": {"status": "skipped", "tookMs": 0},
2349 "metadata": {
2350 "crossScalaVersions": ["2.13.16", "2.12.20"]
2351}
2352},{
2353 "module": "distage-core-proxy-bytebuddy",
2354 "compile": {"status": "ok", "tookMs": 497, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2355 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2356 "test-compile": {"status": "ok", "tookMs": 462, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2357 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2358 "publish": {"status": "skipped", "tookMs": 0},
2359 "metadata": {
2360 "crossScalaVersions": ["2.13.16", "2.12.20"]
2361}
2362},{
2363 "module": "distage-extension-logstage",
2364 "compile": {"status": "ok", "tookMs": 538, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2365 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2366 "test-compile": {"status": "ok", "tookMs": 5421, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2367 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2368 "publish": {"status": "skipped", "tookMs": 0},
2369 "metadata": {
2370 "crossScalaVersions": ["2.13.16", "2.12.20"]
2371}
2372},{
2373 "module": "fundamentals-collections",
2374 "compile": {"status": "ok", "tookMs": 135, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2375 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2376 "test-compile": {"status": "ok", "tookMs": 940, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2377 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2378 "publish": {"status": "skipped", "tookMs": 0},
2379 "metadata": {
2380 "crossScalaVersions": ["2.13.16", "2.12.20"]
2381}
2382},{
2383 "module": "fundamentals-literals",
2384 "compile": {"status": "ok", "tookMs": 79, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2385 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2386 "test-compile": {"status": "ok", "tookMs": 123, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2387 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2388 "publish": {"status": "skipped", "tookMs": 0},
2389 "metadata": {
2390 "crossScalaVersions": ["2.13.16", "2.12.20"]
2391}
2392},{
2393 "module": "distage-framework-api",
2394 "compile": {"status": "ok", "tookMs": 445, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2395 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2396 "test-compile": {"status": "ok", "tookMs": 502, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2397 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2398 "publish": {"status": "skipped", "tookMs": 0},
2399 "metadata": {
2400 "crossScalaVersions": ["2.13.16", "2.12.20"]
2401}
2402},{
2403 "module": "distage-extension-config",
2404 "compile": {"status": "ok", "tookMs": 484, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2405 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2406 "test-compile": {"status": "ok", "tookMs": 4248, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2407 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2408 "publish": {"status": "skipped", "tookMs": 0},
2409 "metadata": {
2410 "crossScalaVersions": ["2.13.16", "2.12.20"]
2411}
2412},{
2413 "module": "distage-extension-plugins",
2414 "compile": {"status": "ok", "tookMs": 519, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2415 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2416 "test-compile": {"status": "ok", "tookMs": 759, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2417 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2418 "publish": {"status": "skipped", "tookMs": 0},
2419 "metadata": {
2420 "crossScalaVersions": ["2.13.16", "2.12.20"]
2421}
2422},{
2423 "module": "fundamentals-language",
2424 "compile": {"status": "ok", "tookMs": 135, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2425 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2426 "test-compile": {"status": "ok", "tookMs": 368, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2427 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2428 "publish": {"status": "skipped", "tookMs": 0},
2429 "metadata": {
2430 "crossScalaVersions": ["2.13.16", "2.12.20"]
2431}
2432},{
2433 "module": "logstage-sink-slf4j",
2434 "compile": {"status": "ok", "tookMs": 638, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2435 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2436 "test-compile": {"status": "ok", "tookMs": 796, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2437 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2438 "publish": {"status": "skipped", "tookMs": 0},
2439 "metadata": {
2440 "crossScalaVersions": ["2.13.16", "2.12.20"]
2441}
2442},{
2443 "module": "distage-testkit-core",
2444 "compile": {"status": "ok", "tookMs": 955, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2445 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2446 "test-compile": {"status": "ok", "tookMs": 1113, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2447 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2448 "publish": {"status": "skipped", "tookMs": 0},
2449 "metadata": {
2450 "crossScalaVersions": ["2.13.16", "2.12.20"]
2451}
2452},{
2453 "module": "logstage-adapter-slf4j",
2454 "compile": {"status": "ok", "tookMs": 2128, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2455 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2456 "test-compile": {"status": "ok", "tookMs": 1290, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2457 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2458 "publish": {"status": "skipped", "tookMs": 0},
2459 "metadata": {
2460 "crossScalaVersions": ["2.13.16", "2.12.20"]
2461}
2462},{
2463 "module": "logstage-rendering-circe",
2464 "compile": {"status": "ok", "tookMs": 562, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2465 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2466 "test-compile": {"status": "ok", "tookMs": 1222, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2467 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2468 "publish": {"status": "skipped", "tookMs": 0},
2469 "metadata": {
2470 "crossScalaVersions": ["2.13.16", "2.12.20"]
2471}
2472},{
2473 "module": "fundamentals-functional",
2474 "compile": {"status": "ok", "tookMs": 114, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2475 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2476 "test-compile": {"status": "ok", "tookMs": 165, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2477 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2478 "publish": {"status": "skipped", "tookMs": 0},
2479 "metadata": {
2480 "crossScalaVersions": ["2.13.16", "2.12.20"]
2481}
2482},{
2483 "module": "logstage-core",
2484 "compile": {"status": "ok", "tookMs": 472, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2485 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2486 "test-compile": {"status": "ok", "tookMs": 589, "warnings": 2, "errors": 0, "sourceVersion": "3.8"},
2487 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2488 "publish": {"status": "skipped", "tookMs": 0},
2489 "metadata": {
2490 "crossScalaVersions": ["2.13.16", "2.12.20"]
2491}
2492},{
2493 "module": "distage-core-api",
2494 "compile": {"status": "ok", "tookMs": 547, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2495 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
2496 "test-compile": {"status": "ok", "tookMs": 1246, "warnings": 0, "errors": 0, "sourceVersion": "3.8"},
2497 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
2498 "publish": {"status": "skipped", "tookMs": 0},
2499 "metadata": {
2500 "crossScalaVersions": ["2.13.16", "2.12.20"]
2501}
2502}]
2503************************
2504[success] Total time: 218 s (0:03:38.0), completed Jan 8, 2026, 2:12:01 AM
2505[0JChecking patch project/plugins.sbt...
2506Checking patch project/build.properties...
2507Checking patch project/Deps.sc...
2508Checking patch distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/integration/IntegrationTest1Test.scala...
2509Checking patch distage/distage-testkit-scalatest/src/main/scala-3/izumi/distage/testkit/scalatest/SpecWiring.scala...
2510Checking patch distage/distage-framework/.jvm/src/main/scala-3/izumi/distage/framework/PlanCheckMaterializer.scala...
2511Checking patch distage/distage-extension-config/.jvm/src/test/scala/izumi/distage/impl/OptionalDependencyTest.scala...
2512Checking patch distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala...
2513Checking patch build.sbt...
2514Applied patch project/plugins.sbt cleanly.
2515Applied patch project/build.properties cleanly.
2516Applied patch project/Deps.sc cleanly.
2517Applied patch distage/distage-testkit-scalatest/src/test/scala/izumi/distage/testkit/distagesuite/integration/IntegrationTest1Test.scala cleanly.
2518Applied patch distage/distage-testkit-scalatest/src/main/scala-3/izumi/distage/testkit/scalatest/SpecWiring.scala cleanly.
2519Applied patch distage/distage-framework/.jvm/src/main/scala-3/izumi/distage/framework/PlanCheckMaterializer.scala cleanly.
2520Applied patch distage/distage-extension-config/.jvm/src/test/scala/izumi/distage/impl/OptionalDependencyTest.scala cleanly.
2521Applied patch distage/distage-core/src/test/scala/izumi/distage/impl/FunctoidTest.scala cleanly.
2522Applied patch build.sbt cleanly.