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