Build Logs
zio/zio • 3.8.0-RC5:2025-12-31
Errors
8
Warnings
3243
Total Lines
5625
1##################################
2Clonning https://github.com/zio/zio.git into /build/repo using revision v2.1.24
3##################################
4Note: switching to '64eea5e8a912251c780d43425207c3b0c6e07439'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21Would override fixed Scala version: 3.3.7
22Using target Scala version for migration: 3.7.4
23Migrating project for -source:3.4 using Scala 3.7.4
24----
25Preparing build for 3.7.4
26Would try to apply common scalacOption (best-effort, sbt/mill only):
27Append: -rewrite,REQUIRE:-source:3.4-migration
28Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
29
30Try apply source patch:
31Path: core/shared/src/main/scala/zio/ZIO.scala
32Pattern: R0 with R1 <:< R
33Replacement: (R0 & R1) <:< R
34Starting compilation server
35Compiling project (Scala 3.7.3, JVM (25))
36Compiled project (Scala 3.7.3, JVM (25))
37WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
38WARNING: 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)
39WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
40WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
41Successfully applied pattern 'R0 with R1 <:< R' in core/shared/src/main/scala/zio/ZIO.scala
42
43Try apply source patch:
44Path: core/shared/src/main/scala/zio/ZIO.scala
45Pattern: [R1 <: R with M]
46Replacement: [R1 <: (R & M)]
47WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
48WARNING: 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)
49WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
50WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
51Successfully applied pattern '[R1 <: R with M]' in core/shared/src/main/scala/zio/ZIO.scala
52
53Try apply source patch:
54Path: core/shared/src/main/scala/zio/ZIO.scala
55Pattern: R1 <: R with Map[Key, Service]
56Replacement: R1 <: (R & Map[Key, Service])
57WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
58WARNING: 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)
59WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
60WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
61Successfully applied pattern 'R1 <: R with Map[Key, Service]' in core/shared/src/main/scala/zio/ZIO.scala
62
63Try apply source patch:
64Path: streams/shared/src/main/scala/zio/stream/ZChannel.scala
65Pattern: Env0 with Env1 <:< Env
66Replacement: (Env0 & Env1) <:< Env
67WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
68WARNING: 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)
69WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
70WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
71Successfully applied pattern 'Env0 with Env1 <:< Env' in streams/shared/src/main/scala/zio/stream/ZChannel.scala
72
73Try apply source patch:
74Path: streams/shared/src/main/scala/zio/stream/ZStream.scala
75Pattern: R0 with R1 <:< R
76Replacement: (R0 & R1) <:< R
77WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
78WARNING: 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)
79WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
80WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
81Successfully applied pattern 'R0 with R1 <:< R' in streams/shared/src/main/scala/zio/stream/ZStream.scala
82
83Try apply source patch:
84Path: managed/shared/src/main/scala/zio/managed/ZManaged.scala
85Pattern: R0 with R1 <:< R
86Replacement: (R0 & R1) <:< R
87WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
88WARNING: 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)
89WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
90WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
91Successfully applied pattern 'R0 with R1 <:< R' in managed/shared/src/main/scala/zio/managed/ZManaged.scala
92
93Try apply source patch:
94Path: streams/shared/src/main/scala/zio/stream/ZSink.scala
95Pattern: R0 with R1 <:< R
96Replacement: (R0 & R1) <:< R
97WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
98WARNING: 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)
99WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
100WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
101Successfully applied pattern 'R0 with R1 <:< R' in streams/shared/src/main/scala/zio/stream/ZSink.scala
102
103Try apply source patch:
104Path: test/shared/src/main/scala/zio/test/Spec.scala
105Pattern: TestEnvironment with R1 <:< R
106Replacement: (TestEnvironment & R1) <:< R
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 'TestEnvironment with R1 <:< R' in test/shared/src/main/scala/zio/test/Spec.scala
112
113Try apply source patch:
114Path: test/shared/src/main/scala/zio/test/Spec.scala
115Pattern: R0 with R1 <:< R
116Replacement: (R0 & R1) <:< R
117WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
118WARNING: 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)
119WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
120WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
121Successfully applied pattern 'R0 with R1 <:< R' in test/shared/src/main/scala/zio/test/Spec.scala
122
123Try apply source patch:
124Path: test-sbt/jvm/src/test/scala/zio/test/sbt/TestingSupport.scala
125Pattern: ) _
126Replacement: )
127WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
128WARNING: 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)
129WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
130WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
131Using globing pattern test-sbt/jvm/src/test/scala/zio/test/sbt/TestingSupport.scala from /build/repo
132
133Try apply source patch:
134Path: core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala
135Pattern: parent = Symbol.spliceOwner
136Replacement: Symbol.spliceOwner
137WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
138WARNING: 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)
139WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
140WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
141Successfully applied pattern 'parent = Symbol.spliceOwner' in core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala
142
143Try apply source patch:
144Path: project/BuildHelper.scala
145Pattern: val Scala3: String = "3.3.7"
146Replacement: val Scala3: String = "3.7.4"
147WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
148WARNING: 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)
149WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
150WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
151Successfully applied pattern 'val Scala3: String = "3.3.7"' in project/BuildHelper.scala
152----
153Starting build for 3.7.4
154Execute tests: false
155sbt project found:
156No prepare script found for project zio/zio
157##################################
158Scala version: 3.7.4
159Targets: dev.zio%zio dev.zio%zio-concurrent dev.zio%zio-internal-macros dev.zio%zio-macros dev.zio%zio-managed dev.zio%zio-stacktracer dev.zio%zio-streams dev.zio%zio-test dev.zio%zio-test-junit dev.zio%zio-test-junit-engine dev.zio%zio-test-magnolia dev.zio%zio-test-refined dev.zio%zio-test-sbt dev.zio%zio-test-scalacheck
160Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"[R1 <: R with M]","replaceWith":"[R1 <: (R & M)]"},{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"R1 <: R with Map[Key, Service]","replaceWith":"R1 <: (R & Map[Key, Service])"},{"path":"streams/shared/src/main/scala/zio/stream/ZChannel.scala","pattern":"Env0 with Env1 <:< Env","replaceWith":"(Env0 & Env1) <:< Env"},{"path":"streams/shared/src/main/scala/zio/stream/ZStream.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"managed/shared/src/main/scala/zio/managed/ZManaged.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"streams/shared/src/main/scala/zio/stream/ZSink.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"test/shared/src/main/scala/zio/test/Spec.scala","pattern":"TestEnvironment with R1 <:< R","replaceWith":"(TestEnvironment & R1) <:< R"},{"path":"test/shared/src/main/scala/zio/test/Spec.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"test-sbt/jvm/src/test/scala/zio/test/sbt/TestingSupport.scala","pattern":") _\n","replaceWith":")\n"},{"path":"core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala","pattern":"parent = Symbol.spliceOwner","replaceWith":"Symbol.spliceOwner"},{"path":"project/BuildHelper.scala","pattern":"val Scala3: String = \"3.3.7\"","replaceWith":"val Scala3: String = \"<SCALA_VERSION>\""}]}
161##################################
162Using extra scalacOptions: -rewrite,REQUIRE:-source:3.4-migration
163Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
164[sbt_options] declare -a sbt_options=()
165[process_args] java_version = '25'
166[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25/rt.jar'
167# Executing command line:
168java
169-Dcats.effect.stackTracingMode=full
170-Dfile.encoding=UTF8
171-Xms256M
172-Xmx6G
173-XX:+UseG1GC
174-Dcommunitybuild.scala=3.7.4
175-Dcommunitybuild.project.dependencies.add=
176-Xmx7G
177-Xms4G
178-Xss8M
179-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
180-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25
181-jar
182/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
183"setCrossScalaVersions 3.7.4"
184"++3.7.4 -v"
185"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""
186"set every credentials := Nil"
187"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
188"removeScalacOptionsStartingWith -P:wartremover"
189
190moduleMappings
191"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"[R1 <: R with M]","replaceWith":"[R1 <: (R & M)]"},{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"R1 <: R with Map[Key, Service]","replaceWith":"R1 <: (R & Map[Key, Service])"},{"path":"streams/shared/src/main/scala/zio/stream/ZChannel.scala","pattern":"Env0 with Env1 <:< Env","replaceWith":"(Env0 & Env1) <:< Env"},{"path":"streams/shared/src/main/scala/zio/stream/ZStream.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"managed/shared/src/main/scala/zio/managed/ZManaged.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"streams/shared/src/main/scala/zio/stream/ZSink.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"test/shared/src/main/scala/zio/test/Spec.scala","pattern":"TestEnvironment with R1 <:< R","replaceWith":"(TestEnvironment & R1) <:< R"},{"path":"test/shared/src/main/scala/zio/test/Spec.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"test-sbt/jvm/src/test/scala/zio/test/sbt/TestingSupport.scala","pattern":") _\n","replaceWith":")\n"},{"path":"core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala","pattern":"parent = Symbol.spliceOwner","replaceWith":"Symbol.spliceOwner"},{"path":"project/BuildHelper.scala","pattern":"val Scala3: String = \"3.3.7\"","replaceWith":"val Scala3: String = \"<SCALA_VERSION>\""}]}""" dev.zio%zio dev.zio%zio-concurrent dev.zio%zio-internal-macros dev.zio%zio-macros dev.zio%zio-managed dev.zio%zio-stacktracer dev.zio%zio-streams dev.zio%zio-test dev.zio%zio-test-junit dev.zio%zio-test-junit-engine dev.zio%zio-test-magnolia dev.zio%zio-test-refined dev.zio%zio-test-sbt dev.zio%zio-test-scalacheck"
192
193[info] [launcher] getting org.scala-sbt sbt 1.11.7 (this may take some time)...
194WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
195WARNING: 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.7/zero-allocation-hashing-0.16.jar)
196WARNING: Please consider reporting this to the maintainers of class net.openhft.hashing.UnsafeAccess
197WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
198WARNING: A restricted method in java.lang.System has been called
199WARNING: 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.7/jna-5.12.0.jar)
200WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
201WARNING: Restricted methods will be blocked in a future release unless native access is enabled
202
203[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 25)
204[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
205[info] loading project definition from /build/repo/project
206[info] compiling 5 Scala sources to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
207[info] Non-compiled module 'compiler-bridge_2.12' for Scala 2.12.20. Compiling...
208[info] Compilation completed in 7.77s.
209[info] done compiling
210[info] loading settings for project root from build.sbt...
211[info] resolving key references (106551 settings) ...
212[info] ________ ___
213[info] |__ /_ _/ _ \
214[info] / / | | | | |
215[info] / /_ | | |_| |
216[info] /____|___\___/ 2.1.24+0-64eea5e8+20251231-2130-SNAPSHOT
217[info]
218[info] Useful sbt tasks:
219[info] > build - Prepares sources, compiles and runs tests.
220[info] > fmt - Formats source files using scalafmt
221[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
222[info] > testJVM - Runs all JVM tests
223[info] > testJS - Runs all ScalaJS tests
224[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
225[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
226[info]
227Execute setCrossScalaVersions: 3.7.4
228OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in concurrentNative/crossScalaVersions
229OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in streamsNative/crossScalaVersions
230OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in stacktracerJVM/crossScalaVersions
231OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in benchmarks/crossScalaVersions
232OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testMagnoliaTestsJVM/crossScalaVersions
233OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in macrosTestsNative/crossScalaVersions
234OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in managedNative/crossScalaVersions
235OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in managedJVM/crossScalaVersions
236OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in streamsTestsJVM/crossScalaVersions
237OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in macrosNative/crossScalaVersions
238OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testRefinedJVM/crossScalaVersions
239OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in concurrentJS/crossScalaVersions
240OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testTestsNative/crossScalaVersions
241OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in managedTestsJS/crossScalaVersions
242OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreJVM/crossScalaVersions
243OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testTestsJVM/crossScalaVersions
244OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesJVM/crossScalaVersions
245OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testMagnoliaTestsJS/crossScalaVersions
246OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testRefinedJS/crossScalaVersions
247OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in streamsJVM/crossScalaVersions
248OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in internalMacrosJS/crossScalaVersions
249OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in internalMacrosNative/crossScalaVersions
250OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreTestsJVM/crossScalaVersions
251OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testMagnoliaJVM/crossScalaVersions
252OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in stacktracerJS/crossScalaVersions
253OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in macrosTestsJS/crossScalaVersions
254OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testJunitEngineTests/crossScalaVersions
255OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testScalaCheckJS/crossScalaVersions
256OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesJS/crossScalaVersions
257OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testTestsJS/crossScalaVersions
258OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testScalaCheckNative/crossScalaVersions
259OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in managedJS/crossScalaVersions
260OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in concurrentJVM/crossScalaVersions
261OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testJunitRunnerTests/crossScalaVersions
262OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in streamsTestsNative/crossScalaVersions
263OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testMagnoliaJS/crossScalaVersions
264OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in streamsJS/crossScalaVersions
265OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testJunitEngine/crossScalaVersions
266OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in macrosTestsJVM/crossScalaVersions
267OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in streamsTestsJS/crossScalaVersions
268OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreTestsNative/crossScalaVersions
269OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testsJS/crossScalaVersions
270OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreJS/crossScalaVersions
271OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testsJVM/crossScalaVersions
272OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testsNative/crossScalaVersions
273OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreTestsJS/crossScalaVersions
274OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in managedTestsJVM/crossScalaVersions
275OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testRunnerJVM/crossScalaVersions
276OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreNative/crossScalaVersions
277OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesNative/crossScalaVersions
278OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testJunitRunner/crossScalaVersions
279OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in managedTestsNative/crossScalaVersions
280OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testScalaCheckJVM/crossScalaVersions
281OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testRunnerNative/crossScalaVersions
282OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testRunnerJS/crossScalaVersions
283OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in internalMacrosJVM/crossScalaVersions
284OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in macrosJS/crossScalaVersions
285OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in stacktracerNative/crossScalaVersions
286OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in macrosJVM/crossScalaVersions
287[info] ________ ___
288[info] |__ /_ _/ _ \
289[info] / / | | | | |
290[info] / /_ | | |_| |
291[info] /____|___\___/ 2.1.24+0-64eea5e8+20251231-2130-SNAPSHOT
292[info]
293[info] Useful sbt tasks:
294[info] > build - Prepares sources, compiles and runs tests.
295[info] > fmt - Formats source files using scalafmt
296[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
297[info] > testJVM - Runs all JVM tests
298[info] > testJS - Runs all ScalaJS tests
299[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
300[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
301[info]
302[info] Setting Scala version to 3.7.4 on 59 projects.
303[info] Switching Scala version on:
304[info] streamsTestsJVM (2.12.21, 2.13.18, 3.7.4)
305[info] stacktracerNative (2.12.21, 2.13.18, 3.7.4)
306[info] testScalaCheckNative (2.12.21, 2.13.18, 3.7.4)
307[info] macrosTestsJVM (2.12.21, 2.13.18, 3.7.4)
308[info] concurrentJS (2.12.21, 2.13.18, 3.7.4)
309[info] testJunitEngineTests (2.12.21, 2.13.18, 3.7.4)
310[info] benchmarks (2.12.21, 2.13.18, 3.7.4)
311[info] examplesNative (2.12.21, 2.13.18, 3.7.4)
312[info] streamsJS (2.12.21, 2.13.18, 3.7.4)
313[info] macrosJVM (2.12.21, 2.13.18, 3.7.4)
314[info] testRunnerJS (2.12.21, 2.13.18, 3.7.4)
315[info] coreTestsJS (2.12.21, 2.13.18, 3.7.4)
316[info] concurrentJVM (2.12.21, 2.13.18, 3.7.4)
317[info] managedNative (2.12.21, 2.13.18, 3.7.4)
318[info] coreNative (2.12.21, 2.13.18, 3.7.4)
319[info] managedJVM (2.12.21, 2.13.18, 3.7.4)
320[info] internalMacrosJS (2.12.21, 2.13.18, 3.7.4)
321[info] macrosNative (2.12.21, 2.13.18, 3.7.4)
322[info] testTestsNative (2.12.21, 2.13.18, 3.7.4)
323[info] managedTestsJVM (2.12.21, 2.13.18, 3.7.4)
324[info] streamsJVM (2.12.21, 2.13.18, 3.7.4)
325[info] macrosTestsNative (2.12.21, 2.13.18, 3.7.4)
326[info] testRefinedJS (2.12.21, 2.13.18, 3.7.4)
327[info] testScalaCheckJS (2.12.21, 2.13.18, 3.7.4)
328[info] macrosTestsJS (2.12.21, 2.13.18, 3.7.4)
329[info] coreJS (2.12.21, 2.13.18, 3.7.4)
330[info] testMagnoliaJVM (2.12.21, 2.13.18, 3.7.4)
331[info] examplesJS (2.12.21, 2.13.18, 3.7.4)
332[info] internalMacrosJVM (2.12.21, 2.13.18, 3.7.4)
333[info] testRefinedJVM (2.12.21, 2.13.18, 3.7.4)
334[info] testRunnerJVM (2.12.21, 2.13.18, 3.7.4)
335[info] streamsTestsJS (2.12.21, 2.13.18, 3.7.4)
336[info] macrosJS (2.12.21, 2.13.18, 3.7.4)
337[info] stacktracerJS (2.12.21, 2.13.18, 3.7.4)
338[info] managedTestsJS (2.12.21, 2.13.18, 3.7.4)
339[info] coreTestsJVM (2.12.21, 2.13.18, 3.7.4)
340[info] testJunitRunnerTests (2.12.21, 2.13.18, 3.7.4)
341[info] concurrentNative (2.12.21, 2.13.18, 3.7.4)
342[info] coreJVM (2.12.21, 2.13.18, 3.7.4)
343[info] testRunnerNative (2.12.21, 2.13.18, 3.7.4)
344[info] testsJS (2.12.21, 2.13.18, 3.7.4)
345[info] stacktracerJVM (2.12.21, 2.13.18, 3.7.4)
346[info] examplesJVM (2.12.21, 2.13.18, 3.7.4)
347[info] testTestsJVM (2.12.21, 2.13.18, 3.7.4)
348[info] streamsTestsNative (2.12.21, 2.13.18, 3.7.4)
349[info] managedTestsNative (2.12.21, 2.13.18, 3.7.4)
350[info] testMagnoliaTestsJS (2.12.21, 2.13.18, 3.7.4)
351[info] streamsNative (2.12.21, 2.13.18, 3.7.4)
352[info] testTestsJS (2.12.21, 2.13.18, 3.7.4)
353[info] testMagnoliaJS (2.12.21, 2.13.18, 3.7.4)
354[info] testsJVM (2.12.21, 2.13.18, 3.7.4)
355[info] testJunitRunner (2.12.21, 2.13.18, 3.7.4)
356[info] testJunitEngine (2.12.21, 2.13.18, 3.7.4)
357[info] internalMacrosNative (2.12.21, 2.13.18, 3.7.4)
358[info] coreTestsNative (2.12.21, 2.13.18, 3.7.4)
359[info] testMagnoliaTestsJVM (2.12.21, 2.13.18, 3.7.4)
360[info] managedJS (2.12.21, 2.13.18, 3.7.4)
361[info] testScalaCheckJVM (2.12.21, 2.13.18, 3.7.4)
362[info] testsNative (2.12.21, 2.13.18, 3.7.4)
363[info] Excluding projects:
364[info] rootJVM213 (2.13.18)
365[info] rootJVM3 (2.13.18)
366[info] scalafixRules (2.13.18)
367[info] * root (2.13.18)
368[info] rootJS (2.13.18)
369[info] docs (2.13.18)
370[info] scalafixOutput (2.13.18)
371[info] root3 (2.13.18)
372[info] scalafixTests (2.13.18)
373[info] root213 (2.13.18)
374[info] jsdocs (2.13.18)
375[info] rootJVM (2.13.18)
376[info] scalafixInput (2.13.18)
377[info] rootNative (2.13.18)
378[info] rootJVM212 (2.13.18)
379[info] root212 (2.13.18)
380[info] docs_make_zio_app_configurable (2.13.18)
381[info] Reapplying settings...
382[info] ________ ___
383[info] |__ /_ _/ _ \
384[info] / / | | | | |
385[info] / /_ | | |_| |
386[info] /____|___\___/ 2.1.24+0-64eea5e8+20251231-2130-SNAPSHOT
387[info]
388[info] Useful sbt tasks:
389[info] > build - Prepares sources, compiles and runs tests.
390[info] > fmt - Formats source files using scalafmt
391[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
392[info] > testJVM - Runs all JVM tests
393[info] > testJS - Runs all ScalaJS tests
394[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
395[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
396[info]
397Execute 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
398[info] Reapplying settings...
399[info] ________ ___
400[info] |__ /_ _/ _ \
401[info] / / | | | | |
402[info] / /_ | | |_| |
403[info] /____|___\___/ 2.1.24+0-64eea5e8+20251231-2130-SNAPSHOT
404[info]
405[info] Useful sbt tasks:
406[info] > build - Prepares sources, compiles and runs tests.
407[info] > fmt - Formats source files using scalafmt
408[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
409[info] > testJVM - Runs all JVM tests
410[info] > testJS - Runs all ScalaJS tests
411[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
412[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
413[info]
414[info] Defining Global / credentials, benchmarks / credentials and 74 others.
415[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 608 others.
416[info] Run `last` for details.
417[info] Reapplying settings...
418[info] ________ ___
419[info] |__ /_ _/ _ \
420[info] / / | | | | |
421[info] / /_ | | |_| |
422[info] /____|___\___/ 2.1.24+0-64eea5e8+20251231-2131-SNAPSHOT
423[info]
424[info] Useful sbt tasks:
425[info] > build - Prepares sources, compiles and runs tests.
426[info] > fmt - Formats source files using scalafmt
427[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
428[info] > testJVM - Runs all JVM tests
429[info] > testJS - Runs all ScalaJS tests
430[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
431[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
432[info]
433Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
434[info] Reapplying settings...
435OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
436
437 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
438 Did you mean coreTestsJS / allExcludeDependencies ?
439 , retry without global scopes
440[info] Reapplying settings...
441[info] ________ ___
442[info] |__ /_ _/ _ \
443[info] / / | | | | |
444[info] / /_ | | |_| |
445[info] /____|___\___/ 2.1.24+0-64eea5e8+20251231-2131-SNAPSHOT
446[info]
447[info] Useful sbt tasks:
448[info] > build - Prepares sources, compiles and runs tests.
449[info] > fmt - Formats source files using scalafmt
450[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
451[info] > testJVM - Runs all JVM tests
452[info] > testJS - Runs all ScalaJS tests
453[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
454[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
455[info]
456Execute removeScalacOptionsStartingWith: -P:wartremover
457[info] Reapplying settings...
458[info] ________ ___
459[info] |__ /_ _/ _ \
460[info] / / | | | | |
461[info] / /_ | | |_| |
462[info] /____|___\___/ 2.1.24+0-64eea5e8+20251231-2131-SNAPSHOT
463[info]
464[info] Useful sbt tasks:
465[info] > build - Prepares sources, compiles and runs tests.
466[info] > fmt - Formats source files using scalafmt
467[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
468[info] > testJVM - Runs all JVM tests
469[info] > testJS - Runs all ScalaJS tests
470[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
471[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
472[info]
473[success] Total time: 0 s, completed Dec 31, 2025, 9:31:24 PM
474Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"[R1 <: R with M]","replaceWith":"[R1 <: (R & M)]"},{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"R1 <: R with Map[Key, Service]","replaceWith":"R1 <: (R & Map[Key, Service])"},{"path":"streams/shared/src/main/scala/zio/stream/ZChannel.scala","pattern":"Env0 with Env1 <:< Env","replaceWith":"(Env0 & Env1) <:< Env"},{"path":"streams/shared/src/main/scala/zio/stream/ZStream.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"managed/shared/src/main/scala/zio/managed/ZManaged.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"streams/shared/src/main/scala/zio/stream/ZSink.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"test/shared/src/main/scala/zio/test/Spec.scala","pattern":"TestEnvironment with R1 <:< R","replaceWith":"(TestEnvironment & R1) <:< R"},{"path":"test/shared/src/main/scala/zio/test/Spec.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"test-sbt/jvm/src/test/scala/zio/test/sbt/TestingSupport.scala","pattern":") _\n","replaceWith":")\n"},{"path":"core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala","pattern":"parent = Symbol.spliceOwner","replaceWith":"Symbol.spliceOwner"},{"path":"project/BuildHelper.scala","pattern":"val Scala3: String = \"3.3.7\"","replaceWith":"val Scala3: String = \"<SCALA_VERSION>\""}]}
475Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
476Starting build...
477Projects: Set(macrosJVM, concurrentJVM, managedJVM, streamsJVM, testMagnoliaJVM, internalMacrosJVM, testRefinedJVM, testRunnerJVM, coreJVM, stacktracerJVM, testsJVM, testJunitRunner, testJunitEngine, testScalaCheckJVM)
478Starting build for ProjectRef(file:/build/repo/,stacktracerJVM) (zio-stacktracer)... [0/14]
479OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
480OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.4-migration` in Scala 2.12.20 module Global
481[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
482[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
483OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
484OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
485Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
486[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
487[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
488[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
489[info] compiling 7 Scala sources to /build/repo/stacktracer/.jvm/target/scala-3.7.4/classes ...
490[info] [patched file /build/repo/stacktracer/src/main/scala-3/zio/internal/stacktracer/Tracer.scala]
491[info] done compiling
492[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
493[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
494[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
495[info] compiling 1 Scala source to /build/repo/stacktracer/.jvm/target/scala-3.7.4/classes ...
496[info] done compiling
497[info] compiling 3 Scala sources to /build/repo/stacktracer/.jvm/target/scala-3.7.4/classes ...
498[info] done compiling
499[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
500[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
501[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
502[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
503[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
504[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
505Starting build for ProjectRef(file:/build/repo/,testJunitRunner) (zio-test-junit)... [1/14]
506[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
507[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
508[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
509[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
510[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
511[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
512[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
513[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
514[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
515[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
516[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
517[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
518Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
519[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
520[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
521[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
522[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
523[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
524[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
525[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
526[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
527[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
528[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
529[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
530[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
531[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
532[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
533[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
534[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
535[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
536[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
537[info] compiling 2 Scala sources to /build/repo/internal-macros/.jvm/target/scala-3.7.4/classes ...
538[info] done compiling
539[info] compiling 203 Scala sources and 1 Java source to /build/repo/core/jvm/target/scala-3.7.4/classes ...
540[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/internal/OneElementConcurrentQueue.scala]
541[info] [patched file /build/repo/core/shared/src/main/scala/zio/FiberId.scala]
542[info] [patched file /build/repo/core/shared/src/main/scala-3/zio/internal/macros/LayerMacros.scala]
543[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZIOAppArgs.scala]
544[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/ConcurrentWeakHashSet.scala]
545[info] [patched file /build/repo/core/shared/src/main/scala/zio/package.scala]
546[info] [patched file /build/repo/core/shared/src/main/scala/zio/Differ.scala]
547[info] [patched file /build/repo/core/shared/src/main/scala-3/zio/ZIOVersionSpecific.scala]
548[info] [patched file /build/repo/core/shared/src/main/scala/zio/Supervisor.scala]
549[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/ClockPlatformSpecific.scala]
550[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/internal/UnboundedHub.scala]
551[info] [patched file /build/repo/core/jvm/src/main/scala/zio/RuntimePlatformSpecific.scala]
552[info] [patched file /build/repo/core/shared/src/main/scala/zio/Runtime.scala]
553[info] [patched file /build/repo/core/shared/src/main/scala-2.13+/zio/ChunkBuilder.scala]
554[info] [patched file /build/repo/core/shared/src/main/scala-3/zio/ZLayerCompanionVersionSpecific.scala]
555[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZLayer.scala]
556[info] [patched file /build/repo/core/shared/src/main/scala/zio/Schedule.scala]
557[info] [patched file /build/repo/core/shared/src/main/scala/zio/ScopedRef.scala]
558[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/impls/PartitionedLinkedQueue.scala]
559[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/impls/LinkedQueue.scala]
560[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/ZIOPlatformSpecific.scala]
561[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/internal/BoundedHubSingle.scala]
562[info] [patched file /build/repo/core/shared/src/main/scala/zio/DefaultServices.scala]
563[info] [patched file /build/repo/core/shared/src/main/scala-2.13+/zio/BuildFromCompat.scala]
564[info] [patched file /build/repo/core/shared/src/main/scala/zio/ThreadLocalBridge.scala]
565[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/IsFatal.scala]
566[info] [patched file /build/repo/core/shared/src/main/scala/zio/Fiber.scala]
567[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/ZSTM.scala]
568[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZIOFunctionConstructor.scala]
569[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/internal/DefaultExecutors.scala]
570[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZEnvironment.scala]
571[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/FiberRuntime.scala]
572[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/internal/ZScheduler.scala]
573[info] [patched file /build/repo/core/shared/src/main/scala/zio/FunctionConstructor.scala]
574[info] [patched file /build/repo/core/jvm/src/main/scala/zio/metrics/jvm/Standard.scala]
575[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/internal/OneShot.scala]
576[info] [patched file /build/repo/core/shared/src/main/scala/zio/Duration.scala]
577[info] [patched file /build/repo/core/shared/src/main/scala/zio/Config.scala]
578[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/internal/BoundedHubArb.scala]
579[info] [patched file /build/repo/core/shared/src/main/scala/zio/Chunk.scala]
580[info] [patched file /build/repo/core/jvm/src/main/scala/zio/internal/Signal.scala]
581[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TRef.scala]
582[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/FiberMessage.scala]
583[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TReentrantLock.scala]
584[info] [patched file /build/repo/core/shared/src/main/scala/zio/FiberRefs.scala]
585[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TArray.scala]
586[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZIOApp.scala]
587[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/WeakConcurrentBag.scala]
588[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZKeyedPool.scala]
589[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/impls/PartitionedRingBuffer.scala]
590[info] [patched file /build/repo/core/shared/src/main/scala/zio/metrics/PollingMetric.scala]
591[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TSet.scala]
592[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TMap.scala]
593[info] [patched file /build/repo/core/shared/src/main/scala/zio/Clock.scala]
594[info] [patched file /build/repo/core/shared/src/main/scala/zio/Queue.scala]
595[info] [patched file /build/repo/core/jvm/src/main/scala/zio/metrics/jvm/DefaultJvmMetrics.scala]
596[info] [patched file /build/repo/core/jvm/src/main/scala/zio/interop/javaz.scala]
597[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/metrics/MetricHook.scala]
598[info] [patched file /build/repo/core/shared/src/main/scala/zio/StackTrace.scala]
599[info] [patched file /build/repo/core/shared/src/main/scala/zio/Cause.scala]
600[info] [patched file /build/repo/core/shared/src/main/scala-3/zio/internal/macros/ZLayerDerivationMacros.scala]
601[info] [patched file /build/repo/core/shared/src/main/scala-3/zio/internal/macros/LayerMacroUtils.scala]
602[info] [patched file /build/repo/core/shared/src/main/scala/zio/Scope.scala]
603[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/UpdateOrderLinkedMap.scala]
604[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/metrics/ConcurrentMetricRegistry.scala]
605[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZIO.scala]
606[info] [patched file /build/repo/core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala]
607[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/FiberScope.scala]
608[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/internal/BoundedHubPow2.scala]
609[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZPool.scala]
610[info] [patched file /build/repo/core/shared/src/main/scala/zio/Cached.scala]
611[info] [patched file /build/repo/core/shared/src/main/scala/zio/metrics/MetricPair.scala]
612[info] [patched file /build/repo/core/shared/src/main/scala-3/zio/ZLayerVersionSpecific.scala]
613[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/StackTraceBuilder.scala]
614[info] [patched file /build/repo/core/jvm/src/main/scala/zio/FiberPlatformSpecific.scala]
615[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/SingleThreadedRingBuffer.scala]
616[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/Stack.scala]
617[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/ChunkPlatformSpecific.scala]
618[info] [patched file /build/repo/core/shared/src/main/scala/zio/metrics/Metrics.scala]
619[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/internal/OneElementConcurrentQueue.scala]
620[info] [patched file /build/repo/core/shared/src/main/scala/zio/FiberId.scala]
621[info] [patched file /build/repo/core/shared/src/main/scala-3/zio/internal/macros/LayerMacros.scala]
622[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZIOAppArgs.scala]
623[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/ConcurrentWeakHashSet.scala]
624[info] [patched file /build/repo/core/shared/src/main/scala/zio/package.scala]
625[info] [patched file /build/repo/core/shared/src/main/scala/zio/Differ.scala]
626[info] [patched file /build/repo/core/shared/src/main/scala-3/zio/ZIOVersionSpecific.scala]
627[info] [patched file /build/repo/core/shared/src/main/scala/zio/Supervisor.scala]
628[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/ClockPlatformSpecific.scala]
629[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/internal/UnboundedHub.scala]
630[info] [patched file /build/repo/core/jvm/src/main/scala/zio/RuntimePlatformSpecific.scala]
631[info] [patched file /build/repo/core/shared/src/main/scala/zio/Runtime.scala]
632[info] [patched file /build/repo/core/shared/src/main/scala-2.13+/zio/ChunkBuilder.scala]
633[info] [patched file /build/repo/core/shared/src/main/scala-3/zio/ZLayerCompanionVersionSpecific.scala]
634[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZLayer.scala]
635[info] [patched file /build/repo/core/shared/src/main/scala/zio/Schedule.scala]
636[info] [patched file /build/repo/core/shared/src/main/scala/zio/ScopedRef.scala]
637[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/impls/PartitionedLinkedQueue.scala]
638[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/impls/LinkedQueue.scala]
639[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/ZIOPlatformSpecific.scala]
640[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/internal/BoundedHubSingle.scala]
641[info] [patched file /build/repo/core/shared/src/main/scala/zio/DefaultServices.scala]
642[info] [patched file /build/repo/core/shared/src/main/scala-2.13+/zio/BuildFromCompat.scala]
643[info] [patched file /build/repo/core/shared/src/main/scala/zio/ThreadLocalBridge.scala]
644[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/IsFatal.scala]
645[info] [patched file /build/repo/core/shared/src/main/scala/zio/Fiber.scala]
646[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/ZSTM.scala]
647[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZIOFunctionConstructor.scala]
648[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/internal/DefaultExecutors.scala]
649[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZEnvironment.scala]
650[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/FiberRuntime.scala]
651[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/internal/ZScheduler.scala]
652[info] [patched file /build/repo/core/shared/src/main/scala/zio/FunctionConstructor.scala]
653[info] [patched file /build/repo/core/jvm/src/main/scala/zio/metrics/jvm/Standard.scala]
654[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/internal/OneShot.scala]
655[info] [patched file /build/repo/core/shared/src/main/scala/zio/Duration.scala]
656[info] [patched file /build/repo/core/shared/src/main/scala/zio/Config.scala]
657[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/internal/BoundedHubArb.scala]
658[info] [patched file /build/repo/core/shared/src/main/scala/zio/Chunk.scala]
659[info] [patched file /build/repo/core/jvm/src/main/scala/zio/internal/Signal.scala]
660[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TRef.scala]
661[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/FiberMessage.scala]
662[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TReentrantLock.scala]
663[info] [patched file /build/repo/core/shared/src/main/scala/zio/FiberRefs.scala]
664[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TArray.scala]
665[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZIOApp.scala]
666[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/WeakConcurrentBag.scala]
667[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZKeyedPool.scala]
668[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/impls/PartitionedRingBuffer.scala]
669[info] [patched file /build/repo/core/shared/src/main/scala/zio/metrics/PollingMetric.scala]
670[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TSet.scala]
671[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TMap.scala]
672[info] [patched file /build/repo/core/shared/src/main/scala/zio/Clock.scala]
673[info] [patched file /build/repo/core/shared/src/main/scala/zio/Queue.scala]
674[info] [patched file /build/repo/core/jvm/src/main/scala/zio/metrics/jvm/DefaultJvmMetrics.scala]
675[info] [patched file /build/repo/core/jvm/src/main/scala/zio/interop/javaz.scala]
676[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/metrics/MetricHook.scala]
677[info] [patched file /build/repo/core/shared/src/main/scala/zio/StackTrace.scala]
678[info] [patched file /build/repo/core/shared/src/main/scala/zio/Cause.scala]
679[info] [patched file /build/repo/core/shared/src/main/scala-3/zio/internal/macros/ZLayerDerivationMacros.scala]
680[info] [patched file /build/repo/core/shared/src/main/scala-3/zio/internal/macros/LayerMacroUtils.scala]
681[info] [patched file /build/repo/core/shared/src/main/scala/zio/Scope.scala]
682[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/UpdateOrderLinkedMap.scala]
683[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/metrics/ConcurrentMetricRegistry.scala]
684[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZIO.scala]
685[info] [patched file /build/repo/core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala]
686[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/FiberScope.scala]
687[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/internal/BoundedHubPow2.scala]
688[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZPool.scala]
689[info] [patched file /build/repo/core/shared/src/main/scala/zio/Cached.scala]
690[info] [patched file /build/repo/core/shared/src/main/scala/zio/metrics/MetricPair.scala]
691[info] [patched file /build/repo/core/shared/src/main/scala-3/zio/ZLayerVersionSpecific.scala]
692[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/StackTraceBuilder.scala]
693[info] [patched file /build/repo/core/jvm/src/main/scala/zio/FiberPlatformSpecific.scala]
694[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/SingleThreadedRingBuffer.scala]
695[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/Stack.scala]
696[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/ChunkPlatformSpecific.scala]
697[info] [patched file /build/repo/core/shared/src/main/scala/zio/metrics/Metrics.scala]
698[info] done compiling
699[info] compiling 25 Scala sources to /build/repo/streams/jvm/target/scala-3.7.4/classes ...
700[info] [patched file /build/repo/streams/jvm/src/main/scala/zio/stream/platform.scala]
701[info] [patched file /build/repo/streams/shared/src/main/scala/zio/stream/ZChannel.scala]
702[info] [patched file /build/repo/streams/shared/src/main/scala/zio/stream/internal/ChannelExecutor.scala]
703[info] [patched file /build/repo/streams/shared/src/main/scala/zio/stream/ZPipeline.scala]
704[info] [patched file /build/repo/streams/shared/src/main/scala-3/zio.stream/ZStreamVersionSpecific.scala]
705[info] [patched file /build/repo/streams/shared/src/main/scala/zio/stream/ZSink.scala]
706[info] [patched file /build/repo/streams/shared/src/main/scala/zio/stream/ZStream.scala]
707[info] done compiling
708[info] compiling 106 Scala sources to /build/repo/test/jvm/target/scala-3.7.4/classes ...
709[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/TestClock.scala]
710[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/SuiteConstructor.scala]
711[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/Fun.scala]
712[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/ZIOSpecAbstract.scala]
713[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/ExecutionEventPrinter.scala]
714[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/SummaryBuilder.scala]
715[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/Assertion.scala]
716[info] [patched file /build/repo/test/shared/src/main/scala-3/zio/test/Macros.scala]
717[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/diff/DiffInstances.scala]
718[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/GenZIO.scala]
719[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/CheckConstructor.scala]
720[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/poly/GenOrderingPoly.scala]
721[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/TimeVariants.scala]
722[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/ZIOSpecDefault.scala]
723[info] [patched file /build/repo/test/shared/src/main/scala-3/zio/test/diff/Diff.scala]
724[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/Gen.scala]
725[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/TestTrace.scala]
726[info] [patched file /build/repo/test/shared/src/main/scala-3/zio/test/SpecVersionSpecific.scala]
727[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/ZIOSpec.scala]
728[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/Result.scala]
729[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/TestExecutor.scala]
730[info] [patched file /build/repo/test/jvm-native/src/main/scala/zio/test/results/ResultPrinterJson.scala]
731[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/PrettyPrint.scala]
732[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/internal/SmartAssertions.scala]
733[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/package.scala]
734[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/render/ConsoleRenderer.scala]
735[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/TestRandom.scala]
736[info] [patched file /build/repo/test/shared/src/main/scala-3/zio/test/SpecLayerMacros.scala]
737[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/TestAspect.scala]
738[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/Live.scala]
739[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/TestConsole.scala]
740[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/TestArrow.scala]
741[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/Spec.scala]
742[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/TestServices.scala]
743[info] [patched file /build/repo/test/shared/src/main/scala-3/zio/test/ZIOSpecVersionSpecific.scala]
744[info] done compiling
745[info] compiling 1 Scala source to /build/repo/test-junit/target/scala-3.7.4/classes ...
746[warn] Flag -encoding set repeatedly
747[warn] Flag -unchecked set repeatedly
748[warn] Flag -java-output-version set repeatedly
749[warn] Setting -language set to implicitConversions redundantly
750[warn] Setting -language set to noAutoTupling redundantly
751[warn] Flag -Xignore-scala2-macros set repeatedly
752[warn] Flag -Xmax-inlines set repeatedly
753[warn] Flag -no-indent set repeatedly
754[info] [patched file /build/repo/test-junit/src/main/scala/zio/test/junit/ZTestJUnitRunner.scala]
755[warn] 8 warnings found
756[info] done compiling
757[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
758[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
759[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
760[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
761[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
762[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
763[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
764[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
765[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
766[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
767[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
768[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
769[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
770[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
771[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
772[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
773[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
774[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
775[info] compiling 79 Scala sources to /build/repo/core/jvm/target/scala-3.7.4/classes ...
776[info] done compiling
777[info] compiling 101 Scala sources to /build/repo/core/jvm/target/scala-3.7.4/classes ...
778[info] done compiling
779[info] compiling 92 Scala sources to /build/repo/core/jvm/target/scala-3.7.4/classes ...
780[info] done compiling
781[info] compiling 12 Scala sources to /build/repo/streams/jvm/target/scala-3.7.4/classes ...
782[info] done compiling
783[info] compiling 46 Scala sources to /build/repo/test/jvm/target/scala-3.7.4/classes ...
784[info] done compiling
785[info] compiling 46 Scala sources to /build/repo/test/jvm/target/scala-3.7.4/classes ...
786[info] done compiling
787[info] compiling 35 Scala sources to /build/repo/test/jvm/target/scala-3.7.4/classes ...
788[info] done compiling
789[info] compiling 1 Scala source to /build/repo/test-junit/target/scala-3.7.4/classes ...
790[warn] Flag -encoding set repeatedly
791[warn] Flag -unchecked set repeatedly
792[warn] Flag -java-output-version set repeatedly
793[warn] Setting -language set to implicitConversions redundantly
794[warn] Setting -language set to noAutoTupling redundantly
795[warn] Flag -Xignore-scala2-macros set repeatedly
796[warn] Flag -Xmax-inlines set repeatedly
797[warn] Flag -no-indent set repeatedly
798[warn] 8 warnings found
799[info] done compiling
800[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
801[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
802[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
803[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
804[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
805[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
806[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
807[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
808[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
809[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
810[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
811[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
812[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
813[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
814[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
815[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
816[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
817[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
818[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
819[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
820[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
821[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
822[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
823[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
824[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
825[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
826[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
827[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
828[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
829[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
830[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
831[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
832[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
833[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
834[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
835[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
836Starting build for ProjectRef(file:/build/repo/,managedJVM) (zio-managed)... [2/14]
837[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
838[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
839[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
840[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
841[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
842[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
843[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
844[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
845[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
846[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
847Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -Wconf:msg=[zio.stacktracer.TracingImplicits.disableAutoTrace]:silent, -Wconf:msg=[@nowarn annotation does not suppress any warnings]:silent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
848[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
849[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
850[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
851[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
852[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
853[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
854[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
855[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
856[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
857[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
858[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
859[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
860[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
861[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
862[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
863[info] compiling 7 Scala sources to /build/repo/managed/jvm/target/scala-3.7.4/classes ...
864[info] [patched file /build/repo/managed/shared/src/main/scala-3/zio/managed/ZManagedVersionSpecific.scala]
865[info] [patched file /build/repo/managed/shared/src/main/scala/zio/managed/ZManaged.scala]
866[info] done compiling
867[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
868[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
869[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
870[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
871[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
872[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
873[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
874[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
875[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
876[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
877[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
878[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
879[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
880[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
881[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
882[info] compiling 2 Scala sources to /build/repo/managed/jvm/target/scala-3.7.4/classes ...
883[info] done compiling
884[info] compiling 7 Scala sources to /build/repo/managed/jvm/target/scala-3.7.4/classes ...
885[info] done compiling
886[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
887[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
888[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
889[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
890[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
891[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
892[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
893[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
894[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
895[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
896[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
897[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
898[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
899[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
900[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
901[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
902[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
903[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
904[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
905[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
906[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
907[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
908[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
909[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
910[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
911[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
912[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
913[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
914[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
915[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
916Starting build for ProjectRef(file:/build/repo/,testMagnoliaJVM) (zio-test-magnolia)... [3/14]
917[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
918[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
919[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
920[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
921[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
922[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
923[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
924[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
925[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
926[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
927[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
928[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
929Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
930[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
931[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
932[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
933[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
934[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
935[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
936[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
937[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
938[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
939[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
940[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
941[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
942[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
943[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
944[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
945[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
946[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
947[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
948[info] compiling 3 Scala sources to /build/repo/test-magnolia/.jvm/target/scala-3.7.4/classes ...
949[warn] -- [E197] Potential Issue Warning: /build/repo/test-magnolia/src/main/scala-3/zio/test/magnolia/DeriveGen.scala:37:4
950[warn] 37 | new DeriveGen[A] {
951[warn] | ^
952[warn] | New anonymous class definition will be duplicated at each inline site
953[warn] |
954[warn] | longer explanation available when compiling with `-explain`
955[warn] -- [E197] Potential Issue Warning: /build/repo/test-magnolia/src/main/scala-3/zio/test/magnolia/DeriveGen.scala:103:4
956[warn] 103 | new DeriveGen[T] {
957[warn] | ^
958[warn] | New anonymous class definition will be duplicated at each inline site
959[warn] |
960[warn] | longer explanation available when compiling with `-explain`
961[info] [patched file /build/repo/test-magnolia/src/main/scala-3/zio/test/magnolia/DeriveGen.scala]
962[info] [patched file /build/repo/test-magnolia/src/main/scala-3/zio/test/magnolia/DeriveDiff.scala]
963[warn] two warnings found
964[info] done compiling
965[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
966[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
967[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
968[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
969[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
970[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
971[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
972[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
973[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
974[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
975[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
976[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
977[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
978[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
979[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
980[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
981[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
982[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
983[info] compiling 3 Scala sources to /build/repo/test-magnolia/.jvm/target/scala-3.7.4/classes ...
984[warn] -- [E197] Potential Issue Warning: /build/repo/test-magnolia/src/main/scala-3/zio/test/magnolia/DeriveGen.scala:37:4
985[warn] 37 | new DeriveGen[A] {
986[warn] | ^
987[warn] | New anonymous class definition will be duplicated at each inline site
988[warn] |
989[warn] | longer explanation available when compiling with `-explain`
990[warn] -- [E197] Potential Issue Warning: /build/repo/test-magnolia/src/main/scala-3/zio/test/magnolia/DeriveGen.scala:103:4
991[warn] 103 | new DeriveGen[T] {
992[warn] | ^
993[warn] | New anonymous class definition will be duplicated at each inline site
994[warn] |
995[warn] | longer explanation available when compiling with `-explain`
996[warn] two warnings found
997[info] done compiling
998[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
999[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1000[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1001[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1002[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1003[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1004[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1005[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1006[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1007[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1008[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1009[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1010[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1011[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1012[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1013[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1014[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1015[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1016[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1017[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1018[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1019[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1020[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1021[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1022[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1023[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1024[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1025[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1026[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1027[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1028[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1029[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1030[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1031[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1032[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1033[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1034Starting build for ProjectRef(file:/build/repo/,streamsJVM) (zio-streams)... [4/14]
1035[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1036[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1037[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1038[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1039[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1040[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1041[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1042[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1043Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -Wconf:msg=[zio.stacktracer.TracingImplicits.disableAutoTrace]:silent, -Wconf:msg=[@nowarn annotation does not suppress any warnings]:silent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1044[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1045[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1046[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1047[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1048[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1049[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1050[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1051[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1052[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1053[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1054[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1055[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1056[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1057[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1058[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1059[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1060[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1061[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1062[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1063[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1064[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1065[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1066[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1067[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1068[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1069[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1070[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1071[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1072[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1073[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1074[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1075[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1076[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1077[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1078[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1079[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1080[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1081[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1082[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1083[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1084[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1085[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1086[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1087[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1088[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1089[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1090[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1091[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1092Starting build for ProjectRef(file:/build/repo/,testScalaCheckJVM) (zio-test-scalacheck)... [5/14]
1093[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1094[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1095[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1096[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1097[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1098[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1099[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1100[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1101[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1102[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1103[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1104[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1105Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1106[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1107[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1108[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1109[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1110[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1111[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1112[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1113[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1114[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1115[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1116[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1117[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1118[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1119[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1120[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1121[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1122[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1123[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1124[info] compiling 1 Scala source to /build/repo/test-scalacheck/.jvm/target/scala-3.7.4/classes ...
1125[info] done compiling
1126[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1127[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1128[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1129[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1130[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1131[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1132[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1133[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1134[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1135[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1136[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1137[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1138[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1139[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1140[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1141[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1142[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1143[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1144[info] compiling 1 Scala source to /build/repo/test-scalacheck/.jvm/target/scala-3.7.4/test-classes ...
1145[info] [patched file /build/repo/test-scalacheck/src/test/scala/zio/test/scalacheck/AssertionSpec.scala]
1146[info] done compiling
1147[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1148[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1149[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1150[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1151[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1152[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1153[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1154[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1155[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1156[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1157[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1158[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1159[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1160[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1161[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1162[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1163[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1164[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1165[info] compiling 1 Scala source to /build/repo/test-scalacheck/.jvm/target/scala-3.7.4/test-classes ...
1166[info] done compiling
1167[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1168[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1169[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1170[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1171[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1172[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1173[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1174[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1175[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1176[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1177[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1178[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1179[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1180[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1181[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1182[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1183[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1184[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1185Starting build for ProjectRef(file:/build/repo/,coreJVM) (zio)... [6/14]
1186[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1187[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1188[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1189[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1190[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1191[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1192Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -Wconf:msg=[zio.stacktracer.TracingImplicits.disableAutoTrace]:silent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1193[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1194[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1195[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1196[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1197[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1198[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1199[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1200[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1201[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1202[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1203[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1204[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1205[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1206[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1207[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1208[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1209[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1210[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1211[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1212[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1213[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1214[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1215[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1216[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1217[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1218[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1219[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1220[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1221[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1222[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1223[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1224[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1225[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1226[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1227[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1228[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1229Starting build for ProjectRef(file:/build/repo/,internalMacrosJVM) (zio-internal-macros)... [7/14]
1230[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1231[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1232Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1233[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1234[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1235[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1236[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1237[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1238[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1239[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1240[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1241[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1242[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1243[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1244[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1245Starting build for ProjectRef(file:/build/repo/,testsJVM) (zio-test)... [8/14]
1246[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1247[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1248[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1249[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1250[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1251[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1252[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1253[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1254[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1255[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1256Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -Wconf:msg=[zio.stacktracer.TracingImplicits.disableAutoTrace]:silent, -Wconf:msg=[@nowarn annotation does not suppress any warnings]:silent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1257[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1258[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1259[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1260[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1261[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1262[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1263[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1264[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1265[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1266[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1267[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1268[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1269[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1270[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1271[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1272[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1273[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1274[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1275[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1276[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1277[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1278[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1279[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1280[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1281[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1282[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1283[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1284[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1285[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1286[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1287[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1288[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1289[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1290[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1291[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1292[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1293[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1294[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1295[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1296[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1297[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1298[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1299[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1300[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1301[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1302[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1303[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1304[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1305[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1306[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1307[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1308[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1309[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1310[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1311[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1312[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1313[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1314[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1315[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1316[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1317Starting build for ProjectRef(file:/build/repo/,testJunitEngine) (zio-test-junit-engine)... [9/14]
1318[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1319[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1320[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1321[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1322[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1323[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1324[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1325[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1326[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1327[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1328[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1329[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1330Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1331[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1332[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1333[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1334[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1335[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1336[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1337[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1338[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1339[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1340[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1341[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1342[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1343[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1344[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1345[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1346[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1347[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1348[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1349[info] compiling 9 Scala sources to /build/repo/test-junit-engine/target/scala-3.7.4/classes ...
1350[warn] Flag -encoding set repeatedly
1351[warn] Flag -unchecked set repeatedly
1352[warn] Flag -java-output-version set repeatedly
1353[warn] Setting -language set to implicitConversions redundantly
1354[warn] Setting -language set to noAutoTupling redundantly
1355[warn] Flag -Xignore-scala2-macros set repeatedly
1356[warn] Flag -Xmax-inlines set repeatedly
1357[warn] Flag -no-indent set repeatedly
1358[info] [patched file /build/repo/test-junit-engine/src/main/scala/zio/test/junit/ZIOTestClassRunner.scala]
1359[info] [patched file /build/repo/test-junit-engine/src/main/scala/zio/test/junit/ZIOTestDescriptor.scala]
1360[info] [patched file /build/repo/test-junit-engine/src/main/scala/zio/test/junit/ReflectionUtils.scala]
1361[info] [patched file /build/repo/test-junit-engine/src/main/scala/zio/test/junit/ZIOTestClassDescriptor.scala]
1362[info] [patched file /build/repo/test-junit-engine/src/main/scala/zio/test/junit/ZIOTestClassSelectorResolver.scala]
1363[info] [patched file /build/repo/test-junit-engine/src/main/scala/zio/test/junit/ZIOSuiteTestDescriptor.scala]
1364[info] [patched file /build/repo/test-junit-engine/src/main/scala/zio/test/junit/ZIOTestSource.scala]
1365[warn] 8 warnings found
1366[info] done compiling
1367[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1368[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1369[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1370[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1371[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1372[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1373[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1374[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1375[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1376[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1377[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1378[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1379[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1380[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1381[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1382[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1383[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1384[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1385[info] compiling 9 Scala sources to /build/repo/test-junit-engine/target/scala-3.7.4/classes ...
1386[warn] Flag -encoding set repeatedly
1387[warn] Flag -unchecked set repeatedly
1388[warn] Flag -java-output-version set repeatedly
1389[warn] Setting -language set to implicitConversions redundantly
1390[warn] Setting -language set to noAutoTupling redundantly
1391[warn] Flag -Xignore-scala2-macros set repeatedly
1392[warn] Flag -Xmax-inlines set repeatedly
1393[warn] Flag -no-indent set repeatedly
1394[warn] 8 warnings found
1395[info] done compiling
1396[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1397[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1398[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1399[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1400[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1401[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1402[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1403[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1404[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1405[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1406[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1407[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1408[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1409[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1410[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1411[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1412[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1413[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1414[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1415[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1416[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1417[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1418[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1419[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1420[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1421[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1422[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1423[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1424[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1425[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1426[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1427[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1428[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1429[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1430[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1431[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1432Starting build for ProjectRef(file:/build/repo/,testRefinedJVM) (zio-test-refined)... [10/14]
1433[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1434[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1435[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1436[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1437[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1438[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1439[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1440[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1441[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1442[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1443[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1444[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1445[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1446[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1447Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1448[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1449[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1450[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1451[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1452[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1453[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1454[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1455[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1456[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1457[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1458[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1459[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1460[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1461[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1462[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1463[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1464[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1465[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1466[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1467[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1468[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1469[info] compiling 14 Scala sources to /build/repo/test-refined/.jvm/target/scala-3.7.4/classes ...
1470[info] [patched file /build/repo/test-refined/src/main/scala/zio/test/refined/StringInstances.scala]
1471[info] [patched file /build/repo/test-refined/src/main/scala/zio/test/refined/CollectionInstances.scala]
1472[info] [patched file /build/repo/test-refined/src/main/scala/zio/test/refined/NumericInstances.scala]
1473[info] done compiling
1474[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1475[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1476[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1477[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1478[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1479[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1480[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1481[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1482[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1483[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1484[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1485[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1486[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1487[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1488[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1489[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1490[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1491[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1492[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1493[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1494[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1495[info] compiling 3 Scala sources to /build/repo/test-refined/.jvm/target/scala-3.7.4/classes ...
1496[info] done compiling
1497[info] compiling 4 Scala sources to /build/repo/test-refined/.jvm/target/scala-3.7.4/classes ...
1498[info] done compiling
1499[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1500[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1501[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1502[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1503[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1504[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1505[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1506[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1507[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1508[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1509[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1510[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1511[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1512[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1513[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1514[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1515[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1516[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1517[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1518[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1519[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1520[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1521[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1522[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1523[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1524[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1525[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1526[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1527[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1528[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1529[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1530[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1531[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1532[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1533[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1534[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1535[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1536[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1537[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1538[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1539[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1540[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1541Starting build for ProjectRef(file:/build/repo/,testRunnerJVM) (zio-test-sbt)... [11/14]
1542[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1543[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1544[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1545[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1546[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1547[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1548[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1549[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1550[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1551[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1552[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1553[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1554Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -Wconf:msg=[zio.stacktracer.TracingImplicits.disableAutoTrace]:silent, -Wconf:msg=[@nowarn annotation does not suppress any warnings]:silent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1555[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1556[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1557[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1558[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1559[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1560[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1561[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1562[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1563[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1564[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1565[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1566[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1567[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1568[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1569[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1570[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1571[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1572[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1573[info] compiling 11 Scala sources to /build/repo/test-sbt/jvm/target/scala-3.7.4/classes ...
1574[info] [patched file /build/repo/test-sbt/shared/src/main/scala/zio/test/sbt/ZTestEvent.scala]
1575[info] [patched file /build/repo/test-sbt/shared/src/main/scala/zio/test/sbt/TestRunner.scala]
1576[info] [patched file /build/repo/test-sbt/shared/src/main/scala/zio/test/sbt/TestTask.scala]
1577[info] done compiling
1578[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1579[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1580[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1581[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1582[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1583[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1584[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1585[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1586[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1587[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1588[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1589[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1590[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1591[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1592[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1593[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1594[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1595[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1596[info] compiling 3 Scala sources to /build/repo/test-sbt/jvm/target/scala-3.7.4/classes ...
1597[info] done compiling
1598[info] compiling 4 Scala sources to /build/repo/test-sbt/jvm/target/scala-3.7.4/test-classes ...
1599[info] [patched file /build/repo/test-sbt/shared/src/test/scala/zio/test/sbt/FrameworkSpecInstances.scala]
1600[info] [patched file /build/repo/test-sbt/shared/src/test/scala/zio/test/sbt/ZTestFrameworkSpec.scala]
1601[info] done compiling
1602[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1603[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1604[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1605[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1606[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1607[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1608[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1609[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1610[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1611[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1612[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1613[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1614[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1615[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1616[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1617[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1618[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1619[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1620[info] compiling 2 Scala sources to /build/repo/test-sbt/jvm/target/scala-3.7.4/test-classes ...
1621[info] done compiling
1622[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1623[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1624[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1625[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1626[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1627[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1628[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1629[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1630[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1631[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1632[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1633[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1634[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1635[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1636[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1637[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1638[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1639[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1640Starting build for ProjectRef(file:/build/repo/,concurrentJVM) (zio-concurrent)... [12/14]
1641[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1642[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1643[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1644[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1645[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1646[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1647[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1648[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1649[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1650[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1651[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1652[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1653[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1654[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1655Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -Wconf:msg=[@nowarn annotation does not suppress any warnings]:silent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1656[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1657[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1658[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1659[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1660[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1661[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1662[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1663[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1664[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1665[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1666[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1667[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1668[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1669[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1670[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1671[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1672[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1673[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1674[info] compiling 7 Scala sources to /build/repo/concurrent/.jvm/target/scala-3.7.4/classes ...
1675[info] [patched file /build/repo/concurrent/src/main/scala/zio/concurrent/ConcurrentMap.scala]
1676[info] [patched file /build/repo/concurrent/src/main/scala/zio/concurrent/MVar.scala]
1677[info] done compiling
1678[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1679[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1680[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1681[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1682[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1683[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1684[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1685[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1686[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1687[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1688[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1689[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1690[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1691[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1692[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1693[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1694[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1695[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1696[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1697[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1698[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1699[info] compiling 2 Scala sources to /build/repo/concurrent/.jvm/target/scala-3.7.4/classes ...
1700[info] done compiling
1701[info] compiling 6 Scala sources to /build/repo/concurrent/.jvm/target/scala-3.7.4/test-classes ...
1702[info] [patched file /build/repo/concurrent/src/test/scala/zio/concurrent/ReentrantLockSpec.scala]
1703[info] [patched file /build/repo/concurrent/src/test/scala/zio/concurrent/ConcurrentMapSpec.scala]
1704[info] done compiling
1705[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1706[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1707[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1708[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1709[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1710[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1711[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1712[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1713[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1714[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1715[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1716[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1717[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1718[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1719[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1720[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1721[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1722[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1723[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1724[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1725[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1726[info] compiling 2 Scala sources to /build/repo/concurrent/.jvm/target/scala-3.7.4/test-classes ...
1727[info] done compiling
1728[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1729[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1730[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1731[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1732[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1733[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1734[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1735[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1736[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1737[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1738[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1739[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1740[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1741[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1742[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1743[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1744[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1745[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1746[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1747[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1748[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1749Starting build for ProjectRef(file:/build/repo/,macrosJVM) (zio-macros)... [13/14]
1750[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1751[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1752[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1753[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1754[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1755[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1756[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1757[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1758[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1759[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1760[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1761[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1762Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -Wconf:msg=[@nowarn annotation does not suppress any warnings]:silent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.4-migration
1763[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1764[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1765[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1766[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1767[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1768[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1769[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1770[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1771[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1772[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1773[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1774[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1775[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1776[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1777[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1778[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1779[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1780[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1781[info] compiling 2 Scala sources to /build/repo/macros/.jvm/target/scala-3.7.4/classes ...
1782[info] done compiling
1783[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1784[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1785[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1786[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1787[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1788[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1789[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1790[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1791[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1792[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1793[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1794[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1795[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1796[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1797[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1798[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1799[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1800[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1801[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1802[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1803[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1804[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1805[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1806[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1807[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1808[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1809[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1810[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1811[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1812[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1813[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1814[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1815[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1816[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1817[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1818[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1819[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1820[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1821[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1822[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1823[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1824[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1825[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1826[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1827[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1828[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1829[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1830[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1831[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1832[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1833[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1834[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1835[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1836[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
1837
1838************************
1839Build summary:
1840[{
1841 "module": "zio-stacktracer",
1842 "compile": {"status": "ok", "tookMs": 3678, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1843 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1844 "test-compile": {"status": "ok", "tookMs": 1591, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1845 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1846 "publish": {"status": "skipped", "tookMs": 0},
1847 "metadata": {
1848 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1849}
1850},{
1851 "module": "zio-test-junit",
1852 "compile": {"status": "ok", "tookMs": 51407, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1853 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1854 "test-compile": {"status": "ok", "tookMs": 52488, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1855 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1856 "publish": {"status": "skipped", "tookMs": 0},
1857 "metadata": {
1858 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1859}
1860},{
1861 "module": "zio-managed",
1862 "compile": {"status": "ok", "tookMs": 1324, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1863 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1864 "test-compile": {"status": "ok", "tookMs": 2256, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1865 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1866 "publish": {"status": "skipped", "tookMs": 0},
1867 "metadata": {
1868 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1869}
1870},{
1871 "module": "zio-test-magnolia",
1872 "compile": {"status": "ok", "tookMs": 857, "warnings": 2, "errors": 0, "sourceVersion": "3.4-migration"},
1873 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1874 "test-compile": {"status": "ok", "tookMs": 757, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1875 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1876 "publish": {"status": "skipped", "tookMs": 0},
1877 "metadata": {
1878 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1879}
1880},{
1881 "module": "zio-streams",
1882 "compile": {"status": "ok", "tookMs": 193, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1883 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1884 "test-compile": {"status": "ok", "tookMs": 191, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1885 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1886 "publish": {"status": "skipped", "tookMs": 0},
1887 "metadata": {
1888 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1889}
1890},{
1891 "module": "zio-test-scalacheck",
1892 "compile": {"status": "ok", "tookMs": 645, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1893 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1894 "test-compile": {"status": "ok", "tookMs": 667, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1895 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1896 "publish": {"status": "skipped", "tookMs": 0},
1897 "metadata": {
1898 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1899}
1900},{
1901 "module": "zio",
1902 "compile": {"status": "ok", "tookMs": 201, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1903 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1904 "test-compile": {"status": "ok", "tookMs": 232, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1905 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1906 "publish": {"status": "skipped", "tookMs": 0},
1907 "metadata": {
1908 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1909}
1910},{
1911 "module": "zio-internal-macros",
1912 "compile": {"status": "ok", "tookMs": 61, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1913 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1914 "test-compile": {"status": "ok", "tookMs": 102, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1915 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1916 "publish": {"status": "skipped", "tookMs": 0},
1917 "metadata": {
1918 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1919}
1920},{
1921 "module": "zio-test",
1922 "compile": {"status": "ok", "tookMs": 389, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1923 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1924 "test-compile": {"status": "ok", "tookMs": 375, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1925 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1926 "publish": {"status": "skipped", "tookMs": 0},
1927 "metadata": {
1928 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1929}
1930},{
1931 "module": "zio-test-junit-engine",
1932 "compile": {"status": "ok", "tookMs": 1336, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1933 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1934 "test-compile": {"status": "ok", "tookMs": 1154, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1935 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1936 "publish": {"status": "skipped", "tookMs": 0},
1937 "metadata": {
1938 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1939}
1940},{
1941 "module": "zio-test-refined",
1942 "compile": {"status": "ok", "tookMs": 1118, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1943 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1944 "test-compile": {"status": "ok", "tookMs": 1134, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1945 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1946 "publish": {"status": "skipped", "tookMs": 0},
1947 "metadata": {
1948 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1949}
1950},{
1951 "module": "zio-test-sbt",
1952 "compile": {"status": "ok", "tookMs": 820, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1953 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1954 "test-compile": {"status": "ok", "tookMs": 1950, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1955 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1956 "publish": {"status": "skipped", "tookMs": 0},
1957 "metadata": {
1958 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1959}
1960},{
1961 "module": "zio-concurrent",
1962 "compile": {"status": "ok", "tookMs": 907, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1963 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1964 "test-compile": {"status": "ok", "tookMs": 1889, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1965 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1966 "publish": {"status": "skipped", "tookMs": 0},
1967 "metadata": {
1968 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1969}
1970},{
1971 "module": "zio-macros",
1972 "compile": {"status": "ok", "tookMs": 798, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1973 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
1974 "test-compile": {"status": "ok", "tookMs": 315, "warnings": 0, "errors": 0, "sourceVersion": "3.4-migration"},
1975 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
1976 "publish": {"status": "skipped", "tookMs": 0},
1977 "metadata": {
1978 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
1979}
1980}]
1981************************
1982[success] Total time: 146 s (0:02:26.0), completed Dec 31, 2025, 9:33:49 PM
1983[0JChecking patch test/shared/src/main/scala/zio/test/Spec.scala...
1984Checking patch streams/shared/src/main/scala/zio/stream/ZStream.scala...
1985Checking patch streams/shared/src/main/scala/zio/stream/ZSink.scala...
1986Checking patch streams/shared/src/main/scala/zio/stream/ZChannel.scala...
1987Checking patch project/plugins.sbt...
1988Checking patch project/BuildHelper.scala...
1989Checking patch managed/shared/src/main/scala/zio/managed/ZManaged.scala...
1990Checking patch core/shared/src/main/scala/zio/ZIO.scala...
1991Checking patch core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala...
1992Checking patch build.sbt...
1993Applied patch test/shared/src/main/scala/zio/test/Spec.scala cleanly.
1994Applied patch streams/shared/src/main/scala/zio/stream/ZStream.scala cleanly.
1995Applied patch streams/shared/src/main/scala/zio/stream/ZSink.scala cleanly.
1996Applied patch streams/shared/src/main/scala/zio/stream/ZChannel.scala cleanly.
1997Applied patch project/plugins.sbt cleanly.
1998Applied patch project/BuildHelper.scala cleanly.
1999Applied patch managed/shared/src/main/scala/zio/managed/ZManaged.scala cleanly.
2000Applied patch core/shared/src/main/scala/zio/ZIO.scala cleanly.
2001Applied patch core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala cleanly.
2002Applied patch build.sbt cleanly.
2003Commit migration rewrites
2004Switched to a new branch 'opencb/migrate-source-3.4'
2005[opencb/migrate-source-3.4 dc68c67b7f2] Apply Scala compiler rewrites using -source:3.4-migration using Scala 3.7.4
2006 147 files changed, 1417 insertions(+), 1410 deletions(-)
2007Using target Scala version for migration: 3.7.4
2008Migrating project for -source:3.7 using Scala 3.7.4
2009----
2010Preparing build for 3.7.4
2011Would try to apply common scalacOption (best-effort, sbt/mill only):
2012Append: -rewrite,REQUIRE:-source:3.7-migration
2013Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
2014
2015Try apply source patch:
2016Path: core/shared/src/main/scala/zio/ZIO.scala
2017Pattern: R0 with R1 <:< R
2018Replacement: (R0 & R1) <:< R
2019WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
2020WARNING: 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)
2021WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
2022WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
2023Successfully applied pattern 'R0 with R1 <:< R' in core/shared/src/main/scala/zio/ZIO.scala
2024
2025Try apply source patch:
2026Path: core/shared/src/main/scala/zio/ZIO.scala
2027Pattern: [R1 <: R with M]
2028Replacement: [R1 <: (R & M)]
2029WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
2030WARNING: 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)
2031WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
2032WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
2033Successfully applied pattern '[R1 <: R with M]' in core/shared/src/main/scala/zio/ZIO.scala
2034
2035Try apply source patch:
2036Path: core/shared/src/main/scala/zio/ZIO.scala
2037Pattern: R1 <: R with Map[Key, Service]
2038Replacement: R1 <: (R & Map[Key, Service])
2039WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
2040WARNING: 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)
2041WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
2042WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
2043Successfully applied pattern 'R1 <: R with Map[Key, Service]' in core/shared/src/main/scala/zio/ZIO.scala
2044
2045Try apply source patch:
2046Path: streams/shared/src/main/scala/zio/stream/ZChannel.scala
2047Pattern: Env0 with Env1 <:< Env
2048Replacement: (Env0 & Env1) <:< Env
2049WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
2050WARNING: 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)
2051WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
2052WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
2053Successfully applied pattern 'Env0 with Env1 <:< Env' in streams/shared/src/main/scala/zio/stream/ZChannel.scala
2054
2055Try apply source patch:
2056Path: streams/shared/src/main/scala/zio/stream/ZStream.scala
2057Pattern: R0 with R1 <:< R
2058Replacement: (R0 & R1) <:< R
2059WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
2060WARNING: 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)
2061WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
2062WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
2063Successfully applied pattern 'R0 with R1 <:< R' in streams/shared/src/main/scala/zio/stream/ZStream.scala
2064
2065Try apply source patch:
2066Path: managed/shared/src/main/scala/zio/managed/ZManaged.scala
2067Pattern: R0 with R1 <:< R
2068Replacement: (R0 & R1) <:< R
2069WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
2070WARNING: 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)
2071WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
2072WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
2073Successfully applied pattern 'R0 with R1 <:< R' in managed/shared/src/main/scala/zio/managed/ZManaged.scala
2074
2075Try apply source patch:
2076Path: streams/shared/src/main/scala/zio/stream/ZSink.scala
2077Pattern: R0 with R1 <:< R
2078Replacement: (R0 & R1) <:< R
2079WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
2080WARNING: 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)
2081WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
2082WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
2083Successfully applied pattern 'R0 with R1 <:< R' in streams/shared/src/main/scala/zio/stream/ZSink.scala
2084
2085Try apply source patch:
2086Path: test/shared/src/main/scala/zio/test/Spec.scala
2087Pattern: TestEnvironment with R1 <:< R
2088Replacement: (TestEnvironment & R1) <:< R
2089WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
2090WARNING: 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)
2091WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
2092WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
2093Successfully applied pattern 'TestEnvironment with R1 <:< R' in test/shared/src/main/scala/zio/test/Spec.scala
2094
2095Try apply source patch:
2096Path: test/shared/src/main/scala/zio/test/Spec.scala
2097Pattern: R0 with R1 <:< R
2098Replacement: (R0 & R1) <:< R
2099WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
2100WARNING: 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)
2101WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
2102WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
2103Successfully applied pattern 'R0 with R1 <:< R' in test/shared/src/main/scala/zio/test/Spec.scala
2104
2105Try apply source patch:
2106Path: test-sbt/jvm/src/test/scala/zio/test/sbt/TestingSupport.scala
2107Pattern: ) _
2108Replacement: )
2109WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
2110WARNING: 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)
2111WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
2112WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
2113Using globing pattern test-sbt/jvm/src/test/scala/zio/test/sbt/TestingSupport.scala from /build/repo
2114
2115Try apply source patch:
2116Path: core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala
2117Pattern: parent = Symbol.spliceOwner
2118Replacement: Symbol.spliceOwner
2119WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
2120WARNING: 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)
2121WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
2122WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
2123Successfully applied pattern 'parent = Symbol.spliceOwner' in core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala
2124
2125Try apply source patch:
2126Path: project/BuildHelper.scala
2127Pattern: val Scala3: String = "3.3.7"
2128Replacement: val Scala3: String = "3.7.4"
2129WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
2130WARNING: 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)
2131WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
2132WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
2133Successfully applied pattern 'val Scala3: String = "3.3.7"' in project/BuildHelper.scala
2134----
2135Starting build for 3.7.4
2136Execute tests: false
2137sbt project found:
2138No prepare script found for project zio/zio
2139##################################
2140Scala version: 3.7.4
2141Targets: dev.zio%zio dev.zio%zio-concurrent dev.zio%zio-internal-macros dev.zio%zio-macros dev.zio%zio-managed dev.zio%zio-stacktracer dev.zio%zio-streams dev.zio%zio-test dev.zio%zio-test-junit dev.zio%zio-test-junit-engine dev.zio%zio-test-magnolia dev.zio%zio-test-refined dev.zio%zio-test-sbt dev.zio%zio-test-scalacheck
2142Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"[R1 <: R with M]","replaceWith":"[R1 <: (R & M)]"},{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"R1 <: R with Map[Key, Service]","replaceWith":"R1 <: (R & Map[Key, Service])"},{"path":"streams/shared/src/main/scala/zio/stream/ZChannel.scala","pattern":"Env0 with Env1 <:< Env","replaceWith":"(Env0 & Env1) <:< Env"},{"path":"streams/shared/src/main/scala/zio/stream/ZStream.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"managed/shared/src/main/scala/zio/managed/ZManaged.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"streams/shared/src/main/scala/zio/stream/ZSink.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"test/shared/src/main/scala/zio/test/Spec.scala","pattern":"TestEnvironment with R1 <:< R","replaceWith":"(TestEnvironment & R1) <:< R"},{"path":"test/shared/src/main/scala/zio/test/Spec.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"test-sbt/jvm/src/test/scala/zio/test/sbt/TestingSupport.scala","pattern":") _\n","replaceWith":")\n"},{"path":"core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala","pattern":"parent = Symbol.spliceOwner","replaceWith":"Symbol.spliceOwner"},{"path":"project/BuildHelper.scala","pattern":"val Scala3: String = \"3.3.7\"","replaceWith":"val Scala3: String = \"<SCALA_VERSION>\""}]}
2143##################################
2144Using extra scalacOptions: -rewrite,REQUIRE:-source:3.7-migration
2145Filtering out scalacOptions: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
2146[sbt_options] declare -a sbt_options=()
2147[process_args] java_version = '25'
2148[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25/rt.jar'
2149# Executing command line:
2150java
2151-Dcats.effect.stackTracingMode=full
2152-Dfile.encoding=UTF8
2153-Xms256M
2154-Xmx6G
2155-XX:+UseG1GC
2156-Dcommunitybuild.scala=3.7.4
2157-Dcommunitybuild.project.dependencies.add=
2158-Xmx7G
2159-Xms4G
2160-Xss8M
2161-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
2162-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25
2163-jar
2164/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
2165"setCrossScalaVersions 3.7.4"
2166"++3.7.4 -v"
2167"mapScalacOptions "-rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s" "-indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
2168"set every credentials := Nil"
2169"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
2170"removeScalacOptionsStartingWith -P:wartremover"
2171
2172moduleMappings
2173"runBuild 3.7.4 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"[R1 <: R with M]","replaceWith":"[R1 <: (R & M)]"},{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"R1 <: R with Map[Key, Service]","replaceWith":"R1 <: (R & Map[Key, Service])"},{"path":"streams/shared/src/main/scala/zio/stream/ZChannel.scala","pattern":"Env0 with Env1 <:< Env","replaceWith":"(Env0 & Env1) <:< Env"},{"path":"streams/shared/src/main/scala/zio/stream/ZStream.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"managed/shared/src/main/scala/zio/managed/ZManaged.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"streams/shared/src/main/scala/zio/stream/ZSink.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"test/shared/src/main/scala/zio/test/Spec.scala","pattern":"TestEnvironment with R1 <:< R","replaceWith":"(TestEnvironment & R1) <:< R"},{"path":"test/shared/src/main/scala/zio/test/Spec.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"test-sbt/jvm/src/test/scala/zio/test/sbt/TestingSupport.scala","pattern":") _\n","replaceWith":")\n"},{"path":"core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala","pattern":"parent = Symbol.spliceOwner","replaceWith":"Symbol.spliceOwner"},{"path":"project/BuildHelper.scala","pattern":"val Scala3: String = \"3.3.7\"","replaceWith":"val Scala3: String = \"<SCALA_VERSION>\""}]}""" dev.zio%zio dev.zio%zio-concurrent dev.zio%zio-internal-macros dev.zio%zio-macros dev.zio%zio-managed dev.zio%zio-stacktracer dev.zio%zio-streams dev.zio%zio-test dev.zio%zio-test-junit dev.zio%zio-test-junit-engine dev.zio%zio-test-magnolia dev.zio%zio-test-refined dev.zio%zio-test-sbt dev.zio%zio-test-scalacheck"
2174
2175WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
2176WARNING: 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.7/zero-allocation-hashing-0.16.jar)
2177WARNING: Please consider reporting this to the maintainers of class net.openhft.hashing.UnsafeAccess
2178WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
2179WARNING: A restricted method in java.lang.System has been called
2180WARNING: 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.7/jna-5.12.0.jar)
2181WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
2182WARNING: Restricted methods will be blocked in a future release unless native access is enabled
2183
2184[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 25)
2185[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
2186[info] loading project definition from /build/repo/project
2187[info] loading settings for project root from build.sbt...
2188[info] resolving key references (106551 settings) ...
2189[info] ________ ___
2190[info] |__ /_ _/ _ \
2191[info] / / | | | | |
2192[info] / /_ | | |_| |
2193[info] /____|___\___/ 2.1.24+1-dc68c67b+20251231-2134-SNAPSHOT
2194[info]
2195[info] Useful sbt tasks:
2196[info] > build - Prepares sources, compiles and runs tests.
2197[info] > fmt - Formats source files using scalafmt
2198[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
2199[info] > testJVM - Runs all JVM tests
2200[info] > testJS - Runs all ScalaJS tests
2201[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
2202[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
2203[info]
2204Execute setCrossScalaVersions: 3.7.4
2205OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in concurrentNative/crossScalaVersions
2206OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in streamsNative/crossScalaVersions
2207OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in stacktracerJVM/crossScalaVersions
2208OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in benchmarks/crossScalaVersions
2209OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testMagnoliaTestsJVM/crossScalaVersions
2210OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in macrosTestsNative/crossScalaVersions
2211OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in managedNative/crossScalaVersions
2212OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in managedJVM/crossScalaVersions
2213OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in streamsTestsJVM/crossScalaVersions
2214OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in macrosNative/crossScalaVersions
2215OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testRefinedJVM/crossScalaVersions
2216OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in concurrentJS/crossScalaVersions
2217OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testTestsNative/crossScalaVersions
2218OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in managedTestsJS/crossScalaVersions
2219OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreJVM/crossScalaVersions
2220OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testTestsJVM/crossScalaVersions
2221OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesJVM/crossScalaVersions
2222OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testMagnoliaTestsJS/crossScalaVersions
2223OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testRefinedJS/crossScalaVersions
2224OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in streamsJVM/crossScalaVersions
2225OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in internalMacrosJS/crossScalaVersions
2226OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in internalMacrosNative/crossScalaVersions
2227OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreTestsJVM/crossScalaVersions
2228OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testMagnoliaJVM/crossScalaVersions
2229OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in stacktracerJS/crossScalaVersions
2230OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in macrosTestsJS/crossScalaVersions
2231OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testJunitEngineTests/crossScalaVersions
2232OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testScalaCheckJS/crossScalaVersions
2233OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesJS/crossScalaVersions
2234OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testTestsJS/crossScalaVersions
2235OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testScalaCheckNative/crossScalaVersions
2236OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in managedJS/crossScalaVersions
2237OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in concurrentJVM/crossScalaVersions
2238OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testJunitRunnerTests/crossScalaVersions
2239OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in streamsTestsNative/crossScalaVersions
2240OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testMagnoliaJS/crossScalaVersions
2241OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in streamsJS/crossScalaVersions
2242OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testJunitEngine/crossScalaVersions
2243OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in macrosTestsJVM/crossScalaVersions
2244OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in streamsTestsJS/crossScalaVersions
2245OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreTestsNative/crossScalaVersions
2246OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testsJS/crossScalaVersions
2247OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreJS/crossScalaVersions
2248OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testsJVM/crossScalaVersions
2249OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testsNative/crossScalaVersions
2250OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreTestsJS/crossScalaVersions
2251OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in managedTestsJVM/crossScalaVersions
2252OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testRunnerJVM/crossScalaVersions
2253OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in coreNative/crossScalaVersions
2254OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in examplesNative/crossScalaVersions
2255OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testJunitRunner/crossScalaVersions
2256OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in managedTestsNative/crossScalaVersions
2257OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testRunnerNative/crossScalaVersions
2258OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testRunnerJS/crossScalaVersions
2259OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in testScalaCheckJVM/crossScalaVersions
2260OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in internalMacrosJVM/crossScalaVersions
2261OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in macrosJS/crossScalaVersions
2262OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in stacktracerNative/crossScalaVersions
2263OpenCB::Changing crossVersion 3.7.4 -> 3.7.4 in macrosJVM/crossScalaVersions
2264[info] ________ ___
2265[info] |__ /_ _/ _ \
2266[info] / / | | | | |
2267[info] / /_ | | |_| |
2268[info] /____|___\___/ 2.1.24+1-dc68c67b+20251231-2134-SNAPSHOT
2269[info]
2270[info] Useful sbt tasks:
2271[info] > build - Prepares sources, compiles and runs tests.
2272[info] > fmt - Formats source files using scalafmt
2273[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
2274[info] > testJVM - Runs all JVM tests
2275[info] > testJS - Runs all ScalaJS tests
2276[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
2277[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
2278[info]
2279[info] Setting Scala version to 3.7.4 on 59 projects.
2280[info] Switching Scala version on:
2281[info] streamsTestsJVM (2.12.21, 2.13.18, 3.7.4)
2282[info] stacktracerNative (2.12.21, 2.13.18, 3.7.4)
2283[info] testScalaCheckNative (2.12.21, 2.13.18, 3.7.4)
2284[info] macrosTestsJVM (2.12.21, 2.13.18, 3.7.4)
2285[info] concurrentJS (2.12.21, 2.13.18, 3.7.4)
2286[info] testJunitEngineTests (2.12.21, 2.13.18, 3.7.4)
2287[info] benchmarks (2.12.21, 2.13.18, 3.7.4)
2288[info] examplesNative (2.12.21, 2.13.18, 3.7.4)
2289[info] streamsJS (2.12.21, 2.13.18, 3.7.4)
2290[info] macrosJVM (2.12.21, 2.13.18, 3.7.4)
2291[info] testRunnerJS (2.12.21, 2.13.18, 3.7.4)
2292[info] coreTestsJS (2.12.21, 2.13.18, 3.7.4)
2293[info] concurrentJVM (2.12.21, 2.13.18, 3.7.4)
2294[info] managedNative (2.12.21, 2.13.18, 3.7.4)
2295[info] coreNative (2.12.21, 2.13.18, 3.7.4)
2296[info] managedJVM (2.12.21, 2.13.18, 3.7.4)
2297[info] internalMacrosJS (2.12.21, 2.13.18, 3.7.4)
2298[info] macrosNative (2.12.21, 2.13.18, 3.7.4)
2299[info] testTestsNative (2.12.21, 2.13.18, 3.7.4)
2300[info] managedTestsJVM (2.12.21, 2.13.18, 3.7.4)
2301[info] streamsJVM (2.12.21, 2.13.18, 3.7.4)
2302[info] macrosTestsNative (2.12.21, 2.13.18, 3.7.4)
2303[info] testRefinedJS (2.12.21, 2.13.18, 3.7.4)
2304[info] testScalaCheckJS (2.12.21, 2.13.18, 3.7.4)
2305[info] macrosTestsJS (2.12.21, 2.13.18, 3.7.4)
2306[info] coreJS (2.12.21, 2.13.18, 3.7.4)
2307[info] testMagnoliaJVM (2.12.21, 2.13.18, 3.7.4)
2308[info] examplesJS (2.12.21, 2.13.18, 3.7.4)
2309[info] internalMacrosJVM (2.12.21, 2.13.18, 3.7.4)
2310[info] testRefinedJVM (2.12.21, 2.13.18, 3.7.4)
2311[info] testRunnerJVM (2.12.21, 2.13.18, 3.7.4)
2312[info] streamsTestsJS (2.12.21, 2.13.18, 3.7.4)
2313[info] macrosJS (2.12.21, 2.13.18, 3.7.4)
2314[info] stacktracerJS (2.12.21, 2.13.18, 3.7.4)
2315[info] managedTestsJS (2.12.21, 2.13.18, 3.7.4)
2316[info] coreTestsJVM (2.12.21, 2.13.18, 3.7.4)
2317[info] testJunitRunnerTests (2.12.21, 2.13.18, 3.7.4)
2318[info] concurrentNative (2.12.21, 2.13.18, 3.7.4)
2319[info] coreJVM (2.12.21, 2.13.18, 3.7.4)
2320[info] testRunnerNative (2.12.21, 2.13.18, 3.7.4)
2321[info] testsJS (2.12.21, 2.13.18, 3.7.4)
2322[info] stacktracerJVM (2.12.21, 2.13.18, 3.7.4)
2323[info] examplesJVM (2.12.21, 2.13.18, 3.7.4)
2324[info] testTestsJVM (2.12.21, 2.13.18, 3.7.4)
2325[info] streamsTestsNative (2.12.21, 2.13.18, 3.7.4)
2326[info] managedTestsNative (2.12.21, 2.13.18, 3.7.4)
2327[info] testMagnoliaTestsJS (2.12.21, 2.13.18, 3.7.4)
2328[info] streamsNative (2.12.21, 2.13.18, 3.7.4)
2329[info] testTestsJS (2.12.21, 2.13.18, 3.7.4)
2330[info] testMagnoliaJS (2.12.21, 2.13.18, 3.7.4)
2331[info] testsJVM (2.12.21, 2.13.18, 3.7.4)
2332[info] testJunitRunner (2.12.21, 2.13.18, 3.7.4)
2333[info] testJunitEngine (2.12.21, 2.13.18, 3.7.4)
2334[info] internalMacrosNative (2.12.21, 2.13.18, 3.7.4)
2335[info] coreTestsNative (2.12.21, 2.13.18, 3.7.4)
2336[info] testMagnoliaTestsJVM (2.12.21, 2.13.18, 3.7.4)
2337[info] managedJS (2.12.21, 2.13.18, 3.7.4)
2338[info] testScalaCheckJVM (2.12.21, 2.13.18, 3.7.4)
2339[info] testsNative (2.12.21, 2.13.18, 3.7.4)
2340[info] Excluding projects:
2341[info] rootJVM213 (2.13.18)
2342[info] rootJVM3 (2.13.18)
2343[info] scalafixRules (2.13.18)
2344[info] * root (2.13.18)
2345[info] rootJS (2.13.18)
2346[info] docs (2.13.18)
2347[info] scalafixOutput (2.13.18)
2348[info] root3 (2.13.18)
2349[info] scalafixTests (2.13.18)
2350[info] root213 (2.13.18)
2351[info] jsdocs (2.13.18)
2352[info] rootJVM (2.13.18)
2353[info] scalafixInput (2.13.18)
2354[info] rootNative (2.13.18)
2355[info] rootJVM212 (2.13.18)
2356[info] root212 (2.13.18)
2357[info] docs_make_zio_app_configurable (2.13.18)
2358[info] Reapplying settings...
2359[info] ________ ___
2360[info] |__ /_ _/ _ \
2361[info] / / | | | | |
2362[info] / /_ | | |_| |
2363[info] /____|___\___/ 2.1.24+1-dc68c67b+20251231-2134-SNAPSHOT
2364[info]
2365[info] Useful sbt tasks:
2366[info] > build - Prepares sources, compiles and runs tests.
2367[info] > fmt - Formats source files using scalafmt
2368[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
2369[info] > testJVM - Runs all JVM tests
2370[info] > testJS - Runs all ScalaJS tests
2371[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
2372[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
2373[info]
2374Execute mapScalacOptions: -rewrite,REQUIRE:-source:3.7-migration,-Wconf:msg=can be rewritten automatically under:s -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
2375[info] Reapplying settings...
2376[info] ________ ___
2377[info] |__ /_ _/ _ \
2378[info] / / | | | | |
2379[info] / /_ | | |_| |
2380[info] /____|___\___/ 2.1.24+1-dc68c67b+20251231-2134-SNAPSHOT
2381[info]
2382[info] Useful sbt tasks:
2383[info] > build - Prepares sources, compiles and runs tests.
2384[info] > fmt - Formats source files using scalafmt
2385[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
2386[info] > testJVM - Runs all JVM tests
2387[info] > testJS - Runs all ScalaJS tests
2388[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
2389[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
2390[info]
2391[info] Defining Global / credentials, benchmarks / credentials and 74 others.
2392[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 608 others.
2393[info] Run `last` for details.
2394[info] Reapplying settings...
2395[info] ________ ___
2396[info] |__ /_ _/ _ \
2397[info] / / | | | | |
2398[info] / /_ | | |_| |
2399[info] /____|___\___/ 2.1.24+1-dc68c67b+20251231-2134-SNAPSHOT
2400[info]
2401[info] Useful sbt tasks:
2402[info] > build - Prepares sources, compiles and runs tests.
2403[info] > fmt - Formats source files using scalafmt
2404[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
2405[info] > testJVM - Runs all JVM tests
2406[info] > testJS - Runs all ScalaJS tests
2407[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
2408[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
2409[info]
2410Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
2411[info] Reapplying settings...
2412OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
2413
2414 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
2415 Did you mean coreTestsJS / allExcludeDependencies ?
2416 , retry without global scopes
2417[info] Reapplying settings...
2418[info] ________ ___
2419[info] |__ /_ _/ _ \
2420[info] / / | | | | |
2421[info] / /_ | | |_| |
2422[info] /____|___\___/ 2.1.24+1-dc68c67b+20251231-2134-SNAPSHOT
2423[info]
2424[info] Useful sbt tasks:
2425[info] > build - Prepares sources, compiles and runs tests.
2426[info] > fmt - Formats source files using scalafmt
2427[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
2428[info] > testJVM - Runs all JVM tests
2429[info] > testJS - Runs all ScalaJS tests
2430[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
2431[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
2432[info]
2433Execute removeScalacOptionsStartingWith: -P:wartremover
2434[info] Reapplying settings...
2435[info] ________ ___
2436[info] |__ /_ _/ _ \
2437[info] / / | | | | |
2438[info] / /_ | | |_| |
2439[info] /____|___\___/ 2.1.24+1-dc68c67b+20251231-2135-SNAPSHOT
2440[info]
2441[info] Useful sbt tasks:
2442[info] > build - Prepares sources, compiles and runs tests.
2443[info] > fmt - Formats source files using scalafmt
2444[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
2445[info] > testJVM - Runs all JVM tests
2446[info] > testJS - Runs all ScalaJS tests
2447[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
2448[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
2449[info]
2450[success] Total time: 0 s, completed Dec 31, 2025, 9:35:06 PM
2451Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"[R1 <: R with M]","replaceWith":"[R1 <: (R & M)]"},{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"R1 <: R with Map[Key, Service]","replaceWith":"R1 <: (R & Map[Key, Service])"},{"path":"streams/shared/src/main/scala/zio/stream/ZChannel.scala","pattern":"Env0 with Env1 <:< Env","replaceWith":"(Env0 & Env1) <:< Env"},{"path":"streams/shared/src/main/scala/zio/stream/ZStream.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"managed/shared/src/main/scala/zio/managed/ZManaged.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"streams/shared/src/main/scala/zio/stream/ZSink.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"test/shared/src/main/scala/zio/test/Spec.scala","pattern":"TestEnvironment with R1 <:< R","replaceWith":"(TestEnvironment & R1) <:< R"},{"path":"test/shared/src/main/scala/zio/test/Spec.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"test-sbt/jvm/src/test/scala/zio/test/sbt/TestingSupport.scala","pattern":") _\n","replaceWith":")\n"},{"path":"core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala","pattern":"parent = Symbol.spliceOwner","replaceWith":"Symbol.spliceOwner"},{"path":"project/BuildHelper.scala","pattern":"val Scala3: String = \"3.3.7\"","replaceWith":"val Scala3: String = \"<SCALA_VERSION>\""}]}
2452Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly,List()))
2453Starting build...
2454Projects: Set(macrosJVM, concurrentJVM, managedJVM, streamsJVM, testMagnoliaJVM, internalMacrosJVM, testRefinedJVM, testRunnerJVM, coreJVM, stacktracerJVM, testsJVM, testJunitRunner, testJunitEngine, testScalaCheckJVM)
2455Starting build for ProjectRef(file:/build/repo/,stacktracerJVM) (zio-stacktracer)... [0/14]
2456OpenCB::Exclude Scala3 specific scalacOption `-rewrite` in Scala 2.12.20 module Global
2457OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.7-migration` in Scala 2.12.20 module Global
2458[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2459[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2460OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
2461OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
2462Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
2463[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2464[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2465[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2466[info] compiling 7 Scala sources to /build/repo/stacktracer/.jvm/target/scala-3.7.4/classes ...
2467[info] done compiling
2468[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2469[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2470[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2471[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2472[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2473[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2474[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2475[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2476[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2477Starting build for ProjectRef(file:/build/repo/,testJunitRunner) (zio-test-junit)... [1/14]
2478[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2479[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2480[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2481[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2482[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2483[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2484[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2485[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2486[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2487[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2488[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2489[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2490Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
2491[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2492[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2493[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2494[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2495[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2496[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2497[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2498[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2499[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2500[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2501[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2502[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2503[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2504[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2505[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2506[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2507[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2508[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2509[info] compiling 2 Scala sources to /build/repo/internal-macros/.jvm/target/scala-3.7.4/classes ...
2510[info] done compiling
2511[info] compiling 203 Scala sources and 1 Java source to /build/repo/core/jvm/target/scala-3.7.4/classes ...
2512[info] [patched file /build/repo/core/shared/src/main/scala/zio/Promise.scala]
2513[info] [patched file /build/repo/core/shared/src/main/scala/zio/Semaphore.scala]
2514[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZLogger.scala]
2515[info] [patched file /build/repo/core/shared/src/main/scala/zio/Ref.scala]
2516[info] [patched file /build/repo/core/shared/src/main/scala/zio/Fiber.scala]
2517[info] [patched file /build/repo/core/shared/src/main/scala/zio/Queue.scala]
2518[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZIO.scala]
2519[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TPriorityQueue.scala]
2520[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/FiberRuntime.scala]
2521[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TReentrantLock.scala]
2522[info] [patched file /build/repo/core/shared/src/main/scala/zio/Random.scala]
2523[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZKeyedPool.scala]
2524[info] [patched file /build/repo/core/shared/src/main/scala/zio/Console.scala]
2525[info] [patched file /build/repo/core/jvm/src/main/scala/zio/metrics/jvm/MemoryAllocation.scala]
2526[info] [patched file /build/repo/core/shared/src/main/scala-2.13+/zio/ChunkFactory.scala]
2527[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/WeakConcurrentBag.scala]
2528[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TRef.scala]
2529[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TSemaphore.scala]
2530[info] [patched file /build/repo/core/shared/src/main/scala/zio/FiberFailure.scala]
2531[info] [patched file /build/repo/core/shared/src/main/scala/zio/Supervisor.scala]
2532[info] [patched file /build/repo/core/shared/src/main/scala/zio/System.scala]
2533[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/StackTraceBuilder.scala]
2534[info] [patched file /build/repo/core/shared/src/main/scala/zio/CancelableFuture.scala]
2535[info] [patched file /build/repo/core/shared/src/main/scala/zio/Scope.scala]
2536[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TArray.scala]
2537[info] [patched file /build/repo/core/shared/src/main/scala/zio/FiberRef.scala]
2538[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/internal/metrics/ConcurrentMetricHooksPlatformSpecific.scala]
2539[info] [patched file /build/repo/core/shared/src/main/scala/zio/Clock.scala]
2540[info] [patched file /build/repo/core/shared/src/main/scala/zio/FiberId.scala]
2541[info] [patched file /build/repo/core/shared/src/main/scala/zio/Runtime.scala]
2542[info] [patched file /build/repo/core/shared/src/main/scala/zio/Chunk.scala]
2543[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TPromise.scala]
2544[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZIOApp.scala]
2545[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZEnvironment.scala]
2546[info] [patched file /build/repo/core/jvm/src/main/scala/zio/metrics/jvm/Standard.scala]
2547[info] [patched file /build/repo/core/shared/src/main/scala/zio/FutureTransformCompat.scala]
2548[info] [patched file /build/repo/core/shared/src/main/scala/zio/Hub.scala]
2549[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/ZSTM.scala]
2550[info] [patched file /build/repo/core/shared/src/main/scala/zio/Cause.scala]
2551[info] [patched file /build/repo/core/shared/src/main/scala/zio/ThreadLocalBridge.scala]
2552[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TMap.scala]
2553[info] [patched file /build/repo/core/shared/src/main/scala/zio/Executor.scala]
2554[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TSet.scala]
2555[info] [patched file /build/repo/core/shared/src/main/scala/zio/Schedule.scala]
2556[info] [patched file /build/repo/core/shared/src/main/scala/zio/DefaultServices.scala]
2557[info] [patched file /build/repo/core/shared/src/main/scala/zio/LogSpan.scala]
2558[info] [patched file /build/repo/core/shared/src/main/scala/zio/metrics/Metric.scala]
2559[info] [patched file /build/repo/core/shared/src/main/scala-3/zio/internal/macros/LayerMacroUtils.scala]
2560[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZLayer.scala]
2561[info] [patched file /build/repo/core/shared/src/main/scala/zio/Promise.scala]
2562[info] [patched file /build/repo/core/shared/src/main/scala/zio/Semaphore.scala]
2563[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZLogger.scala]
2564[info] [patched file /build/repo/core/shared/src/main/scala/zio/Ref.scala]
2565[info] [patched file /build/repo/core/shared/src/main/scala/zio/Fiber.scala]
2566[info] [patched file /build/repo/core/shared/src/main/scala/zio/Queue.scala]
2567[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZIO.scala]
2568[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TPriorityQueue.scala]
2569[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/FiberRuntime.scala]
2570[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TReentrantLock.scala]
2571[info] [patched file /build/repo/core/shared/src/main/scala/zio/Random.scala]
2572[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZKeyedPool.scala]
2573[info] [patched file /build/repo/core/shared/src/main/scala/zio/Console.scala]
2574[info] [patched file /build/repo/core/jvm/src/main/scala/zio/metrics/jvm/MemoryAllocation.scala]
2575[info] [patched file /build/repo/core/shared/src/main/scala-2.13+/zio/ChunkFactory.scala]
2576[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/WeakConcurrentBag.scala]
2577[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TRef.scala]
2578[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TSemaphore.scala]
2579[info] [patched file /build/repo/core/shared/src/main/scala/zio/FiberFailure.scala]
2580[info] [patched file /build/repo/core/shared/src/main/scala/zio/Supervisor.scala]
2581[info] [patched file /build/repo/core/shared/src/main/scala/zio/System.scala]
2582[info] [patched file /build/repo/core/shared/src/main/scala/zio/internal/StackTraceBuilder.scala]
2583[info] [patched file /build/repo/core/shared/src/main/scala/zio/CancelableFuture.scala]
2584[info] [patched file /build/repo/core/shared/src/main/scala/zio/Scope.scala]
2585[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TArray.scala]
2586[info] [patched file /build/repo/core/shared/src/main/scala/zio/FiberRef.scala]
2587[info] [patched file /build/repo/core/jvm-native/src/main/scala/zio/internal/metrics/ConcurrentMetricHooksPlatformSpecific.scala]
2588[info] [patched file /build/repo/core/shared/src/main/scala/zio/Clock.scala]
2589[info] [patched file /build/repo/core/shared/src/main/scala/zio/FiberId.scala]
2590[info] [patched file /build/repo/core/shared/src/main/scala/zio/Runtime.scala]
2591[info] [patched file /build/repo/core/shared/src/main/scala/zio/Chunk.scala]
2592[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TPromise.scala]
2593[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZIOApp.scala]
2594[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZEnvironment.scala]
2595[info] [patched file /build/repo/core/jvm/src/main/scala/zio/metrics/jvm/Standard.scala]
2596[info] [patched file /build/repo/core/shared/src/main/scala/zio/FutureTransformCompat.scala]
2597[info] [patched file /build/repo/core/shared/src/main/scala/zio/Hub.scala]
2598[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/ZSTM.scala]
2599[info] [patched file /build/repo/core/shared/src/main/scala/zio/Cause.scala]
2600[info] [patched file /build/repo/core/shared/src/main/scala/zio/ThreadLocalBridge.scala]
2601[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TMap.scala]
2602[info] [patched file /build/repo/core/shared/src/main/scala/zio/Executor.scala]
2603[info] [patched file /build/repo/core/shared/src/main/scala/zio/stm/TSet.scala]
2604[info] [patched file /build/repo/core/shared/src/main/scala/zio/Schedule.scala]
2605[info] [patched file /build/repo/core/shared/src/main/scala/zio/DefaultServices.scala]
2606[info] [patched file /build/repo/core/shared/src/main/scala/zio/LogSpan.scala]
2607[info] [patched file /build/repo/core/shared/src/main/scala/zio/metrics/Metric.scala]
2608[info] [patched file /build/repo/core/shared/src/main/scala-3/zio/internal/macros/LayerMacroUtils.scala]
2609[info] [patched file /build/repo/core/shared/src/main/scala/zio/ZLayer.scala]
2610[info] done compiling
2611[info] compiling 25 Scala sources to /build/repo/streams/jvm/target/scala-3.7.4/classes ...
2612[info] [patched file /build/repo/streams/shared/src/main/scala/zio/stream/ZPipeline.scala]
2613[info] [patched file /build/repo/streams/jvm/src/main/scala/zio/stream/platform.scala]
2614[info] [patched file /build/repo/streams/shared/src/main/scala/zio/stream/internal/ChannelExecutor.scala]
2615[info] [patched file /build/repo/streams/shared/src/main/scala/zio/stream/ZStream.scala]
2616[info] [patched file /build/repo/streams/shared/src/main/scala/zio/stream/internal/ZInputStream.scala]
2617[info] [patched file /build/repo/streams/shared/src/main/scala/zio/stream/ZChannel.scala]
2618[info] [patched file /build/repo/streams/shared/src/main/scala/zio/stream/internal/ZReader.scala]
2619[info] done compiling
2620[info] compiling 106 Scala sources to /build/repo/test/jvm/target/scala-3.7.4/classes ...
2621[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/package.scala]
2622[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/poly/GenOrderingPoly.scala]
2623[info] [patched file /build/repo/test/shared/src/main/scala-3/zio/test/Macros.scala]
2624[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/TestSystem.scala]
2625[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/TestExecutor.scala]
2626[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/TimeoutVariants.scala]
2627[info] [patched file /build/repo/test/jvm-native/src/main/scala/zio/test/TestClockPlatformSpecific.scala]
2628[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/TestClock.scala]
2629[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/Gen.scala]
2630[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/TestRandom.scala]
2631[info] [patched file /build/repo/test/jvm-native/src/main/scala/zio/test/TestDebug.scala]
2632[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/TestConsole.scala]
2633[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/TestReporters.scala]
2634[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/render/TestRenderer.scala]
2635[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/Sized.scala]
2636[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/Fun.scala]
2637[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/TestAspect.scala]
2638[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/TestServices.scala]
2639[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/Assertion.scala]
2640[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/Annotations.scala]
2641[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/Spec.scala]
2642[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/SuiteId.scala]
2643[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/ExecutionEventSink.scala]
2644[info] [patched file /build/repo/test/shared/src/main/scala/zio/test/TestConfig.scala]
2645[info] done compiling
2646[info] compiling 1 Scala source to /build/repo/test-junit/target/scala-3.7.4/classes ...
2647[warn] Flag -encoding set repeatedly
2648[warn] Flag -unchecked set repeatedly
2649[warn] Flag -java-output-version set repeatedly
2650[warn] Setting -language set to implicitConversions redundantly
2651[warn] Setting -language set to noAutoTupling redundantly
2652[warn] Flag -Xignore-scala2-macros set repeatedly
2653[warn] Flag -Xmax-inlines set repeatedly
2654[warn] Flag -no-indent set repeatedly
2655[info] [patched file /build/repo/test-junit/src/main/scala/zio/test/junit/ZTestJUnitRunner.scala]
2656[warn] 8 warnings found
2657[info] done compiling
2658[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2659[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2660[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2661[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2662[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2663[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2664[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2665[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2666[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2667[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2668[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2669[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2670[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2671[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2672[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2673[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2674[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2675[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2676[info] compiling 49 Scala sources to /build/repo/core/jvm/target/scala-3.7.4/classes ...
2677[info] done compiling
2678[info] compiling 52 Scala sources to /build/repo/core/jvm/target/scala-3.7.4/classes ...
2679[info] done compiling
2680[info] compiling 90 Scala sources to /build/repo/core/jvm/target/scala-3.7.4/classes ...
2681[info] done compiling
2682[info] compiling 7 Scala sources to /build/repo/streams/jvm/target/scala-3.7.4/classes ...
2683[info] done compiling
2684[info] compiling 7 Scala sources to /build/repo/streams/jvm/target/scala-3.7.4/classes ...
2685[info] done compiling
2686[info] compiling 36 Scala sources to /build/repo/test/jvm/target/scala-3.7.4/classes ...
2687[info] done compiling
2688[info] compiling 32 Scala sources to /build/repo/test/jvm/target/scala-3.7.4/classes ...
2689[info] done compiling
2690[info] compiling 36 Scala sources to /build/repo/test/jvm/target/scala-3.7.4/classes ...
2691[info] done compiling
2692[info] compiling 106 Scala sources to /build/repo/test/jvm/target/scala-3.7.4/classes ...
2693[info] done compiling
2694[info] compiling 1 Scala source to /build/repo/test-junit/target/scala-3.7.4/classes ...
2695[warn] Flag -encoding set repeatedly
2696[warn] Flag -unchecked set repeatedly
2697[warn] Flag -java-output-version set repeatedly
2698[warn] Setting -language set to implicitConversions redundantly
2699[warn] Setting -language set to noAutoTupling redundantly
2700[warn] Flag -Xignore-scala2-macros set repeatedly
2701[warn] Flag -Xmax-inlines set repeatedly
2702[warn] Flag -no-indent set repeatedly
2703[warn] 8 warnings found
2704[info] done compiling
2705[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2706[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2707[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2708[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2709[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2710[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2711[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2712[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2713[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2714[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2715[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2716[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2717[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2718[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2719[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2720[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2721[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2722[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2723[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2724[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2725[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2726[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2727[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2728[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2729[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2730[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2731[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2732[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2733[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2734[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2735[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2736[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2737[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2738[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2739[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2740[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2741Starting build for ProjectRef(file:/build/repo/,managedJVM) (zio-managed)... [2/14]
2742[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2743[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2744[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2745[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2746[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2747[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2748[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2749[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2750[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2751[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2752Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -Wconf:msg=[zio.stacktracer.TracingImplicits.disableAutoTrace]:silent, -Wconf:msg=[@nowarn annotation does not suppress any warnings]:silent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
2753[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2754[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2755[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2756[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2757[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2758[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2759[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2760[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2761[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2762[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2763[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2764[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2765[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2766[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2767[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2768[info] compiling 7 Scala sources to /build/repo/managed/jvm/target/scala-3.7.4/classes ...
2769[info] [patched file /build/repo/managed/shared/src/main/scala/zio/managed/ZManaged.scala]
2770[info] done compiling
2771[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2772[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2773[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2774[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2775[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2776[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2777[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2778[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2779[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2780[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2781[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2782[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2783[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2784[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2785[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2786[info] compiling 1 Scala source to /build/repo/managed/jvm/target/scala-3.7.4/classes ...
2787[info] done compiling
2788[info] compiling 1 Scala source to /build/repo/managed/jvm/target/scala-3.7.4/classes ...
2789[info] done compiling
2790[info] compiling 7 Scala sources to /build/repo/managed/jvm/target/scala-3.7.4/classes ...
2791[info] done compiling
2792[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2793[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2794[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2795[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2796[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2797[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2798[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2799[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2800[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2801[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2802[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2803[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2804[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2805[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2806[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2807[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2808[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2809[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2810[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2811[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2812[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2813[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2814[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2815[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2816[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2817[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2818[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2819[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2820[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2821[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2822Starting build for ProjectRef(file:/build/repo/,testMagnoliaJVM) (zio-test-magnolia)... [3/14]
2823[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2824[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2825[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2826[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2827[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2828[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2829[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2830[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2831[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2832[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2833[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2834[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2835Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
2836[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2837[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2838[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2839[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2840[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2841[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2842[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2843[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2844[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2845[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2846[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2847[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2848[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2849[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2850[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2851[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2852[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2853[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2854[info] compiling 3 Scala sources to /build/repo/test-magnolia/.jvm/target/scala-3.7.4/classes ...
2855[warn] -- [E197] Potential Issue Warning: /build/repo/test-magnolia/src/main/scala-3/zio/test/magnolia/DeriveGen.scala:37:4
2856[warn] 37 | new DeriveGen[A] {
2857[warn] | ^
2858[warn] | New anonymous class definition will be duplicated at each inline site
2859[warn] |
2860[warn] | longer explanation available when compiling with `-explain`
2861[warn] -- [E197] Potential Issue Warning: /build/repo/test-magnolia/src/main/scala-3/zio/test/magnolia/DeriveGen.scala:103:4
2862[warn] 103 | new DeriveGen[T] {
2863[warn] | ^
2864[warn] | New anonymous class definition will be duplicated at each inline site
2865[warn] |
2866[warn] | longer explanation available when compiling with `-explain`
2867[warn] two warnings found
2868[info] done compiling
2869[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2870[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2871[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2872[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2873[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2874[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2875[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2876[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2877[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2878[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2879[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2880[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2881[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2882[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2883[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2884[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2885[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2886[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2887[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2888[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2889[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2890[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2891[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2892[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2893[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2894[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2895[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2896[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2897[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2898[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2899[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2900[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2901[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2902[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2903[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2904[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2905[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2906[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2907[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2908[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2909[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2910[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2911[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2912[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2913[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2914[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2915[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2916[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2917[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2918[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2919[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2920[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2921[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2922[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2923Starting build for ProjectRef(file:/build/repo/,streamsJVM) (zio-streams)... [4/14]
2924[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2925[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2926[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2927[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2928[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2929[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2930[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2931[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2932Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -Wconf:msg=[zio.stacktracer.TracingImplicits.disableAutoTrace]:silent, -Wconf:msg=[@nowarn annotation does not suppress any warnings]:silent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
2933[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2934[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2935[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2936[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2937[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2938[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2939[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2940[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2941[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2942[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2943[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2944[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2945[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2946[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2947[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2948[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2949[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2950[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2951[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2952[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2953[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2954[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2955[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2956[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2957[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2958[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2959[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2960[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2961[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2962[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2963[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2964[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2965[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2966[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2967[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2968[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2969[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2970[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2971[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2972[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2973[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2974[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2975[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2976[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2977[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2978[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2979[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2980[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2981Starting build for ProjectRef(file:/build/repo/,testScalaCheckJVM) (zio-test-scalacheck)... [5/14]
2982[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2983[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2984[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2985[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2986[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2987[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2988[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2989[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2990[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2991[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2992[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2993[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2994Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
2995[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2996[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2997[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2998[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
2999[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3000[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3001[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3002[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3003[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3004[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3005[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3006[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3007[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3008[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3009[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3010[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3011[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3012[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3013[info] compiling 1 Scala source to /build/repo/test-scalacheck/.jvm/target/scala-3.7.4/classes ...
3014[info] done compiling
3015[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3016[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3017[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3018[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3019[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3020[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3021[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3022[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3023[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3024[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3025[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3026[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3027[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3028[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3029[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3030[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3031[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3032[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3033[info] compiling 1 Scala source to /build/repo/test-scalacheck/.jvm/target/scala-3.7.4/test-classes ...
3034[info] done compiling
3035[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3036[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3037[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3038[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3039[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3040[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3041[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3042[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3043[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3044[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3045[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3046[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3047[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3048[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3049[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3050[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3051[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3052[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3053[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3054[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3055[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3056[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3057[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3058[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3059[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3060[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3061[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3062[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3063[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3064[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3065[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3066[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3067[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3068[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3069[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3070[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3071Starting build for ProjectRef(file:/build/repo/,coreJVM) (zio)... [6/14]
3072[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3073[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3074[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3075[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3076[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3077[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3078Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -Wconf:msg=[zio.stacktracer.TracingImplicits.disableAutoTrace]:silent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
3079[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3080[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3081[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3082[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3083[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3084[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3085[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3086[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3087[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3088[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3089[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3090[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3091[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3092[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3093[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3094[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3095[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3096[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3097[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3098[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3099[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3100[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3101[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3102[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3103[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3104[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3105[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3106[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3107[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3108[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3109[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3110[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3111[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3112[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3113[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3114[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3115Starting build for ProjectRef(file:/build/repo/,internalMacrosJVM) (zio-internal-macros)... [7/14]
3116[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3117[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3118Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
3119[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3120[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3121[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3122[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3123[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3124[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3125[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3126[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3127[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3128[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3129[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3130[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3131Starting build for ProjectRef(file:/build/repo/,testsJVM) (zio-test)... [8/14]
3132[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3133[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3134[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3135[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3136[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3137[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3138[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3139[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3140[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3141[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3142Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -Wconf:msg=[zio.stacktracer.TracingImplicits.disableAutoTrace]:silent, -Wconf:msg=[@nowarn annotation does not suppress any warnings]:silent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
3143[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3144[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3145[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3146[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3147[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3148[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3149[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3150[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3151[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3152[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3153[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3154[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3155[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3156[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3157[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3158[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3159[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3160[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3161[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3162[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3163[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3164[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3165[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3166[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3167[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3168[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3169[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3170[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3171[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3172[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3173[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3174[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3175[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3176[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3177[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3178[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3179[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3180[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3181[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3182[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3183[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3184[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3185[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3186[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3187[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3188[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3189[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3190[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3191[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3192[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3193[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3194[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3195[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3196[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3197[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3198[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3199[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3200[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3201[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3202[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3203Starting build for ProjectRef(file:/build/repo/,testJunitEngine) (zio-test-junit-engine)... [9/14]
3204[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3205[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3206[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3207[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3208[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3209[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3210[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3211[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3212[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3213[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3214[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3215[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3216Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
3217[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3218[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3219[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3220[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3221[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3222[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3223[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3224[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3225[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3226[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3227[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3228[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3229[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3230[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3231[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3232[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3233[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3234[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3235[info] compiling 9 Scala sources to /build/repo/test-junit-engine/target/scala-3.7.4/classes ...
3236[warn] Flag -encoding set repeatedly
3237[warn] Flag -unchecked set repeatedly
3238[warn] Flag -java-output-version set repeatedly
3239[warn] Setting -language set to implicitConversions redundantly
3240[warn] Setting -language set to noAutoTupling redundantly
3241[warn] Flag -Xignore-scala2-macros set repeatedly
3242[warn] Flag -Xmax-inlines set repeatedly
3243[warn] Flag -no-indent set repeatedly
3244[warn] 8 warnings found
3245[info] done compiling
3246[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3247[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3248[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3249[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3250[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3251[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3252[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3253[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3254[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3255[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3256[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3257[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3258[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3259[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3260[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3261[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3262[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3263[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3264[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3265[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3266[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3267[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3268[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3269[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3270[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3271[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3272[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3273[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3274[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3275[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3276[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3277[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3278[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3279[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3280[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3281[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3282[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3283[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3284[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3285[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3286[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3287[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3288[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3289[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3290[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3291[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3292[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3293[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3294[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3295[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3296[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3297[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3298[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3299[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3300Starting build for ProjectRef(file:/build/repo/,testRefinedJVM) (zio-test-refined)... [10/14]
3301[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3302[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3303[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3304[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3305[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3306[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3307[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3308[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3309[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3310[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3311[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3312[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3313[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3314[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3315Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
3316[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3317[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3318[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3319[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3320[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3321[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3322[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3323[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3324[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3325[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3326[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3327[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3328[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3329[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3330[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3331[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3332[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3333[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3334[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3335[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3336[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3337[info] compiling 14 Scala sources to /build/repo/test-refined/.jvm/target/scala-3.7.4/classes ...
3338[info] [patched file /build/repo/test-refined/src/main/scala/zio/test/refined/GenericInstances.scala]
3339[info] [patched file /build/repo/test-refined/src/main/scala/zio/test/refined/CollectionInstances.scala]
3340[info] [patched file /build/repo/test-refined/src/main/scala/zio/test/refined/StringInstances.scala]
3341[info] done compiling
3342[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3343[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3344[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3345[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3346[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3347[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3348[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3349[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3350[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3351[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3352[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3353[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3354[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3355[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3356[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3357[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3358[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3359[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3360[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3361[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3362[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3363[info] compiling 3 Scala sources to /build/repo/test-refined/.jvm/target/scala-3.7.4/classes ...
3364[info] done compiling
3365[info] compiling 4 Scala sources to /build/repo/test-refined/.jvm/target/scala-3.7.4/classes ...
3366[info] done compiling
3367[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3368[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3369[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3370[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3371[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3372[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3373[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3374[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3375[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3376[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3377[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3378[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3379[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3380[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3381[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3382[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3383[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3384[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3385[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3386[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3387[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3388[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3389[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3390[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3391[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3392[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3393[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3394[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3395[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3396[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3397[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3398[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3399[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3400[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3401[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3402[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3403[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3404[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3405[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3406[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3407[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3408[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3409Starting build for ProjectRef(file:/build/repo/,testRunnerJVM) (zio-test-sbt)... [11/14]
3410[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3411[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3412[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3413[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3414[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3415[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3416[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3417[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3418[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3419[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3420[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3421[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3422Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -Wconf:msg=[zio.stacktracer.TracingImplicits.disableAutoTrace]:silent, -Wconf:msg=[@nowarn annotation does not suppress any warnings]:silent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
3423[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3424[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3425[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3426[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3427[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3428[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3429[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3430[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3431[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3432[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3433[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3434[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3435[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3436[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3437[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3438[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3439[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3440[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3441[info] compiling 11 Scala sources to /build/repo/test-sbt/jvm/target/scala-3.7.4/classes ...
3442[info] [patched file /build/repo/test-sbt/jvm-native/src/main/scala/zio/test/sbt/ZTestTask.scala]
3443[info] [patched file /build/repo/test-sbt/shared/src/main/scala/zio/test/sbt/ZTestEventHandlerSbt.scala]
3444[info] [patched file /build/repo/test-sbt/shared/src/main/scala/zio/test/sbt/TestRunner.scala]
3445[info] done compiling
3446[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3447[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3448[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3449[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3450[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3451[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3452[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3453[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3454[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3455[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3456[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3457[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3458[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3459[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3460[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3461[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3462[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3463[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3464[info] compiling 3 Scala sources to /build/repo/test-sbt/jvm/target/scala-3.7.4/classes ...
3465[info] done compiling
3466[info] compiling 4 Scala sources to /build/repo/test-sbt/jvm/target/scala-3.7.4/test-classes ...
3467[info] done compiling
3468[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3469[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3470[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3471[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3472[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3473[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3474[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3475[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3476[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3477[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3478[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3479[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3480[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3481[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3482[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3483[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3484[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3485[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3486[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3487[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3488[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3489[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3490[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3491[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3492[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3493[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3494[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3495[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3496[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3497[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3498[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3499[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3500[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3501[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3502[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3503[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3504Starting build for ProjectRef(file:/build/repo/,concurrentJVM) (zio-concurrent)... [12/14]
3505[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3506[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3507[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3508[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3509[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3510[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3511[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3512[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3513[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3514[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3515[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3516[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3517[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3518[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3519Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -Wconf:msg=[@nowarn annotation does not suppress any warnings]:silent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
3520[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3521[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3522[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3523[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3524[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3525[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3526[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3527[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3528[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3529[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3530[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3531[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3532[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3533[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3534[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3535[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3536[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3537[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3538[info] compiling 7 Scala sources to /build/repo/concurrent/.jvm/target/scala-3.7.4/classes ...
3539[info] done compiling
3540[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3541[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3542[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3543[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3544[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3545[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3546[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3547[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3548[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3549[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3550[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3551[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3552[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3553[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3554[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3555[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3556[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3557[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3558[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3559[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3560[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3561[info] compiling 6 Scala sources to /build/repo/concurrent/.jvm/target/scala-3.7.4/test-classes ...
3562[info] done compiling
3563[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3564[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3565[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3566[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3567[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3568[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3569[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3570[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3571[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3572[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3573[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3574[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3575[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3576[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3577[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3578[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3579[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3580[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3581[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3582[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3583[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3584[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3585[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3586[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3587[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3588[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3589[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3590[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3591[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3592[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3593[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3594[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3595[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3596[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3597[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3598[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3599[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3600[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3601[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3602[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3603[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3604[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3605Starting build for ProjectRef(file:/build/repo/,macrosJVM) (zio-macros)... [13/14]
3606[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3607[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3608[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3609[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3610[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3611[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3612[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3613[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3614[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3615[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3616[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3617[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3618Compile scalacOptions: -encoding, UTF-8, -unchecked, -release, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -Wconf:msg=[@nowarn annotation does not suppress any warnings]:silent, -rewrite, -Wconf:msg=can be rewritten automatically under:s, -source:3.7-migration
3619[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3620[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3621[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3622[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3623[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3624[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3625[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3626[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3627[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3628[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3629[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3630[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3631[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3632[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3633[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3634[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3635[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3636[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3637[info] compiling 2 Scala sources to /build/repo/macros/.jvm/target/scala-3.7.4/classes ...
3638[info] [patched file /build/repo/macros/src/main/scala/zio/macros/ServiceReloader.scala]
3639[info] done compiling
3640[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3641[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3642[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3643[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3644[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3645[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3646[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3647[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3648[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3649[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3650[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3651[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3652[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3653[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3654[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3655[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3656[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3657[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3658[info] compiling 1 Scala source to /build/repo/macros/.jvm/target/scala-3.7.4/classes ...
3659[info] done compiling
3660[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3661[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3662[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3663[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3664[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3665[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3666[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3667[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3668[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3669[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3670[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3671[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3672[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3673[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3674[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3675[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3676[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3677[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3678[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3679[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3680[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3681[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3682[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3683[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3684[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3685[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3686[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3687[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3688[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3689[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3690[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3691[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3692[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3693[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3694[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3695[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
3696
3697************************
3698Build summary:
3699[{
3700 "module": "zio-stacktracer",
3701 "compile": {"status": "ok", "tookMs": 3892, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3702 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3703 "test-compile": {"status": "ok", "tookMs": 107, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3704 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3705 "publish": {"status": "skipped", "tookMs": 0},
3706 "metadata": {
3707 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
3708}
3709},{
3710 "module": "zio-test-junit",
3711 "compile": {"status": "ok", "tookMs": 54952, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3712 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3713 "test-compile": {"status": "ok", "tookMs": 57577, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3714 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3715 "publish": {"status": "skipped", "tookMs": 0},
3716 "metadata": {
3717 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
3718}
3719},{
3720 "module": "zio-managed",
3721 "compile": {"status": "ok", "tookMs": 1293, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3722 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3723 "test-compile": {"status": "ok", "tookMs": 2345, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3724 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3725 "publish": {"status": "skipped", "tookMs": 0},
3726 "metadata": {
3727 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
3728}
3729},{
3730 "module": "zio-test-magnolia",
3731 "compile": {"status": "ok", "tookMs": 821, "warnings": 2, "errors": 0, "sourceVersion": "3.7-migration"},
3732 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3733 "test-compile": {"status": "ok", "tookMs": 242, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3734 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3735 "publish": {"status": "skipped", "tookMs": 0},
3736 "metadata": {
3737 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
3738}
3739},{
3740 "module": "zio-streams",
3741 "compile": {"status": "ok", "tookMs": 161, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3742 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3743 "test-compile": {"status": "ok", "tookMs": 185, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3744 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3745 "publish": {"status": "skipped", "tookMs": 0},
3746 "metadata": {
3747 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
3748}
3749},{
3750 "module": "zio-test-scalacheck",
3751 "compile": {"status": "ok", "tookMs": 644, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3752 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3753 "test-compile": {"status": "ok", "tookMs": 613, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3754 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3755 "publish": {"status": "skipped", "tookMs": 0},
3756 "metadata": {
3757 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
3758}
3759},{
3760 "module": "zio",
3761 "compile": {"status": "ok", "tookMs": 154, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3762 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3763 "test-compile": {"status": "ok", "tookMs": 168, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3764 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3765 "publish": {"status": "skipped", "tookMs": 0},
3766 "metadata": {
3767 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
3768}
3769},{
3770 "module": "zio-internal-macros",
3771 "compile": {"status": "ok", "tookMs": 47, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3772 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3773 "test-compile": {"status": "ok", "tookMs": 64, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3774 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3775 "publish": {"status": "skipped", "tookMs": 0},
3776 "metadata": {
3777 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
3778}
3779},{
3780 "module": "zio-test",
3781 "compile": {"status": "ok", "tookMs": 230, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3782 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3783 "test-compile": {"status": "ok", "tookMs": 262, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3784 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3785 "publish": {"status": "skipped", "tookMs": 0},
3786 "metadata": {
3787 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
3788}
3789},{
3790 "module": "zio-test-junit-engine",
3791 "compile": {"status": "ok", "tookMs": 1003, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3792 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3793 "test-compile": {"status": "ok", "tookMs": 284, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3794 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3795 "publish": {"status": "skipped", "tookMs": 0},
3796 "metadata": {
3797 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
3798}
3799},{
3800 "module": "zio-test-refined",
3801 "compile": {"status": "ok", "tookMs": 1390, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3802 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3803 "test-compile": {"status": "ok", "tookMs": 1334, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3804 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3805 "publish": {"status": "skipped", "tookMs": 0},
3806 "metadata": {
3807 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
3808}
3809},{
3810 "module": "zio-test-sbt",
3811 "compile": {"status": "ok", "tookMs": 1125, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3812 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3813 "test-compile": {"status": "ok", "tookMs": 1838, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3814 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3815 "publish": {"status": "skipped", "tookMs": 0},
3816 "metadata": {
3817 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
3818}
3819},{
3820 "module": "zio-concurrent",
3821 "compile": {"status": "ok", "tookMs": 886, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3822 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3823 "test-compile": {"status": "ok", "tookMs": 1508, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3824 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3825 "publish": {"status": "skipped", "tookMs": 0},
3826 "metadata": {
3827 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
3828}
3829},{
3830 "module": "zio-macros",
3831 "compile": {"status": "ok", "tookMs": 733, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3832 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
3833 "test-compile": {"status": "ok", "tookMs": 659, "warnings": 0, "errors": 0, "sourceVersion": "3.7-migration"},
3834 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
3835 "publish": {"status": "skipped", "tookMs": 0},
3836 "metadata": {
3837 "crossScalaVersions": ["2.12.21", "2.13.18", "3.3.7"]
3838}
3839}]
3840************************
3841[success] Total time: 147 s (0:02:27.0), completed Dec 31, 2025, 9:37:33 PM
3842[0JChecking patch test/shared/src/main/scala/zio/test/Spec.scala...
3843Checking patch streams/shared/src/main/scala/zio/stream/ZStream.scala...
3844Checking patch streams/shared/src/main/scala/zio/stream/ZSink.scala...
3845Checking patch streams/shared/src/main/scala/zio/stream/ZChannel.scala...
3846Checking patch project/plugins.sbt...
3847Checking patch project/BuildHelper.scala...
3848Checking patch managed/shared/src/main/scala/zio/managed/ZManaged.scala...
3849Checking patch core/shared/src/main/scala/zio/ZIO.scala...
3850Checking patch core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala...
3851Checking patch build.sbt...
3852Applied patch test/shared/src/main/scala/zio/test/Spec.scala cleanly.
3853Applied patch streams/shared/src/main/scala/zio/stream/ZStream.scala cleanly.
3854Applied patch streams/shared/src/main/scala/zio/stream/ZSink.scala cleanly.
3855Applied patch streams/shared/src/main/scala/zio/stream/ZChannel.scala cleanly.
3856Applied patch project/plugins.sbt cleanly.
3857Applied patch project/BuildHelper.scala cleanly.
3858Applied patch managed/shared/src/main/scala/zio/managed/ZManaged.scala cleanly.
3859Applied patch core/shared/src/main/scala/zio/ZIO.scala cleanly.
3860Applied patch core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala cleanly.
3861Applied patch build.sbt cleanly.
3862Commit migration rewrites
3863Switched to a new branch 'opencb/migrate-source-3.7'
3864[opencb/migrate-source-3.7 1a04a0b75ca] Apply Scala compiler rewrites using -source:3.7-migration using Scala 3.7.4
3865 89 files changed, 501 insertions(+), 501 deletions(-)
3866----
3867Preparing build for 3.8.0-RC5
3868Scala binary version found: 3.8
3869Implicitly using source version 3.8
3870Scala binary version found: 3.8
3871Implicitly using source version 3.8
3872Would try to apply common scalacOption (best-effort, sbt/mill only):
3873Append: ,REQUIRE:-source:3.8
3874Remove: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
3875
3876Try apply source patch:
3877Path: core/shared/src/main/scala/zio/ZIO.scala
3878Pattern: R0 with R1 <:< R
3879Replacement: (R0 & R1) <:< R
3880WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
3881WARNING: 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)
3882WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
3883WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
3884Successfully applied pattern 'R0 with R1 <:< R' in core/shared/src/main/scala/zio/ZIO.scala
3885
3886Try apply source patch:
3887Path: core/shared/src/main/scala/zio/ZIO.scala
3888Pattern: [R1 <: R with M]
3889Replacement: [R1 <: (R & M)]
3890WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
3891WARNING: 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)
3892WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
3893WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
3894Successfully applied pattern '[R1 <: R with M]' in core/shared/src/main/scala/zio/ZIO.scala
3895
3896Try apply source patch:
3897Path: core/shared/src/main/scala/zio/ZIO.scala
3898Pattern: R1 <: R with Map[Key, Service]
3899Replacement: R1 <: (R & Map[Key, Service])
3900WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
3901WARNING: 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)
3902WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
3903WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
3904Successfully applied pattern 'R1 <: R with Map[Key, Service]' in core/shared/src/main/scala/zio/ZIO.scala
3905
3906Try apply source patch:
3907Path: streams/shared/src/main/scala/zio/stream/ZChannel.scala
3908Pattern: Env0 with Env1 <:< Env
3909Replacement: (Env0 & Env1) <:< Env
3910WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
3911WARNING: 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)
3912WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
3913WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
3914Successfully applied pattern 'Env0 with Env1 <:< Env' in streams/shared/src/main/scala/zio/stream/ZChannel.scala
3915
3916Try apply source patch:
3917Path: streams/shared/src/main/scala/zio/stream/ZStream.scala
3918Pattern: R0 with R1 <:< R
3919Replacement: (R0 & R1) <:< R
3920WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
3921WARNING: 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)
3922WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
3923WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
3924Successfully applied pattern 'R0 with R1 <:< R' in streams/shared/src/main/scala/zio/stream/ZStream.scala
3925
3926Try apply source patch:
3927Path: managed/shared/src/main/scala/zio/managed/ZManaged.scala
3928Pattern: R0 with R1 <:< R
3929Replacement: (R0 & R1) <:< R
3930WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
3931WARNING: 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)
3932WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
3933WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
3934Successfully applied pattern 'R0 with R1 <:< R' in managed/shared/src/main/scala/zio/managed/ZManaged.scala
3935
3936Try apply source patch:
3937Path: streams/shared/src/main/scala/zio/stream/ZSink.scala
3938Pattern: R0 with R1 <:< R
3939Replacement: (R0 & R1) <:< R
3940WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
3941WARNING: 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)
3942WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
3943WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
3944Successfully applied pattern 'R0 with R1 <:< R' in streams/shared/src/main/scala/zio/stream/ZSink.scala
3945
3946Try apply source patch:
3947Path: test/shared/src/main/scala/zio/test/Spec.scala
3948Pattern: TestEnvironment with R1 <:< R
3949Replacement: (TestEnvironment & R1) <:< R
3950WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
3951WARNING: 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)
3952WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
3953WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
3954Successfully applied pattern 'TestEnvironment with R1 <:< R' in test/shared/src/main/scala/zio/test/Spec.scala
3955
3956Try apply source patch:
3957Path: test/shared/src/main/scala/zio/test/Spec.scala
3958Pattern: R0 with R1 <:< R
3959Replacement: (R0 & R1) <:< R
3960WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
3961WARNING: 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)
3962WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
3963WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
3964Successfully applied pattern 'R0 with R1 <:< R' in test/shared/src/main/scala/zio/test/Spec.scala
3965
3966Try apply source patch:
3967Path: test-sbt/jvm/src/test/scala/zio/test/sbt/TestingSupport.scala
3968Pattern: ) _
3969Replacement: )
3970WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
3971WARNING: 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)
3972WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
3973WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
3974Using globing pattern test-sbt/jvm/src/test/scala/zio/test/sbt/TestingSupport.scala from /build/repo
3975
3976Try apply source patch:
3977Path: core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala
3978Pattern: parent = Symbol.spliceOwner
3979Replacement: Symbol.spliceOwner
3980WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
3981WARNING: 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)
3982WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
3983WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
3984Successfully applied pattern 'parent = Symbol.spliceOwner' in core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala
3985
3986Try apply source patch:
3987Path: project/BuildHelper.scala
3988Pattern: val Scala3: String = "3.3.7"
3989Replacement: val Scala3: String = "3.8.0-RC5"
3990WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
3991WARNING: 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)
3992WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
3993WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
3994Successfully applied pattern 'val Scala3: String = "3.3.7"' in project/BuildHelper.scala
3995----
3996Starting build for 3.8.0-RC5
3997Execute tests: true
3998sbt project found:
3999No prepare script found for project zio/zio
4000##################################
4001Scala version: 3.8.0-RC5
4002Targets: dev.zio%zio dev.zio%zio-concurrent dev.zio%zio-internal-macros dev.zio%zio-macros dev.zio%zio-managed dev.zio%zio-stacktracer dev.zio%zio-streams dev.zio%zio-test dev.zio%zio-test-junit dev.zio%zio-test-junit-engine dev.zio%zio-test-magnolia dev.zio%zio-test-refined dev.zio%zio-test-sbt dev.zio%zio-test-scalacheck
4003Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"[R1 <: R with M]","replaceWith":"[R1 <: (R & M)]"},{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"R1 <: R with Map[Key, Service]","replaceWith":"R1 <: (R & Map[Key, Service])"},{"path":"streams/shared/src/main/scala/zio/stream/ZChannel.scala","pattern":"Env0 with Env1 <:< Env","replaceWith":"(Env0 & Env1) <:< Env"},{"path":"streams/shared/src/main/scala/zio/stream/ZStream.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"managed/shared/src/main/scala/zio/managed/ZManaged.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"streams/shared/src/main/scala/zio/stream/ZSink.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"test/shared/src/main/scala/zio/test/Spec.scala","pattern":"TestEnvironment with R1 <:< R","replaceWith":"(TestEnvironment & R1) <:< R"},{"path":"test/shared/src/main/scala/zio/test/Spec.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"test-sbt/jvm/src/test/scala/zio/test/sbt/TestingSupport.scala","pattern":") _\n","replaceWith":")\n"},{"path":"core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala","pattern":"parent = Symbol.spliceOwner","replaceWith":"Symbol.spliceOwner"},{"path":"project/BuildHelper.scala","pattern":"val Scala3: String = \"3.3.7\"","replaceWith":"val Scala3: String = \"<SCALA_VERSION>\""}]}
4004##################################
4005Using extra scalacOptions: ,REQUIRE:-source:3.8
4006Filtering out scalacOptions: ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
4007[sbt_options] declare -a sbt_options=()
4008[process_args] java_version = '25'
4009[copyRt] java9_rt = '/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25/rt.jar'
4010# Executing command line:
4011java
4012-Dcats.effect.stackTracingMode=full
4013-Dfile.encoding=UTF8
4014-Xms256M
4015-Xmx6G
4016-XX:+UseG1GC
4017-Dcommunitybuild.scala=3.8.0-RC5
4018-Dcommunitybuild.project.dependencies.add=
4019-Xmx7G
4020-Xms4G
4021-Xss8M
4022-Dsbt.script=/root/.sdkman/candidates/sbt/current/bin/sbt
4023-Dscala.ext.dirs=/root/.sbt/1.0/java9-rt-ext-eclipse_adoptium_25
4024-jar
4025/root/.sdkman/candidates/sbt/1.11.5/bin/sbt-launch.jar
4026"setCrossScalaVersions 3.8.0-RC5"
4027"++3.8.0-RC5 -v"
4028"mapScalacOptions ",REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s" ",-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e""
4029"set every credentials := Nil"
4030"excludeLibraryDependency com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}"
4031"removeScalacOptionsStartingWith -P:wartremover"
4032
4033moduleMappings
4034"runBuild 3.8.0-RC5 """{"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"[R1 <: R with M]","replaceWith":"[R1 <: (R & M)]"},{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"R1 <: R with Map[Key, Service]","replaceWith":"R1 <: (R & Map[Key, Service])"},{"path":"streams/shared/src/main/scala/zio/stream/ZChannel.scala","pattern":"Env0 with Env1 <:< Env","replaceWith":"(Env0 & Env1) <:< Env"},{"path":"streams/shared/src/main/scala/zio/stream/ZStream.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"managed/shared/src/main/scala/zio/managed/ZManaged.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"streams/shared/src/main/scala/zio/stream/ZSink.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"test/shared/src/main/scala/zio/test/Spec.scala","pattern":"TestEnvironment with R1 <:< R","replaceWith":"(TestEnvironment & R1) <:< R"},{"path":"test/shared/src/main/scala/zio/test/Spec.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"test-sbt/jvm/src/test/scala/zio/test/sbt/TestingSupport.scala","pattern":") _\n","replaceWith":")\n"},{"path":"core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala","pattern":"parent = Symbol.spliceOwner","replaceWith":"Symbol.spliceOwner"},{"path":"project/BuildHelper.scala","pattern":"val Scala3: String = \"3.3.7\"","replaceWith":"val Scala3: String = \"<SCALA_VERSION>\""}]}""" dev.zio%zio dev.zio%zio-concurrent dev.zio%zio-internal-macros dev.zio%zio-macros dev.zio%zio-managed dev.zio%zio-stacktracer dev.zio%zio-streams dev.zio%zio-test dev.zio%zio-test-junit dev.zio%zio-test-junit-engine dev.zio%zio-test-magnolia dev.zio%zio-test-refined dev.zio%zio-test-sbt dev.zio%zio-test-scalacheck"
4035
4036WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
4037WARNING: 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.7/zero-allocation-hashing-0.16.jar)
4038WARNING: Please consider reporting this to the maintainers of class net.openhft.hashing.UnsafeAccess
4039WARNING: sun.misc.Unsafe::arrayBaseOffset will be removed in a future release
4040WARNING: A restricted method in java.lang.System has been called
4041WARNING: 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.7/jna-5.12.0.jar)
4042WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
4043WARNING: Restricted methods will be blocked in a future release unless native access is enabled
4044
4045[info] welcome to sbt 1.11.7 (Eclipse Adoptium Java 25)
4046[info] loading settings for project repo-build from akka.sbt, plugins.sbt...
4047[info] loading project definition from /build/repo/project
4048[info] compiling 1 Scala source to /build/repo/project/target/scala-2.12/sbt-1.0/classes ...
4049[info] done compiling
4050[info] loading settings for project root from build.sbt...
4051[info] resolving key references (106551 settings) ...
4052[info] ________ ___
4053[info] |__ /_ _/ _ \
4054[info] / / | | | | |
4055[info] / /_ | | |_| |
4056[info] /____|___\___/ 2.1.24+2-1a04a0b7+20251231-2137-SNAPSHOT
4057[info]
4058[info] Useful sbt tasks:
4059[info] > build - Prepares sources, compiles and runs tests.
4060[info] > fmt - Formats source files using scalafmt
4061[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
4062[info] > testJVM - Runs all JVM tests
4063[info] > testJS - Runs all ScalaJS tests
4064[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
4065[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
4066[info]
4067Execute setCrossScalaVersions: 3.8.0-RC5
4068OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in concurrentNative/crossScalaVersions
4069OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in streamsNative/crossScalaVersions
4070OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in stacktracerJVM/crossScalaVersions
4071OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in benchmarks/crossScalaVersions
4072OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testMagnoliaTestsJVM/crossScalaVersions
4073OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in macrosTestsNative/crossScalaVersions
4074OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in managedNative/crossScalaVersions
4075OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in managedJVM/crossScalaVersions
4076OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in streamsTestsJVM/crossScalaVersions
4077OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in macrosNative/crossScalaVersions
4078OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testRefinedJVM/crossScalaVersions
4079OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in concurrentJS/crossScalaVersions
4080OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testTestsNative/crossScalaVersions
4081OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in managedTestsJS/crossScalaVersions
4082OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in coreJVM/crossScalaVersions
4083OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testTestsJVM/crossScalaVersions
4084OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in examplesJVM/crossScalaVersions
4085OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testMagnoliaTestsJS/crossScalaVersions
4086OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testRefinedJS/crossScalaVersions
4087OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in streamsJVM/crossScalaVersions
4088OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in internalMacrosNative/crossScalaVersions
4089OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in internalMacrosJS/crossScalaVersions
4090OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in coreTestsJVM/crossScalaVersions
4091OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testMagnoliaJVM/crossScalaVersions
4092OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in stacktracerJS/crossScalaVersions
4093OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in macrosTestsJS/crossScalaVersions
4094OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testJunitEngineTests/crossScalaVersions
4095OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in examplesJS/crossScalaVersions
4096OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testTestsJS/crossScalaVersions
4097OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testScalaCheckNative/crossScalaVersions
4098OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in managedJS/crossScalaVersions
4099OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testScalaCheckJS/crossScalaVersions
4100OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in concurrentJVM/crossScalaVersions
4101OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testJunitRunnerTests/crossScalaVersions
4102OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in streamsTestsNative/crossScalaVersions
4103OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testMagnoliaJS/crossScalaVersions
4104OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in streamsJS/crossScalaVersions
4105OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testJunitEngine/crossScalaVersions
4106OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in macrosTestsJVM/crossScalaVersions
4107OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in streamsTestsJS/crossScalaVersions
4108OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in coreTestsNative/crossScalaVersions
4109OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testsJS/crossScalaVersions
4110OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in coreJS/crossScalaVersions
4111OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testsJVM/crossScalaVersions
4112OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testsNative/crossScalaVersions
4113OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in coreTestsJS/crossScalaVersions
4114OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in managedTestsJVM/crossScalaVersions
4115OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testRunnerJVM/crossScalaVersions
4116OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in coreNative/crossScalaVersions
4117OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in examplesNative/crossScalaVersions
4118OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testJunitRunner/crossScalaVersions
4119OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testScalaCheckJVM/crossScalaVersions
4120OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testRunnerJS/crossScalaVersions
4121OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in managedTestsNative/crossScalaVersions
4122OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in testRunnerNative/crossScalaVersions
4123OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in internalMacrosJVM/crossScalaVersions
4124OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in macrosJS/crossScalaVersions
4125OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in stacktracerNative/crossScalaVersions
4126OpenCB::Changing crossVersion 3.8.0-RC5 -> 3.8.0-RC5 in macrosJVM/crossScalaVersions
4127[info] ________ ___
4128[info] |__ /_ _/ _ \
4129[info] / / | | | | |
4130[info] / /_ | | |_| |
4131[info] /____|___\___/ 2.1.24+2-1a04a0b7+20251231-2138-SNAPSHOT
4132[info]
4133[info] Useful sbt tasks:
4134[info] > build - Prepares sources, compiles and runs tests.
4135[info] > fmt - Formats source files using scalafmt
4136[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
4137[info] > testJVM - Runs all JVM tests
4138[info] > testJS - Runs all ScalaJS tests
4139[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
4140[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
4141[info]
4142[info] Setting Scala version to 3.8.0-RC5 on 59 projects.
4143[info] Switching Scala version on:
4144[info] streamsTestsJVM (2.12.21, 2.13.18, 3.8.0-RC5)
4145[info] stacktracerNative (2.12.21, 2.13.18, 3.8.0-RC5)
4146[info] testScalaCheckNative (2.12.21, 2.13.18, 3.8.0-RC5)
4147[info] macrosTestsJVM (2.12.21, 2.13.18, 3.8.0-RC5)
4148[info] concurrentJS (2.12.21, 2.13.18, 3.8.0-RC5)
4149[info] testJunitEngineTests (2.12.21, 2.13.18, 3.8.0-RC5)
4150[info] benchmarks (2.12.21, 2.13.18, 3.8.0-RC5)
4151[info] examplesNative (2.12.21, 2.13.18, 3.8.0-RC5)
4152[info] streamsJS (2.12.21, 2.13.18, 3.8.0-RC5)
4153[info] macrosJVM (2.12.21, 2.13.18, 3.8.0-RC5)
4154[info] testRunnerJS (2.12.21, 2.13.18, 3.8.0-RC5)
4155[info] coreTestsJS (2.12.21, 2.13.18, 3.8.0-RC5)
4156[info] concurrentJVM (2.12.21, 2.13.18, 3.8.0-RC5)
4157[info] managedNative (2.12.21, 2.13.18, 3.8.0-RC5)
4158[info] coreNative (2.12.21, 2.13.18, 3.8.0-RC5)
4159[info] managedJVM (2.12.21, 2.13.18, 3.8.0-RC5)
4160[info] internalMacrosJS (2.12.21, 2.13.18, 3.8.0-RC5)
4161[info] macrosNative (2.12.21, 2.13.18, 3.8.0-RC5)
4162[info] testTestsNative (2.12.21, 2.13.18, 3.8.0-RC5)
4163[info] managedTestsJVM (2.12.21, 2.13.18, 3.8.0-RC5)
4164[info] streamsJVM (2.12.21, 2.13.18, 3.8.0-RC5)
4165[info] macrosTestsNative (2.12.21, 2.13.18, 3.8.0-RC5)
4166[info] testRefinedJS (2.12.21, 2.13.18, 3.8.0-RC5)
4167[info] testScalaCheckJS (2.12.21, 2.13.18, 3.8.0-RC5)
4168[info] macrosTestsJS (2.12.21, 2.13.18, 3.8.0-RC5)
4169[info] coreJS (2.12.21, 2.13.18, 3.8.0-RC5)
4170[info] testMagnoliaJVM (2.12.21, 2.13.18, 3.8.0-RC5)
4171[info] examplesJS (2.12.21, 2.13.18, 3.8.0-RC5)
4172[info] internalMacrosJVM (2.12.21, 2.13.18, 3.8.0-RC5)
4173[info] testRefinedJVM (2.12.21, 2.13.18, 3.8.0-RC5)
4174[info] testRunnerJVM (2.12.21, 2.13.18, 3.8.0-RC5)
4175[info] streamsTestsJS (2.12.21, 2.13.18, 3.8.0-RC5)
4176[info] macrosJS (2.12.21, 2.13.18, 3.8.0-RC5)
4177[info] stacktracerJS (2.12.21, 2.13.18, 3.8.0-RC5)
4178[info] managedTestsJS (2.12.21, 2.13.18, 3.8.0-RC5)
4179[info] coreTestsJVM (2.12.21, 2.13.18, 3.8.0-RC5)
4180[info] testJunitRunnerTests (2.12.21, 2.13.18, 3.8.0-RC5)
4181[info] concurrentNative (2.12.21, 2.13.18, 3.8.0-RC5)
4182[info] coreJVM (2.12.21, 2.13.18, 3.8.0-RC5)
4183[info] testRunnerNative (2.12.21, 2.13.18, 3.8.0-RC5)
4184[info] testsJS (2.12.21, 2.13.18, 3.8.0-RC5)
4185[info] stacktracerJVM (2.12.21, 2.13.18, 3.8.0-RC5)
4186[info] examplesJVM (2.12.21, 2.13.18, 3.8.0-RC5)
4187[info] testTestsJVM (2.12.21, 2.13.18, 3.8.0-RC5)
4188[info] streamsTestsNative (2.12.21, 2.13.18, 3.8.0-RC5)
4189[info] managedTestsNative (2.12.21, 2.13.18, 3.8.0-RC5)
4190[info] testMagnoliaTestsJS (2.12.21, 2.13.18, 3.8.0-RC5)
4191[info] streamsNative (2.12.21, 2.13.18, 3.8.0-RC5)
4192[info] testTestsJS (2.12.21, 2.13.18, 3.8.0-RC5)
4193[info] testMagnoliaJS (2.12.21, 2.13.18, 3.8.0-RC5)
4194[info] testsJVM (2.12.21, 2.13.18, 3.8.0-RC5)
4195[info] testJunitRunner (2.12.21, 2.13.18, 3.8.0-RC5)
4196[info] testJunitEngine (2.12.21, 2.13.18, 3.8.0-RC5)
4197[info] internalMacrosNative (2.12.21, 2.13.18, 3.8.0-RC5)
4198[info] coreTestsNative (2.12.21, 2.13.18, 3.8.0-RC5)
4199[info] testMagnoliaTestsJVM (2.12.21, 2.13.18, 3.8.0-RC5)
4200[info] managedJS (2.12.21, 2.13.18, 3.8.0-RC5)
4201[info] testScalaCheckJVM (2.12.21, 2.13.18, 3.8.0-RC5)
4202[info] testsNative (2.12.21, 2.13.18, 3.8.0-RC5)
4203[info] Excluding projects:
4204[info] rootJVM213 (2.13.18)
4205[info] rootJVM3 (2.13.18)
4206[info] scalafixRules (2.13.18)
4207[info] * root (2.13.18)
4208[info] rootJS (2.13.18)
4209[info] docs (2.13.18)
4210[info] scalafixOutput (2.13.18)
4211[info] root3 (2.13.18)
4212[info] scalafixTests (2.13.18)
4213[info] root213 (2.13.18)
4214[info] jsdocs (2.13.18)
4215[info] rootJVM (2.13.18)
4216[info] scalafixInput (2.13.18)
4217[info] rootNative (2.13.18)
4218[info] rootJVM212 (2.13.18)
4219[info] root212 (2.13.18)
4220[info] docs_make_zio_app_configurable (2.13.18)
4221[info] Reapplying settings...
4222[info] ________ ___
4223[info] |__ /_ _/ _ \
4224[info] / / | | | | |
4225[info] / /_ | | |_| |
4226[info] /____|___\___/ 2.1.24+2-1a04a0b7+20251231-2138-SNAPSHOT
4227[info]
4228[info] Useful sbt tasks:
4229[info] > build - Prepares sources, compiles and runs tests.
4230[info] > fmt - Formats source files using scalafmt
4231[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
4232[info] > testJVM - Runs all JVM tests
4233[info] > testJS - Runs all ScalaJS tests
4234[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
4235[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
4236[info]
4237Execute mapScalacOptions: ,REQUIRE:-source:3.8,-Wconf:msg=can be rewritten automatically under:s ,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
4238[info] Reapplying settings...
4239[info] ________ ___
4240[info] |__ /_ _/ _ \
4241[info] / / | | | | |
4242[info] / /_ | | |_| |
4243[info] /____|___\___/ 2.1.24+2-1a04a0b7+20251231-2138-SNAPSHOT
4244[info]
4245[info] Useful sbt tasks:
4246[info] > build - Prepares sources, compiles and runs tests.
4247[info] > fmt - Formats source files using scalafmt
4248[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
4249[info] > testJVM - Runs all JVM tests
4250[info] > testJS - Runs all ScalaJS tests
4251[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
4252[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
4253[info]
4254[info] Defining Global / credentials, benchmarks / credentials and 74 others.
4255[info] The new values will be used by Compile / scalafmtOnly, Global / pgpSelectPassphrase and 608 others.
4256[info] Run `last` for details.
4257[info] Reapplying settings...
4258[info] ________ ___
4259[info] |__ /_ _/ _ \
4260[info] / / | | | | |
4261[info] / /_ | | |_| |
4262[info] /____|___\___/ 2.1.24+2-1a04a0b7+20251231-2138-SNAPSHOT
4263[info]
4264[info] Useful sbt tasks:
4265[info] > build - Prepares sources, compiles and runs tests.
4266[info] > fmt - Formats source files using scalafmt
4267[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
4268[info] > testJVM - Runs all JVM tests
4269[info] > testJS - Runs all ScalaJS tests
4270[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
4271[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
4272[info]
4273Execute excludeLibraryDependency: com.github.ghik:zerowaste_{scalaVersion} com.olegpy:better-monadic-for_3 org.polyvariant:better-tostring_{scalaVersion} org.wartremover:wartremover_{scalaVersion}
4274[info] Reapplying settings...
4275OpenCB::Failed to reapply settings in excludeLibraryDependency: Reference to undefined setting:
4276
4277 Global / allExcludeDependencies from Global / allExcludeDependencies (CommunityBuildPlugin.scala:331)
4278 Did you mean coreTestsJS / allExcludeDependencies ?
4279 , retry without global scopes
4280[info] Reapplying settings...
4281[info] ________ ___
4282[info] |__ /_ _/ _ \
4283[info] / / | | | | |
4284[info] / /_ | | |_| |
4285[info] /____|___\___/ 2.1.24+2-1a04a0b7+20251231-2138-SNAPSHOT
4286[info]
4287[info] Useful sbt tasks:
4288[info] > build - Prepares sources, compiles and runs tests.
4289[info] > fmt - Formats source files using scalafmt
4290[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
4291[info] > testJVM - Runs all JVM tests
4292[info] > testJS - Runs all ScalaJS tests
4293[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
4294[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
4295[info]
4296Execute removeScalacOptionsStartingWith: -P:wartremover
4297[info] Reapplying settings...
4298[info] ________ ___
4299[info] |__ /_ _/ _ \
4300[info] / / | | | | |
4301[info] / /_ | | |_| |
4302[info] /____|___\___/ 2.1.24+2-1a04a0b7+20251231-2138-SNAPSHOT
4303[info]
4304[info] Useful sbt tasks:
4305[info] > build - Prepares sources, compiles and runs tests.
4306[info] > fmt - Formats source files using scalafmt
4307[info] > ~compileJVM - Compiles all JVM modules (file-watch enabled)
4308[info] > testJVM - Runs all JVM tests
4309[info] > testJS - Runs all ScalaJS tests
4310[info] > testOnly *.YourSpec -- -t "YourLabel" - Only runs tests with matching term e.g.
4311[info] > coreTestsJVM/testOnly *.ZIOSpec -- -t "happy-path"
4312[info]
4313[success] Total time: 0 s, completed Dec 31, 2025, 9:38:53 PM
4314Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"25"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"full","migrationVersions":["3.4","3.7"],"sourcePatches":[{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"[R1 <: R with M]","replaceWith":"[R1 <: (R & M)]"},{"path":"core/shared/src/main/scala/zio/ZIO.scala","pattern":"R1 <: R with Map[Key, Service]","replaceWith":"R1 <: (R & Map[Key, Service])"},{"path":"streams/shared/src/main/scala/zio/stream/ZChannel.scala","pattern":"Env0 with Env1 <:< Env","replaceWith":"(Env0 & Env1) <:< Env"},{"path":"streams/shared/src/main/scala/zio/stream/ZStream.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"managed/shared/src/main/scala/zio/managed/ZManaged.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"streams/shared/src/main/scala/zio/stream/ZSink.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"test/shared/src/main/scala/zio/test/Spec.scala","pattern":"TestEnvironment with R1 <:< R","replaceWith":"(TestEnvironment & R1) <:< R"},{"path":"test/shared/src/main/scala/zio/test/Spec.scala","pattern":"R0 with R1 <:< R","replaceWith":"(R0 & R1) <:< R"},{"path":"test-sbt/jvm/src/test/scala/zio/test/sbt/TestingSupport.scala","pattern":") _\n","replaceWith":")\n"},{"path":"core/shared/src/main/scala-3/zio/IsReloadableVersionSpecific.scala","pattern":"parent = Symbol.spliceOwner","replaceWith":"Symbol.spliceOwner"},{"path":"project/BuildHelper.scala","pattern":"val Scala3: String = \"3.3.7\"","replaceWith":"val Scala3: String = \"<SCALA_VERSION>\""}]}
4315Parsed config: Success(ProjectBuildConfig(ProjectsConfig(List(),Map()),Full,List()))
4316Starting build...
4317Projects: Set(macrosJVM, concurrentJVM, managedJVM, streamsJVM, testMagnoliaJVM, internalMacrosJVM, testRefinedJVM, testRunnerJVM, coreJVM, stacktracerJVM, testsJVM, testJunitRunner, testJunitEngine, testScalaCheckJVM)
4318Starting build for ProjectRef(file:/build/repo/,stacktracerJVM) (zio-stacktracer)... [0/14]
4319OpenCB::Exclude Scala3 specific scalacOption `REQUIRE:-source:3.8` in Scala 2.12.20 module Global
4320[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4321[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4322OpenCB::Filter out '-deprecation', matches setting pattern '^-?-deprecation'
4323OpenCB::Filter out '-feature', matches setting pattern '^-?-feature'
4324Compile scalacOptions: -encoding, UTF-8, -unchecked, --java-output-version:17, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
4325[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4326[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4327[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4328[info] compiling 7 Scala sources to /build/repo/stacktracer/.jvm/target/scala-3.8.0-RC5/classes ...
4329[info] done compiling
4330[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4331[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4332[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4333[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4334[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4335[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4336[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4337[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4338[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4339[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4340[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4341[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4342Starting build for ProjectRef(file:/build/repo/,testJunitRunner) (zio-test-junit)... [1/14]
4343[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4344[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4345[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4346[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4347[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4348[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4349[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4350[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4351[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4352[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4353[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4354[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4355Compile scalacOptions: -encoding, UTF-8, -unchecked, --java-output-version:17, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -encoding, UTF-8, -unchecked, --java-output-version:17, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
4356[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4357[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4358[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4359[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4360[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4361[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4362[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4363[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4364[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4365[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4366[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4367[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4368[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4369[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4370[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4371[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4372[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4373[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4374[info] compiling 2 Scala sources to /build/repo/internal-macros/.jvm/target/scala-3.8.0-RC5/classes ...
4375[info] done compiling
4376[info] compiling 203 Scala sources and 1 Java source to /build/repo/core/jvm/target/scala-3.8.0-RC5/classes ...
4377[info] done compiling
4378[info] compiling 25 Scala sources to /build/repo/streams/jvm/target/scala-3.8.0-RC5/classes ...
4379[info] done compiling
4380[info] compiling 106 Scala sources to /build/repo/test/jvm/target/scala-3.8.0-RC5/classes ...
4381[info] done compiling
4382[info] compiling 1 Scala source to /build/repo/test-junit/target/scala-3.8.0-RC5/classes ...
4383[info] done compiling
4384[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4385[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4386[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4387[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4388[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4389[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4390[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4391[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4392[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4393[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4394[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4395[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4396[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4397[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4398[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4399[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4400[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4401[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4402[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4403[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4404[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4405[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4406[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4407[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4408[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4409[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4410[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4411[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4412[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4413[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4414[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4415[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4416[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4417[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4418[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4419[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4420[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4421[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4422[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4423[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4424[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4425[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4426[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4427[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4428[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4429[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4430[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4431[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4432[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4433[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4434[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4435[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4436[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4437[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4438[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4439[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4440[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4441[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4442[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4443[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4444[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4445[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4446[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4447[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4448[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4449[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4450[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4451[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4452[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4453[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4454[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4455[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4456Starting build for ProjectRef(file:/build/repo/,managedJVM) (zio-managed)... [2/14]
4457[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4458[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4459[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4460[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4461[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4462[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4463[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4464[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4465[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4466[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4467Compile scalacOptions: -encoding, UTF-8, -unchecked, --java-output-version:17, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -Wconf:msg=[zio.stacktracer.TracingImplicits.disableAutoTrace]:silent, -Wconf:msg=[@nowarn annotation does not suppress any warnings]:silent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
4468[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4469[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4470[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4471[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4472[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4473[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4474[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4475[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4476[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4477[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4478[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4479[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4480[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4481[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4482[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4483[info] compiling 7 Scala sources to /build/repo/managed/jvm/target/scala-3.8.0-RC5/classes ...
4484[info] done compiling
4485[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4486[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4487[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4488[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4489[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4490[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4491[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4492[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4493[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4494[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4495[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4496[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4497[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4498[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4499[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4500[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4501[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4502[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4503[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4504[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4505[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4506[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4507[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4508[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4509[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4510[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4511[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4512[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4513[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4514[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4515[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4516[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4517[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4518[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4519[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4520[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4521[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4522[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4523[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4524[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4525[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4526[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4527[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4528[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4529[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4530[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4531[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4532[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4533[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4534[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4535[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4536[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4537[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4538[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4539[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4540[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4541[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4542[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4543[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4544[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4545Starting build for ProjectRef(file:/build/repo/,testMagnoliaJVM) (zio-test-magnolia)... [3/14]
4546[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4547[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4548[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4549[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4550[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4551[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4552[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4553[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4554[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4555[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4556[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4557[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4558Compile scalacOptions: -encoding, UTF-8, -unchecked, --java-output-version:17, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
4559[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4560[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4561[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4562[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4563[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4564[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4565[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4566[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4567[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4568[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4569[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4570[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4571[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4572[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4573[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4574[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4575[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4576[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4577[info] compiling 3 Scala sources to /build/repo/test-magnolia/.jvm/target/scala-3.8.0-RC5/classes ...
4578[warn] -- [E197] Potential Issue Warning: /build/repo/test-magnolia/src/main/scala-3/zio/test/magnolia/DeriveGen.scala:37:4
4579[warn] 37 | new DeriveGen[A] {
4580[warn] | ^
4581[warn] | New anonymous class definition will be duplicated at each inline site
4582[warn] |
4583[warn] | longer explanation available when compiling with `-explain`
4584[warn] -- [E197] Potential Issue Warning: /build/repo/test-magnolia/src/main/scala-3/zio/test/magnolia/DeriveGen.scala:103:4
4585[warn] 103 | new DeriveGen[T] {
4586[warn] | ^
4587[warn] | New anonymous class definition will be duplicated at each inline site
4588[warn] |
4589[warn] | longer explanation available when compiling with `-explain`
4590[warn] two warnings found
4591[info] done compiling
4592[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4593[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4594[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4595[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4596[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4597[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4598[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4599[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4600[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4601[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4602[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4603[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4604[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4605[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4606[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4607[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4608[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4609[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4610[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4611[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4612[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4613[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4614[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4615[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4616[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4617[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4618[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4619[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4620[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4621[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4622[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4623[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4624[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4625[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4626[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4627[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4628[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4629[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4630[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4631[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4632[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4633[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4634[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4635[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4636[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4637[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4638[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4639[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4640[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4641[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4642[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4643[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4644[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4645[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4646[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4647[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4648[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4649[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4650[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4651[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4652[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4653[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4654[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4655[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4656[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4657[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4658[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4659[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4660[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4661[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4662[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4663[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4664Starting build for ProjectRef(file:/build/repo/,streamsJVM) (zio-streams)... [4/14]
4665[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4666[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4667[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4668[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4669[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4670[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4671[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4672[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4673Compile scalacOptions: -encoding, UTF-8, -unchecked, --java-output-version:17, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -Wconf:msg=[zio.stacktracer.TracingImplicits.disableAutoTrace]:silent, -Wconf:msg=[@nowarn annotation does not suppress any warnings]:silent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
4674[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4675[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4676[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4677[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4678[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4679[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4680[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4681[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4682[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4683[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4684[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4685[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4686[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4687[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4688[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4689[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4690[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4691[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4692[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4693[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4694[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4695[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4696[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4697[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4698[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4699[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4700[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4701[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4702[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4703[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4704[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4705[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4706[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4707[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4708[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4709[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4710[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4711[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4712[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4713[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4714[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4715[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4716[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4717[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4718[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4719[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4720[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4721[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4722[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4723[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4724[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4725[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4726[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4727[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4728[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4729[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4730[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4731[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4732[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4733[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4734Starting build for ProjectRef(file:/build/repo/,testScalaCheckJVM) (zio-test-scalacheck)... [5/14]
4735[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4736[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4737[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4738[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4739[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4740[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4741[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4742[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4743[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4744[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4745[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4746[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4747Compile scalacOptions: -encoding, UTF-8, -unchecked, --java-output-version:17, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
4748[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4749[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4750[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4751[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4752[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4753[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4754[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4755[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4756[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4757[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4758[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4759[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4760[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4761[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4762[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4763[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4764[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4765[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4766[info] compiling 1 Scala source to /build/repo/test-scalacheck/.jvm/target/scala-3.8.0-RC5/classes ...
4767[info] done compiling
4768[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4769[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4770[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4771[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4772[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4773[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4774[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4775[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4776[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4777[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4778[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4779[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4780[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4781[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4782[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4783[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4784[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4785[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4786[info] compiling 1 Scala source to /build/repo/test-scalacheck/.jvm/target/scala-3.8.0-RC5/test-classes ...
4787[info] done compiling
4788[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4789[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4790[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4791[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4792[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4793[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4794[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4795[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4796[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4797[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4798[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4799[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4800[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4801[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4802[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4803[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4804[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4805[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4806[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4807[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4808[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4809[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4810[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4811[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4812[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4813[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4814[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4815[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4816[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4817[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4818[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4819[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4820[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4821[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4822[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4823[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4824[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4825[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4826[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4827[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4828[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4829[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4830[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4831[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4832[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4833[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4834[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4835[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4836[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4837[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4838[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4839[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4840[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4841[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4842Starting build for ProjectRef(file:/build/repo/,coreJVM) (zio)... [6/14]
4843[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4844[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4845[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4846[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4847[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4848[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4849Compile scalacOptions: -encoding, UTF-8, -unchecked, --java-output-version:17, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -Wconf:msg=[zio.stacktracer.TracingImplicits.disableAutoTrace]:silent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
4850[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4851[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4852[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4853[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4854[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4855[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4856[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4857[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4858[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4859[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4860[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4861[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4862[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4863[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4864[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4865[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4866[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4867[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4868[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4869[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4870[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4871[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4872[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4873[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4874[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4875[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4876[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4877[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4878[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4879[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4880[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4881[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4882[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4883[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4884[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4885[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4886[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4887[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4888[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4889[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4890[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4891[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4892[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4893[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4894[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4895Starting build for ProjectRef(file:/build/repo/,internalMacrosJVM) (zio-internal-macros)... [7/14]
4896[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4897[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4898Compile scalacOptions: -encoding, UTF-8, -unchecked, --java-output-version:17, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
4899[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4900[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4901[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4902[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4903[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4904[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4905[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4906[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4907[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4908[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4909[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4910[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4911[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4912[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4913[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4914Starting build for ProjectRef(file:/build/repo/,testsJVM) (zio-test)... [8/14]
4915[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4916[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4917[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4918[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4919[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4920[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4921[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4922[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4923[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4924[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4925Compile scalacOptions: -encoding, UTF-8, -unchecked, --java-output-version:17, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -Wconf:msg=[zio.stacktracer.TracingImplicits.disableAutoTrace]:silent, -Wconf:msg=[@nowarn annotation does not suppress any warnings]:silent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
4926[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4927[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4928[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4929[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4930[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4931[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4932[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4933[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4934[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4935[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4936[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4937[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4938[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4939[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4940[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4941[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4942[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4943[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4944[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4945[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4946[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4947[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4948[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4949[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4950[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4951[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4952[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4953[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4954[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4955[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4956[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4957[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4958[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4959[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4960[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4961[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4962[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4963[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4964[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4965[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4966[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4967[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4968[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4969[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4970[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4971[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4972[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4973[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4974[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4975[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4976[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4977[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4978[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4979[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4980[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4981[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4982[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4983[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4984[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4985[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4986[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4987[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4988[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4989[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4990[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4991[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4992[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4993[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4994[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4995[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4996[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4997[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4998[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
4999[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5000[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5001Starting build for ProjectRef(file:/build/repo/,testJunitEngine) (zio-test-junit-engine)... [9/14]
5002[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5003[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5004[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5005[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5006[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5007[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5008[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5009[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5010[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5011[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5012[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5013[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5014Compile scalacOptions: -encoding, UTF-8, -unchecked, --java-output-version:17, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -encoding, UTF-8, -unchecked, --java-output-version:17, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
5015[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5016[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5017[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5018[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5019[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5020[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5021[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5022[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5023[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5024[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5025[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5026[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5027[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5028[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5029[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5030[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5031[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5032[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5033[info] compiling 9 Scala sources to /build/repo/test-junit-engine/target/scala-3.8.0-RC5/classes ...
5034[info] done compiling
5035[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5036[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5037[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5038[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5039[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5040[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5041[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5042[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5043[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5044[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5045[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5046[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5047[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5048[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5049[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5050[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5051[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5052[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5053[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5054[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5055[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5056[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5057[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5058[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5059[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5060[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5061[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5062[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5063[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5064[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5065[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5066[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5067[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5068[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5069[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5070[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5071[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5072[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5073[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5074[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5075[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5076[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5077[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5078[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5079[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5080[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5081[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5082[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5083[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5084[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5085[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5086[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5087[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5088[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5089[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5090[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5091[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5092[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5093[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5094[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5095[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5096[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5097[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5098[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5099[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5100[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5101[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5102[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5103[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5104[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5105[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5106[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5107Starting build for ProjectRef(file:/build/repo/,testRefinedJVM) (zio-test-refined)... [10/14]
5108[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5109[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5110[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5111[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5112[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5113[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5114[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5115[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5116[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5117[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5118[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5119[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5120[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5121[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5122Compile scalacOptions: -encoding, UTF-8, -unchecked, --java-output-version:17, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -language:experimental.macros, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
5123[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5124[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5125[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5126[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5127[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5128[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5129[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5130[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5131[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5132[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5133[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5134[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5135[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5136[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5137[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5138[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5139[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5140[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5141[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5142[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5143[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5144[info] compiling 14 Scala sources to /build/repo/test-refined/.jvm/target/scala-3.8.0-RC5/classes ...
5145[info] done compiling
5146[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5147[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5148[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5149[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5150[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5151[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5152[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5153[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5154[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5155[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5156[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5157[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5158[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5159[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5160[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5161[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5162[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5163[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5164[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5165[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5166[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5167[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5168[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5169[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5170[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5171[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5172[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5173[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5174[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5175[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5176[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5177[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5178[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5179[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5180[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5181[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5182[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5183[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5184[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5185[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5186[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5187[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5188[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5189[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5190[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5191[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5192[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5193[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5194[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5195[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5196[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5197[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5198[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5199[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5200[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5201[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5202[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5203[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5204[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5205[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5206[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5207[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5208[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5209[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5210[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5211[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5212[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5213[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5214[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5215[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5216[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5217[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5218[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5219[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5220[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5221[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5222[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5223[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5224[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5225[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5226[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5227[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5228[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5229[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5230Starting build for ProjectRef(file:/build/repo/,testRunnerJVM) (zio-test-sbt)... [11/14]
5231[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5232[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5233[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5234[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5235[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5236[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5237[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5238[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5239[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5240[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5241[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5242[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5243Compile scalacOptions: -encoding, UTF-8, -unchecked, --java-output-version:17, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -Wconf:msg=[zio.stacktracer.TracingImplicits.disableAutoTrace]:silent, -Wconf:msg=[@nowarn annotation does not suppress any warnings]:silent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
5244[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5245[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5246[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5247[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5248[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5249[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5250[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5251[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5252[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5253[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5254[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5255[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5256[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5257[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5258[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5259[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5260[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5261[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5262[info] compiling 11 Scala sources to /build/repo/test-sbt/jvm/target/scala-3.8.0-RC5/classes ...
5263[info] done compiling
5264[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5265[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5266[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5267[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5268[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5269[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5270[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5271[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5272[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5273[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5274[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5275[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5276[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5277[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5278[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5279[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5280[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5281[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5282[info] compiling 4 Scala sources to /build/repo/test-sbt/jvm/target/scala-3.8.0-RC5/test-classes ...
5283[info] done compiling
5284[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5285[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5286[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5287[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5288[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5289[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5290[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5291[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5292[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5293[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5294[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5295[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5296[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5297[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5298[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5299[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5300[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5301[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5302WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
5303WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/3.8.0-RC5/scala-library-3.8.0-RC5.jar)
5304WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
5305WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
5306+ test framework
5307+ simple suite
5308+ spec A
5309+ spec A
5310 + successful test
5311 + framework fingerprints should be correct
5312 - failing test - ignored: 1
5313 + spec 1 suite 1 test 1
5314 + successful test
5315 - failing test - ignored: 1
53161 tests passed. 0 tests failed. 1 tests ignored.
5317
5318Executed in 132 ms
5319
53201 tests passed. 0 tests failed. 1 tests ignored.
5321
5322Executed in 131 ms
5323
53241 tests passed. 0 tests failed. 0 tests ignored.
5325
5326Executed in 135 ms
5327
5328+ simple suite
5329 + basic happy path
5330+ exploding suite
5331 + renders suite names 1 time in plus-combined specs
5332 + renders suite names 1 time in commas-combined specs
5333+ suite with shared layer
5334 - boom
5335 java.lang.RuntimeException: Good luck ;)
5336 at zio.test.sbt.FrameworkSpecInstances$.zio$test$sbt$FrameworkSpecInstances$RuntimeExceptionSpec$$$_$spec$$anonfun$6(FrameworkSpecInstances.scala:66)
5337 at zio.test.TestConstructor$.apply$$anonfun$1$$anonfun$1(TestConstructor.scala:22)
5338 at zio.test.sbt.FrameworkSpecInstances.RuntimeExceptionSpec.spec(FrameworkSpecInstances.scala:68)
5339 + spec 1 suite 1 test 1
5340 + spec 1 suite 1 test 3
5341 + spec 1 suite 1 test 2
53420 tests passed. 1 tests failed. 0 tests ignored.
5343
5344
5345 - exploding suite - boom
5346 java.lang.RuntimeException: Good luck ;)
5347 at zio.test.sbt.FrameworkSpecInstances$.zio$test$sbt$FrameworkSpecInstances$RuntimeExceptionSpec$$$_$spec$$anonfun$6(FrameworkSpecInstances.scala:66)
5348 at zio.test.TestConstructor$.apply$$anonfun$1$$anonfun$1(TestConstructor.scala:22)
5349 at zio.test.sbt.FrameworkSpecInstances.RuntimeExceptionSpec.spec(FrameworkSpecInstances.scala:68)
5350Executed in 80 ms
5351
5352 + spec 1 suite 1 test 4
5353 + displays runtime exceptions helpfully
5354 - displays multi-colored lines - ignored: 1
5355+ test completes with shared layer 2
53565 tests passed. 0 tests failed. 0 tests ignored.
5357
5358Executed in 74 ms
5359
5360 + ensure shared layers are not re-initialized
5361+ some suite
5362+ tag suite
5363 + passing test
5364 + integration test - tagged: "IntegrationTest"
53651 tests passed. 0 tests failed. 0 tests ignored.
5366
5367Executed in 24 ms
5368
5369 + only executes selected test
53701 tests passed. 0 tests failed. 0 tests ignored.
5371
5372Executed in 15 ms
5373
5374 + only execute test with specified tag
5375+ tag suite
5376 + unit test - tagged: "UnitTest"
5377+ tag suite with failing env
5378 + suite with tag and valid `provide` env
53791 tests passed. 0 tests failed. 0 tests ignored.
5380
5381Executed in 21 ms
5382
5383 + should be executed - 1 - tagged: "Executed"
5384 + do not execute test with ignored tag
5385 + suite with tag and failing `provideShared` env
5386 + suite with tag and valid `provideShared` env
5387 + should be executed - 7 - tagged: "Executed"
5388+ some suite
5389 + suite with tag and failing `provideShared` env
5390 - ignored test - ignored: 1
5391 + suite with tag and valid `provideShared` env
5392 + should be executed - 3 - tagged: "Executed"
5393 + suite with tag and valid `provideShared` env
5394 + should be executed - 5 - tagged: "Executed"
5395 + suite with tag and failing `provideShared` env
5396 + suite with tags and with tests having invalid env
5397 + passing test
5398 + should be executed - 9 - tagged: "Executed"
5399 + suite with tag and valid `provideShared` env
5400 + should be executed - 7 - tagged: "Executed"
54016 tests passed. 0 tests failed. 0 tests ignored.
5402
5403Executed in 102 ms
5404
5405 - failing test
5406 ✗ 1 was not equal to 2
5407 1 did not satisfy Assertion.equalTo(2)
5408 at /build/repo/test-sbt/shared/src/test/scala/zio/test/sbt/FrameworkSpecInstances.scala:116
5409
5410 + do not create layers for test with ignored tag
54111 tests passed. 1 tests failed. 1 tests ignored.
5412
5413
5414 - some suite / failing test
5415 ✗ 1 was not equal to 2
5416 1 did not satisfy Assertion.equalTo(2)
5417 at /build/repo/test-sbt/shared/src/test/scala/zio/test/sbt/FrameworkSpecInstances.scala:116
5418
5419Executed in 75 ms
5420
5421+ outer
5422 + inner
5423+ some suite
5424 + test
54251 tests passed. 0 tests failed. 0 tests ignored.
5426
5427Executed in 29 ms
5428
5429 - failing test
5430 ✗ 1 was not equal to 2
5431 1 did not satisfy Assertion.equalTo(2)
5432 at /build/repo/test-sbt/shared/src/test/scala/zio/test/sbt/FrameworkSpecInstances.scala:116
5433
54340 tests passed. 1 tests failed. 0 tests ignored.
5435
5436
5437 - some suite / failing test
5438 ✗ 1 was not equal to 2
5439 1 did not satisfy Assertion.equalTo(2)
5440 at /build/repo/test-sbt/shared/src/test/scala/zio/test/sbt/FrameworkSpecInstances.scala:116
5441
5442Executed in 23 ms
5443
5444+ outer
5445 + inner
5446 + honor `TestSelector`s
5447 + test
54481 tests passed. 0 tests failed. 0 tests ignored.
5449
5450Executed in 19 ms
5451
5452+ outer
5453 + inner
5454 + test
54551 tests passed. 0 tests failed. 0 tests ignored.
5456
5457Executed in 12 ms
5458
5459 + match tests by long names
5460 + displays runtime exceptions during spec layer construction - repeated: 100
5461 - slow test
5462Timeout of 1 s exceeded.
54630 tests passed. 1 tests failed. 0 tests ignored.
5464
5465
5466 - simple suite - slow test
5467Timeout of 1 s exceeded.
5468Executed in 1 s 58 ms
5469
5470 + displays timeouts
5471+ exhaustive conversions
5472 + success
5473 + failure
5474 + just zio sleep
547517 tests passed. 0 tests failed. 1 tests ignored.
5476
5477Executed in 3 s 500 ms
5478
5479[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5480[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5481[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5482[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5483[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5484[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5485[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5486[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5487[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5488[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5489[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5490[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5491[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5492[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5493[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5494[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5495[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5496[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5497[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5498[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5499[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5500[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5501[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5502[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5503[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5504[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5505[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5506[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5507[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5508[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5509[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5510[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5511[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5512[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5513[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5514[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5515Starting build for ProjectRef(file:/build/repo/,concurrentJVM) (zio-concurrent)... [12/14]
5516[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5517[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5518[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5519[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5520[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5521[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5522[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5523[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5524[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5525[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5526[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5527[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5528[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5529[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5530Compile scalacOptions: -encoding, UTF-8, -unchecked, --java-output-version:17, 11, -language:implicitConversions, -language:noAutoTupling, -Xignore-scala2-macros, -Xmax-inlines:64, -noindent, -Wconf:msg=[@nowarn annotation does not suppress any warnings]:silent, -Wconf:msg=can be rewritten automatically under:s, -source:3.8
5531[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5532[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5533[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5534[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5535[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5536[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5537[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5538[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5539[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5540[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5541[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5542[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5543[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5544[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5545[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5546[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5547[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5548[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5549[info] compiling 7 Scala sources to /build/repo/concurrent/.jvm/target/scala-3.8.0-RC5/classes ...
5550[info] done compiling
5551[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5552[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5553[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5554[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5555[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5556[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5557[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5558[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5559[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5560[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5561[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5562[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5563[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5564[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5565[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5566[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5567[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5568[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5569[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5570[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5571[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5572[info] compiling 6 Scala sources to /build/repo/concurrent/.jvm/target/scala-3.8.0-RC5/test-classes ...
5573[info] done compiling
5574[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5575[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5576[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5577[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5578[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5579[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5580[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5581[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5582[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5583[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5584[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5585[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5586[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5587[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5588[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5589[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5590[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5591[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5592[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5593[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5594[warn] Multiple resolvers having different access mechanism configured with same name 'akka-secure-mvn'. To avoid conflict, Remove duplicate project resolvers (`resolvers`) or rename publishing resolver (`publishTo`).
5595WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
5596WARNING: sun.misc.Unsafe::objectFieldOffset has been called by scala.runtime.LazyVals$ (file:/root/.cache/coursier/v1/https/repo1.maven.org/maven2/org/scala-lang/scala-library/3.8.0-RC5/scala-library-3.8.0-RC5.jar)
5597WARNING: Please consider reporting this to the maintainers of class scala.runtime.LazyVals$
5598WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
5599+ CyclicBarrierSpec
5600 + Releases the barrier
5601 + Releases the barrier and performs the action
5602 + Construction
5603 + Releases the barrier and cycles
5604 + Breaks on reset
5605 + Breaks on party interruption
5606+ CountdownLatchSpec
5607 + Construction
5608 + Creates a latch
5609 + Dies with an invalid count
5610 + Operations
5611 + Fibers wait and get released when countdown reaches 0
5612+ ReentrantLockSpec
5613 + 2 locks
5614 + 1 lock
5615 + 2 locks from different fibers
5616 + Fairness assigns lock to fibers in order
5617 + Cleans up interrupted waiters
5618 + Assigns lock to fibers randomly
5619+ MVarSpec
5620 + swap
5621 + isEmpty
5622 + non-blocking tryPut and tryTake
5623 + update
5624message="Test MVarSpec - blocking put and take has taken more than 1 m to execute. If this is not expected, consider using TestAspect.timeout to timeout runaway tests for faster diagnostics."
5625Build timeout after 2 hours