Build Logs
otavia-projects/otavia • dotty-staging/dotty:fix-23773:2025-11-22
Errors
602
Warnings
14171
Total Lines
16026
1##################################
2Clonning https://github.com/otavia-projects/otavia.git into /build/repo using revision v0.4.5
3##################################
4Note: switching to '51a4ef4550a8496670045388165e56859ee13d5c'.
5
6You are in 'detached HEAD' state. You can look around, make experimental
7changes and commit them, and you can discard any commits you make in this
8state without impacting any branches by switching back to a branch.
9
10If you want to create a new branch to retain commits you create, you may
11do so (now or later) by using -c with the switch command. Example:
12
13 git switch -c <new-branch-name>
14
15Or undo this operation with:
16
17 git switch -
18
19Turn off this advice by setting config variable advice.detachedHead to false
20
21Using target Scala version for migration: 3.7.4-RC2
22Migrating project for -source:3.7 using Scala 3.7.4-RC2
23----
24Preparing build for 3.7.4-RC2
25Would try to apply common scalacOption (best-effort, sbt/mill only):
26Append: -rewrite,REQUIRE:-source:3.7-migration
27Remove: -indent,-no-indent,-new-syntax,,-deprecation,-feature,-Xfatal-warnings,-Werror,MATCH:.*-Wconf.*any:e
28
29Try apply source patch:
30Path: build.sc
31Pattern: Seq("-Yexplicit-nulls")
32Replacement: Seq.empty[String]
33Starting compilation server
34Compiling project (Scala 3.7.3, JVM (17))
35Compiled project (Scala 3.7.3, JVM (17))
36Successfully applied pattern 'Seq("-Yexplicit-nulls")' in build.sc
37----
38Starting build for 3.7.4-RC2
39Execute tests: false
40Mill project found:
41Found explicit mill version 0.11.12 in ./mill-version
42Detected mill version=0.11.12, binary version: 0.11
43No prepare script found for project otavia-projects/otavia
44No mill build directory found
45Apply scalafix rules to ./build.sc
46Successfully applied pattern 'package build\n' in /build/repo/MillCommunityBuild.sc
47Successfully applied pattern 'import CommunityBuildCore.' in /build/repo/MillCommunityBuild.sc
48Successfully applied pattern 'import MillVersionCompat.' in /build/repo/MillCommunityBuild.sc
49##################################
50Scala version: 3.7.4-RC2
51Targets: cc.otavia%otavia-all cc.otavia%otavia-buffer cc.otavia%otavia-codec cc.otavia%otavia-codec-dns cc.otavia%otavia-codec-haproxy cc.otavia%otavia-codec-http cc.otavia%otavia-codec-kafka cc.otavia%otavia-codec-memcache cc.otavia%otavia-codec-mqtt cc.otavia%otavia-codec-redis cc.otavia%otavia-codec-smtp cc.otavia%otavia-codec-socks cc.otavia%otavia-common cc.otavia%otavia-handler cc.otavia%otavia-log4a cc.otavia%otavia-mysql-driver cc.otavia%otavia-postgres-driver cc.otavia%otavia-runtime cc.otavia%otavia-serde cc.otavia%otavia-serde-json cc.otavia%otavia-serde-proto cc.otavia%otavia-sql cc.otavia%otavia-testkit
52Project projectConfig: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sc","pattern":"Seq(\"-Yexplicit-nulls\")","replaceWith":"Seq.empty[String]"}]}
53##################################
54Downloading mill 0.11.12 from https://github.com/com-lihaoyi/mill/releases/download/0.11.12/0.11.12-assembly ...
55 % Total % Received % Xferd Average Speed Time Time Time Current
56 Dload Upload Total Spent Left Speed
57
58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
60 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
61
62 14 59.2M 14 8836k 0 0 7851k 0 0:00:07 0:00:01 0:00:06 7851k
63100 59.2M 100 59.2M 0 0 28.6M 0 0:00:02 0:00:02 --:--:-- 53.8M
64Preparing Java 17.0.8 runtime; this may take a minute or two ...
65[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
66[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
67[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
68[warn] ^
69[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
70[warn] .iterator()
71[warn] ^
72[warn] /build/repo/build.sc:102:64: reference to scalaVersion is ambiguous;
73[warn] it is both defined in the enclosing object common and inherited in the enclosing object test as method scalaVersion (defined in trait ScalaTests)
74[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
75[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
76[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
77[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
78[warn] ^
79[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
80[warn] case module: CommunityBuildPublishModule =>
81[warn] ^
82[warn] four warnings found
83[info] done compiling
84Try build using ./millw
85[info] compiling 4 Scala sources to /build/repo/out/mill-build/compile.dest/classes ...
86[warn] /build/repo/CommunityBuildCore.sc:236:36: Unicode escapes in raw interpolations are deprecated; use literal characters instead
87[warn] val AnsiColorPattern = raw"\u001B\[[;\d]*m"
88[warn] ^
89[warn] /build/repo/CommunityBuildCore.sc:135:22: object JavaConverters in package collection is deprecated (since 2.13.0): Use `scala.jdk.CollectionConverters` instead
90[warn] .iterator()
91[warn] ^
92[warn] /build/repo/build.sc:102:64: reference to scalaVersion is ambiguous;
93[warn] it is both defined in the enclosing object common and inherited in the enclosing object test as method scalaVersion (defined in trait ScalaTests)
94[warn] In Scala 2, symbols inherited from a superclass shadow symbols defined in an outer scope.
95[warn] Such references are ambiguous in Scala 3. To continue using the inherited symbol, write `this.scalaVersion`.
96[warn] Or use `-Wconf:msg=legacy-binding:s` to silence this warning. [quickfixable]
97[warn] def scalacOptions = super.scalacOptions().mapScalacOptions(scalaVersion)
98[warn] ^
99[warn] /build/repo/MillCommunityBuild.sc:291:12: The outer reference in this type test cannot be checked at run time.
100[warn] case module: CommunityBuildPublishModule =>
101[warn] ^
102[warn] four warnings found
103[info] done compiling
104Build config: {"projects":{"exclude":[],"overrides":{}},"java":{"version":"17"},"sbt":{"commands":[],"options":[]},"mill":{"options":[]},"tests":"compile-only","migrationVersions":["3.7"],"sourcePatches":[{"path":"build.sc","pattern":"Seq(\"-Yexplicit-nulls\")","replaceWith":"Seq.empty[String]"}]}
105Parsed config: ProjectBuildConfig(ProjectsConfig(List(),Map()),CompileOnly)
106
107Starting build for otavia-serde-json - [0/23]
108Failed to resolve scalaVersion, assume it's Scala 3 project
109[info] compiling 25 Scala sources to /build/repo/out/buffer/compile.dest/classes ...
110[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1286:38
111[warn] 1286 | private var value: Byte = _
112[warn] | ^
113[warn] |`= _` has been deprecated; use `= uninitialized` instead.
114[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
115[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
116[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AbstractPooledPageAllocator.scala:34:45
117[warn] 34 | private var head: RecyclablePageBuffer = _
118[warn] | ^
119[warn] |`= _` has been deprecated; use `= uninitialized` instead.
120[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
121[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
122[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AbstractPooledPageAllocator.scala:35:45
123[warn] 35 | private var tail: RecyclablePageBuffer = _
124[warn] | ^
125[warn] |`= _` has been deprecated; use `= uninitialized` instead.
126[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
127[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
128[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AdaptiveBufferImpl.scala:1277:38
129[warn] 1277 | private var value: Byte = _
130[warn] | ^
131[warn] |`= _` has been deprecated; use `= uninitialized` instead.
132[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
133[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
134[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/AdaptiveBufferImpl.scala:1321:38
135[warn] 1321 | private var value: Byte = _
136[warn] | ^
137[warn] |`= _` has been deprecated; use `= uninitialized` instead.
138[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
139[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
140[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala:32:54
141[warn] 32 | private var parent: PooledPageAllocator = _
142[warn] | ^
143[warn] |`= _` has been deprecated; use `= uninitialized` instead.
144[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
145[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
146[warn] -- Warning: /build/repo/buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala:33:54
147[warn] 33 | @volatile private var nxt: RecyclablePageBuffer = _
148[warn] | ^
149[warn] |`= _` has been deprecated; use `= uninitialized` instead.
150[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
151[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
152[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/pool/AdaptiveBufferImpl.scala]
153[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/AbstractBuffer.scala]
154[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala]
155[info] [patched file /build/repo/buffer/src/cc/otavia/buffer/pool/AbstractPooledPageAllocator.scala]
156[warn] 7 warnings found
157[info] done compiling
158Failed to resolve scalaVersion, assume it's Scala 3 project
159[info] compiling 25 Scala sources to /build/repo/out/common/compile.dest/classes ...
160[warn] -- Warning: /build/repo/out/common/buildInfoSources.dest/cc/otavia/BuildInfo.scala:4:16
161[warn] 4 | private[this] val buildInfoProperties: java.util.Properties = new java.util.Properties()
162[warn] | ^
163[warn] |Ignoring [this] qualifier.
164[warn] |This syntax will be deprecated in the future; it should be dropped.
165[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
166[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
167[info] [patched file /build/repo/out/common/buildInfoSources.dest/cc/otavia/BuildInfo.scala]
168[warn] there was 1 deprecation warning; re-run with -deprecation for details
169[warn] two warnings found
170[info] done compiling
171[info] compiling 7 Scala sources to /build/repo/out/serde/compile.dest/classes ...
172[info] done compiling
173[info] compiling 26 Scala sources to /build/repo/out/serde-json/compile.dest/classes ...
174[warn] -- [E029] Pattern Match Exhaustivity Warning: /build/repo/serde-json/src/cc/otavia/json/JsonMacro.scala:1013:28
175[warn] 1013 | (tpe1.asType, tpe2.asType) match
176[warn] | ^^^^^^^^^^^^^^^^^^^^^^^^^^
177[warn] | match may not be exhaustive.
178[warn] |
179[warn] | It would fail on pattern case: (_, _)
180[warn] |
181[warn] | longer explanation available when compiling with `-explain`
182[warn] one warning found
183[info] done compiling
184Successfully evaluated serde-json.compile
185Skipping unused scalacOptions: -source, -rewrite
186Flag -classpath set repeatedly
187-- Warning: serde/src/cc/otavia/serde/Serde.scala:43:8 -------------------------
18843 | def deserialize(in: Buffer): A
189 | ^
190 | Couldn't resolve a member for the given link query: Buffer
191-- Warning: serde/src/cc/otavia/serde/Serde.scala:59:8 -------------------------
19259 | def serialize(value: A, out: Buffer): Unit
193 | ^
194 | Couldn't resolve a member for the given link query: Buffer
195-- Warning: serde/src/cc/otavia/serde/Serde.scala:67:14 ------------------------
19667 | final def serializeAny(value: Any, out: Buffer): Unit = serialize(value.asInstanceOf[A], out)
197 | ^
198 | Couldn't resolve a member for the given link query: Buffer
199-- Warning: serde/src/cc/otavia/serde/Serde.scala:51:14 ------------------------
20051 | final def deserializeToAny(in: Buffer): Any = deserialize(in)
201 | ^
202 | Couldn't resolve a member for the given link query: Buffer
203-- Warning: serde/src/cc/otavia/serde/Serde.scala:35:8 -------------------------
20435 | def checkDeserializable(in: Buffer): Boolean = true
205 | ^
206 | Couldn't resolve a member for the given link query: Buffer
207-- Warning: serde-json/src/cc/otavia/json/JsonSerde.scala:319:15 ---------------
208319 | inline def derived[T]: JsonSerde[T] = ${ derivedMacro[T] }
209 | ^
210 | Couldn't resolve a member for the given link query: T
211-- Warning: serde-json/src/cc/otavia/json/types/YearJsonSerde.scala:25:7 -------
21225 |object YearJsonSerde extends JsonSerde[Year] {
213 | ^
214 | Couldn't resolve a member for the given link query: Year
215-- Warning: serde-json/src/cc/otavia/json/types/YearJsonSerde.scala:27:23 ------
21627 | override final def serialize(value: Year, out: Buffer): Unit = this.serializeYear(value, out)
217 | ^
218 | Couldn't resolve a member for the given link query: A
219-- Warning: serde-json/src/cc/otavia/json/types/YearJsonSerde.scala:29:23 ------
22029 | override final def deserialize(in: Buffer): Year = this.deserializeYear(in)
221 | ^
222 | Couldn't resolve a member for the given link query: Buffer
223-- Warning: serde-json/src/cc/otavia/json/types/JDurationJsonSerde.scala:25:7 --
22425 |object JDurationJsonSerde extends JsonSerde[Duration] {
225 | ^
226 | Couldn't resolve a member for the given link query: Duration
227-- Warning: serde-json/src/cc/otavia/json/types/JDurationJsonSerde.scala:27:23 -
22827 | override final def serialize(value: Duration, out: Buffer): Unit = this.serializeJDuration(value, out)
229 | ^
230 | Couldn't resolve a member for the given link query: A
231-- Warning: serde-json/src/cc/otavia/json/types/JDurationJsonSerde.scala:29:23 -
23229 | override final def deserialize(in: Buffer): Duration = this.deserializeJDuration(in)
233 | ^
234 | Couldn't resolve a member for the given link query: Buffer
235-- Warning: serde-json/src/cc/otavia/json/types/YearMonthJsonSerde.scala:25:7 --
23625 |object YearMonthJsonSerde extends JsonSerde[YearMonth] {
237 | ^
238 | Couldn't resolve a member for the given link query: YearMonth
239-- Warning: serde-json/src/cc/otavia/json/types/YearMonthJsonSerde.scala:27:23 -
24027 | override final def serialize(value: YearMonth, out: Buffer): Unit = this.serializeYearMonth(value, out)
241 | ^
242 | Couldn't resolve a member for the given link query: A
243-- Warning: serde-json/src/cc/otavia/json/types/YearMonthJsonSerde.scala:29:23 -
24429 | override final def deserialize(in: Buffer): YearMonth = this.deserializeYearMonth(in)
245 | ^
246 | Couldn't resolve a member for the given link query: Buffer
247-- Warning: serde-json/src/cc/otavia/json/types/ShortJsonSerde.scala:25:17 -----
24825 | override def deserialize(in: Buffer): Short = deserializeShort(in)
249 | ^
250 | Couldn't resolve a member for the given link query: Buffer
251-- Warning: serde-json/src/cc/otavia/json/types/ShortJsonSerde.scala:27:17 -----
25227 | override def serialize(value: Short, out: Buffer): Unit = serializeShort(value, out)
253 | ^
254 | Couldn't resolve a member for the given link query: A
255-- Warning: serde-json/src/cc/otavia/json/types/BigIntJsonSerde.scala:27:23 ----
25627 | override final def serialize(value: BigInt, out: Buffer): Unit = this.serializeBigInt(value, out)
257 | ^
258 | Couldn't resolve a member for the given link query: A
259-- Warning: serde-json/src/cc/otavia/json/types/BigIntJsonSerde.scala:29:23 ----
26029 | override final def deserialize(in: Buffer): BigInt = this.deserializeBigInt(in)
261 | ^
262 | Couldn't resolve a member for the given link query: Buffer
263-- Warning: serde-json/src/cc/otavia/json/types/StringJsonSerde.scala:29:7 -----
26429 |object StringJsonSerde extends JsonSerde[String] {
265 | ^
266 | Couldn't resolve a member for the given link query: Charset
267-- Warning: serde-json/src/cc/otavia/json/types/StringJsonSerde.scala:31:17 ----
26831 | override def deserialize(in: Buffer): String = deserializeString(in)
269 | ^
270 | Couldn't resolve a member for the given link query: Buffer
271-- Warning: serde-json/src/cc/otavia/json/types/StringJsonSerde.scala:33:17 ----
27233 | override def serialize(value: String, out: Buffer): Unit = serializeString(value, out)
273 | ^
274 | Couldn't resolve a member for the given link query: A
275-- Warning: serde-json/src/cc/otavia/json/types/ZoneIdJsonSerde.scala:25:7 -----
27625 |object ZoneIdJsonSerde extends JsonSerde[ZoneId] {
277 | ^
278 | Couldn't resolve a member for the given link query: ZoneId
279-- Warning: serde-json/src/cc/otavia/json/types/ZoneIdJsonSerde.scala:27:23 ----
28027 | override final def serialize(value: ZoneId, out: Buffer): Unit = this.serializeZoneId(value, out)
281 | ^
282 | Couldn't resolve a member for the given link query: A
283-- Warning: serde-json/src/cc/otavia/json/types/ZoneIdJsonSerde.scala:29:23 ----
28429 | override final def deserialize(in: Buffer): ZoneId = this.deserializeZoneId(in)
285 | ^
286 | Couldn't resolve a member for the given link query: Buffer
287-- Warning: serde-json/src/cc/otavia/json/types/JBigDecimalJsonSerde.scala:27:23
28827 | override final def serialize(value: BigDecimal, out: Buffer): Unit = this.serializeJBigDecimal(value, out)
289 | ^
290 | Couldn't resolve a member for the given link query: A
291-- Warning: serde-json/src/cc/otavia/json/types/JBigDecimalJsonSerde.scala:29:23
29229 | override final def deserialize(in: Buffer): BigDecimal = this.deserializeJBigDecimal(in)
293 | ^
294 | Couldn't resolve a member for the given link query: Buffer
295-- Warning: serde-json/src/cc/otavia/json/types/BigDecimalJsonSerde.scala:25:23
29625 | override final def serialize(value: BigDecimal, out: Buffer): Unit = this.serializeBigDecimal(value, out)
297 | ^
298 | Couldn't resolve a member for the given link query: A
299-- Warning: serde-json/src/cc/otavia/json/types/BigDecimalJsonSerde.scala:27:23
30027 | override final def deserialize(in: Buffer): BigDecimal = this.deserializeBigDecimal(in)
301 | ^
302 | Couldn't resolve a member for the given link query: Buffer
303-- Warning: serde-json/src/cc/otavia/json/types/ZonedDateTimeJsonSerde.scala:25:7
30425 |object ZonedDateTimeJsonSerde extends JsonSerde[ZonedDateTime] {
305 | ^
306 | Couldn't resolve a member for the given link query: ZonedDateTime
307-- Warning: serde-json/src/cc/otavia/json/types/ZonedDateTimeJsonSerde.scala:27:23
30827 | override final def serialize(value: ZonedDateTime, out: Buffer): Unit = this.serializeZonedDateTime(value, out)
309 | ^
310 | Couldn't resolve a member for the given link query: A
311-- Warning: serde-json/src/cc/otavia/json/types/ZonedDateTimeJsonSerde.scala:29:23
31229 | override final def deserialize(in: Buffer): ZonedDateTime = this.deserializeZonedDateTime(in)
313 | ^
314 | Couldn't resolve a member for the given link query: Buffer
315-- Warning: serde-json/src/cc/otavia/json/types/InstantJsonSerde.scala:25:7 ----
31625 |object InstantJsonSerde extends JsonSerde[Instant] {
317 | ^
318 | Couldn't resolve a member for the given link query: Instant
319-- Warning: serde-json/src/cc/otavia/json/types/InstantJsonSerde.scala:27:23 ---
32027 | override final def serialize(value: Instant, out: Buffer): Unit = this.serializeInstant(value, out)
321 | ^
322 | Couldn't resolve a member for the given link query: A
323-- Warning: serde-json/src/cc/otavia/json/types/InstantJsonSerde.scala:29:23 ---
32429 | override final def deserialize(in: Buffer): Instant = this.deserializeInstant(in)
325 | ^
326 | Couldn't resolve a member for the given link query: Buffer
327-- Warning: serde-json/src/cc/otavia/json/types/MonthDayJsonSerde.scala:27:23 --
32827 | override final def serialize(value: MonthDay, out: Buffer): Unit = this.serializeMonthDay(value, out)
329 | ^
330 | Couldn't resolve a member for the given link query: A
331-- Warning: serde-json/src/cc/otavia/json/types/MonthDayJsonSerde.scala:29:23 --
33229 | override final def deserialize(in: Buffer): MonthDay = this.deserializeMonthDay(in)
333 | ^
334 | Couldn't resolve a member for the given link query: Buffer
335-- Warning: serde-json/src/cc/otavia/json/types/ZoneOffsetJsonSerde.scala:25:7 -
33625 |object ZoneOffsetJsonSerde extends JsonSerde[ZoneOffset] {
337 | ^
338 | Couldn't resolve a member for the given link query: ZoneOffset
339-- Warning: serde-json/src/cc/otavia/json/types/ZoneOffsetJsonSerde.scala:27:23
34027 | override final def serialize(value: ZoneOffset, out: Buffer): Unit = this.serializeZoneOffset(value, out)
341 | ^
342 | Couldn't resolve a member for the given link query: A
343-- Warning: serde-json/src/cc/otavia/json/types/ZoneOffsetJsonSerde.scala:29:23
34429 | override final def deserialize(in: Buffer): ZoneOffset = this.deserializeZoneOffset(in)
345 | ^
346 | Couldn't resolve a member for the given link query: Buffer
347-- Warning: serde-json/src/cc/otavia/json/types/OffsetDateTimeJsonSerde.scala:25:7
34825 |object OffsetDateTimeJsonSerde extends JsonSerde[OffsetDateTime] {
349 | ^
350 | Couldn't resolve a member for the given link query: OffsetDateTime
351-- Warning: serde-json/src/cc/otavia/json/types/OffsetDateTimeJsonSerde.scala:27:23
35227 | override final def serialize(value: OffsetDateTime, out: Buffer): Unit = this.serializeOffsetDateTime(value, out)
353 | ^
354 | Couldn't resolve a member for the given link query: A
355-- Warning: serde-json/src/cc/otavia/json/types/OffsetDateTimeJsonSerde.scala:29:23
35629 | override final def deserialize(in: Buffer): OffsetDateTime = this.deserializeOffsetDateTime(in)
357 | ^
358 | Couldn't resolve a member for the given link query: Buffer
359-- Warning: serde-json/src/cc/otavia/json/types/BigIntegerJsonSerde.scala:25:7 -
36025 |object BigIntegerJsonSerde extends JsonSerde[BigInteger] {
361 | ^
362 | Couldn't resolve a member for the given link query: BigInteger
363-- Warning: serde-json/src/cc/otavia/json/types/BigIntegerJsonSerde.scala:27:23
36427 | override final def serialize(value: BigInteger, out: Buffer): Unit = this.serializeBigInteger(value, out)
365 | ^
366 | Couldn't resolve a member for the given link query: A
36746 warnings found
368Successfully evaluated serde-json.docJar
369Failed to resolve scalaVersion, assume it's Scala 3 project
370[info] compiling 4 Scala sources to /build/repo/out/serde-json/test/compile.dest/classes ...
371[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/Hello.scala:23:71 ------
372[info] 23 |case class Hello(id: Int, hello: String, yearMonth: YearMonth) derives JsonSerde
373[info] | ^
374[info] |Generated JSON serde for type 'cc.otavia.json.Hello':
375[info] |{
376[info] | def e0(value: cc.otavia.json.Hello, out: cc.otavia.buffer.Buffer): scala.Unit = {
377[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectStart(out)
378[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey("id", out)
379[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeInt(value.id, out)
380[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
381[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey("hello", out)
382[info] | cc.otavia.json.JsonSerde.given_JsonSerde_String.serialize(value.hello, out)
383[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
384[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey("yearMonth", out)
385[info] | cc.otavia.json.JsonSerde.given_JsonSerde_YearMonth.serialize(value.yearMonth, out)
386[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectEnd(out)
387[info] | }
388[info] | final class $anon() extends cc.otavia.json.JsonSerde[cc.otavia.json.Hello] {
389[info] | override def serialize(`valueâ‚‚`: cc.otavia.json.Hello, `outâ‚‚`: cc.otavia.buffer.Buffer): scala.Unit = e0(`valueâ‚‚`, `outâ‚‚`)
390[info] | override def deserialize(in: cc.otavia.buffer.Buffer): cc.otavia.json.Hello = scala.Predef.???
391[info] | }
392[info] |
393[info] | (new $anon(): cc.otavia.json.JsonSerde[cc.otavia.json.Hello])
394[info] |}
395[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSuite.scala:31:39 --
396[info] 31 | val serde = JsonSerde.derived[Byte]
397[info] | ^^^^^^^^^^^^^^^^^^^^^^^
398[info] |Generated JSON serde for type 'scala.Byte':
399[info] |{
400[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.Byte] {
401[info] | override def serialize(value: scala.Byte, out: cc.otavia.buffer.Buffer): scala.Unit = cc.otavia.json.JsonMacro.inline$JsonHelper.serializeByte(value, out)
402[info] | override def deserialize(in: cc.otavia.buffer.Buffer): scala.Byte = cc.otavia.json.JsonMacro.inline$JsonHelper.deserializeByte(in)
403[info] | }
404[info] |
405[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.Byte])
406[info] |}
407[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSummonSuite.scala:35:38
408[info] 35 | val tps = JsonSerde.derived[(String, Int, Long, Option[Long])]
409[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
410[info] |Generated JSON serde for type 'scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]]':
411[info] |{
412[info] | def d0(in: cc.otavia.buffer.Buffer): scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]] = {
413[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_ARRAY_START), "decode error, except \'[\'")
414[info] | val _r1: java.lang.String = {
415[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.skipBlanks(in)
416[info] | cc.otavia.json.JsonSerde.given_JsonSerde_String.deserialize(in)
417[info] | }
418[info] | val _r2: scala.Int = {
419[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_COMMA), "decode error, except \',\'")
420[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.deserializeInt(in)
421[info] | }
422[info] | val _r3: scala.Long = {
423[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_COMMA), "decode error, except \',\'")
424[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.deserializeLong(in)
425[info] | }
426[info] | val _r4: scala.Option[scala.Long] = {
427[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_COMMA), "decode error, except \',\'")
428[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.skipBlanks(in)
429[info] | if (in.skipIfNextAre(cc.otavia.json.JsonConstants.TOKEN_NULL)) scala.None else scala.Some.apply[scala.Long](cc.otavia.json.JsonMacro.inline$JsonHelper.deserializeLong(in))
430[info] | }
431[info] | scala.Predef.assert(cc.otavia.json.JsonMacro.inline$JsonHelper.isNextToken(in, cc.otavia.json.JsonConstants.TOKEN_ARRAY_END), "decode error, except \']\'")
432[info] | new scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]][java.lang.String, scala.Int, scala.Long, scala.Option[scala.Long]](_r1, _r2, _r3, _r4)
433[info] | }
434[info] | def e0(value: scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]], out: cc.otavia.buffer.Buffer): scala.Unit = {
435[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayStart(out)
436[info] | cc.otavia.json.JsonSerde.given_JsonSerde_String.serialize(value._1, out)
437[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
438[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeInt(value._2, out)
439[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
440[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeLong(value._3, out)
441[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
442[info] | value._4 match {
443[info] | case scala.None =>
444[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeNull(out)
445[info] | case scala.Some(v) =>
446[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeLong(v, out)
447[info] | }
448[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayEnd(out)
449[info] | }
450[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]]] {
451[info] | override def serialize(`valueâ‚‚`: scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]], `outâ‚‚`: cc.otavia.buffer.Buffer): scala.Unit = e0(`valueâ‚‚`, `outâ‚‚`)
452[info] | override def deserialize(`inâ‚‚`: cc.otavia.buffer.Buffer): scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]] = d0(`inâ‚‚`)
453[info] | }
454[info] |
455[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.Tuple4[scala.Predef.String, scala.Int, scala.Long, scala.Option[scala.Long]]])
456[info] |}
457[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSummonSuite.scala:45:38
458[info] 45 | val tps = JsonSerde.derived[Array[Int]]
459[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
460[info] |Generated JSON serde for type 'scala.Array[scala.Int]':
461[info] |{
462[info] | def e0(value: scala.Array[scala.Int], out: cc.otavia.buffer.Buffer): scala.Unit = {
463[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayStart(out)
464[info] | var i: scala.Int = 0
465[info] | while (i.<(value.length)) {
466[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeInt(value.apply(i), out)
467[info] | i = i.+(1)
468[info] | if (i.!=(value.length)) {
469[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
470[info] | ()
471[info] | } else ()
472[info] | }
473[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeArrayEnd(out)
474[info] | }
475[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.Array[scala.Int]] {
476[info] | override def serialize(`valueâ‚‚`: scala.Array[scala.Int], `outâ‚‚`: cc.otavia.buffer.Buffer): scala.Unit = e0(`valueâ‚‚`, `outâ‚‚`)
477[info] | override def deserialize(in: cc.otavia.buffer.Buffer): scala.Array[scala.Int] = scala.Predef.???
478[info] | }
479[info] |
480[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.Array[scala.Int]])
481[info] |}
482[info] -- Info: /build/repo/serde-json/test/src/cc/otavia/json/JsonSummonSuite.scala:53:38
483[info] 53 | val tps = JsonSerde.derived[Map[Int, Long]]
484[info] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
485[info] |Generated JSON serde for type 'scala.collection.immutable.Map[scala.Int, scala.Long]':
486[info] |{
487[info] | def e0(value: scala.collection.immutable.Map[scala.Int, scala.Long], out: cc.otavia.buffer.Buffer): scala.Unit = {
488[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectStart(out)
489[info] | var i: scala.Int = 0
490[info] | val length: scala.Int = value.size
491[info] | value.foreach[scala.Unit](((x$1: scala.Tuple2[scala.Int, scala.Long]) => {
492[info] | val k: scala.Int = x$1._1
493[info] | val v: scala.Long = x$1._2
494[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeKey(k.toString(), out)
495[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeLong(v, out)
496[info] | i = i.+(1)
497[info] | if (i.!=(length)) {
498[info] | out.writeByte(cc.otavia.json.JsonConstants.TOKEN_COMMA)
499[info] | ()
500[info] | } else ()
501[info] | }))
502[info] | cc.otavia.json.JsonMacro.inline$JsonHelper.serializeObjectEnd(out)
503[info] | }
504[info] | final class $anon() extends cc.otavia.json.JsonSerde[scala.collection.immutable.Map[scala.Int, scala.Long]] {
505[info] | override def serialize(`valueâ‚‚`: scala.collection.immutable.Map[scala.Int, scala.Long], `outâ‚‚`: cc.otavia.buffer.Buffer): scala.Unit = e0(`valueâ‚‚`, `outâ‚‚`)
506[info] | override def deserialize(in: cc.otavia.buffer.Buffer): scala.collection.immutable.Map[scala.Int, scala.Long] = scala.Predef.???
507[info] | }
508[info] |
509[info] | (new $anon(): cc.otavia.json.JsonSerde[scala.collection.immutable.Map[scala.Int, scala.Long]])
510[info] |}
511[info] done compiling
512Successfully evaluated serde-json.test.compile
513Publishing Artifact(cc.otavia,otavia-serde-json_3,0.4.5) to ivy repo /root/.ivy2/local
514Successfully evaluated serde-json.publishLocal
515
516Starting build for otavia-codec-dns - [1/23]
517No test module defined in codec-dns
518[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
519[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
520[warn] 35 | protected var logger: Logger = _
521[warn] | ^
522[warn] |`= _` has been deprecated; use `= uninitialized` instead.
523[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
524[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
525[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
526[warn] 37 | private var ctx: ActorContext = _
527[warn] | ^
528[warn] |`= _` has been deprecated; use `= uninitialized` instead.
529[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
530[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
531[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
532[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
533[warn] | ^
534[warn] |`= _` has been deprecated; use `= uninitialized` instead.
535[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
536[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
537[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
538[warn] 45 | private[core] var currentStack: Stack = _
539[warn] | ^
540[warn] |`= _` has been deprecated; use `= uninitialized` instead.
541[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
542[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
543[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
544[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
545[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
546[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
547[error] |Required: cc.otavia.core.actor.MessageOf[W] &
548[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
549[error] |
550[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
551[error] |
552[error] | longer explanation available when compiling with `-explain`
553[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
554[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
555[error] | ^^^^^^^^^^^^
556[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
557[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
558[error] |
559[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
560[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
561[error] |
562[error] |
563[error] |Note: a match type could not be fully reduced:
564[error] |
565[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
566[error] | failed since selector W
567[error] | does not uniquely determine parameter m in
568[error] | case cc.otavia.core.actor.Actor[m] => m
569[error] | The computed bounds for the parameter are:
570[error] | m <: cc.otavia.core.message.Call |
571[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
572[error] |
573[error] | longer explanation available when compiling with `-explain`
574[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
575[warn] 30 | private var workers: Address[MessageOf[W]] = _
576[warn] | ^
577[warn] |`= _` has been deprecated; use `= uninitialized` instead.
578[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
579[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
580[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
581[warn] 37 | private var currentChannelReceived: AnyRef = _
582[warn] | ^
583[warn] |`= _` has been deprecated; use `= uninitialized` instead.
584[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
585[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
586[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
587[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
588[warn] | ^
589[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
590[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
591[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
592[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
593[warn] | ^
594[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
595[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
596[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
597[warn] 23 | private var variables: Array[AnyRef] = _
598[warn] | ^
599[warn] |`= _` has been deprecated; use `= uninitialized` instead.
600[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
601[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
602[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
603[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
604[warn] | ^
605[warn] |`= _` has been deprecated; use `= uninitialized` instead.
606[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
607[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
608[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
609[warn] 26 | private var thread: Thread = _
610[warn] | ^
611[warn] |`= _` has been deprecated; use `= uninitialized` instead.
612[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
613[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
614[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
615[warn] 28 | private var head: Nextable = _
616[warn] | ^
617[warn] |`= _` has been deprecated; use `= uninitialized` instead.
618[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
619[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
620[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
621[warn] 29 | private var tail: Nextable = _
622[warn] | ^
623[warn] |`= _` has been deprecated; use `= uninitialized` instead.
624[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
625[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
626[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
627[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
628[warn] | ^
629[warn] |`= _` has been deprecated; use `= uninitialized` instead.
630[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
631[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
632[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
633[warn] 46 | private var actorHouse: ActorHouse = _
634[warn] | ^
635[warn] |`= _` has been deprecated; use `= uninitialized` instead.
636[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
637[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
638[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
639[warn] 49 | private var pipe: ChannelPipelineImpl = _
640[warn] | ^
641[warn] |`= _` has been deprecated; use `= uninitialized` instead.
642[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
643[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
644[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
645[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
646[warn] | ^
647[warn] |`= _` has been deprecated; use `= uninitialized` instead.
648[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
649[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
650[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
651[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
652[warn] | ^
653[warn] |`= _` has been deprecated; use `= uninitialized` instead.
654[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
655[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
656[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
657[warn] 35 | private var path: Path = _
658[warn] | ^
659[warn] |`= _` has been deprecated; use `= uninitialized` instead.
660[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
661[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
662[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
663[warn] 36 | protected var currentReadPlan: ReadPlan = _
664[warn] | ^
665[warn] |`= _` has been deprecated; use `= uninitialized` instead.
666[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
667[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
668[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
669[warn] 38 | private var readFactory: ReadPlanFactory = _
670[warn] | ^
671[warn] |`= _` has been deprecated; use `= uninitialized` instead.
672[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
673[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
674[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
675[warn] 22 | private[core] var added: Boolean = _
676[warn] | ^
677[warn] |`= _` has been deprecated; use `= uninitialized` instead.
678[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
679[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
680[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
681[warn] 51 | private var removed: Boolean = _
682[warn] | ^
683[warn] |`= _` has been deprecated; use `= uninitialized` instead.
684[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
685[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
686[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
687[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
688[warn] | ^
689[warn] |`= _` has been deprecated; use `= uninitialized` instead.
690[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
691[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
692[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
693[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
694[warn] | ^
695[warn] |`= _` has been deprecated; use `= uninitialized` instead.
696[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
697[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
698[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
699[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
700[warn] | ^
701[warn] |`= _` has been deprecated; use `= uninitialized` instead.
702[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
703[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
704[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
705[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
706[warn] | ^
707[warn] |`= _` has been deprecated; use `= uninitialized` instead.
708[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
709[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
710[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
711[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
712[warn] | ^
713[warn] |`= _` has been deprecated; use `= uninitialized` instead.
714[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
715[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
716[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
717[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
718[warn] | ^
719[warn] |`= _` has been deprecated; use `= uninitialized` instead.
720[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
721[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
722[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
723[warn] 38 | private var inbound: I = _
724[warn] | ^
725[warn] |`= _` has been deprecated; use `= uninitialized` instead.
726[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
727[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
728[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
729[warn] 39 | private var outbound: O = _
730[warn] | ^
731[warn] |`= _` has been deprecated; use `= uninitialized` instead.
732[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
733[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
734[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
735[warn] 42 | private var fileChannel: FileChannel = _
736[warn] | ^
737[warn] |`= _` has been deprecated; use `= uninitialized` instead.
738[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
739[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
740[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
741[warn] 43 | private var file: File = _
742[warn] | ^
743[warn] |`= _` has been deprecated; use `= uninitialized` instead.
744[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
745[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
746[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
747[warn] 27 | private var hd: QueueMapEntity = _
748[warn] | ^
749[warn] |`= _` has been deprecated; use `= uninitialized` instead.
750[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
751[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
752[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
753[warn] 28 | private var tl: QueueMapEntity = _
754[warn] | ^
755[warn] |`= _` has been deprecated; use `= uninitialized` instead.
756[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
757[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
758[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
759[warn] 34 | private var cursor: QueueMapEntity = _
760[warn] | ^
761[warn] |`= _` has been deprecated; use `= uninitialized` instead.
762[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
763[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
764[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
765[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
766[warn] | ^
767[warn] |`= _` has been deprecated; use `= uninitialized` instead.
768[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
769[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
770[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
771[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
772[warn] | ^
773[warn] |`= _` has been deprecated; use `= uninitialized` instead.
774[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
775[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
776[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
777[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
778[warn] | ^
779[warn] |`= _` has been deprecated; use `= uninitialized` instead.
780[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
781[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
782[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
783[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
784[warn] | ^
785[warn] |Ignoring [this] qualifier.
786[warn] |This syntax will be deprecated in the future; it should be dropped.
787[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
788[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
789[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
790[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
791[warn] | ^
792[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
793[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
794[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
795[warn] 29 | @volatile private var sys: ActorSystem = _
796[warn] | ^
797[warn] |`= _` has been deprecated; use `= uninitialized` instead.
798[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
799[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
800[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
801[warn] 27 | private var address: Address[Call] = _
802[warn] | ^
803[warn] |`= _` has been deprecated; use `= uninitialized` instead.
804[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
805[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
806[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
807[warn] 31 | private var msg: M = _
808[warn] | ^
809[warn] |`= _` has been deprecated; use `= uninitialized` instead.
810[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
811[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
812[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
813[warn] 35 | private var rids: Array[Long] = _
814[warn] | ^
815[warn] |`= _` has been deprecated; use `= uninitialized` instead.
816[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
817[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
818[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
819[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
820[warn] | ^
821[warn] |`= _` has been deprecated; use `= uninitialized` instead.
822[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
823[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
824[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
825[warn] 28 | protected var stack: Stack = _
826[warn] | ^
827[warn] |`= _` has been deprecated; use `= uninitialized` instead.
828[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
829[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
830[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
831[warn] 33 | protected var result: AnyRef = _
832[warn] | ^
833[warn] |`= _` has been deprecated; use `= uninitialized` instead.
834[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
835[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
836[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
837[warn] 34 | protected var error: Throwable = _
838[warn] | ^
839[warn] |`= _` has been deprecated; use `= uninitialized` instead.
840[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
841[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
842[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
843[warn] 36 | private var p: AbstractPromise[?] = _
844[warn] | ^
845[warn] |`= _` has been deprecated; use `= uninitialized` instead.
846[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
847[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
848[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
849[warn] 30 | private var call: Call = _
850[warn] | ^
851[warn] |`= _` has been deprecated; use `= uninitialized` instead.
852[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
853[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
854[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
855[warn] 31 | private var reply: Reply = _
856[warn] | ^
857[warn] |`= _` has been deprecated; use `= uninitialized` instead.
858[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
859[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
860[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
861[warn] 33 | private var sender: Address[Call] = _
862[warn] | ^
863[warn] |`= _` has been deprecated; use `= uninitialized` instead.
864[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
865[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
866[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
867[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
868[warn] | ^
869[warn] |`= _` has been deprecated; use `= uninitialized` instead.
870[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
871[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
872[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
873[warn] 27 | private var messages: Seq[Notice] = _
874[warn] | ^
875[warn] |`= _` has been deprecated; use `= uninitialized` instead.
876[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
877[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
878[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
879[warn] 49 | private var ch: Channel = _
880[warn] | ^
881[warn] |`= _` has been deprecated; use `= uninitialized` instead.
882[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
883[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
884[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
885[warn] 50 | private var ask: AnyRef = _
886[warn] | ^
887[warn] |`= _` has been deprecated; use `= uninitialized` instead.
888[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
889[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
890[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
891[warn] 51 | private var callback: ChannelPromise => Unit = _
892[warn] | ^
893[warn] |`= _` has been deprecated; use `= uninitialized` instead.
894[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
895[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
896[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
897[warn] 27 | private var msg: AnyRef = _
898[warn] | ^
899[warn] |`= _` has been deprecated; use `= uninitialized` instead.
900[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
901[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
902[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
903[warn] 28 | private var belong: AbstractChannel = _
904[warn] | ^
905[warn] |`= _` has been deprecated; use `= uninitialized` instead.
906[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
907[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
908[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
909[warn] 33 | private var ret: AnyRef = _
910[warn] | ^
911[warn] |`= _` has been deprecated; use `= uninitialized` instead.
912[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
913[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
914[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
915[warn] 29 | private var table: Array[MessagePromise[?]] = _
916[warn] | ^
917[warn] |`= _` has been deprecated; use `= uninitialized` instead.
918[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
919[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
920[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
921[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
922[warn] | ^
923[warn] |`= _` has been deprecated; use `= uninitialized` instead.
924[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
925[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
926[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
927[warn] 28 | private var msg: Call = _
928[warn] | ^
929[warn] |`= _` has been deprecated; use `= uninitialized` instead.
930[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
931[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
932[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
933[warn] 26 | var head: AbstractPromise[?] = _
934[warn] | ^
935[warn] |`= _` has been deprecated; use `= uninitialized` instead.
936[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
937[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
938[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
939[warn] 27 | var tail: AbstractPromise[?] = _
940[warn] | ^
941[warn] |`= _` has been deprecated; use `= uninitialized` instead.
942[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
943[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
944[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
945[warn] 29 | private var nextState: StackState = _
946[warn] | ^
947[warn] |`= _` has been deprecated; use `= uninitialized` instead.
948[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
949[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
950[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
951[warn] 32 | private var completedHead: AbstractPromise[?] = _
952[warn] | ^
953[warn] |`= _` has been deprecated; use `= uninitialized` instead.
954[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
955[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
956[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
957[warn] 33 | private var completedTail: AbstractPromise[?] = _
958[warn] | ^
959[warn] |`= _` has been deprecated; use `= uninitialized` instead.
960[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
961[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
962[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
963[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
964[warn] | ^
965[warn] |`= _` has been deprecated; use `= uninitialized` instead.
966[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
967[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
968[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
969[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
970[warn] | ^
971[warn] |`= _` has been deprecated; use `= uninitialized` instead.
972[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
973[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
974[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
975[warn] 40 | private var actor: AbstractActor[?] = _
976[warn] | ^
977[warn] |`= _` has been deprecated; use `= uninitialized` instead.
978[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
979[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
980[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
981[warn] 42 | private var att: AnyRef = _
982[warn] | ^
983[warn] |`= _` has been deprecated; use `= uninitialized` instead.
984[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
985[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
986[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
987[warn] 27 | private var fu: ChannelFuture = _
988[warn] | ^
989[warn] |`= _` has been deprecated; use `= uninitialized` instead.
990[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
991[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
992[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
993[warn] 28 | private var fu: MessageFuture[R] = _
994[warn] | ^
995[warn] |`= _` has been deprecated; use `= uninitialized` instead.
996[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
997[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
998[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
999[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
1000[warn] | ^
1001[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1002[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1003[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1004[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
1005[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
1006[warn] | ^
1007[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1008[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1009[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1010[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
1011[warn] 41 | private var actorAddress: ActorAddress[Call] = _
1012[warn] | ^
1013[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1014[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1015[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1016[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
1017[warn] 53 | private var tmpAskCursor: Nextable = _
1018[warn] | ^
1019[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1020[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1021[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1022[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
1023[warn] 54 | private var tmpNoticeCursor: Nextable = _
1024[warn] | ^
1025[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1026[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1027[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1028[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
1029[warn] 58 | @volatile private var preHouse: ActorHouse = _
1030[warn] | ^
1031[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1032[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1033[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1034[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
1035[warn] 59 | @volatile private var nextHouse: ActorHouse = _
1036[warn] | ^
1037[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1038[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1039[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1040[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
1041[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
1042[warn] | ^
1043[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1044[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1045[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1046[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
1047[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
1048[warn] | ^
1049[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1050[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1051[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
1052[warn] 107 | private var system: ActorSystem = _
1053[warn] | ^
1054[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1055[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1056[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1057[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
1058[warn] 57 | private var mainActor: Address[MainActor.Args] = _
1059[warn] | ^
1060[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1061[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1062[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1063[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
1064[warn] 72 | private var memoryMonitor: Timeout = _
1065[warn] | ^
1066[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1067[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1068[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1069[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
1070[warn] 81 | private var systemMonitor: Timeout = _
1071[warn] | ^
1072[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1073[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1074[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1075[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
1076[warn] 34 | private var sys: ActorSystem = _
1077[warn] | ^
1078[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1079[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1080[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1081[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
1082[warn] 30 | @volatile private var head: ActorHouse = _
1083[warn] | ^
1084[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1085[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1086[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1087[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
1088[warn] 31 | @volatile private var tail: ActorHouse = _
1089[warn] | ^
1090[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1091[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1092[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1093[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
1094[warn] 51 | private var currentRunning: Actor[?] = _
1095[warn] | ^
1096[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1097[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1098[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1099[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
1100[warn] 26 | private var head: Nextable = _
1101[warn] | ^
1102[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1103[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1104[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1105[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
1106[warn] 27 | private var tail: Nextable = _
1107[warn] | ^
1108[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1109[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1110[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1111[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
1112[warn] 30 | @volatile private var head: ActorHouse = _
1113[warn] | ^
1114[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1115[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1116[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1117[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
1118[warn] 31 | @volatile private var tail: ActorHouse = _
1119[warn] | ^
1120[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1121[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1122[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1123[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
1124[warn] 37 | @volatile private var highHead: ActorHouse = _
1125[warn] | ^
1126[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1127[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1128[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1129[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
1130[warn] 38 | @volatile private var highTail: ActorHouse = _
1131[warn] | ^
1132[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1133[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1134[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1135[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
1136[warn] 29 | private var fs: Array[FileChannel] = _
1137[warn] | ^
1138[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1139[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1140[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1141[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
1142[warn] 28 | private var channel: Channel = _
1143[warn] | ^
1144[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1145[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1146[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1147[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
1148[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
1149[warn] | ^
1150[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1151[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1152[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1153[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
1154[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
1155[warn] | ^
1156[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1157[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1158[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1159[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
1160[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
1161[warn] | ^
1162[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1163[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1164[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1165[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
1166[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
1167[warn] | ^
1168[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1169[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1170[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1171[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
1172[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
1173[warn] | ^
1174[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1175[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1176[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1177[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
1178[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
1179[warn] | ^
1180[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1181[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1182[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1183[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
1184[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
1185[warn] | ^
1186[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1187[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1188[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1189[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
1190[warn] 26 | private var resourceTimer: ResourceTimer = _
1191[warn] | ^
1192[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1193[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1194[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1195[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
1196[warn] 34 | protected var address: EventableAddress = _
1197[warn] | ^
1198[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1199[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1200[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1201[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
1202[warn] 40 | @volatile protected var handle: Timeout = _
1203[warn] | ^
1204[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1205[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1206[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1207[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
1208[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
1209[warn] | ^
1210[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1211[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1212[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1213[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
1214[warn] 39 | private var reactor: Reactor = _
1215[warn] | ^
1216[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1217[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1218[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1219[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
1220[warn] 28 | private var transportFactory: TransportFactory = _
1221[warn] | ^
1222[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1223[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1224[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1225[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
1226[warn] 39 | protected var _selectionKey: SelectionKey = _
1227[warn] | ^
1228[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1229[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1230[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1231[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
1232[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
1233[warn] | ^
1234[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1235[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1236[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1237[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
1238[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
1239[warn] | ^
1240[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1241[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1242[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1243[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
1244[warn] 35 | private var ch: FileChannel = _
1245[warn] | ^
1246[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1247[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1248[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1249[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
1250[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
1251[warn] | ^
1252[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
1253[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1254[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
1255[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
1256[warn] | ^
1257[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1258[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1259[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1260[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
1261[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
1262[warn] | ^
1263[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1264[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1265[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1266[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
1267[warn] 44 | private var thread: Thread = _
1268[warn] | ^
1269[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1270[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1271[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1272[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
1273[warn] 56 | private var ioHandler: IoHandler = _
1274[warn] | ^
1275[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1276[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1277[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1278[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
1279[warn] 21 | @volatile private var n: Nextable | Null = _
1280[warn] | ^
1281[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1282[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1283[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1284[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
1285[warn] 25 | @volatile private var head: T | Null = _
1286[warn] | ^
1287[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1288[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1289[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1290[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
1291[warn] 26 | @volatile private var tail: T | Null = _
1292[warn] | ^
1293[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1294[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1295[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1296[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
1297[warn] 29 | @volatile private var head: T | Null = _
1298[warn] | ^
1299[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1300[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1301[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1302[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
1303[warn] 30 | @volatile private var tail: T | Null = _
1304[warn] | ^
1305[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1306[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1307[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1308[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
1309[warn] 25 | private var head: T | Null = _
1310[warn] | ^
1311[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1312[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1313[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1314[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
1315[warn] 26 | private var tail: T | Null = _
1316[warn] | ^
1317[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1318[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1319[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1320[warn] 129 warnings found
1321[error] two errors found
1322Failed to evaluated codec-dns.compile: mill.api.Result$Failure
1323
1324Starting build for otavia-sql - [2/23]
1325[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
1326[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
1327[warn] 35 | protected var logger: Logger = _
1328[warn] | ^
1329[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1330[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1331[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1332[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
1333[warn] 37 | private var ctx: ActorContext = _
1334[warn] | ^
1335[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1336[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1337[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1338[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
1339[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
1340[warn] | ^
1341[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1342[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1343[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1344[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
1345[warn] 45 | private[core] var currentStack: Stack = _
1346[warn] | ^
1347[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1348[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1349[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1350[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
1351[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
1352[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1353[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
1354[error] |Required: cc.otavia.core.actor.MessageOf[W] &
1355[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
1356[error] |
1357[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
1358[error] |
1359[error] | longer explanation available when compiling with `-explain`
1360[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
1361[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
1362[error] | ^^^^^^^^^^^^
1363[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
1364[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
1365[error] |
1366[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
1367[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
1368[error] |
1369[error] |
1370[error] |Note: a match type could not be fully reduced:
1371[error] |
1372[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
1373[error] | failed since selector W
1374[error] | does not uniquely determine parameter m in
1375[error] | case cc.otavia.core.actor.Actor[m] => m
1376[error] | The computed bounds for the parameter are:
1377[error] | m <: cc.otavia.core.message.Call |
1378[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
1379[error] |
1380[error] | longer explanation available when compiling with `-explain`
1381[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
1382[warn] 30 | private var workers: Address[MessageOf[W]] = _
1383[warn] | ^
1384[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1385[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1386[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1387[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
1388[warn] 37 | private var currentChannelReceived: AnyRef = _
1389[warn] | ^
1390[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1391[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1392[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1393[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
1394[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
1395[warn] | ^
1396[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1397[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1398[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
1399[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
1400[warn] | ^
1401[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1402[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1403[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
1404[warn] 23 | private var variables: Array[AnyRef] = _
1405[warn] | ^
1406[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1407[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1408[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1409[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
1410[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
1411[warn] | ^
1412[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1413[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1414[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1415[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
1416[warn] 26 | private var thread: Thread = _
1417[warn] | ^
1418[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1419[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1420[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1421[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
1422[warn] 28 | private var head: Nextable = _
1423[warn] | ^
1424[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1425[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1426[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1427[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
1428[warn] 29 | private var tail: Nextable = _
1429[warn] | ^
1430[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1431[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1432[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1433[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
1434[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
1435[warn] | ^
1436[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1437[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1438[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1439[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
1440[warn] 46 | private var actorHouse: ActorHouse = _
1441[warn] | ^
1442[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1443[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1444[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1445[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
1446[warn] 49 | private var pipe: ChannelPipelineImpl = _
1447[warn] | ^
1448[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1449[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1450[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1451[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
1452[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
1453[warn] | ^
1454[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1455[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1456[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1457[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
1458[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
1459[warn] | ^
1460[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1461[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1462[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1463[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
1464[warn] 35 | private var path: Path = _
1465[warn] | ^
1466[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1467[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1468[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1469[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
1470[warn] 36 | protected var currentReadPlan: ReadPlan = _
1471[warn] | ^
1472[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1473[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1474[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1475[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
1476[warn] 38 | private var readFactory: ReadPlanFactory = _
1477[warn] | ^
1478[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1479[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1480[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1481[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
1482[warn] 22 | private[core] var added: Boolean = _
1483[warn] | ^
1484[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1485[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1486[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1487[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
1488[warn] 51 | private var removed: Boolean = _
1489[warn] | ^
1490[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1491[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1492[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1493[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
1494[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
1495[warn] | ^
1496[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1497[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1498[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1499[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
1500[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
1501[warn] | ^
1502[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1503[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1504[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1505[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
1506[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
1507[warn] | ^
1508[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1509[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1510[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1511[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
1512[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
1513[warn] | ^
1514[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1515[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1516[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1517[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
1518[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
1519[warn] | ^
1520[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1521[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1522[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1523[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
1524[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
1525[warn] | ^
1526[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1527[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1528[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1529[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
1530[warn] 38 | private var inbound: I = _
1531[warn] | ^
1532[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1533[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1534[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1535[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
1536[warn] 39 | private var outbound: O = _
1537[warn] | ^
1538[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1539[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1540[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1541[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
1542[warn] 42 | private var fileChannel: FileChannel = _
1543[warn] | ^
1544[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1545[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1546[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1547[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
1548[warn] 43 | private var file: File = _
1549[warn] | ^
1550[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1551[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1552[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1553[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
1554[warn] 27 | private var hd: QueueMapEntity = _
1555[warn] | ^
1556[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1557[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1558[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1559[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
1560[warn] 28 | private var tl: QueueMapEntity = _
1561[warn] | ^
1562[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1563[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1564[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1565[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
1566[warn] 34 | private var cursor: QueueMapEntity = _
1567[warn] | ^
1568[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1569[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1570[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1571[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
1572[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
1573[warn] | ^
1574[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1575[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1576[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1577[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
1578[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
1579[warn] | ^
1580[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1581[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1582[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1583[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
1584[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
1585[warn] | ^
1586[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1587[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1588[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1589[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
1590[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
1591[warn] | ^
1592[warn] |Ignoring [this] qualifier.
1593[warn] |This syntax will be deprecated in the future; it should be dropped.
1594[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
1595[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1596[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
1597[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
1598[warn] | ^
1599[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1600[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1601[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
1602[warn] 29 | @volatile private var sys: ActorSystem = _
1603[warn] | ^
1604[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1605[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1606[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1607[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
1608[warn] 27 | private var address: Address[Call] = _
1609[warn] | ^
1610[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1611[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1612[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1613[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
1614[warn] 31 | private var msg: M = _
1615[warn] | ^
1616[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1617[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1618[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1619[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
1620[warn] 35 | private var rids: Array[Long] = _
1621[warn] | ^
1622[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1623[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1624[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1625[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
1626[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
1627[warn] | ^
1628[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1629[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1630[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1631[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
1632[warn] 28 | protected var stack: Stack = _
1633[warn] | ^
1634[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1635[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1636[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1637[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
1638[warn] 33 | protected var result: AnyRef = _
1639[warn] | ^
1640[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1641[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1642[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1643[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
1644[warn] 34 | protected var error: Throwable = _
1645[warn] | ^
1646[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1647[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1648[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1649[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
1650[warn] 36 | private var p: AbstractPromise[?] = _
1651[warn] | ^
1652[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1653[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1654[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1655[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
1656[warn] 30 | private var call: Call = _
1657[warn] | ^
1658[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1659[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1660[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1661[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
1662[warn] 31 | private var reply: Reply = _
1663[warn] | ^
1664[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1665[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1666[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1667[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
1668[warn] 33 | private var sender: Address[Call] = _
1669[warn] | ^
1670[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1671[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1672[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1673[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
1674[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
1675[warn] | ^
1676[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1677[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1678[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1679[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
1680[warn] 27 | private var messages: Seq[Notice] = _
1681[warn] | ^
1682[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1683[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1684[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1685[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
1686[warn] 49 | private var ch: Channel = _
1687[warn] | ^
1688[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1689[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1690[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1691[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
1692[warn] 50 | private var ask: AnyRef = _
1693[warn] | ^
1694[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1695[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1696[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1697[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
1698[warn] 51 | private var callback: ChannelPromise => Unit = _
1699[warn] | ^
1700[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1701[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1702[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1703[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
1704[warn] 27 | private var msg: AnyRef = _
1705[warn] | ^
1706[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1707[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1708[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1709[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
1710[warn] 28 | private var belong: AbstractChannel = _
1711[warn] | ^
1712[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1713[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1714[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1715[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
1716[warn] 33 | private var ret: AnyRef = _
1717[warn] | ^
1718[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1719[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1720[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1721[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
1722[warn] 29 | private var table: Array[MessagePromise[?]] = _
1723[warn] | ^
1724[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1725[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1726[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1727[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
1728[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
1729[warn] | ^
1730[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1731[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1732[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1733[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
1734[warn] 28 | private var msg: Call = _
1735[warn] | ^
1736[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1737[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1738[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1739[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
1740[warn] 26 | var head: AbstractPromise[?] = _
1741[warn] | ^
1742[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1743[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1744[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1745[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
1746[warn] 27 | var tail: AbstractPromise[?] = _
1747[warn] | ^
1748[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1749[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1750[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1751[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
1752[warn] 29 | private var nextState: StackState = _
1753[warn] | ^
1754[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1755[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1756[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1757[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
1758[warn] 32 | private var completedHead: AbstractPromise[?] = _
1759[warn] | ^
1760[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1761[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1762[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1763[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
1764[warn] 33 | private var completedTail: AbstractPromise[?] = _
1765[warn] | ^
1766[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1767[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1768[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1769[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
1770[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
1771[warn] | ^
1772[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1773[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1774[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1775[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
1776[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
1777[warn] | ^
1778[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1779[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1780[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1781[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
1782[warn] 40 | private var actor: AbstractActor[?] = _
1783[warn] | ^
1784[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1785[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1786[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1787[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
1788[warn] 42 | private var att: AnyRef = _
1789[warn] | ^
1790[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1791[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1792[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1793[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
1794[warn] 27 | private var fu: ChannelFuture = _
1795[warn] | ^
1796[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1797[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1798[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1799[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
1800[warn] 28 | private var fu: MessageFuture[R] = _
1801[warn] | ^
1802[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1803[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1804[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1805[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
1806[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
1807[warn] | ^
1808[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1809[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1810[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1811[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
1812[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
1813[warn] | ^
1814[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1815[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1816[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1817[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
1818[warn] 41 | private var actorAddress: ActorAddress[Call] = _
1819[warn] | ^
1820[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1821[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1822[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1823[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
1824[warn] 53 | private var tmpAskCursor: Nextable = _
1825[warn] | ^
1826[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1827[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1828[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1829[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
1830[warn] 54 | private var tmpNoticeCursor: Nextable = _
1831[warn] | ^
1832[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1833[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1834[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1835[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
1836[warn] 58 | @volatile private var preHouse: ActorHouse = _
1837[warn] | ^
1838[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1839[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1840[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1841[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
1842[warn] 59 | @volatile private var nextHouse: ActorHouse = _
1843[warn] | ^
1844[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1845[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1846[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1847[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
1848[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
1849[warn] | ^
1850[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1851[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1852[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1853[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
1854[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
1855[warn] | ^
1856[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
1857[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1858[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
1859[warn] 107 | private var system: ActorSystem = _
1860[warn] | ^
1861[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1862[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1863[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1864[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
1865[warn] 57 | private var mainActor: Address[MainActor.Args] = _
1866[warn] | ^
1867[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1868[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1869[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1870[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
1871[warn] 72 | private var memoryMonitor: Timeout = _
1872[warn] | ^
1873[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1874[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1875[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1876[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
1877[warn] 81 | private var systemMonitor: Timeout = _
1878[warn] | ^
1879[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1880[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1881[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1882[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
1883[warn] 34 | private var sys: ActorSystem = _
1884[warn] | ^
1885[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1886[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1887[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1888[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
1889[warn] 30 | @volatile private var head: ActorHouse = _
1890[warn] | ^
1891[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1892[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1893[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1894[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
1895[warn] 31 | @volatile private var tail: ActorHouse = _
1896[warn] | ^
1897[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1898[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1899[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1900[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
1901[warn] 51 | private var currentRunning: Actor[?] = _
1902[warn] | ^
1903[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1904[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1905[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1906[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
1907[warn] 26 | private var head: Nextable = _
1908[warn] | ^
1909[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1910[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1911[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1912[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
1913[warn] 27 | private var tail: Nextable = _
1914[warn] | ^
1915[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1916[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1917[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1918[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
1919[warn] 30 | @volatile private var head: ActorHouse = _
1920[warn] | ^
1921[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1922[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1923[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1924[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
1925[warn] 31 | @volatile private var tail: ActorHouse = _
1926[warn] | ^
1927[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1928[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1929[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1930[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
1931[warn] 37 | @volatile private var highHead: ActorHouse = _
1932[warn] | ^
1933[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1934[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1935[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1936[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
1937[warn] 38 | @volatile private var highTail: ActorHouse = _
1938[warn] | ^
1939[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1940[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1941[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1942[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
1943[warn] 29 | private var fs: Array[FileChannel] = _
1944[warn] | ^
1945[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1946[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1947[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1948[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
1949[warn] 28 | private var channel: Channel = _
1950[warn] | ^
1951[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1952[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1953[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1954[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
1955[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
1956[warn] | ^
1957[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1958[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1959[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1960[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
1961[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
1962[warn] | ^
1963[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1964[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1965[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1966[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
1967[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
1968[warn] | ^
1969[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1970[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1971[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1972[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
1973[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
1974[warn] | ^
1975[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1976[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1977[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1978[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
1979[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
1980[warn] | ^
1981[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1982[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1983[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1984[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
1985[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
1986[warn] | ^
1987[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1988[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1989[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1990[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
1991[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
1992[warn] | ^
1993[warn] |`= _` has been deprecated; use `= uninitialized` instead.
1994[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
1995[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
1996[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
1997[warn] 26 | private var resourceTimer: ResourceTimer = _
1998[warn] | ^
1999[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2000[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2001[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2002[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
2003[warn] 34 | protected var address: EventableAddress = _
2004[warn] | ^
2005[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2006[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2007[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2008[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
2009[warn] 40 | @volatile protected var handle: Timeout = _
2010[warn] | ^
2011[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2012[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2013[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2014[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
2015[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
2016[warn] | ^
2017[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2018[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2019[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2020[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
2021[warn] 39 | private var reactor: Reactor = _
2022[warn] | ^
2023[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2024[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2025[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2026[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
2027[warn] 28 | private var transportFactory: TransportFactory = _
2028[warn] | ^
2029[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2030[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2031[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2032[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
2033[warn] 39 | protected var _selectionKey: SelectionKey = _
2034[warn] | ^
2035[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2036[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2037[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2038[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
2039[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
2040[warn] | ^
2041[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2042[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2043[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2044[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
2045[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
2046[warn] | ^
2047[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2048[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2049[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2050[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
2051[warn] 35 | private var ch: FileChannel = _
2052[warn] | ^
2053[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2054[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2055[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2056[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
2057[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
2058[warn] | ^
2059[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
2060[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2061[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
2062[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
2063[warn] | ^
2064[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2065[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2066[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2067[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
2068[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
2069[warn] | ^
2070[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2071[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2072[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2073[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
2074[warn] 44 | private var thread: Thread = _
2075[warn] | ^
2076[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2077[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2078[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2079[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
2080[warn] 56 | private var ioHandler: IoHandler = _
2081[warn] | ^
2082[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2083[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2084[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2085[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
2086[warn] 21 | @volatile private var n: Nextable | Null = _
2087[warn] | ^
2088[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2089[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2090[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2091[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
2092[warn] 25 | @volatile private var head: T | Null = _
2093[warn] | ^
2094[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2095[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2096[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2097[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
2098[warn] 26 | @volatile private var tail: T | Null = _
2099[warn] | ^
2100[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2101[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2102[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2103[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
2104[warn] 29 | @volatile private var head: T | Null = _
2105[warn] | ^
2106[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2107[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2108[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2109[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
2110[warn] 30 | @volatile private var tail: T | Null = _
2111[warn] | ^
2112[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2113[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2114[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2115[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
2116[warn] 25 | private var head: T | Null = _
2117[warn] | ^
2118[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2119[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2120[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2121[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
2122[warn] 26 | private var tail: T | Null = _
2123[warn] | ^
2124[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2125[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2126[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2127[warn] 129 warnings found
2128[error] two errors found
2129Failed to evaluated sql.compile: mill.api.Result$Failure
2130
2131Starting build for otavia-buffer - [3/23]
2132Successfully evaluated buffer.compile
2133Skipping unused scalacOptions: -source, -rewrite
2134Flag -classpath set repeatedly
2135-- Warning: buffer/src/cc/otavia/buffer/BufferAllocator.scala:44:8 -------------
213644 | def allocate(size: Int): Buffer
2137 | ^
2138 | Couldn't resolve a member for the given link query: OutOfMemoryError
2139-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:71:17 -------------
214071 | override def writeCharSequence(source: CharSequence, charset: Charset): Buffer = {
2141 | ^
2142 | Couldn't resolve a member for the given link query: source
2143-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:329:14 --------------------
2144329 | final def writeCharSequence(source: CharSequence): Buffer = writeCharSequence(source, StandardCharsets.UTF_8)
2145 | ^
2146 | Couldn't resolve a member for the given link query: source
2147-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:78:17 -------------
214878 | override def readCharSequence(length: Int, charset: Charset): CharSequence = {
2149 | ^
2150 | Couldn't resolve a member for the given link query: CharSequence
2151-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:382:8 ---------------------
2152382 | def readCharSequence(length: Int): CharSequence = readCharSequence(length, StandardCharsets.UTF_8)
2153 | ^
2154 | Couldn't resolve a member for the given link query: CharSequence
2155-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1701:17 -----------
21561701 | read
2157 | ^
2158 | Couldn't resolve a member for the given link query: length
2159-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1690:17 -----------
21601690 |write
2161 | ^
2162 | Couldn't resolve a member for the given link query: length
2163-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1773:17 -----------
21641773 | true
2165 | ^
2166 | Couldn't resolve a member for the given link query: bytes
2167-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:85:17 -------------
216885 | override def readStringAsLong(length: Int, radix: Int): Long = {
2169 | ^
2170 | Couldn't resolve a member for the given link query: Integer.parseInt
2171-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1333:17 -----------
21721333 | = idx - end
2173 | ^
2174 | Couldn't resolve a member for the given link query: allowCompaction
2175-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:953:8 ---------------------
2176953 | def ensureWritable(size: Int): Buffer = {
2177 | ^
2178 | Couldn't resolve a member for the given link query: allowCompaction
2179-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:195:17 ------------
2180195 | override def readStringAsDouble(length: Int): Double = {
2181 | ^
2182 | Couldn't resolve a member for the given link query: JFloat.parseFloat
2183-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:266:17 ------------
2184266 | override def readBytes(destination: Array[Byte], destPos: Int, length: Int): Buffer = {
2185 | ^
2186 | Couldn't resolve a member for the given link query: destination
2187-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:257:17 ------------
2188257 | override def readBytes(destination: ByteBuffer, length: Int): Buffer = {
2189 | ^
2190 | Couldn't resolve a member for the given link query: ByteBuffer
2191-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:636:14 --------------------
2192636 | final def readBytes(destination: ByteBuffer): Buffer = readBytes(destination, destination.remaining())
2193 | ^
2194 | Couldn't resolve a member for the given link query: ByteBuffer
2195-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1724:17 -----------
21961724 | same
2197 | ^
2198 | Couldn't resolve a member for the given link query: index
2199-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:51:17 -------------
220051 | override def writerOffset(offset: Int): Buffer = {
2201 | ^
2202 | Couldn't resolve a member for the given link query: offset
2203-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:43:17 -------------
220443 | override def readerOffset(offset: Int): Buffer = {
2205 | ^
2206 | Couldn't resolve a member for the given link query: offset
2207-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1274:17 -----------
22081274 | override def openCursor(fromOffset: Int, length: Int): ByteCursor = {
2209 | ^
2210 | Couldn't resolve a member for the given link query: fromOffset
2211-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:843:14 --------------------
2212843 | final def openCursor(): ByteCursor = openCursor(readerOffset, readableBytes)
2213 | ^
2214 | Couldn't resolve a member for the given link query: fromOffset
2215-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:248:17 ------------
2216248 | override def writeBytes(source: ByteBuffer, length: Int): Buffer = {
2217 | ^
2218 | Couldn't resolve a member for the given link query: ByteBuffer
2219-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:220:17 ------------
2220220 | override def writeBytes(length: Int, value: Byte): Buffer = {
2221 | ^
2222 | Couldn't resolve a member for the given link query: value
2223-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:214:17 ------------
2224214 | override def writeBytes(source: Array[Byte], srcPos: Int, length: Int): Buffer = {
2225 | ^
2226 | Couldn't resolve a member for the given link query: source
2227-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:206:17 ------------
2228206 | override def writeBytes(source: Buffer, length: Int): Buffer = {
2229 | ^
2230 | Couldn't resolve a member for the given link query: source
2231-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:610:14 --------------------
2232610 | final def writeBytes(source: ByteBuffer): Buffer = writeBytes(source, source.remaining())
2233 | ^
2234 | Couldn't resolve a member for the given link query: ByteBuffer
2235-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:300:17 ------------
2236300 | override def bytesBeforeIn(set: Array[Byte]): Int = {
2237 | ^
2238 | Couldn't resolve a member for the given link query: set
2239-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:315:17 ------------
2240315 | override def bytesBeforeInRange(lower: Byte, upper: Byte): Int = {
2241 | ^
2242 | Couldn't resolve a member for the given link query: lower
2243-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1303:17 -----------
22441303 |= end - idx
2245 | ^
2246 | Couldn't resolve a member for the given link query: fromOffset
2247-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:881:14 --------------------
2248881 | final def openReverseCursor: ByteCursor = {
2249 | ^
2250 | Couldn't resolve a member for the given link query: fromOffset
2251-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1726:17 -----------
22521726 |nderlying.get(index) == byte
2253 | ^
2254 | Couldn't resolve a member for the given link query: index
2255-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:201:17 ------------
2256201 | override def getStringAsDouble(index: Int, length: Int): Double = { // TODO: optimum
2257 | ^
2258 | Couldn't resolve a member for the given link query: JFloat.parseFloat
2259-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:412:8 ---------------------
2260412 | def getCharSequence(index: Int, len: Int, charset: Charset = StandardCharsets.UTF_8): CharSequence = {
2261 | ^
2262 | Couldn't resolve a member for the given link query: CharSequence
2263-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1784:17 -----------
22641784 |es.length
2265 | ^
2266 | Couldn't resolve a member for the given link query: bytes
2267-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:141:17 ------------
2268141 | override def getStringAsLong(index: Int, length: Int, radix: Int): Long = {
2269 | ^
2270 | Couldn't resolve a member for the given link query: Integer.parseInt
2271-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1210:17 -----------
22721210 | override def bytesBefore(needle: Array[Byte], from: Int, to: Int, ignoreCase: Boolean): Int =
2273 | ^
2274 | Couldn't resolve a member for the given link query: needle
2275-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1161:17 -----------
22761161 | override def bytesBefore(needle: Array[Byte]): Int = bytesBefore(needle, ridx, widx)
2277 | ^
2278 | Couldn't resolve a member for the given link query: needle
2279-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:386:17 ------------
2280386 | override def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte, needle4: Byte): Int =
2281 | ^
2282 | Couldn't resolve a member for the given link query: needle1
2283-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:353:17 ------------
2284353 | override def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte): Int =
2285 | ^
2286 | Couldn't resolve a member for the given link query: needle1
2287-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:325:17 ------------
2288325 | override def bytesBefore(needle1: Byte, needle2: Byte): Int = bytesBefore2(needle1, needle2, ridx, widx)
2289 | ^
2290 | Couldn't resolve a member for the given link query: needle1
2291-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:280:17 ------------
2292280 | override def bytesBefore(needle: Byte): Int = bytesBefore1(needle, ridx, widx)
2293 | ^
2294 | Couldn't resolve a member for the given link query: needle
2295-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:59:17 -------------
229659 | override def compact(): Buffer = {
2297 | ^
2298 |Couldn't resolve a member for the given link query: IllegalStateException
2299-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1673:17 -----------
23001673 |lying, srcPos, length)
2301 | ^
2302 | Couldn't resolve a member for the given link query: destPos
2303-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1669:17 -----------
23041669 |dest, destPos, length)
2305 | ^
2306 | Couldn't resolve a member for the given link query: destPos
2307-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1665:17 -----------
23081665 | }
2309 | ^
2310 | Couldn't resolve a member for the given link query: dest
2311-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:366:14 --------------------
2312366 | final def setCharSequence(index: Int, source: CharSequence, charset: Charset): Buffer = {
2313 | ^
2314 | Couldn't resolve a member for the given link query: source
2315-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:353:14 --------------------
2316353 | final def setCharSequence(index: Int, source: CharSequence): Buffer =
2317 | ^
2318 | Couldn't resolve a member for the given link query: source
2319-- Warning: buffer/src/cc/otavia/buffer/AbstractBuffer.scala:1679:17 -----------
23201679 |edOperationException()
2321 | ^
2322 | Couldn't resolve a member for the given link query: length
2323-- Warning: buffer/src/cc/otavia/buffer/unpool/UnpoolDirectAllocator.scala:27:17
232427 | override def allocate(size: Int): Buffer = new UnpoolDirectBuffer(ByteBuffer.allocateDirect(size))
2325 | ^
2326 | Couldn't resolve a member for the given link query: OutOfMemoryError
2327-- Warning: buffer/src/cc/otavia/buffer/unpool/UnpoolHeapAllocator.scala:28:17 -
232828 | override def allocate(size: Int): Buffer = {
2329 | ^
2330 | Couldn't resolve a member for the given link query: OutOfMemoryError
2331-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:183:14 ---------------
2332183 | final def getStringAsUUID(buffer: Buffer, index: Int): UUID = {
2333 | ^
2334 | Couldn't resolve a member for the given link query: UUID
2335-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:242:14 ---------------
2336242 | final def readStringAsUUID(buffer: Buffer): UUID = {
2337 | ^
2338 | Couldn't resolve a member for the given link query: UUID
2339-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:256:14 ---------------
2340256 | final def writeUUIDAsString(buffer: Buffer, uuid: UUID): Unit = {
2341 | ^
2342 | Couldn't resolve a member for the given link query: uuid
2343-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:273:14 ---------------
2344273 | final def setUUIDAsString(buffer: Buffer, index: Int, uuid: UUID): Unit = {
2345 | ^
2346 | Couldn't resolve a member for the given link query: uuid
2347-- Warning: buffer/src/cc/otavia/buffer/BufferUtils.scala:1427:14 --------------
23481427 | final def readStringAsJDuration(buffer: Buffer): JDuration = {
2349 | ^
2350 |Couldn't resolve a member for the given link query: DateTimeParseException
2351-- Warning: buffer/src/cc/otavia/buffer/pool/RecyclablePageBuffer.scala:61:17 --
235261 |LLOCATABLE
2353 | ^
2354 | Couldn't resolve a member for the given link query: length
2355-- Warning: buffer/src/cc/otavia/buffer/pool/PooledPageAllocator.scala:26:17 ---
235626 | override def allocate(size: Int): RecyclablePageBuffer = allocate()
2357 | ^
2358 | Couldn't resolve a member for the given link query: OutOfMemoryError
2359-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:341:8 ---------------------
2360341 | def writeCharSequence(source: CharSequence, charset: Charset): Buffer
2361 | ^
2362 | Couldn't resolve a member for the given link query: source
2363-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:396:8 ---------------------
2364396 | def readCharSequence(length: Int, charset: Charset): CharSequence
2365 | ^
2366 | Couldn't resolve a member for the given link query: CharSequence
2367-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:318:8 ---------------------
2368318 | def transferFrom(channel: ReadableByteChannel, length: Int): Int
2369 | ^
2370 | Couldn't resolve a member for the given link query: length
2371-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:300:8 ---------------------
2372300 | def transferFrom(channel: FileChannel, position: Long, length: Int): Int
2373 | ^
2374 | Couldn't resolve a member for the given link query: length
2375-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2202:8 --------------------
23762202 | def skipIfNextAre(bytes: Array[Byte]): Boolean
2377 | ^
2378 | Couldn't resolve a member for the given link query: bytes
2379-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:437:8 ---------------------
2380437 | def readStringAsLong(length: Int, radix: Int = 10): Long
2381 | ^
2382 | Couldn't resolve a member for the given link query: Integer.parseInt
2383-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:937:8 ---------------------
2384937 | def ensureWritable(size: Int, minimumGrowth: Int, allowCompaction: Boolean): Buffer
2385 | ^
2386 | Couldn't resolve a member for the given link query: allowCompaction
2387-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:474:8 ---------------------
2388474 | def readStringAsDouble(length: Int): Double
2389 | ^
2390 | Couldn't resolve a member for the given link query: JFloat.parseFloat
2391-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:675:8 ---------------------
2392675 | def readBytes(destination: Array[Byte], destPos: Int, length: Int): Buffer
2393 | ^
2394 | Couldn't resolve a member for the given link query: destination
2395-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:651:8 ---------------------
2396651 | def readBytes(destination: ByteBuffer, length: Int): Buffer
2397 | ^
2398 | Couldn't resolve a member for the given link query: ByteBuffer
2399-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2181:8 --------------------
24002181 | def indexIs(byte: Byte, index: Int): Boolean
2401 | ^
2402 | Couldn't resolve a member for the given link query: index
2403-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:138:8 ---------------------
2404138 | def writerOffset(offset: Int): Buffer
2405 | ^
2406 | Couldn't resolve a member for the given link query: offset
2407-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:99:8 ----------------------
240899 | def readerOffset(offset: Int): Buffer
2409 | ^
2410 | Couldn't resolve a member for the given link query: offset
2411-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:864:8 ---------------------
2412864 | def openCursor(fromOffset: Int, length: Int): ByteCursor
2413 | ^
2414 | Couldn't resolve a member for the given link query: fromOffset
2415-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:624:8 ---------------------
2416624 | def writeBytes(source: ByteBuffer, length: Int): Buffer
2417 | ^
2418 | Couldn't resolve a member for the given link query: ByteBuffer
2419-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:547:8 ---------------------
2420547 | def writeBytes(length: Int, value: Byte): Buffer
2421 | ^
2422 | Couldn't resolve a member for the given link query: value
2423-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:525:8 ---------------------
2424525 | def writeBytes(source: Array[Byte], srcPos: Int, length: Int): Buffer
2425 | ^
2426 | Couldn't resolve a member for the given link query: source
2427-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:511:8 ---------------------
2428511 | def writeBytes(source: Buffer, length: Int): Buffer
2429 | ^
2430 | Couldn't resolve a member for the given link query: source
2431-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:735:8 ---------------------
2432735 | def bytesBeforeIn(set: Array[Byte]): Int
2433 | ^
2434 | Couldn't resolve a member for the given link query: set
2435-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:748:8 ---------------------
2436748 | def bytesBeforeInRange(lower: Byte, upper: Byte): Int
2437 | ^
2438 | Couldn't resolve a member for the given link query: lower
2439-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:904:8 ---------------------
2440904 | def openReverseCursor(fromOffset: Int, length: Int): ByteCursor
2441 | ^
2442 | Couldn't resolve a member for the given link query: fromOffset
2443-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2184:8 --------------------
24442184 | def indexAre(bytes: Array[Byte], index: Int): Boolean
2445 | ^
2446 | Couldn't resolve a member for the given link query: index
2447-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:489:8 ---------------------
2448489 | def getStringAsDouble(index: Int, length: Int): Double
2449 | ^
2450 | Couldn't resolve a member for the given link query: JFloat.parseFloat
2451-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2210:8 --------------------
24522210 | def skipIfNextIgnoreCaseAre(bytes: Array[Byte]): Boolean
2453 | ^
2454 | Couldn't resolve a member for the given link query: bytes
2455-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:461:8 ---------------------
2456461 | def getStringAsLong(index: Int, length: Int, radix: Int = 10): Long
2457 | ^
2458 | Couldn't resolve a member for the given link query: Integer.parseInt
2459-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:827:8 ---------------------
2460827 | def bytesBefore(needle: Array[Byte], from: Int, to: Int, ignoreCase: Boolean = false): Int
2461 | ^
2462 | Couldn't resolve a member for the given link query: needle
2463-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:809:8 ---------------------
2464809 | def bytesBefore(needle: Array[Byte]): Int
2465 | ^
2466 | Couldn't resolve a member for the given link query: needle
2467-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:796:8 ---------------------
2468796 | def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte, needle4: Byte): Int
2469 | ^
2470 | Couldn't resolve a member for the given link query: needle1
2471-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:778:8 ---------------------
2472778 | def bytesBefore(needle1: Byte, needle2: Byte, needle3: Byte): Int
2473 | ^
2474 | Couldn't resolve a member for the given link query: needle1
2475-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:762:8 ---------------------
2476762 | def bytesBefore(needle1: Byte, needle2: Byte): Int
2477 | ^
2478 | Couldn't resolve a member for the given link query: needle1
2479-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:724:8 ---------------------
2480724 | def bytesBefore(needle: Byte): Int
2481 | ^
2482 | Couldn't resolve a member for the given link query: needle
2483-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:965:8 ---------------------
2484965 | def compact(): Buffer
2485 | ^
2486 |Couldn't resolve a member for the given link query: IllegalStateException
2487-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:263:8 ---------------------
2488263 | def copyInto(srcPos: Int, dest: Buffer, destPos: Int, length: Int): Unit
2489 | ^
2490 | Couldn't resolve a member for the given link query: destPos
2491-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:233:8 ---------------------
2492233 | def copyInto(srcPos: Int, dest: ByteBuffer, destPos: Int, length: Int): Unit
2493 | ^
2494 | Couldn't resolve a member for the given link query: destPos
2495-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:203:8 ---------------------
2496203 | def copyInto(srcPos: Int, dest: Array[Byte], destPos: Int, length: Int): Unit
2497 | ^
2498 | Couldn't resolve a member for the given link query: dest
2499-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:280:8 ---------------------
2500280 | def transferTo(channel: WritableByteChannel, length: Int): Int
2501 | ^
2502 | Couldn't resolve a member for the given link query: length
2503-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2236:8 --------------------
25042236 | def wrap(byteBuffer: ByteBuffer): Buffer =
2505 | ^
2506 | Couldn't resolve a member for the given link query: ByteBuffer
2507-- Warning: buffer/src/cc/otavia/buffer/Buffer.scala:2252:8 --------------------
25082252 | def wrap(array: Array[Byte]): Buffer = UnpoolHeapBuffer(ByteBuffer.wrap(array))
2509 | ^
2510 | Couldn't resolve a member for the given link query: array.length
251195 warnings found
2512Successfully evaluated buffer.docJar
2513Failed to resolve scalaVersion, assume it's Scala 3 project
2514[info] compiling 7 Scala sources to /build/repo/out/buffer/test/compile.dest/classes ...
2515[info] done compiling
2516Successfully evaluated buffer.test.compile
2517Publishing Artifact(cc.otavia,otavia-buffer_3,0.4.5) to ivy repo /root/.ivy2/local
2518Successfully evaluated buffer.publishLocal
2519
2520Starting build for otavia-common - [4/23]
2521Successfully evaluated common.compile
2522Skipping unused scalacOptions: -source, -rewrite
2523Flag -classpath set repeatedly
2524-- Warning: common/src/cc/otavia/internal/ReflectionUtil.scala:30:8 ------------
252530 | def trySetAccessible(obj: AccessibleObject, checkAccessible: Boolean): Option[Throwable] = {
2526 | ^
2527 | Couldn't resolve a member for the given link query: AccessibleObject
2528-- Warning: common/src/cc/otavia/common/SystemPropertyUtil.scala:26:8 ----------
252926 | def contains(key: String): Boolean = get(key).nonEmpty
2530 | ^
2531 | Couldn't resolve a member for the given link query: key
2532-- Warning: common/src/cc/otavia/common/SystemPropertyUtil.scala:34:8 ----------
253334 | def get(key: String): Option[String] = {
2534 | ^
2535 | Couldn't resolve a member for the given link query: key
2536-- Warning: common/src/cc/otavia/common/SystemPropertyUtil.scala:49:8 ----------
253749 | def get(key: String, default: String): String = get(key) match
2538 | ^
2539 | Couldn't resolve a member for the given link query: key
2540-- Warning: common/src/cc/otavia/util/IllegalReferenceCountException.scala:24:6
254124 |class IllegalReferenceCountException(message: String | Null, cause: Throwable | Null)
2542 | ^
2543 |Couldn't resolve a member for the given link query: IllegalStateException
2544-- Warning: common/src/cc/otavia/util/Resource.scala:36:8 ----------------------
254536 | def dispose(obj: AnyRef): Unit = {
2546 | ^
2547 | Couldn't resolve a member for the given link query: AutoCloseable
25487 warnings found
2549Successfully evaluated common.docJar
2550Failed to resolve scalaVersion, assume it's Scala 3 project
2551[info] compiling 1 Scala source to /build/repo/out/common/test/compile.dest/classes ...
2552[info] done compiling
2553Successfully evaluated common.test.compile
2554Publishing Artifact(cc.otavia,otavia-common_3,0.4.5) to ivy repo /root/.ivy2/local
2555Successfully evaluated common.publishLocal
2556
2557Starting build for otavia-all - [5/23]
2558No test module defined in all
2559[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
2560[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
2561[warn] 35 | protected var logger: Logger = _
2562[warn] | ^
2563[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2564[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2565[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2566[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
2567[warn] 37 | private var ctx: ActorContext = _
2568[warn] | ^
2569[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2570[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2571[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2572[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
2573[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
2574[warn] | ^
2575[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2576[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2577[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2578[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
2579[warn] 45 | private[core] var currentStack: Stack = _
2580[warn] | ^
2581[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2582[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2583[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2584[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
2585[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
2586[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2587[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
2588[error] |Required: cc.otavia.core.actor.MessageOf[W] &
2589[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
2590[error] |
2591[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
2592[error] |
2593[error] | longer explanation available when compiling with `-explain`
2594[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
2595[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
2596[error] | ^^^^^^^^^^^^
2597[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
2598[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
2599[error] |
2600[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
2601[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
2602[error] |
2603[error] |
2604[error] |Note: a match type could not be fully reduced:
2605[error] |
2606[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
2607[error] | failed since selector W
2608[error] | does not uniquely determine parameter m in
2609[error] | case cc.otavia.core.actor.Actor[m] => m
2610[error] | The computed bounds for the parameter are:
2611[error] | m <: cc.otavia.core.message.Call |
2612[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
2613[error] |
2614[error] | longer explanation available when compiling with `-explain`
2615[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
2616[warn] 30 | private var workers: Address[MessageOf[W]] = _
2617[warn] | ^
2618[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2619[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2620[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2621[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
2622[warn] 37 | private var currentChannelReceived: AnyRef = _
2623[warn] | ^
2624[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2625[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2626[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2627[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
2628[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
2629[warn] | ^
2630[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
2631[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2632[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
2633[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
2634[warn] | ^
2635[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
2636[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2637[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
2638[warn] 23 | private var variables: Array[AnyRef] = _
2639[warn] | ^
2640[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2641[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2642[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2643[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
2644[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
2645[warn] | ^
2646[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2647[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2648[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2649[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
2650[warn] 26 | private var thread: Thread = _
2651[warn] | ^
2652[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2653[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2654[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2655[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
2656[warn] 28 | private var head: Nextable = _
2657[warn] | ^
2658[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2659[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2660[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2661[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
2662[warn] 29 | private var tail: Nextable = _
2663[warn] | ^
2664[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2665[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2666[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2667[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
2668[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
2669[warn] | ^
2670[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2671[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2672[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2673[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
2674[warn] 46 | private var actorHouse: ActorHouse = _
2675[warn] | ^
2676[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2677[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2678[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2679[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
2680[warn] 49 | private var pipe: ChannelPipelineImpl = _
2681[warn] | ^
2682[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2683[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2684[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2685[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
2686[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
2687[warn] | ^
2688[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2689[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2690[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2691[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
2692[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
2693[warn] | ^
2694[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2695[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2696[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2697[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
2698[warn] 35 | private var path: Path = _
2699[warn] | ^
2700[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2701[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2702[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2703[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
2704[warn] 36 | protected var currentReadPlan: ReadPlan = _
2705[warn] | ^
2706[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2707[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2708[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2709[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
2710[warn] 38 | private var readFactory: ReadPlanFactory = _
2711[warn] | ^
2712[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2713[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2714[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2715[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
2716[warn] 22 | private[core] var added: Boolean = _
2717[warn] | ^
2718[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2719[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2720[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2721[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
2722[warn] 51 | private var removed: Boolean = _
2723[warn] | ^
2724[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2725[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2726[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2727[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
2728[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
2729[warn] | ^
2730[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2731[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2732[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2733[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
2734[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
2735[warn] | ^
2736[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2737[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2738[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2739[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
2740[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
2741[warn] | ^
2742[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2743[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2744[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2745[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
2746[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
2747[warn] | ^
2748[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2749[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2750[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2751[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
2752[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
2753[warn] | ^
2754[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2755[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2756[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2757[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
2758[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
2759[warn] | ^
2760[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2761[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2762[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2763[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
2764[warn] 38 | private var inbound: I = _
2765[warn] | ^
2766[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2767[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2768[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2769[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
2770[warn] 39 | private var outbound: O = _
2771[warn] | ^
2772[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2773[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2774[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2775[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
2776[warn] 42 | private var fileChannel: FileChannel = _
2777[warn] | ^
2778[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2779[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2780[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2781[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
2782[warn] 43 | private var file: File = _
2783[warn] | ^
2784[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2785[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2786[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2787[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
2788[warn] 27 | private var hd: QueueMapEntity = _
2789[warn] | ^
2790[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2791[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2792[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2793[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
2794[warn] 28 | private var tl: QueueMapEntity = _
2795[warn] | ^
2796[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2797[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2798[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2799[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
2800[warn] 34 | private var cursor: QueueMapEntity = _
2801[warn] | ^
2802[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2803[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2804[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2805[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
2806[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
2807[warn] | ^
2808[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2809[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2810[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2811[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
2812[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
2813[warn] | ^
2814[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2815[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2816[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2817[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
2818[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
2819[warn] | ^
2820[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2821[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2822[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2823[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
2824[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
2825[warn] | ^
2826[warn] |Ignoring [this] qualifier.
2827[warn] |This syntax will be deprecated in the future; it should be dropped.
2828[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
2829[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2830[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
2831[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
2832[warn] | ^
2833[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
2834[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2835[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
2836[warn] 29 | @volatile private var sys: ActorSystem = _
2837[warn] | ^
2838[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2839[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2840[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2841[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
2842[warn] 27 | private var address: Address[Call] = _
2843[warn] | ^
2844[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2845[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2846[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2847[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
2848[warn] 31 | private var msg: M = _
2849[warn] | ^
2850[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2851[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2852[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2853[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
2854[warn] 35 | private var rids: Array[Long] = _
2855[warn] | ^
2856[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2857[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2858[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2859[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
2860[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
2861[warn] | ^
2862[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2863[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2864[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2865[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
2866[warn] 28 | protected var stack: Stack = _
2867[warn] | ^
2868[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2869[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2870[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2871[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
2872[warn] 33 | protected var result: AnyRef = _
2873[warn] | ^
2874[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2875[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2876[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2877[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
2878[warn] 34 | protected var error: Throwable = _
2879[warn] | ^
2880[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2881[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2882[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2883[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
2884[warn] 36 | private var p: AbstractPromise[?] = _
2885[warn] | ^
2886[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2887[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2888[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2889[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
2890[warn] 30 | private var call: Call = _
2891[warn] | ^
2892[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2893[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2894[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2895[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
2896[warn] 31 | private var reply: Reply = _
2897[warn] | ^
2898[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2899[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2900[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2901[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
2902[warn] 33 | private var sender: Address[Call] = _
2903[warn] | ^
2904[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2905[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2906[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2907[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
2908[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
2909[warn] | ^
2910[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2911[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2912[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2913[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
2914[warn] 27 | private var messages: Seq[Notice] = _
2915[warn] | ^
2916[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2917[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2918[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2919[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
2920[warn] 49 | private var ch: Channel = _
2921[warn] | ^
2922[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2923[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2924[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2925[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
2926[warn] 50 | private var ask: AnyRef = _
2927[warn] | ^
2928[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2929[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2930[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2931[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
2932[warn] 51 | private var callback: ChannelPromise => Unit = _
2933[warn] | ^
2934[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2935[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2936[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2937[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
2938[warn] 27 | private var msg: AnyRef = _
2939[warn] | ^
2940[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2941[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2942[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2943[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
2944[warn] 28 | private var belong: AbstractChannel = _
2945[warn] | ^
2946[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2947[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2948[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2949[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
2950[warn] 33 | private var ret: AnyRef = _
2951[warn] | ^
2952[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2953[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2954[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2955[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
2956[warn] 29 | private var table: Array[MessagePromise[?]] = _
2957[warn] | ^
2958[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2959[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2960[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2961[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
2962[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
2963[warn] | ^
2964[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2965[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2966[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2967[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
2968[warn] 28 | private var msg: Call = _
2969[warn] | ^
2970[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2971[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2972[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2973[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
2974[warn] 26 | var head: AbstractPromise[?] = _
2975[warn] | ^
2976[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2977[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2978[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2979[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
2980[warn] 27 | var tail: AbstractPromise[?] = _
2981[warn] | ^
2982[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2983[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2984[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2985[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
2986[warn] 29 | private var nextState: StackState = _
2987[warn] | ^
2988[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2989[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2990[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2991[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
2992[warn] 32 | private var completedHead: AbstractPromise[?] = _
2993[warn] | ^
2994[warn] |`= _` has been deprecated; use `= uninitialized` instead.
2995[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
2996[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
2997[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
2998[warn] 33 | private var completedTail: AbstractPromise[?] = _
2999[warn] | ^
3000[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3001[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3002[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3003[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
3004[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
3005[warn] | ^
3006[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3007[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3008[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3009[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
3010[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
3011[warn] | ^
3012[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3013[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3014[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3015[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
3016[warn] 40 | private var actor: AbstractActor[?] = _
3017[warn] | ^
3018[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3019[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3020[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3021[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
3022[warn] 42 | private var att: AnyRef = _
3023[warn] | ^
3024[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3025[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3026[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3027[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
3028[warn] 27 | private var fu: ChannelFuture = _
3029[warn] | ^
3030[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3031[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3032[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3033[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
3034[warn] 28 | private var fu: MessageFuture[R] = _
3035[warn] | ^
3036[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3037[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3038[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3039[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
3040[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
3041[warn] | ^
3042[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3043[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3044[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3045[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
3046[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
3047[warn] | ^
3048[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3049[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3050[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3051[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
3052[warn] 41 | private var actorAddress: ActorAddress[Call] = _
3053[warn] | ^
3054[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3055[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3056[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3057[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
3058[warn] 53 | private var tmpAskCursor: Nextable = _
3059[warn] | ^
3060[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3061[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3062[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3063[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
3064[warn] 54 | private var tmpNoticeCursor: Nextable = _
3065[warn] | ^
3066[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3067[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3068[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3069[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
3070[warn] 58 | @volatile private var preHouse: ActorHouse = _
3071[warn] | ^
3072[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3073[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3074[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3075[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
3076[warn] 59 | @volatile private var nextHouse: ActorHouse = _
3077[warn] | ^
3078[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3079[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3080[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3081[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
3082[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
3083[warn] | ^
3084[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3085[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3086[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3087[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
3088[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
3089[warn] | ^
3090[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3091[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3092[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
3093[warn] 107 | private var system: ActorSystem = _
3094[warn] | ^
3095[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3096[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3097[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3098[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
3099[warn] 57 | private var mainActor: Address[MainActor.Args] = _
3100[warn] | ^
3101[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3102[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3103[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3104[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
3105[warn] 72 | private var memoryMonitor: Timeout = _
3106[warn] | ^
3107[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3108[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3109[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3110[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
3111[warn] 81 | private var systemMonitor: Timeout = _
3112[warn] | ^
3113[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3114[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3115[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3116[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
3117[warn] 34 | private var sys: ActorSystem = _
3118[warn] | ^
3119[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3120[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3121[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3122[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
3123[warn] 30 | @volatile private var head: ActorHouse = _
3124[warn] | ^
3125[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3126[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3127[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3128[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
3129[warn] 31 | @volatile private var tail: ActorHouse = _
3130[warn] | ^
3131[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3132[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3133[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3134[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
3135[warn] 51 | private var currentRunning: Actor[?] = _
3136[warn] | ^
3137[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3138[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3139[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3140[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
3141[warn] 26 | private var head: Nextable = _
3142[warn] | ^
3143[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3144[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3145[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3146[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
3147[warn] 27 | private var tail: Nextable = _
3148[warn] | ^
3149[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3150[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3151[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3152[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
3153[warn] 30 | @volatile private var head: ActorHouse = _
3154[warn] | ^
3155[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3156[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3157[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3158[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
3159[warn] 31 | @volatile private var tail: ActorHouse = _
3160[warn] | ^
3161[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3162[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3163[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3164[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
3165[warn] 37 | @volatile private var highHead: ActorHouse = _
3166[warn] | ^
3167[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3168[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3169[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3170[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
3171[warn] 38 | @volatile private var highTail: ActorHouse = _
3172[warn] | ^
3173[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3174[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3175[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3176[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
3177[warn] 29 | private var fs: Array[FileChannel] = _
3178[warn] | ^
3179[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3180[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3181[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3182[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
3183[warn] 28 | private var channel: Channel = _
3184[warn] | ^
3185[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3186[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3187[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3188[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
3189[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
3190[warn] | ^
3191[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3192[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3193[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3194[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
3195[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
3196[warn] | ^
3197[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3198[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3199[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3200[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
3201[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
3202[warn] | ^
3203[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3204[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3205[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3206[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
3207[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
3208[warn] | ^
3209[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3210[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3211[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3212[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
3213[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
3214[warn] | ^
3215[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3216[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3217[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3218[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
3219[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
3220[warn] | ^
3221[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3222[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3223[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3224[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
3225[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
3226[warn] | ^
3227[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3228[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3229[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3230[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
3231[warn] 26 | private var resourceTimer: ResourceTimer = _
3232[warn] | ^
3233[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3234[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3235[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3236[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
3237[warn] 34 | protected var address: EventableAddress = _
3238[warn] | ^
3239[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3240[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3241[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3242[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
3243[warn] 40 | @volatile protected var handle: Timeout = _
3244[warn] | ^
3245[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3246[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3247[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3248[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
3249[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
3250[warn] | ^
3251[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3252[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3253[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3254[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
3255[warn] 39 | private var reactor: Reactor = _
3256[warn] | ^
3257[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3258[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3259[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3260[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
3261[warn] 28 | private var transportFactory: TransportFactory = _
3262[warn] | ^
3263[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3264[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3265[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3266[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
3267[warn] 39 | protected var _selectionKey: SelectionKey = _
3268[warn] | ^
3269[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3270[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3271[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3272[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
3273[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
3274[warn] | ^
3275[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3276[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3277[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3278[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
3279[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
3280[warn] | ^
3281[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3282[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3283[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3284[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
3285[warn] 35 | private var ch: FileChannel = _
3286[warn] | ^
3287[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3288[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3289[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3290[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
3291[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
3292[warn] | ^
3293[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
3294[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3295[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
3296[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
3297[warn] | ^
3298[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3299[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3300[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3301[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
3302[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
3303[warn] | ^
3304[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3305[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3306[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3307[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
3308[warn] 44 | private var thread: Thread = _
3309[warn] | ^
3310[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3311[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3312[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3313[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
3314[warn] 56 | private var ioHandler: IoHandler = _
3315[warn] | ^
3316[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3317[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3318[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3319[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
3320[warn] 21 | @volatile private var n: Nextable | Null = _
3321[warn] | ^
3322[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3323[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3324[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3325[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
3326[warn] 25 | @volatile private var head: T | Null = _
3327[warn] | ^
3328[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3329[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3330[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3331[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
3332[warn] 26 | @volatile private var tail: T | Null = _
3333[warn] | ^
3334[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3335[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3336[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3337[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
3338[warn] 29 | @volatile private var head: T | Null = _
3339[warn] | ^
3340[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3341[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3342[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3343[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
3344[warn] 30 | @volatile private var tail: T | Null = _
3345[warn] | ^
3346[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3347[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3348[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3349[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
3350[warn] 25 | private var head: T | Null = _
3351[warn] | ^
3352[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3353[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3354[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3355[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
3356[warn] 26 | private var tail: T | Null = _
3357[warn] | ^
3358[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3359[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3360[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3361[warn] 129 warnings found
3362[error] two errors found
3363Failed to evaluated all.compile: mill.api.Result$Failure
3364
3365Starting build for otavia-testkit - [6/23]
3366No test module defined in testkit
3367[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
3368[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
3369[warn] 35 | protected var logger: Logger = _
3370[warn] | ^
3371[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3372[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3373[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3374[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
3375[warn] 37 | private var ctx: ActorContext = _
3376[warn] | ^
3377[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3378[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3379[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3380[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
3381[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
3382[warn] | ^
3383[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3384[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3385[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3386[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
3387[warn] 45 | private[core] var currentStack: Stack = _
3388[warn] | ^
3389[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3390[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3391[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3392[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
3393[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
3394[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3395[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
3396[error] |Required: cc.otavia.core.actor.MessageOf[W] &
3397[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
3398[error] |
3399[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
3400[error] |
3401[error] | longer explanation available when compiling with `-explain`
3402[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
3403[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
3404[error] | ^^^^^^^^^^^^
3405[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
3406[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
3407[error] |
3408[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
3409[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
3410[error] |
3411[error] |
3412[error] |Note: a match type could not be fully reduced:
3413[error] |
3414[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
3415[error] | failed since selector W
3416[error] | does not uniquely determine parameter m in
3417[error] | case cc.otavia.core.actor.Actor[m] => m
3418[error] | The computed bounds for the parameter are:
3419[error] | m <: cc.otavia.core.message.Call |
3420[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
3421[error] |
3422[error] | longer explanation available when compiling with `-explain`
3423[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
3424[warn] 30 | private var workers: Address[MessageOf[W]] = _
3425[warn] | ^
3426[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3427[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3428[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3429[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
3430[warn] 37 | private var currentChannelReceived: AnyRef = _
3431[warn] | ^
3432[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3433[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3434[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3435[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
3436[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
3437[warn] | ^
3438[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3439[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3440[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
3441[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
3442[warn] | ^
3443[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3444[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3445[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
3446[warn] 23 | private var variables: Array[AnyRef] = _
3447[warn] | ^
3448[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3449[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3450[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3451[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
3452[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
3453[warn] | ^
3454[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3455[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3456[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3457[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
3458[warn] 26 | private var thread: Thread = _
3459[warn] | ^
3460[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3461[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3462[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3463[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
3464[warn] 28 | private var head: Nextable = _
3465[warn] | ^
3466[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3467[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3468[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3469[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
3470[warn] 29 | private var tail: Nextable = _
3471[warn] | ^
3472[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3473[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3474[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3475[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
3476[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
3477[warn] | ^
3478[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3479[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3480[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3481[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
3482[warn] 46 | private var actorHouse: ActorHouse = _
3483[warn] | ^
3484[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3485[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3486[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3487[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
3488[warn] 49 | private var pipe: ChannelPipelineImpl = _
3489[warn] | ^
3490[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3491[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3492[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3493[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
3494[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
3495[warn] | ^
3496[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3497[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3498[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3499[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
3500[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
3501[warn] | ^
3502[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3503[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3504[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3505[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
3506[warn] 35 | private var path: Path = _
3507[warn] | ^
3508[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3509[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3510[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3511[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
3512[warn] 36 | protected var currentReadPlan: ReadPlan = _
3513[warn] | ^
3514[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3515[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3516[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3517[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
3518[warn] 38 | private var readFactory: ReadPlanFactory = _
3519[warn] | ^
3520[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3521[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3522[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3523[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
3524[warn] 22 | private[core] var added: Boolean = _
3525[warn] | ^
3526[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3527[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3528[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3529[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
3530[warn] 51 | private var removed: Boolean = _
3531[warn] | ^
3532[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3533[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3534[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3535[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
3536[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
3537[warn] | ^
3538[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3539[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3540[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3541[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
3542[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
3543[warn] | ^
3544[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3545[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3546[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3547[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
3548[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
3549[warn] | ^
3550[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3551[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3552[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3553[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
3554[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
3555[warn] | ^
3556[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3557[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3558[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3559[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
3560[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
3561[warn] | ^
3562[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3563[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3564[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3565[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
3566[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
3567[warn] | ^
3568[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3569[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3570[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3571[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
3572[warn] 38 | private var inbound: I = _
3573[warn] | ^
3574[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3575[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3576[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3577[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
3578[warn] 39 | private var outbound: O = _
3579[warn] | ^
3580[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3581[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3582[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3583[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
3584[warn] 42 | private var fileChannel: FileChannel = _
3585[warn] | ^
3586[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3587[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3588[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3589[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
3590[warn] 43 | private var file: File = _
3591[warn] | ^
3592[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3593[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3594[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3595[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
3596[warn] 27 | private var hd: QueueMapEntity = _
3597[warn] | ^
3598[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3599[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3600[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3601[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
3602[warn] 28 | private var tl: QueueMapEntity = _
3603[warn] | ^
3604[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3605[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3606[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3607[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
3608[warn] 34 | private var cursor: QueueMapEntity = _
3609[warn] | ^
3610[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3611[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3612[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3613[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
3614[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
3615[warn] | ^
3616[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3617[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3618[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3619[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
3620[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
3621[warn] | ^
3622[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3623[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3624[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3625[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
3626[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
3627[warn] | ^
3628[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3629[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3630[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3631[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
3632[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
3633[warn] | ^
3634[warn] |Ignoring [this] qualifier.
3635[warn] |This syntax will be deprecated in the future; it should be dropped.
3636[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
3637[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3638[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
3639[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
3640[warn] | ^
3641[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3642[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3643[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
3644[warn] 29 | @volatile private var sys: ActorSystem = _
3645[warn] | ^
3646[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3647[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3648[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3649[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
3650[warn] 27 | private var address: Address[Call] = _
3651[warn] | ^
3652[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3653[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3654[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3655[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
3656[warn] 31 | private var msg: M = _
3657[warn] | ^
3658[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3659[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3660[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3661[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
3662[warn] 35 | private var rids: Array[Long] = _
3663[warn] | ^
3664[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3665[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3666[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3667[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
3668[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
3669[warn] | ^
3670[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3671[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3672[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3673[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
3674[warn] 28 | protected var stack: Stack = _
3675[warn] | ^
3676[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3677[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3678[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3679[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
3680[warn] 33 | protected var result: AnyRef = _
3681[warn] | ^
3682[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3683[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3684[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3685[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
3686[warn] 34 | protected var error: Throwable = _
3687[warn] | ^
3688[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3689[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3690[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3691[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
3692[warn] 36 | private var p: AbstractPromise[?] = _
3693[warn] | ^
3694[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3695[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3696[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3697[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
3698[warn] 30 | private var call: Call = _
3699[warn] | ^
3700[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3701[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3702[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3703[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
3704[warn] 31 | private var reply: Reply = _
3705[warn] | ^
3706[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3707[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3708[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3709[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
3710[warn] 33 | private var sender: Address[Call] = _
3711[warn] | ^
3712[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3713[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3714[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3715[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
3716[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
3717[warn] | ^
3718[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3719[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3720[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3721[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
3722[warn] 27 | private var messages: Seq[Notice] = _
3723[warn] | ^
3724[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3725[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3726[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3727[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
3728[warn] 49 | private var ch: Channel = _
3729[warn] | ^
3730[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3731[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3732[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3733[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
3734[warn] 50 | private var ask: AnyRef = _
3735[warn] | ^
3736[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3737[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3738[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3739[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
3740[warn] 51 | private var callback: ChannelPromise => Unit = _
3741[warn] | ^
3742[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3743[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3744[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3745[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
3746[warn] 27 | private var msg: AnyRef = _
3747[warn] | ^
3748[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3749[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3750[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3751[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
3752[warn] 28 | private var belong: AbstractChannel = _
3753[warn] | ^
3754[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3755[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3756[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3757[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
3758[warn] 33 | private var ret: AnyRef = _
3759[warn] | ^
3760[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3761[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3762[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3763[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
3764[warn] 29 | private var table: Array[MessagePromise[?]] = _
3765[warn] | ^
3766[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3767[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3768[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3769[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
3770[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
3771[warn] | ^
3772[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3773[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3774[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3775[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
3776[warn] 28 | private var msg: Call = _
3777[warn] | ^
3778[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3779[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3780[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3781[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
3782[warn] 26 | var head: AbstractPromise[?] = _
3783[warn] | ^
3784[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3785[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3786[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3787[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
3788[warn] 27 | var tail: AbstractPromise[?] = _
3789[warn] | ^
3790[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3791[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3792[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3793[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
3794[warn] 29 | private var nextState: StackState = _
3795[warn] | ^
3796[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3797[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3798[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3799[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
3800[warn] 32 | private var completedHead: AbstractPromise[?] = _
3801[warn] | ^
3802[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3803[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3804[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3805[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
3806[warn] 33 | private var completedTail: AbstractPromise[?] = _
3807[warn] | ^
3808[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3809[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3810[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3811[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
3812[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
3813[warn] | ^
3814[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3815[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3816[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3817[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
3818[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
3819[warn] | ^
3820[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3821[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3822[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3823[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
3824[warn] 40 | private var actor: AbstractActor[?] = _
3825[warn] | ^
3826[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3827[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3828[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3829[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
3830[warn] 42 | private var att: AnyRef = _
3831[warn] | ^
3832[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3833[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3834[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3835[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
3836[warn] 27 | private var fu: ChannelFuture = _
3837[warn] | ^
3838[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3839[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3840[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3841[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
3842[warn] 28 | private var fu: MessageFuture[R] = _
3843[warn] | ^
3844[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3845[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3846[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3847[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
3848[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
3849[warn] | ^
3850[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3851[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3852[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3853[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
3854[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
3855[warn] | ^
3856[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3857[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3858[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3859[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
3860[warn] 41 | private var actorAddress: ActorAddress[Call] = _
3861[warn] | ^
3862[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3863[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3864[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3865[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
3866[warn] 53 | private var tmpAskCursor: Nextable = _
3867[warn] | ^
3868[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3869[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3870[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3871[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
3872[warn] 54 | private var tmpNoticeCursor: Nextable = _
3873[warn] | ^
3874[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3875[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3876[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3877[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
3878[warn] 58 | @volatile private var preHouse: ActorHouse = _
3879[warn] | ^
3880[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3881[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3882[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3883[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
3884[warn] 59 | @volatile private var nextHouse: ActorHouse = _
3885[warn] | ^
3886[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3887[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3888[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3889[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
3890[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
3891[warn] | ^
3892[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3893[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3894[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3895[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
3896[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
3897[warn] | ^
3898[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
3899[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3900[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
3901[warn] 107 | private var system: ActorSystem = _
3902[warn] | ^
3903[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3904[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3905[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3906[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
3907[warn] 57 | private var mainActor: Address[MainActor.Args] = _
3908[warn] | ^
3909[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3910[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3911[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3912[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
3913[warn] 72 | private var memoryMonitor: Timeout = _
3914[warn] | ^
3915[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3916[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3917[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3918[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
3919[warn] 81 | private var systemMonitor: Timeout = _
3920[warn] | ^
3921[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3922[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3923[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3924[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
3925[warn] 34 | private var sys: ActorSystem = _
3926[warn] | ^
3927[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3928[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3929[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3930[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
3931[warn] 30 | @volatile private var head: ActorHouse = _
3932[warn] | ^
3933[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3934[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3935[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3936[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
3937[warn] 31 | @volatile private var tail: ActorHouse = _
3938[warn] | ^
3939[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3940[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3941[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3942[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
3943[warn] 51 | private var currentRunning: Actor[?] = _
3944[warn] | ^
3945[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3946[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3947[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3948[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
3949[warn] 26 | private var head: Nextable = _
3950[warn] | ^
3951[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3952[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3953[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3954[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
3955[warn] 27 | private var tail: Nextable = _
3956[warn] | ^
3957[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3958[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3959[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3960[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
3961[warn] 30 | @volatile private var head: ActorHouse = _
3962[warn] | ^
3963[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3964[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3965[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3966[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
3967[warn] 31 | @volatile private var tail: ActorHouse = _
3968[warn] | ^
3969[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3970[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3971[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3972[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
3973[warn] 37 | @volatile private var highHead: ActorHouse = _
3974[warn] | ^
3975[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3976[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3977[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3978[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
3979[warn] 38 | @volatile private var highTail: ActorHouse = _
3980[warn] | ^
3981[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3982[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3983[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3984[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
3985[warn] 29 | private var fs: Array[FileChannel] = _
3986[warn] | ^
3987[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3988[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3989[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3990[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
3991[warn] 28 | private var channel: Channel = _
3992[warn] | ^
3993[warn] |`= _` has been deprecated; use `= uninitialized` instead.
3994[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
3995[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
3996[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
3997[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
3998[warn] | ^
3999[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4000[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4001[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4002[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
4003[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
4004[warn] | ^
4005[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4006[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4007[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4008[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
4009[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
4010[warn] | ^
4011[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4012[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4013[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4014[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
4015[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
4016[warn] | ^
4017[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4018[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4019[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4020[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
4021[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
4022[warn] | ^
4023[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4024[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4025[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4026[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
4027[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
4028[warn] | ^
4029[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4030[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4031[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4032[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
4033[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
4034[warn] | ^
4035[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4036[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4037[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4038[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
4039[warn] 26 | private var resourceTimer: ResourceTimer = _
4040[warn] | ^
4041[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4042[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4043[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4044[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
4045[warn] 34 | protected var address: EventableAddress = _
4046[warn] | ^
4047[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4048[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4049[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4050[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
4051[warn] 40 | @volatile protected var handle: Timeout = _
4052[warn] | ^
4053[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4054[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4055[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4056[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
4057[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
4058[warn] | ^
4059[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4060[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4061[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4062[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
4063[warn] 39 | private var reactor: Reactor = _
4064[warn] | ^
4065[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4066[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4067[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4068[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
4069[warn] 28 | private var transportFactory: TransportFactory = _
4070[warn] | ^
4071[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4072[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4073[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4074[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
4075[warn] 39 | protected var _selectionKey: SelectionKey = _
4076[warn] | ^
4077[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4078[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4079[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4080[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
4081[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
4082[warn] | ^
4083[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4084[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4085[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4086[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
4087[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
4088[warn] | ^
4089[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4090[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4091[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4092[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
4093[warn] 35 | private var ch: FileChannel = _
4094[warn] | ^
4095[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4096[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4097[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4098[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
4099[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
4100[warn] | ^
4101[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
4102[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4103[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
4104[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
4105[warn] | ^
4106[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4107[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4108[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4109[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
4110[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
4111[warn] | ^
4112[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4113[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4114[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4115[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
4116[warn] 44 | private var thread: Thread = _
4117[warn] | ^
4118[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4119[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4120[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4121[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
4122[warn] 56 | private var ioHandler: IoHandler = _
4123[warn] | ^
4124[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4125[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4126[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4127[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
4128[warn] 21 | @volatile private var n: Nextable | Null = _
4129[warn] | ^
4130[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4131[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4132[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4133[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
4134[warn] 25 | @volatile private var head: T | Null = _
4135[warn] | ^
4136[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4137[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4138[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4139[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
4140[warn] 26 | @volatile private var tail: T | Null = _
4141[warn] | ^
4142[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4143[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4144[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4145[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
4146[warn] 29 | @volatile private var head: T | Null = _
4147[warn] | ^
4148[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4149[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4150[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4151[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
4152[warn] 30 | @volatile private var tail: T | Null = _
4153[warn] | ^
4154[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4155[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4156[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4157[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
4158[warn] 25 | private var head: T | Null = _
4159[warn] | ^
4160[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4161[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4162[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4163[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
4164[warn] 26 | private var tail: T | Null = _
4165[warn] | ^
4166[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4167[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4168[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4169[warn] 129 warnings found
4170[error] two errors found
4171Failed to evaluated testkit.compile: mill.api.Result$Failure
4172
4173Starting build for otavia-postgres-driver - [7/23]
4174[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
4175[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
4176[warn] 35 | protected var logger: Logger = _
4177[warn] | ^
4178[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4179[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4180[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4181[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
4182[warn] 37 | private var ctx: ActorContext = _
4183[warn] | ^
4184[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4185[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4186[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4187[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
4188[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
4189[warn] | ^
4190[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4191[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4192[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4193[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
4194[warn] 45 | private[core] var currentStack: Stack = _
4195[warn] | ^
4196[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4197[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4198[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4199[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
4200[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
4201[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4202[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
4203[error] |Required: cc.otavia.core.actor.MessageOf[W] &
4204[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
4205[error] |
4206[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
4207[error] |
4208[error] | longer explanation available when compiling with `-explain`
4209[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
4210[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
4211[error] | ^^^^^^^^^^^^
4212[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
4213[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
4214[error] |
4215[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
4216[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
4217[error] |
4218[error] |
4219[error] |Note: a match type could not be fully reduced:
4220[error] |
4221[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
4222[error] | failed since selector W
4223[error] | does not uniquely determine parameter m in
4224[error] | case cc.otavia.core.actor.Actor[m] => m
4225[error] | The computed bounds for the parameter are:
4226[error] | m <: cc.otavia.core.message.Call |
4227[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
4228[error] |
4229[error] | longer explanation available when compiling with `-explain`
4230[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
4231[warn] 30 | private var workers: Address[MessageOf[W]] = _
4232[warn] | ^
4233[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4234[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4235[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4236[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
4237[warn] 37 | private var currentChannelReceived: AnyRef = _
4238[warn] | ^
4239[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4240[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4241[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4242[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
4243[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
4244[warn] | ^
4245[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
4246[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4247[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
4248[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
4249[warn] | ^
4250[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
4251[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4252[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
4253[warn] 23 | private var variables: Array[AnyRef] = _
4254[warn] | ^
4255[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4256[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4257[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4258[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
4259[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
4260[warn] | ^
4261[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4262[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4263[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4264[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
4265[warn] 26 | private var thread: Thread = _
4266[warn] | ^
4267[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4268[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4269[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4270[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
4271[warn] 28 | private var head: Nextable = _
4272[warn] | ^
4273[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4274[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4275[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4276[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
4277[warn] 29 | private var tail: Nextable = _
4278[warn] | ^
4279[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4280[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4281[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4282[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
4283[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
4284[warn] | ^
4285[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4286[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4287[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4288[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
4289[warn] 46 | private var actorHouse: ActorHouse = _
4290[warn] | ^
4291[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4292[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4293[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4294[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
4295[warn] 49 | private var pipe: ChannelPipelineImpl = _
4296[warn] | ^
4297[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4298[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4299[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4300[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
4301[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
4302[warn] | ^
4303[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4304[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4305[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4306[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
4307[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
4308[warn] | ^
4309[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4310[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4311[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4312[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
4313[warn] 35 | private var path: Path = _
4314[warn] | ^
4315[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4316[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4317[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4318[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
4319[warn] 36 | protected var currentReadPlan: ReadPlan = _
4320[warn] | ^
4321[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4322[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4323[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4324[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
4325[warn] 38 | private var readFactory: ReadPlanFactory = _
4326[warn] | ^
4327[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4328[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4329[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4330[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
4331[warn] 22 | private[core] var added: Boolean = _
4332[warn] | ^
4333[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4334[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4335[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4336[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
4337[warn] 51 | private var removed: Boolean = _
4338[warn] | ^
4339[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4340[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4341[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4342[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
4343[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
4344[warn] | ^
4345[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4346[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4347[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4348[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
4349[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
4350[warn] | ^
4351[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4352[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4353[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4354[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
4355[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
4356[warn] | ^
4357[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4358[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4359[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4360[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
4361[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
4362[warn] | ^
4363[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4364[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4365[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4366[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
4367[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
4368[warn] | ^
4369[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4370[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4371[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4372[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
4373[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
4374[warn] | ^
4375[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4376[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4377[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4378[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
4379[warn] 38 | private var inbound: I = _
4380[warn] | ^
4381[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4382[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4383[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4384[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
4385[warn] 39 | private var outbound: O = _
4386[warn] | ^
4387[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4388[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4389[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4390[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
4391[warn] 42 | private var fileChannel: FileChannel = _
4392[warn] | ^
4393[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4394[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4395[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4396[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
4397[warn] 43 | private var file: File = _
4398[warn] | ^
4399[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4400[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4401[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4402[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
4403[warn] 27 | private var hd: QueueMapEntity = _
4404[warn] | ^
4405[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4406[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4407[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4408[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
4409[warn] 28 | private var tl: QueueMapEntity = _
4410[warn] | ^
4411[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4412[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4413[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4414[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
4415[warn] 34 | private var cursor: QueueMapEntity = _
4416[warn] | ^
4417[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4418[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4419[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4420[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
4421[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
4422[warn] | ^
4423[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4424[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4425[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4426[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
4427[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
4428[warn] | ^
4429[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4430[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4431[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4432[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
4433[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
4434[warn] | ^
4435[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4436[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4437[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4438[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
4439[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
4440[warn] | ^
4441[warn] |Ignoring [this] qualifier.
4442[warn] |This syntax will be deprecated in the future; it should be dropped.
4443[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
4444[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4445[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
4446[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
4447[warn] | ^
4448[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
4449[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4450[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
4451[warn] 29 | @volatile private var sys: ActorSystem = _
4452[warn] | ^
4453[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4454[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4455[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4456[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
4457[warn] 27 | private var address: Address[Call] = _
4458[warn] | ^
4459[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4460[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4461[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4462[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
4463[warn] 31 | private var msg: M = _
4464[warn] | ^
4465[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4466[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4467[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4468[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
4469[warn] 35 | private var rids: Array[Long] = _
4470[warn] | ^
4471[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4472[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4473[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4474[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
4475[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
4476[warn] | ^
4477[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4478[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4479[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4480[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
4481[warn] 28 | protected var stack: Stack = _
4482[warn] | ^
4483[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4484[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4485[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4486[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
4487[warn] 33 | protected var result: AnyRef = _
4488[warn] | ^
4489[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4490[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4491[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4492[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
4493[warn] 34 | protected var error: Throwable = _
4494[warn] | ^
4495[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4496[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4497[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4498[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
4499[warn] 36 | private var p: AbstractPromise[?] = _
4500[warn] | ^
4501[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4502[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4503[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4504[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
4505[warn] 30 | private var call: Call = _
4506[warn] | ^
4507[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4508[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4509[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4510[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
4511[warn] 31 | private var reply: Reply = _
4512[warn] | ^
4513[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4514[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4515[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4516[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
4517[warn] 33 | private var sender: Address[Call] = _
4518[warn] | ^
4519[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4520[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4521[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4522[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
4523[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
4524[warn] | ^
4525[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4526[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4527[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4528[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
4529[warn] 27 | private var messages: Seq[Notice] = _
4530[warn] | ^
4531[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4532[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4533[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4534[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
4535[warn] 49 | private var ch: Channel = _
4536[warn] | ^
4537[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4538[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4539[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4540[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
4541[warn] 50 | private var ask: AnyRef = _
4542[warn] | ^
4543[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4544[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4545[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4546[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
4547[warn] 51 | private var callback: ChannelPromise => Unit = _
4548[warn] | ^
4549[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4550[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4551[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4552[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
4553[warn] 27 | private var msg: AnyRef = _
4554[warn] | ^
4555[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4556[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4557[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4558[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
4559[warn] 28 | private var belong: AbstractChannel = _
4560[warn] | ^
4561[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4562[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4563[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4564[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
4565[warn] 33 | private var ret: AnyRef = _
4566[warn] | ^
4567[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4568[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4569[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4570[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
4571[warn] 29 | private var table: Array[MessagePromise[?]] = _
4572[warn] | ^
4573[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4574[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4575[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4576[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
4577[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
4578[warn] | ^
4579[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4580[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4581[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4582[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
4583[warn] 28 | private var msg: Call = _
4584[warn] | ^
4585[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4586[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4587[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4588[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
4589[warn] 26 | var head: AbstractPromise[?] = _
4590[warn] | ^
4591[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4592[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4593[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4594[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
4595[warn] 27 | var tail: AbstractPromise[?] = _
4596[warn] | ^
4597[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4598[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4599[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4600[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
4601[warn] 29 | private var nextState: StackState = _
4602[warn] | ^
4603[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4604[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4605[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4606[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
4607[warn] 32 | private var completedHead: AbstractPromise[?] = _
4608[warn] | ^
4609[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4610[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4611[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4612[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
4613[warn] 33 | private var completedTail: AbstractPromise[?] = _
4614[warn] | ^
4615[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4616[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4617[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4618[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
4619[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
4620[warn] | ^
4621[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4622[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4623[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4624[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
4625[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
4626[warn] | ^
4627[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4628[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4629[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4630[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
4631[warn] 40 | private var actor: AbstractActor[?] = _
4632[warn] | ^
4633[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4634[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4635[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4636[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
4637[warn] 42 | private var att: AnyRef = _
4638[warn] | ^
4639[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4640[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4641[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4642[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
4643[warn] 27 | private var fu: ChannelFuture = _
4644[warn] | ^
4645[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4646[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4647[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4648[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
4649[warn] 28 | private var fu: MessageFuture[R] = _
4650[warn] | ^
4651[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4652[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4653[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4654[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
4655[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
4656[warn] | ^
4657[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4658[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4659[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4660[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
4661[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
4662[warn] | ^
4663[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4664[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4665[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4666[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
4667[warn] 41 | private var actorAddress: ActorAddress[Call] = _
4668[warn] | ^
4669[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4670[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4671[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4672[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
4673[warn] 53 | private var tmpAskCursor: Nextable = _
4674[warn] | ^
4675[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4676[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4677[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4678[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
4679[warn] 54 | private var tmpNoticeCursor: Nextable = _
4680[warn] | ^
4681[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4682[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4683[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4684[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
4685[warn] 58 | @volatile private var preHouse: ActorHouse = _
4686[warn] | ^
4687[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4688[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4689[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4690[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
4691[warn] 59 | @volatile private var nextHouse: ActorHouse = _
4692[warn] | ^
4693[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4694[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4695[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4696[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
4697[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
4698[warn] | ^
4699[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4700[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4701[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4702[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
4703[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
4704[warn] | ^
4705[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
4706[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4707[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
4708[warn] 107 | private var system: ActorSystem = _
4709[warn] | ^
4710[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4711[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4712[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4713[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
4714[warn] 57 | private var mainActor: Address[MainActor.Args] = _
4715[warn] | ^
4716[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4717[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4718[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4719[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
4720[warn] 72 | private var memoryMonitor: Timeout = _
4721[warn] | ^
4722[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4723[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4724[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4725[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
4726[warn] 81 | private var systemMonitor: Timeout = _
4727[warn] | ^
4728[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4729[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4730[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4731[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
4732[warn] 34 | private var sys: ActorSystem = _
4733[warn] | ^
4734[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4735[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4736[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4737[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
4738[warn] 30 | @volatile private var head: ActorHouse = _
4739[warn] | ^
4740[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4741[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4742[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4743[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
4744[warn] 31 | @volatile private var tail: ActorHouse = _
4745[warn] | ^
4746[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4747[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4748[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4749[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
4750[warn] 51 | private var currentRunning: Actor[?] = _
4751[warn] | ^
4752[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4753[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4754[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4755[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
4756[warn] 26 | private var head: Nextable = _
4757[warn] | ^
4758[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4759[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4760[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4761[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
4762[warn] 27 | private var tail: Nextable = _
4763[warn] | ^
4764[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4765[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4766[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4767[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
4768[warn] 30 | @volatile private var head: ActorHouse = _
4769[warn] | ^
4770[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4771[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4772[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4773[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
4774[warn] 31 | @volatile private var tail: ActorHouse = _
4775[warn] | ^
4776[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4777[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4778[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4779[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
4780[warn] 37 | @volatile private var highHead: ActorHouse = _
4781[warn] | ^
4782[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4783[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4784[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4785[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
4786[warn] 38 | @volatile private var highTail: ActorHouse = _
4787[warn] | ^
4788[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4789[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4790[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4791[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
4792[warn] 29 | private var fs: Array[FileChannel] = _
4793[warn] | ^
4794[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4795[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4796[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4797[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
4798[warn] 28 | private var channel: Channel = _
4799[warn] | ^
4800[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4801[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4802[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4803[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
4804[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
4805[warn] | ^
4806[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4807[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4808[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4809[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
4810[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
4811[warn] | ^
4812[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4813[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4814[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4815[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
4816[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
4817[warn] | ^
4818[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4819[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4820[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4821[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
4822[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
4823[warn] | ^
4824[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4825[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4826[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4827[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
4828[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
4829[warn] | ^
4830[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4831[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4832[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4833[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
4834[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
4835[warn] | ^
4836[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4837[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4838[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4839[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
4840[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
4841[warn] | ^
4842[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4843[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4844[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4845[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
4846[warn] 26 | private var resourceTimer: ResourceTimer = _
4847[warn] | ^
4848[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4849[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4850[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4851[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
4852[warn] 34 | protected var address: EventableAddress = _
4853[warn] | ^
4854[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4855[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4856[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4857[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
4858[warn] 40 | @volatile protected var handle: Timeout = _
4859[warn] | ^
4860[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4861[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4862[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4863[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
4864[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
4865[warn] | ^
4866[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4867[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4868[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4869[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
4870[warn] 39 | private var reactor: Reactor = _
4871[warn] | ^
4872[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4873[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4874[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4875[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
4876[warn] 28 | private var transportFactory: TransportFactory = _
4877[warn] | ^
4878[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4879[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4880[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4881[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
4882[warn] 39 | protected var _selectionKey: SelectionKey = _
4883[warn] | ^
4884[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4885[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4886[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4887[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
4888[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
4889[warn] | ^
4890[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4891[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4892[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4893[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
4894[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
4895[warn] | ^
4896[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4897[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4898[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4899[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
4900[warn] 35 | private var ch: FileChannel = _
4901[warn] | ^
4902[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4903[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4904[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4905[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
4906[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
4907[warn] | ^
4908[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
4909[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4910[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
4911[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
4912[warn] | ^
4913[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4914[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4915[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4916[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
4917[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
4918[warn] | ^
4919[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4920[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4921[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4922[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
4923[warn] 44 | private var thread: Thread = _
4924[warn] | ^
4925[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4926[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4927[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4928[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
4929[warn] 56 | private var ioHandler: IoHandler = _
4930[warn] | ^
4931[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4932[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4933[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4934[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
4935[warn] 21 | @volatile private var n: Nextable | Null = _
4936[warn] | ^
4937[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4938[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4939[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4940[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
4941[warn] 25 | @volatile private var head: T | Null = _
4942[warn] | ^
4943[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4944[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4945[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4946[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
4947[warn] 26 | @volatile private var tail: T | Null = _
4948[warn] | ^
4949[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4950[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4951[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4952[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
4953[warn] 29 | @volatile private var head: T | Null = _
4954[warn] | ^
4955[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4956[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4957[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4958[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
4959[warn] 30 | @volatile private var tail: T | Null = _
4960[warn] | ^
4961[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4962[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4963[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4964[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
4965[warn] 25 | private var head: T | Null = _
4966[warn] | ^
4967[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4968[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4969[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4970[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
4971[warn] 26 | private var tail: T | Null = _
4972[warn] | ^
4973[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4974[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4975[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4976[warn] 129 warnings found
4977[error] two errors found
4978Failed to evaluated sql-postgres-driver.compile: mill.api.Result$Failure
4979
4980Starting build for otavia-log4a - [8/23]
4981[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
4982[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
4983[warn] 35 | protected var logger: Logger = _
4984[warn] | ^
4985[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4986[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4987[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4988[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
4989[warn] 37 | private var ctx: ActorContext = _
4990[warn] | ^
4991[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4992[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4993[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
4994[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
4995[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
4996[warn] | ^
4997[warn] |`= _` has been deprecated; use `= uninitialized` instead.
4998[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
4999[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5000[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
5001[warn] 45 | private[core] var currentStack: Stack = _
5002[warn] | ^
5003[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5004[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5005[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5006[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
5007[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
5008[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5009[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
5010[error] |Required: cc.otavia.core.actor.MessageOf[W] &
5011[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
5012[error] |
5013[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
5014[error] |
5015[error] | longer explanation available when compiling with `-explain`
5016[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
5017[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
5018[error] | ^^^^^^^^^^^^
5019[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
5020[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
5021[error] |
5022[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
5023[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
5024[error] |
5025[error] |
5026[error] |Note: a match type could not be fully reduced:
5027[error] |
5028[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
5029[error] | failed since selector W
5030[error] | does not uniquely determine parameter m in
5031[error] | case cc.otavia.core.actor.Actor[m] => m
5032[error] | The computed bounds for the parameter are:
5033[error] | m <: cc.otavia.core.message.Call |
5034[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
5035[error] |
5036[error] | longer explanation available when compiling with `-explain`
5037[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
5038[warn] 30 | private var workers: Address[MessageOf[W]] = _
5039[warn] | ^
5040[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5041[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5042[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5043[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
5044[warn] 37 | private var currentChannelReceived: AnyRef = _
5045[warn] | ^
5046[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5047[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5048[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5049[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
5050[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
5051[warn] | ^
5052[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5053[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5054[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
5055[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
5056[warn] | ^
5057[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5058[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5059[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
5060[warn] 23 | private var variables: Array[AnyRef] = _
5061[warn] | ^
5062[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5063[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5064[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5065[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
5066[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
5067[warn] | ^
5068[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5069[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5070[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5071[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
5072[warn] 26 | private var thread: Thread = _
5073[warn] | ^
5074[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5075[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5076[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5077[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
5078[warn] 28 | private var head: Nextable = _
5079[warn] | ^
5080[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5081[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5082[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5083[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
5084[warn] 29 | private var tail: Nextable = _
5085[warn] | ^
5086[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5087[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5088[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5089[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
5090[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
5091[warn] | ^
5092[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5093[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5094[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5095[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
5096[warn] 46 | private var actorHouse: ActorHouse = _
5097[warn] | ^
5098[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5099[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5100[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5101[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
5102[warn] 49 | private var pipe: ChannelPipelineImpl = _
5103[warn] | ^
5104[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5105[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5106[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5107[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
5108[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
5109[warn] | ^
5110[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5111[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5112[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5113[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
5114[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
5115[warn] | ^
5116[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5117[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5118[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5119[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
5120[warn] 35 | private var path: Path = _
5121[warn] | ^
5122[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5123[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5124[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5125[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
5126[warn] 36 | protected var currentReadPlan: ReadPlan = _
5127[warn] | ^
5128[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5129[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5130[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5131[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
5132[warn] 38 | private var readFactory: ReadPlanFactory = _
5133[warn] | ^
5134[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5135[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5136[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5137[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
5138[warn] 22 | private[core] var added: Boolean = _
5139[warn] | ^
5140[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5141[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5142[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5143[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
5144[warn] 51 | private var removed: Boolean = _
5145[warn] | ^
5146[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5147[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5148[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5149[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
5150[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
5151[warn] | ^
5152[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5153[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5154[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5155[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
5156[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
5157[warn] | ^
5158[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5159[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5160[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5161[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
5162[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
5163[warn] | ^
5164[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5165[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5166[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5167[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
5168[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
5169[warn] | ^
5170[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5171[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5172[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5173[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
5174[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5175[warn] | ^
5176[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5177[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5178[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5179[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
5180[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5181[warn] | ^
5182[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5183[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5184[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5185[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
5186[warn] 38 | private var inbound: I = _
5187[warn] | ^
5188[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5189[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5190[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5191[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
5192[warn] 39 | private var outbound: O = _
5193[warn] | ^
5194[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5195[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5196[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5197[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
5198[warn] 42 | private var fileChannel: FileChannel = _
5199[warn] | ^
5200[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5201[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5202[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5203[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
5204[warn] 43 | private var file: File = _
5205[warn] | ^
5206[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5207[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5208[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5209[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
5210[warn] 27 | private var hd: QueueMapEntity = _
5211[warn] | ^
5212[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5213[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5214[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5215[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
5216[warn] 28 | private var tl: QueueMapEntity = _
5217[warn] | ^
5218[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5219[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5220[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5221[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
5222[warn] 34 | private var cursor: QueueMapEntity = _
5223[warn] | ^
5224[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5225[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5226[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5227[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
5228[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
5229[warn] | ^
5230[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5231[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5232[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5233[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
5234[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
5235[warn] | ^
5236[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5237[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5238[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5239[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
5240[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
5241[warn] | ^
5242[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5243[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5244[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5245[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
5246[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
5247[warn] | ^
5248[warn] |Ignoring [this] qualifier.
5249[warn] |This syntax will be deprecated in the future; it should be dropped.
5250[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
5251[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5252[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
5253[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
5254[warn] | ^
5255[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5256[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5257[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
5258[warn] 29 | @volatile private var sys: ActorSystem = _
5259[warn] | ^
5260[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5261[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5262[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5263[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
5264[warn] 27 | private var address: Address[Call] = _
5265[warn] | ^
5266[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5267[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5268[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5269[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
5270[warn] 31 | private var msg: M = _
5271[warn] | ^
5272[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5273[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5274[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5275[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
5276[warn] 35 | private var rids: Array[Long] = _
5277[warn] | ^
5278[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5279[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5280[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5281[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
5282[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
5283[warn] | ^
5284[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5285[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5286[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5287[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
5288[warn] 28 | protected var stack: Stack = _
5289[warn] | ^
5290[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5291[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5292[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5293[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
5294[warn] 33 | protected var result: AnyRef = _
5295[warn] | ^
5296[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5297[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5298[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5299[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
5300[warn] 34 | protected var error: Throwable = _
5301[warn] | ^
5302[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5303[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5304[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5305[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
5306[warn] 36 | private var p: AbstractPromise[?] = _
5307[warn] | ^
5308[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5309[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5310[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5311[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
5312[warn] 30 | private var call: Call = _
5313[warn] | ^
5314[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5315[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5316[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5317[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
5318[warn] 31 | private var reply: Reply = _
5319[warn] | ^
5320[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5321[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5322[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5323[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
5324[warn] 33 | private var sender: Address[Call] = _
5325[warn] | ^
5326[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5327[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5328[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5329[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
5330[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
5331[warn] | ^
5332[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5333[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5334[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5335[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
5336[warn] 27 | private var messages: Seq[Notice] = _
5337[warn] | ^
5338[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5339[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5340[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5341[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
5342[warn] 49 | private var ch: Channel = _
5343[warn] | ^
5344[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5345[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5346[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5347[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
5348[warn] 50 | private var ask: AnyRef = _
5349[warn] | ^
5350[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5351[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5352[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5353[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
5354[warn] 51 | private var callback: ChannelPromise => Unit = _
5355[warn] | ^
5356[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5357[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5358[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5359[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
5360[warn] 27 | private var msg: AnyRef = _
5361[warn] | ^
5362[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5363[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5364[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5365[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
5366[warn] 28 | private var belong: AbstractChannel = _
5367[warn] | ^
5368[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5369[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5370[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5371[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
5372[warn] 33 | private var ret: AnyRef = _
5373[warn] | ^
5374[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5375[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5376[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5377[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
5378[warn] 29 | private var table: Array[MessagePromise[?]] = _
5379[warn] | ^
5380[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5381[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5382[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5383[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
5384[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
5385[warn] | ^
5386[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5387[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5388[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5389[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
5390[warn] 28 | private var msg: Call = _
5391[warn] | ^
5392[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5393[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5394[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5395[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
5396[warn] 26 | var head: AbstractPromise[?] = _
5397[warn] | ^
5398[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5399[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5400[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5401[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
5402[warn] 27 | var tail: AbstractPromise[?] = _
5403[warn] | ^
5404[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5405[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5406[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5407[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
5408[warn] 29 | private var nextState: StackState = _
5409[warn] | ^
5410[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5411[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5412[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5413[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
5414[warn] 32 | private var completedHead: AbstractPromise[?] = _
5415[warn] | ^
5416[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5417[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5418[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5419[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
5420[warn] 33 | private var completedTail: AbstractPromise[?] = _
5421[warn] | ^
5422[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5423[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5424[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5425[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
5426[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
5427[warn] | ^
5428[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5429[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5430[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5431[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
5432[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
5433[warn] | ^
5434[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5435[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5436[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5437[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
5438[warn] 40 | private var actor: AbstractActor[?] = _
5439[warn] | ^
5440[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5441[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5442[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5443[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
5444[warn] 42 | private var att: AnyRef = _
5445[warn] | ^
5446[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5447[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5448[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5449[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
5450[warn] 27 | private var fu: ChannelFuture = _
5451[warn] | ^
5452[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5453[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5454[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5455[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
5456[warn] 28 | private var fu: MessageFuture[R] = _
5457[warn] | ^
5458[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5459[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5460[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5461[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
5462[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
5463[warn] | ^
5464[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5465[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5466[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5467[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
5468[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
5469[warn] | ^
5470[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5471[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5472[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5473[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
5474[warn] 41 | private var actorAddress: ActorAddress[Call] = _
5475[warn] | ^
5476[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5477[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5478[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5479[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
5480[warn] 53 | private var tmpAskCursor: Nextable = _
5481[warn] | ^
5482[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5483[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5484[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5485[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
5486[warn] 54 | private var tmpNoticeCursor: Nextable = _
5487[warn] | ^
5488[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5489[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5490[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5491[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
5492[warn] 58 | @volatile private var preHouse: ActorHouse = _
5493[warn] | ^
5494[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5495[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5496[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5497[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
5498[warn] 59 | @volatile private var nextHouse: ActorHouse = _
5499[warn] | ^
5500[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5501[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5502[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5503[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
5504[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
5505[warn] | ^
5506[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5507[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5508[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5509[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
5510[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
5511[warn] | ^
5512[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5513[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5514[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
5515[warn] 107 | private var system: ActorSystem = _
5516[warn] | ^
5517[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5518[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5519[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5520[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
5521[warn] 57 | private var mainActor: Address[MainActor.Args] = _
5522[warn] | ^
5523[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5524[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5525[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5526[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
5527[warn] 72 | private var memoryMonitor: Timeout = _
5528[warn] | ^
5529[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5530[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5531[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5532[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
5533[warn] 81 | private var systemMonitor: Timeout = _
5534[warn] | ^
5535[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5536[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5537[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5538[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
5539[warn] 34 | private var sys: ActorSystem = _
5540[warn] | ^
5541[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5542[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5543[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5544[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
5545[warn] 30 | @volatile private var head: ActorHouse = _
5546[warn] | ^
5547[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5548[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5549[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5550[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
5551[warn] 31 | @volatile private var tail: ActorHouse = _
5552[warn] | ^
5553[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5554[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5555[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5556[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
5557[warn] 51 | private var currentRunning: Actor[?] = _
5558[warn] | ^
5559[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5560[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5561[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5562[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
5563[warn] 26 | private var head: Nextable = _
5564[warn] | ^
5565[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5566[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5567[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5568[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
5569[warn] 27 | private var tail: Nextable = _
5570[warn] | ^
5571[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5572[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5573[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5574[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
5575[warn] 30 | @volatile private var head: ActorHouse = _
5576[warn] | ^
5577[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5578[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5579[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5580[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
5581[warn] 31 | @volatile private var tail: ActorHouse = _
5582[warn] | ^
5583[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5584[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5585[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5586[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
5587[warn] 37 | @volatile private var highHead: ActorHouse = _
5588[warn] | ^
5589[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5590[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5591[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5592[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
5593[warn] 38 | @volatile private var highTail: ActorHouse = _
5594[warn] | ^
5595[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5596[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5597[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5598[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
5599[warn] 29 | private var fs: Array[FileChannel] = _
5600[warn] | ^
5601[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5602[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5603[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5604[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
5605[warn] 28 | private var channel: Channel = _
5606[warn] | ^
5607[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5608[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5609[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5610[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
5611[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
5612[warn] | ^
5613[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5614[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5615[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5616[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
5617[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
5618[warn] | ^
5619[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5620[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5621[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5622[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
5623[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
5624[warn] | ^
5625[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5626[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5627[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5628[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
5629[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
5630[warn] | ^
5631[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5632[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5633[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5634[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
5635[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
5636[warn] | ^
5637[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5638[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5639[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5640[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
5641[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
5642[warn] | ^
5643[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5644[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5645[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5646[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
5647[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
5648[warn] | ^
5649[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5650[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5651[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5652[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
5653[warn] 26 | private var resourceTimer: ResourceTimer = _
5654[warn] | ^
5655[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5656[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5657[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5658[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
5659[warn] 34 | protected var address: EventableAddress = _
5660[warn] | ^
5661[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5662[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5663[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5664[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
5665[warn] 40 | @volatile protected var handle: Timeout = _
5666[warn] | ^
5667[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5668[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5669[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5670[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
5671[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
5672[warn] | ^
5673[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5674[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5675[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5676[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
5677[warn] 39 | private var reactor: Reactor = _
5678[warn] | ^
5679[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5680[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5681[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5682[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
5683[warn] 28 | private var transportFactory: TransportFactory = _
5684[warn] | ^
5685[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5686[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5687[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5688[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
5689[warn] 39 | protected var _selectionKey: SelectionKey = _
5690[warn] | ^
5691[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5692[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5693[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5694[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
5695[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
5696[warn] | ^
5697[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5698[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5699[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5700[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
5701[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
5702[warn] | ^
5703[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5704[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5705[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5706[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
5707[warn] 35 | private var ch: FileChannel = _
5708[warn] | ^
5709[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5710[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5711[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5712[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
5713[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
5714[warn] | ^
5715[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
5716[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5717[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
5718[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
5719[warn] | ^
5720[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5721[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5722[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5723[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
5724[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
5725[warn] | ^
5726[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5727[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5728[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5729[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
5730[warn] 44 | private var thread: Thread = _
5731[warn] | ^
5732[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5733[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5734[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5735[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
5736[warn] 56 | private var ioHandler: IoHandler = _
5737[warn] | ^
5738[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5739[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5740[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5741[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
5742[warn] 21 | @volatile private var n: Nextable | Null = _
5743[warn] | ^
5744[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5745[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5746[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5747[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
5748[warn] 25 | @volatile private var head: T | Null = _
5749[warn] | ^
5750[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5751[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5752[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5753[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
5754[warn] 26 | @volatile private var tail: T | Null = _
5755[warn] | ^
5756[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5757[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5758[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5759[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
5760[warn] 29 | @volatile private var head: T | Null = _
5761[warn] | ^
5762[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5763[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5764[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5765[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
5766[warn] 30 | @volatile private var tail: T | Null = _
5767[warn] | ^
5768[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5769[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5770[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5771[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
5772[warn] 25 | private var head: T | Null = _
5773[warn] | ^
5774[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5775[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5776[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5777[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
5778[warn] 26 | private var tail: T | Null = _
5779[warn] | ^
5780[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5781[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5782[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5783[warn] 129 warnings found
5784[error] two errors found
5785Failed to evaluated log4a.compile: mill.api.Result$Failure
5786
5787Starting build for otavia-handler - [9/23]
5788[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
5789[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
5790[warn] 35 | protected var logger: Logger = _
5791[warn] | ^
5792[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5793[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5794[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5795[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
5796[warn] 37 | private var ctx: ActorContext = _
5797[warn] | ^
5798[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5799[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5800[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5801[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
5802[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
5803[warn] | ^
5804[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5805[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5806[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5807[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
5808[warn] 45 | private[core] var currentStack: Stack = _
5809[warn] | ^
5810[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5811[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5812[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5813[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
5814[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
5815[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5816[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
5817[error] |Required: cc.otavia.core.actor.MessageOf[W] &
5818[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
5819[error] |
5820[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
5821[error] |
5822[error] | longer explanation available when compiling with `-explain`
5823[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
5824[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
5825[error] | ^^^^^^^^^^^^
5826[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
5827[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
5828[error] |
5829[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
5830[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
5831[error] |
5832[error] |
5833[error] |Note: a match type could not be fully reduced:
5834[error] |
5835[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
5836[error] | failed since selector W
5837[error] | does not uniquely determine parameter m in
5838[error] | case cc.otavia.core.actor.Actor[m] => m
5839[error] | The computed bounds for the parameter are:
5840[error] | m <: cc.otavia.core.message.Call |
5841[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
5842[error] |
5843[error] | longer explanation available when compiling with `-explain`
5844[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
5845[warn] 30 | private var workers: Address[MessageOf[W]] = _
5846[warn] | ^
5847[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5848[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5849[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5850[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
5851[warn] 37 | private var currentChannelReceived: AnyRef = _
5852[warn] | ^
5853[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5854[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5855[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5856[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
5857[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
5858[warn] | ^
5859[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5860[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5861[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
5862[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
5863[warn] | ^
5864[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
5865[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5866[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
5867[warn] 23 | private var variables: Array[AnyRef] = _
5868[warn] | ^
5869[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5870[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5871[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5872[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
5873[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
5874[warn] | ^
5875[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5876[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5877[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5878[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
5879[warn] 26 | private var thread: Thread = _
5880[warn] | ^
5881[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5882[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5883[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5884[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
5885[warn] 28 | private var head: Nextable = _
5886[warn] | ^
5887[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5888[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5889[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5890[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
5891[warn] 29 | private var tail: Nextable = _
5892[warn] | ^
5893[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5894[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5895[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5896[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
5897[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
5898[warn] | ^
5899[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5900[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5901[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5902[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
5903[warn] 46 | private var actorHouse: ActorHouse = _
5904[warn] | ^
5905[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5906[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5907[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5908[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
5909[warn] 49 | private var pipe: ChannelPipelineImpl = _
5910[warn] | ^
5911[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5912[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5913[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5914[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
5915[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
5916[warn] | ^
5917[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5918[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5919[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5920[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
5921[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
5922[warn] | ^
5923[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5924[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5925[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5926[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
5927[warn] 35 | private var path: Path = _
5928[warn] | ^
5929[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5930[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5931[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5932[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
5933[warn] 36 | protected var currentReadPlan: ReadPlan = _
5934[warn] | ^
5935[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5936[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5937[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5938[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
5939[warn] 38 | private var readFactory: ReadPlanFactory = _
5940[warn] | ^
5941[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5942[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5943[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5944[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
5945[warn] 22 | private[core] var added: Boolean = _
5946[warn] | ^
5947[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5948[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5949[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5950[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
5951[warn] 51 | private var removed: Boolean = _
5952[warn] | ^
5953[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5954[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5955[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5956[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
5957[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
5958[warn] | ^
5959[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5960[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5961[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5962[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
5963[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
5964[warn] | ^
5965[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5966[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5967[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5968[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
5969[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
5970[warn] | ^
5971[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5972[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5973[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5974[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
5975[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
5976[warn] | ^
5977[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5978[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5979[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5980[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
5981[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5982[warn] | ^
5983[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5984[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5985[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5986[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
5987[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
5988[warn] | ^
5989[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5990[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5991[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5992[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
5993[warn] 38 | private var inbound: I = _
5994[warn] | ^
5995[warn] |`= _` has been deprecated; use `= uninitialized` instead.
5996[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
5997[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
5998[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
5999[warn] 39 | private var outbound: O = _
6000[warn] | ^
6001[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6002[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6003[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6004[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
6005[warn] 42 | private var fileChannel: FileChannel = _
6006[warn] | ^
6007[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6008[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6009[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6010[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
6011[warn] 43 | private var file: File = _
6012[warn] | ^
6013[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6014[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6015[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6016[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
6017[warn] 27 | private var hd: QueueMapEntity = _
6018[warn] | ^
6019[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6020[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6021[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6022[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
6023[warn] 28 | private var tl: QueueMapEntity = _
6024[warn] | ^
6025[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6026[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6027[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6028[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
6029[warn] 34 | private var cursor: QueueMapEntity = _
6030[warn] | ^
6031[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6032[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6033[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6034[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
6035[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
6036[warn] | ^
6037[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6038[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6039[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6040[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
6041[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
6042[warn] | ^
6043[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6044[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6045[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6046[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
6047[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
6048[warn] | ^
6049[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6050[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6051[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6052[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
6053[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
6054[warn] | ^
6055[warn] |Ignoring [this] qualifier.
6056[warn] |This syntax will be deprecated in the future; it should be dropped.
6057[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
6058[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6059[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
6060[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
6061[warn] | ^
6062[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6063[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6064[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
6065[warn] 29 | @volatile private var sys: ActorSystem = _
6066[warn] | ^
6067[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6068[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6069[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6070[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
6071[warn] 27 | private var address: Address[Call] = _
6072[warn] | ^
6073[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6074[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6075[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6076[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
6077[warn] 31 | private var msg: M = _
6078[warn] | ^
6079[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6080[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6081[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6082[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
6083[warn] 35 | private var rids: Array[Long] = _
6084[warn] | ^
6085[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6086[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6087[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6088[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
6089[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
6090[warn] | ^
6091[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6092[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6093[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6094[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
6095[warn] 28 | protected var stack: Stack = _
6096[warn] | ^
6097[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6098[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6099[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6100[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
6101[warn] 33 | protected var result: AnyRef = _
6102[warn] | ^
6103[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6104[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6105[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6106[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
6107[warn] 34 | protected var error: Throwable = _
6108[warn] | ^
6109[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6110[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6111[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6112[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
6113[warn] 36 | private var p: AbstractPromise[?] = _
6114[warn] | ^
6115[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6116[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6117[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6118[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
6119[warn] 30 | private var call: Call = _
6120[warn] | ^
6121[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6122[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6123[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6124[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
6125[warn] 31 | private var reply: Reply = _
6126[warn] | ^
6127[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6128[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6129[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6130[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
6131[warn] 33 | private var sender: Address[Call] = _
6132[warn] | ^
6133[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6134[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6135[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6136[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
6137[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
6138[warn] | ^
6139[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6140[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6141[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6142[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
6143[warn] 27 | private var messages: Seq[Notice] = _
6144[warn] | ^
6145[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6146[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6147[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6148[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
6149[warn] 49 | private var ch: Channel = _
6150[warn] | ^
6151[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6152[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6153[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6154[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
6155[warn] 50 | private var ask: AnyRef = _
6156[warn] | ^
6157[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6158[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6159[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6160[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
6161[warn] 51 | private var callback: ChannelPromise => Unit = _
6162[warn] | ^
6163[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6164[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6165[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6166[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
6167[warn] 27 | private var msg: AnyRef = _
6168[warn] | ^
6169[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6170[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6171[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6172[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
6173[warn] 28 | private var belong: AbstractChannel = _
6174[warn] | ^
6175[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6176[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6177[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6178[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
6179[warn] 33 | private var ret: AnyRef = _
6180[warn] | ^
6181[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6182[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6183[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6184[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
6185[warn] 29 | private var table: Array[MessagePromise[?]] = _
6186[warn] | ^
6187[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6188[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6189[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6190[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
6191[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
6192[warn] | ^
6193[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6194[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6195[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6196[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
6197[warn] 28 | private var msg: Call = _
6198[warn] | ^
6199[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6200[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6201[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6202[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
6203[warn] 26 | var head: AbstractPromise[?] = _
6204[warn] | ^
6205[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6206[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6207[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6208[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
6209[warn] 27 | var tail: AbstractPromise[?] = _
6210[warn] | ^
6211[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6212[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6213[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6214[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
6215[warn] 29 | private var nextState: StackState = _
6216[warn] | ^
6217[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6218[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6219[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6220[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
6221[warn] 32 | private var completedHead: AbstractPromise[?] = _
6222[warn] | ^
6223[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6224[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6225[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6226[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
6227[warn] 33 | private var completedTail: AbstractPromise[?] = _
6228[warn] | ^
6229[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6230[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6231[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6232[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
6233[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
6234[warn] | ^
6235[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6236[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6237[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6238[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
6239[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
6240[warn] | ^
6241[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6242[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6243[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6244[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
6245[warn] 40 | private var actor: AbstractActor[?] = _
6246[warn] | ^
6247[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6248[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6249[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6250[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
6251[warn] 42 | private var att: AnyRef = _
6252[warn] | ^
6253[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6254[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6255[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6256[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
6257[warn] 27 | private var fu: ChannelFuture = _
6258[warn] | ^
6259[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6260[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6261[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6262[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
6263[warn] 28 | private var fu: MessageFuture[R] = _
6264[warn] | ^
6265[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6266[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6267[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6268[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
6269[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
6270[warn] | ^
6271[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6272[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6273[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6274[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
6275[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
6276[warn] | ^
6277[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6278[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6279[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6280[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
6281[warn] 41 | private var actorAddress: ActorAddress[Call] = _
6282[warn] | ^
6283[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6284[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6285[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6286[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
6287[warn] 53 | private var tmpAskCursor: Nextable = _
6288[warn] | ^
6289[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6290[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6291[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6292[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
6293[warn] 54 | private var tmpNoticeCursor: Nextable = _
6294[warn] | ^
6295[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6296[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6297[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6298[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
6299[warn] 58 | @volatile private var preHouse: ActorHouse = _
6300[warn] | ^
6301[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6302[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6303[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6304[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
6305[warn] 59 | @volatile private var nextHouse: ActorHouse = _
6306[warn] | ^
6307[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6308[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6309[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6310[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
6311[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
6312[warn] | ^
6313[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6314[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6315[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6316[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
6317[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
6318[warn] | ^
6319[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6320[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6321[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
6322[warn] 107 | private var system: ActorSystem = _
6323[warn] | ^
6324[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6325[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6326[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6327[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
6328[warn] 57 | private var mainActor: Address[MainActor.Args] = _
6329[warn] | ^
6330[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6331[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6332[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6333[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
6334[warn] 72 | private var memoryMonitor: Timeout = _
6335[warn] | ^
6336[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6337[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6338[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6339[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
6340[warn] 81 | private var systemMonitor: Timeout = _
6341[warn] | ^
6342[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6343[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6344[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6345[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
6346[warn] 34 | private var sys: ActorSystem = _
6347[warn] | ^
6348[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6349[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6350[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6351[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
6352[warn] 30 | @volatile private var head: ActorHouse = _
6353[warn] | ^
6354[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6355[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6356[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6357[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
6358[warn] 31 | @volatile private var tail: ActorHouse = _
6359[warn] | ^
6360[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6361[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6362[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6363[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
6364[warn] 51 | private var currentRunning: Actor[?] = _
6365[warn] | ^
6366[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6367[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6368[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6369[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
6370[warn] 26 | private var head: Nextable = _
6371[warn] | ^
6372[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6373[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6374[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6375[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
6376[warn] 27 | private var tail: Nextable = _
6377[warn] | ^
6378[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6379[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6380[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6381[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
6382[warn] 30 | @volatile private var head: ActorHouse = _
6383[warn] | ^
6384[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6385[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6386[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6387[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
6388[warn] 31 | @volatile private var tail: ActorHouse = _
6389[warn] | ^
6390[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6391[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6392[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6393[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
6394[warn] 37 | @volatile private var highHead: ActorHouse = _
6395[warn] | ^
6396[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6397[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6398[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6399[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
6400[warn] 38 | @volatile private var highTail: ActorHouse = _
6401[warn] | ^
6402[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6403[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6404[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6405[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
6406[warn] 29 | private var fs: Array[FileChannel] = _
6407[warn] | ^
6408[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6409[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6410[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6411[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
6412[warn] 28 | private var channel: Channel = _
6413[warn] | ^
6414[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6415[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6416[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6417[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
6418[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
6419[warn] | ^
6420[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6421[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6422[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6423[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
6424[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
6425[warn] | ^
6426[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6427[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6428[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6429[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
6430[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
6431[warn] | ^
6432[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6433[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6434[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6435[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
6436[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
6437[warn] | ^
6438[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6439[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6440[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6441[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
6442[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
6443[warn] | ^
6444[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6445[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6446[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6447[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
6448[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
6449[warn] | ^
6450[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6451[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6452[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6453[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
6454[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
6455[warn] | ^
6456[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6457[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6458[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6459[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
6460[warn] 26 | private var resourceTimer: ResourceTimer = _
6461[warn] | ^
6462[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6463[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6464[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6465[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
6466[warn] 34 | protected var address: EventableAddress = _
6467[warn] | ^
6468[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6469[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6470[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6471[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
6472[warn] 40 | @volatile protected var handle: Timeout = _
6473[warn] | ^
6474[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6475[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6476[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6477[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
6478[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
6479[warn] | ^
6480[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6481[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6482[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6483[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
6484[warn] 39 | private var reactor: Reactor = _
6485[warn] | ^
6486[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6487[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6488[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6489[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
6490[warn] 28 | private var transportFactory: TransportFactory = _
6491[warn] | ^
6492[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6493[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6494[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6495[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
6496[warn] 39 | protected var _selectionKey: SelectionKey = _
6497[warn] | ^
6498[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6499[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6500[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6501[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
6502[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
6503[warn] | ^
6504[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6505[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6506[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6507[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
6508[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
6509[warn] | ^
6510[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6511[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6512[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6513[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
6514[warn] 35 | private var ch: FileChannel = _
6515[warn] | ^
6516[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6517[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6518[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6519[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
6520[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
6521[warn] | ^
6522[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
6523[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6524[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
6525[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
6526[warn] | ^
6527[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6528[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6529[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6530[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
6531[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
6532[warn] | ^
6533[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6534[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6535[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6536[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
6537[warn] 44 | private var thread: Thread = _
6538[warn] | ^
6539[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6540[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6541[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6542[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
6543[warn] 56 | private var ioHandler: IoHandler = _
6544[warn] | ^
6545[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6546[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6547[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6548[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
6549[warn] 21 | @volatile private var n: Nextable | Null = _
6550[warn] | ^
6551[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6552[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6553[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6554[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
6555[warn] 25 | @volatile private var head: T | Null = _
6556[warn] | ^
6557[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6558[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6559[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6560[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
6561[warn] 26 | @volatile private var tail: T | Null = _
6562[warn] | ^
6563[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6564[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6565[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6566[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
6567[warn] 29 | @volatile private var head: T | Null = _
6568[warn] | ^
6569[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6570[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6571[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6572[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
6573[warn] 30 | @volatile private var tail: T | Null = _
6574[warn] | ^
6575[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6576[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6577[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6578[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
6579[warn] 25 | private var head: T | Null = _
6580[warn] | ^
6581[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6582[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6583[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6584[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
6585[warn] 26 | private var tail: T | Null = _
6586[warn] | ^
6587[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6588[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6589[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6590[warn] 129 warnings found
6591[error] two errors found
6592Failed to evaluated handler.compile: mill.api.Result$Failure
6593
6594Starting build for otavia-codec-kafka - [10/23]
6595No test module defined in codec-kafka
6596[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
6597[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
6598[warn] 35 | protected var logger: Logger = _
6599[warn] | ^
6600[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6601[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6602[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6603[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
6604[warn] 37 | private var ctx: ActorContext = _
6605[warn] | ^
6606[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6607[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6608[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6609[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
6610[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
6611[warn] | ^
6612[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6613[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6614[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6615[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
6616[warn] 45 | private[core] var currentStack: Stack = _
6617[warn] | ^
6618[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6619[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6620[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6621[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
6622[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
6623[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6624[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
6625[error] |Required: cc.otavia.core.actor.MessageOf[W] &
6626[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
6627[error] |
6628[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
6629[error] |
6630[error] | longer explanation available when compiling with `-explain`
6631[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
6632[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
6633[error] | ^^^^^^^^^^^^
6634[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
6635[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
6636[error] |
6637[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
6638[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
6639[error] |
6640[error] |
6641[error] |Note: a match type could not be fully reduced:
6642[error] |
6643[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
6644[error] | failed since selector W
6645[error] | does not uniquely determine parameter m in
6646[error] | case cc.otavia.core.actor.Actor[m] => m
6647[error] | The computed bounds for the parameter are:
6648[error] | m <: cc.otavia.core.message.Call |
6649[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
6650[error] |
6651[error] | longer explanation available when compiling with `-explain`
6652[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
6653[warn] 30 | private var workers: Address[MessageOf[W]] = _
6654[warn] | ^
6655[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6656[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6657[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6658[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
6659[warn] 37 | private var currentChannelReceived: AnyRef = _
6660[warn] | ^
6661[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6662[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6663[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6664[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
6665[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
6666[warn] | ^
6667[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6668[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6669[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
6670[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
6671[warn] | ^
6672[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6673[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6674[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
6675[warn] 23 | private var variables: Array[AnyRef] = _
6676[warn] | ^
6677[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6678[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6679[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6680[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
6681[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
6682[warn] | ^
6683[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6684[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6685[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6686[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
6687[warn] 26 | private var thread: Thread = _
6688[warn] | ^
6689[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6690[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6691[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6692[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
6693[warn] 28 | private var head: Nextable = _
6694[warn] | ^
6695[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6696[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6697[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6698[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
6699[warn] 29 | private var tail: Nextable = _
6700[warn] | ^
6701[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6702[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6703[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6704[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
6705[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
6706[warn] | ^
6707[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6708[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6709[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6710[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
6711[warn] 46 | private var actorHouse: ActorHouse = _
6712[warn] | ^
6713[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6714[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6715[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6716[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
6717[warn] 49 | private var pipe: ChannelPipelineImpl = _
6718[warn] | ^
6719[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6720[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6721[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6722[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
6723[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
6724[warn] | ^
6725[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6726[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6727[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6728[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
6729[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
6730[warn] | ^
6731[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6732[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6733[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6734[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
6735[warn] 35 | private var path: Path = _
6736[warn] | ^
6737[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6738[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6739[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6740[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
6741[warn] 36 | protected var currentReadPlan: ReadPlan = _
6742[warn] | ^
6743[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6744[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6745[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6746[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
6747[warn] 38 | private var readFactory: ReadPlanFactory = _
6748[warn] | ^
6749[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6750[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6751[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6752[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
6753[warn] 22 | private[core] var added: Boolean = _
6754[warn] | ^
6755[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6756[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6757[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6758[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
6759[warn] 51 | private var removed: Boolean = _
6760[warn] | ^
6761[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6762[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6763[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6764[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
6765[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
6766[warn] | ^
6767[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6768[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6769[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6770[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
6771[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
6772[warn] | ^
6773[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6774[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6775[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6776[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
6777[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
6778[warn] | ^
6779[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6780[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6781[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6782[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
6783[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
6784[warn] | ^
6785[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6786[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6787[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6788[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
6789[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
6790[warn] | ^
6791[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6792[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6793[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6794[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
6795[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
6796[warn] | ^
6797[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6798[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6799[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6800[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
6801[warn] 38 | private var inbound: I = _
6802[warn] | ^
6803[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6804[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6805[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6806[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
6807[warn] 39 | private var outbound: O = _
6808[warn] | ^
6809[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6810[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6811[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6812[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
6813[warn] 42 | private var fileChannel: FileChannel = _
6814[warn] | ^
6815[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6816[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6817[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6818[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
6819[warn] 43 | private var file: File = _
6820[warn] | ^
6821[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6822[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6823[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6824[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
6825[warn] 27 | private var hd: QueueMapEntity = _
6826[warn] | ^
6827[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6828[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6829[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6830[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
6831[warn] 28 | private var tl: QueueMapEntity = _
6832[warn] | ^
6833[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6834[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6835[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6836[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
6837[warn] 34 | private var cursor: QueueMapEntity = _
6838[warn] | ^
6839[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6840[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6841[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6842[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
6843[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
6844[warn] | ^
6845[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6846[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6847[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6848[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
6849[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
6850[warn] | ^
6851[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6852[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6853[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6854[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
6855[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
6856[warn] | ^
6857[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6858[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6859[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6860[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
6861[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
6862[warn] | ^
6863[warn] |Ignoring [this] qualifier.
6864[warn] |This syntax will be deprecated in the future; it should be dropped.
6865[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
6866[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6867[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
6868[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
6869[warn] | ^
6870[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
6871[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6872[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
6873[warn] 29 | @volatile private var sys: ActorSystem = _
6874[warn] | ^
6875[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6876[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6877[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6878[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
6879[warn] 27 | private var address: Address[Call] = _
6880[warn] | ^
6881[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6882[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6883[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6884[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
6885[warn] 31 | private var msg: M = _
6886[warn] | ^
6887[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6888[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6889[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6890[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
6891[warn] 35 | private var rids: Array[Long] = _
6892[warn] | ^
6893[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6894[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6895[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6896[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
6897[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
6898[warn] | ^
6899[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6900[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6901[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6902[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
6903[warn] 28 | protected var stack: Stack = _
6904[warn] | ^
6905[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6906[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6907[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6908[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
6909[warn] 33 | protected var result: AnyRef = _
6910[warn] | ^
6911[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6912[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6913[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6914[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
6915[warn] 34 | protected var error: Throwable = _
6916[warn] | ^
6917[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6918[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6919[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6920[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
6921[warn] 36 | private var p: AbstractPromise[?] = _
6922[warn] | ^
6923[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6924[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6925[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6926[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
6927[warn] 30 | private var call: Call = _
6928[warn] | ^
6929[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6930[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6931[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6932[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
6933[warn] 31 | private var reply: Reply = _
6934[warn] | ^
6935[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6936[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6937[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6938[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
6939[warn] 33 | private var sender: Address[Call] = _
6940[warn] | ^
6941[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6942[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6943[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6944[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
6945[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
6946[warn] | ^
6947[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6948[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6949[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6950[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
6951[warn] 27 | private var messages: Seq[Notice] = _
6952[warn] | ^
6953[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6954[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6955[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6956[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
6957[warn] 49 | private var ch: Channel = _
6958[warn] | ^
6959[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6960[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6961[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6962[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
6963[warn] 50 | private var ask: AnyRef = _
6964[warn] | ^
6965[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6966[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6967[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6968[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
6969[warn] 51 | private var callback: ChannelPromise => Unit = _
6970[warn] | ^
6971[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6972[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6973[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6974[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
6975[warn] 27 | private var msg: AnyRef = _
6976[warn] | ^
6977[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6978[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6979[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6980[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
6981[warn] 28 | private var belong: AbstractChannel = _
6982[warn] | ^
6983[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6984[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6985[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6986[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
6987[warn] 33 | private var ret: AnyRef = _
6988[warn] | ^
6989[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6990[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6991[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6992[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
6993[warn] 29 | private var table: Array[MessagePromise[?]] = _
6994[warn] | ^
6995[warn] |`= _` has been deprecated; use `= uninitialized` instead.
6996[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
6997[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
6998[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
6999[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
7000[warn] | ^
7001[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7002[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7003[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7004[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
7005[warn] 28 | private var msg: Call = _
7006[warn] | ^
7007[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7008[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7009[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7010[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
7011[warn] 26 | var head: AbstractPromise[?] = _
7012[warn] | ^
7013[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7014[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7015[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7016[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
7017[warn] 27 | var tail: AbstractPromise[?] = _
7018[warn] | ^
7019[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7020[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7021[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7022[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
7023[warn] 29 | private var nextState: StackState = _
7024[warn] | ^
7025[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7026[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7027[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7028[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
7029[warn] 32 | private var completedHead: AbstractPromise[?] = _
7030[warn] | ^
7031[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7032[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7033[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7034[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
7035[warn] 33 | private var completedTail: AbstractPromise[?] = _
7036[warn] | ^
7037[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7038[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7039[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7040[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
7041[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
7042[warn] | ^
7043[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7044[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7045[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7046[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
7047[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
7048[warn] | ^
7049[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7050[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7051[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7052[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
7053[warn] 40 | private var actor: AbstractActor[?] = _
7054[warn] | ^
7055[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7056[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7057[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7058[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
7059[warn] 42 | private var att: AnyRef = _
7060[warn] | ^
7061[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7062[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7063[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7064[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
7065[warn] 27 | private var fu: ChannelFuture = _
7066[warn] | ^
7067[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7068[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7069[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7070[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
7071[warn] 28 | private var fu: MessageFuture[R] = _
7072[warn] | ^
7073[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7074[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7075[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7076[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
7077[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
7078[warn] | ^
7079[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7080[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7081[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7082[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
7083[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
7084[warn] | ^
7085[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7086[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7087[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7088[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
7089[warn] 41 | private var actorAddress: ActorAddress[Call] = _
7090[warn] | ^
7091[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7092[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7093[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7094[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
7095[warn] 53 | private var tmpAskCursor: Nextable = _
7096[warn] | ^
7097[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7098[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7099[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7100[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
7101[warn] 54 | private var tmpNoticeCursor: Nextable = _
7102[warn] | ^
7103[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7104[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7105[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7106[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
7107[warn] 58 | @volatile private var preHouse: ActorHouse = _
7108[warn] | ^
7109[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7110[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7111[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7112[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
7113[warn] 59 | @volatile private var nextHouse: ActorHouse = _
7114[warn] | ^
7115[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7116[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7117[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7118[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
7119[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
7120[warn] | ^
7121[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7122[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7123[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7124[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
7125[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
7126[warn] | ^
7127[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7128[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7129[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
7130[warn] 107 | private var system: ActorSystem = _
7131[warn] | ^
7132[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7133[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7134[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7135[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
7136[warn] 57 | private var mainActor: Address[MainActor.Args] = _
7137[warn] | ^
7138[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7139[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7140[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7141[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
7142[warn] 72 | private var memoryMonitor: Timeout = _
7143[warn] | ^
7144[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7145[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7146[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7147[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
7148[warn] 81 | private var systemMonitor: Timeout = _
7149[warn] | ^
7150[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7151[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7152[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7153[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
7154[warn] 34 | private var sys: ActorSystem = _
7155[warn] | ^
7156[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7157[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7158[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7159[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
7160[warn] 30 | @volatile private var head: ActorHouse = _
7161[warn] | ^
7162[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7163[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7164[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7165[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
7166[warn] 31 | @volatile private var tail: ActorHouse = _
7167[warn] | ^
7168[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7169[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7170[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7171[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
7172[warn] 51 | private var currentRunning: Actor[?] = _
7173[warn] | ^
7174[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7175[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7176[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7177[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
7178[warn] 26 | private var head: Nextable = _
7179[warn] | ^
7180[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7181[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7182[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7183[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
7184[warn] 27 | private var tail: Nextable = _
7185[warn] | ^
7186[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7187[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7188[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7189[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
7190[warn] 30 | @volatile private var head: ActorHouse = _
7191[warn] | ^
7192[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7193[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7194[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7195[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
7196[warn] 31 | @volatile private var tail: ActorHouse = _
7197[warn] | ^
7198[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7199[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7200[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7201[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
7202[warn] 37 | @volatile private var highHead: ActorHouse = _
7203[warn] | ^
7204[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7205[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7206[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7207[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
7208[warn] 38 | @volatile private var highTail: ActorHouse = _
7209[warn] | ^
7210[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7211[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7212[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7213[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
7214[warn] 29 | private var fs: Array[FileChannel] = _
7215[warn] | ^
7216[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7217[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7218[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7219[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
7220[warn] 28 | private var channel: Channel = _
7221[warn] | ^
7222[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7223[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7224[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7225[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
7226[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
7227[warn] | ^
7228[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7229[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7230[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7231[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
7232[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
7233[warn] | ^
7234[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7235[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7236[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7237[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
7238[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
7239[warn] | ^
7240[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7241[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7242[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7243[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
7244[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
7245[warn] | ^
7246[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7247[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7248[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7249[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
7250[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
7251[warn] | ^
7252[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7253[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7254[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7255[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
7256[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
7257[warn] | ^
7258[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7259[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7260[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7261[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
7262[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
7263[warn] | ^
7264[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7265[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7266[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7267[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
7268[warn] 26 | private var resourceTimer: ResourceTimer = _
7269[warn] | ^
7270[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7271[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7272[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7273[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
7274[warn] 34 | protected var address: EventableAddress = _
7275[warn] | ^
7276[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7277[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7278[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7279[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
7280[warn] 40 | @volatile protected var handle: Timeout = _
7281[warn] | ^
7282[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7283[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7284[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7285[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
7286[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
7287[warn] | ^
7288[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7289[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7290[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7291[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
7292[warn] 39 | private var reactor: Reactor = _
7293[warn] | ^
7294[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7295[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7296[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7297[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
7298[warn] 28 | private var transportFactory: TransportFactory = _
7299[warn] | ^
7300[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7301[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7302[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7303[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
7304[warn] 39 | protected var _selectionKey: SelectionKey = _
7305[warn] | ^
7306[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7307[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7308[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7309[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
7310[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
7311[warn] | ^
7312[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7313[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7314[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7315[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
7316[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
7317[warn] | ^
7318[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7319[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7320[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7321[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
7322[warn] 35 | private var ch: FileChannel = _
7323[warn] | ^
7324[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7325[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7326[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7327[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
7328[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
7329[warn] | ^
7330[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
7331[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7332[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
7333[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
7334[warn] | ^
7335[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7336[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7337[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7338[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
7339[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
7340[warn] | ^
7341[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7342[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7343[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7344[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
7345[warn] 44 | private var thread: Thread = _
7346[warn] | ^
7347[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7348[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7349[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7350[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
7351[warn] 56 | private var ioHandler: IoHandler = _
7352[warn] | ^
7353[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7354[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7355[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7356[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
7357[warn] 21 | @volatile private var n: Nextable | Null = _
7358[warn] | ^
7359[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7360[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7361[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7362[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
7363[warn] 25 | @volatile private var head: T | Null = _
7364[warn] | ^
7365[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7366[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7367[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7368[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
7369[warn] 26 | @volatile private var tail: T | Null = _
7370[warn] | ^
7371[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7372[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7373[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7374[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
7375[warn] 29 | @volatile private var head: T | Null = _
7376[warn] | ^
7377[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7378[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7379[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7380[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
7381[warn] 30 | @volatile private var tail: T | Null = _
7382[warn] | ^
7383[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7384[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7385[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7386[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
7387[warn] 25 | private var head: T | Null = _
7388[warn] | ^
7389[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7390[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7391[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7392[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
7393[warn] 26 | private var tail: T | Null = _
7394[warn] | ^
7395[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7396[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7397[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7398[warn] 129 warnings found
7399[error] two errors found
7400Failed to evaluated codec-kafka.compile: mill.api.Result$Failure
7401
7402Starting build for otavia-codec-redis - [11/23]
7403[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
7404[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
7405[warn] 35 | protected var logger: Logger = _
7406[warn] | ^
7407[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7408[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7409[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7410[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
7411[warn] 37 | private var ctx: ActorContext = _
7412[warn] | ^
7413[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7414[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7415[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7416[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
7417[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
7418[warn] | ^
7419[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7420[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7421[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7422[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
7423[warn] 45 | private[core] var currentStack: Stack = _
7424[warn] | ^
7425[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7426[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7427[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7428[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
7429[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
7430[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7431[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
7432[error] |Required: cc.otavia.core.actor.MessageOf[W] &
7433[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
7434[error] |
7435[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
7436[error] |
7437[error] | longer explanation available when compiling with `-explain`
7438[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
7439[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
7440[error] | ^^^^^^^^^^^^
7441[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
7442[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
7443[error] |
7444[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
7445[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
7446[error] |
7447[error] |
7448[error] |Note: a match type could not be fully reduced:
7449[error] |
7450[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
7451[error] | failed since selector W
7452[error] | does not uniquely determine parameter m in
7453[error] | case cc.otavia.core.actor.Actor[m] => m
7454[error] | The computed bounds for the parameter are:
7455[error] | m <: cc.otavia.core.message.Call |
7456[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
7457[error] |
7458[error] | longer explanation available when compiling with `-explain`
7459[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
7460[warn] 30 | private var workers: Address[MessageOf[W]] = _
7461[warn] | ^
7462[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7463[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7464[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7465[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
7466[warn] 37 | private var currentChannelReceived: AnyRef = _
7467[warn] | ^
7468[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7469[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7470[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7471[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
7472[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
7473[warn] | ^
7474[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7475[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7476[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
7477[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
7478[warn] | ^
7479[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7480[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7481[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
7482[warn] 23 | private var variables: Array[AnyRef] = _
7483[warn] | ^
7484[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7485[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7486[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7487[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
7488[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
7489[warn] | ^
7490[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7491[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7492[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7493[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
7494[warn] 26 | private var thread: Thread = _
7495[warn] | ^
7496[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7497[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7498[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7499[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
7500[warn] 28 | private var head: Nextable = _
7501[warn] | ^
7502[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7503[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7504[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7505[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
7506[warn] 29 | private var tail: Nextable = _
7507[warn] | ^
7508[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7509[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7510[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7511[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
7512[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
7513[warn] | ^
7514[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7515[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7516[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7517[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
7518[warn] 46 | private var actorHouse: ActorHouse = _
7519[warn] | ^
7520[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7521[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7522[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7523[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
7524[warn] 49 | private var pipe: ChannelPipelineImpl = _
7525[warn] | ^
7526[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7527[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7528[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7529[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
7530[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
7531[warn] | ^
7532[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7533[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7534[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7535[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
7536[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
7537[warn] | ^
7538[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7539[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7540[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7541[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
7542[warn] 35 | private var path: Path = _
7543[warn] | ^
7544[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7545[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7546[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7547[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
7548[warn] 36 | protected var currentReadPlan: ReadPlan = _
7549[warn] | ^
7550[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7551[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7552[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7553[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
7554[warn] 38 | private var readFactory: ReadPlanFactory = _
7555[warn] | ^
7556[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7557[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7558[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7559[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
7560[warn] 22 | private[core] var added: Boolean = _
7561[warn] | ^
7562[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7563[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7564[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7565[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
7566[warn] 51 | private var removed: Boolean = _
7567[warn] | ^
7568[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7569[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7570[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7571[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
7572[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
7573[warn] | ^
7574[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7575[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7576[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7577[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
7578[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
7579[warn] | ^
7580[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7581[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7582[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7583[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
7584[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
7585[warn] | ^
7586[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7587[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7588[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7589[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
7590[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
7591[warn] | ^
7592[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7593[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7594[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7595[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
7596[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
7597[warn] | ^
7598[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7599[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7600[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7601[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
7602[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
7603[warn] | ^
7604[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7605[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7606[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7607[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
7608[warn] 38 | private var inbound: I = _
7609[warn] | ^
7610[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7611[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7612[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7613[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
7614[warn] 39 | private var outbound: O = _
7615[warn] | ^
7616[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7617[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7618[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7619[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
7620[warn] 42 | private var fileChannel: FileChannel = _
7621[warn] | ^
7622[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7623[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7624[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7625[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
7626[warn] 43 | private var file: File = _
7627[warn] | ^
7628[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7629[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7630[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7631[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
7632[warn] 27 | private var hd: QueueMapEntity = _
7633[warn] | ^
7634[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7635[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7636[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7637[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
7638[warn] 28 | private var tl: QueueMapEntity = _
7639[warn] | ^
7640[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7641[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7642[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7643[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
7644[warn] 34 | private var cursor: QueueMapEntity = _
7645[warn] | ^
7646[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7647[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7648[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7649[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
7650[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
7651[warn] | ^
7652[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7653[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7654[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7655[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
7656[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
7657[warn] | ^
7658[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7659[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7660[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7661[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
7662[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
7663[warn] | ^
7664[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7665[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7666[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7667[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
7668[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
7669[warn] | ^
7670[warn] |Ignoring [this] qualifier.
7671[warn] |This syntax will be deprecated in the future; it should be dropped.
7672[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
7673[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7674[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
7675[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
7676[warn] | ^
7677[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7678[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7679[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
7680[warn] 29 | @volatile private var sys: ActorSystem = _
7681[warn] | ^
7682[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7683[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7684[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7685[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
7686[warn] 27 | private var address: Address[Call] = _
7687[warn] | ^
7688[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7689[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7690[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7691[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
7692[warn] 31 | private var msg: M = _
7693[warn] | ^
7694[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7695[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7696[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7697[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
7698[warn] 35 | private var rids: Array[Long] = _
7699[warn] | ^
7700[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7701[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7702[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7703[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
7704[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
7705[warn] | ^
7706[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7707[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7708[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7709[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
7710[warn] 28 | protected var stack: Stack = _
7711[warn] | ^
7712[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7713[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7714[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7715[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
7716[warn] 33 | protected var result: AnyRef = _
7717[warn] | ^
7718[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7719[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7720[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7721[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
7722[warn] 34 | protected var error: Throwable = _
7723[warn] | ^
7724[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7725[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7726[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7727[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
7728[warn] 36 | private var p: AbstractPromise[?] = _
7729[warn] | ^
7730[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7731[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7732[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7733[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
7734[warn] 30 | private var call: Call = _
7735[warn] | ^
7736[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7737[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7738[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7739[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
7740[warn] 31 | private var reply: Reply = _
7741[warn] | ^
7742[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7743[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7744[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7745[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
7746[warn] 33 | private var sender: Address[Call] = _
7747[warn] | ^
7748[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7749[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7750[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7751[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
7752[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
7753[warn] | ^
7754[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7755[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7756[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7757[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
7758[warn] 27 | private var messages: Seq[Notice] = _
7759[warn] | ^
7760[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7761[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7762[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7763[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
7764[warn] 49 | private var ch: Channel = _
7765[warn] | ^
7766[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7767[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7768[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7769[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
7770[warn] 50 | private var ask: AnyRef = _
7771[warn] | ^
7772[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7773[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7774[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7775[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
7776[warn] 51 | private var callback: ChannelPromise => Unit = _
7777[warn] | ^
7778[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7779[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7780[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7781[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
7782[warn] 27 | private var msg: AnyRef = _
7783[warn] | ^
7784[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7785[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7786[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7787[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
7788[warn] 28 | private var belong: AbstractChannel = _
7789[warn] | ^
7790[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7791[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7792[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7793[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
7794[warn] 33 | private var ret: AnyRef = _
7795[warn] | ^
7796[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7797[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7798[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7799[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
7800[warn] 29 | private var table: Array[MessagePromise[?]] = _
7801[warn] | ^
7802[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7803[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7804[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7805[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
7806[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
7807[warn] | ^
7808[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7809[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7810[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7811[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
7812[warn] 28 | private var msg: Call = _
7813[warn] | ^
7814[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7815[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7816[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7817[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
7818[warn] 26 | var head: AbstractPromise[?] = _
7819[warn] | ^
7820[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7821[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7822[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7823[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
7824[warn] 27 | var tail: AbstractPromise[?] = _
7825[warn] | ^
7826[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7827[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7828[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7829[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
7830[warn] 29 | private var nextState: StackState = _
7831[warn] | ^
7832[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7833[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7834[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7835[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
7836[warn] 32 | private var completedHead: AbstractPromise[?] = _
7837[warn] | ^
7838[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7839[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7840[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7841[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
7842[warn] 33 | private var completedTail: AbstractPromise[?] = _
7843[warn] | ^
7844[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7845[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7846[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7847[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
7848[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
7849[warn] | ^
7850[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7851[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7852[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7853[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
7854[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
7855[warn] | ^
7856[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7857[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7858[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7859[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
7860[warn] 40 | private var actor: AbstractActor[?] = _
7861[warn] | ^
7862[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7863[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7864[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7865[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
7866[warn] 42 | private var att: AnyRef = _
7867[warn] | ^
7868[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7869[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7870[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7871[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
7872[warn] 27 | private var fu: ChannelFuture = _
7873[warn] | ^
7874[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7875[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7876[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7877[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
7878[warn] 28 | private var fu: MessageFuture[R] = _
7879[warn] | ^
7880[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7881[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7882[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7883[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
7884[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
7885[warn] | ^
7886[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7887[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7888[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7889[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
7890[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
7891[warn] | ^
7892[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7893[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7894[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7895[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
7896[warn] 41 | private var actorAddress: ActorAddress[Call] = _
7897[warn] | ^
7898[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7899[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7900[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7901[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
7902[warn] 53 | private var tmpAskCursor: Nextable = _
7903[warn] | ^
7904[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7905[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7906[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7907[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
7908[warn] 54 | private var tmpNoticeCursor: Nextable = _
7909[warn] | ^
7910[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7911[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7912[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7913[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
7914[warn] 58 | @volatile private var preHouse: ActorHouse = _
7915[warn] | ^
7916[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7917[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7918[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7919[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
7920[warn] 59 | @volatile private var nextHouse: ActorHouse = _
7921[warn] | ^
7922[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7923[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7924[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7925[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
7926[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
7927[warn] | ^
7928[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7929[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7930[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7931[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
7932[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
7933[warn] | ^
7934[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
7935[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7936[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
7937[warn] 107 | private var system: ActorSystem = _
7938[warn] | ^
7939[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7940[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7941[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7942[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
7943[warn] 57 | private var mainActor: Address[MainActor.Args] = _
7944[warn] | ^
7945[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7946[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7947[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7948[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
7949[warn] 72 | private var memoryMonitor: Timeout = _
7950[warn] | ^
7951[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7952[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7953[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7954[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
7955[warn] 81 | private var systemMonitor: Timeout = _
7956[warn] | ^
7957[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7958[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7959[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7960[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
7961[warn] 34 | private var sys: ActorSystem = _
7962[warn] | ^
7963[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7964[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7965[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7966[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
7967[warn] 30 | @volatile private var head: ActorHouse = _
7968[warn] | ^
7969[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7970[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7971[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7972[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
7973[warn] 31 | @volatile private var tail: ActorHouse = _
7974[warn] | ^
7975[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7976[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7977[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7978[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
7979[warn] 51 | private var currentRunning: Actor[?] = _
7980[warn] | ^
7981[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7982[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7983[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7984[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
7985[warn] 26 | private var head: Nextable = _
7986[warn] | ^
7987[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7988[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7989[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7990[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
7991[warn] 27 | private var tail: Nextable = _
7992[warn] | ^
7993[warn] |`= _` has been deprecated; use `= uninitialized` instead.
7994[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
7995[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
7996[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
7997[warn] 30 | @volatile private var head: ActorHouse = _
7998[warn] | ^
7999[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8000[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8001[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8002[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
8003[warn] 31 | @volatile private var tail: ActorHouse = _
8004[warn] | ^
8005[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8006[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8007[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8008[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
8009[warn] 37 | @volatile private var highHead: ActorHouse = _
8010[warn] | ^
8011[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8012[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8013[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8014[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
8015[warn] 38 | @volatile private var highTail: ActorHouse = _
8016[warn] | ^
8017[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8018[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8019[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8020[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
8021[warn] 29 | private var fs: Array[FileChannel] = _
8022[warn] | ^
8023[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8024[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8025[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8026[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
8027[warn] 28 | private var channel: Channel = _
8028[warn] | ^
8029[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8030[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8031[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8032[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
8033[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
8034[warn] | ^
8035[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8036[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8037[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8038[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
8039[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
8040[warn] | ^
8041[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8042[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8043[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8044[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
8045[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
8046[warn] | ^
8047[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8048[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8049[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8050[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
8051[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
8052[warn] | ^
8053[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8054[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8055[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8056[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
8057[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
8058[warn] | ^
8059[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8060[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8061[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8062[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
8063[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
8064[warn] | ^
8065[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8066[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8067[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8068[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
8069[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
8070[warn] | ^
8071[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8072[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8073[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8074[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
8075[warn] 26 | private var resourceTimer: ResourceTimer = _
8076[warn] | ^
8077[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8078[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8079[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8080[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
8081[warn] 34 | protected var address: EventableAddress = _
8082[warn] | ^
8083[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8084[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8085[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8086[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
8087[warn] 40 | @volatile protected var handle: Timeout = _
8088[warn] | ^
8089[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8090[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8091[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8092[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
8093[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
8094[warn] | ^
8095[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8096[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8097[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8098[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
8099[warn] 39 | private var reactor: Reactor = _
8100[warn] | ^
8101[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8102[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8103[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8104[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
8105[warn] 28 | private var transportFactory: TransportFactory = _
8106[warn] | ^
8107[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8108[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8109[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8110[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
8111[warn] 39 | protected var _selectionKey: SelectionKey = _
8112[warn] | ^
8113[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8114[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8115[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8116[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
8117[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
8118[warn] | ^
8119[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8120[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8121[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8122[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
8123[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
8124[warn] | ^
8125[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8126[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8127[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8128[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
8129[warn] 35 | private var ch: FileChannel = _
8130[warn] | ^
8131[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8132[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8133[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8134[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
8135[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
8136[warn] | ^
8137[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
8138[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8139[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
8140[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
8141[warn] | ^
8142[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8143[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8144[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8145[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
8146[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
8147[warn] | ^
8148[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8149[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8150[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8151[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
8152[warn] 44 | private var thread: Thread = _
8153[warn] | ^
8154[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8155[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8156[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8157[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
8158[warn] 56 | private var ioHandler: IoHandler = _
8159[warn] | ^
8160[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8161[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8162[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8163[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
8164[warn] 21 | @volatile private var n: Nextable | Null = _
8165[warn] | ^
8166[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8167[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8168[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8169[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
8170[warn] 25 | @volatile private var head: T | Null = _
8171[warn] | ^
8172[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8173[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8174[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8175[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
8176[warn] 26 | @volatile private var tail: T | Null = _
8177[warn] | ^
8178[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8179[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8180[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8181[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
8182[warn] 29 | @volatile private var head: T | Null = _
8183[warn] | ^
8184[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8185[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8186[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8187[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
8188[warn] 30 | @volatile private var tail: T | Null = _
8189[warn] | ^
8190[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8191[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8192[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8193[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
8194[warn] 25 | private var head: T | Null = _
8195[warn] | ^
8196[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8197[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8198[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8199[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
8200[warn] 26 | private var tail: T | Null = _
8201[warn] | ^
8202[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8203[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8204[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8205[warn] 129 warnings found
8206[error] two errors found
8207Failed to evaluated codec-redis.compile: mill.api.Result$Failure
8208
8209Starting build for otavia-codec-http - [12/23]
8210[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
8211[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
8212[warn] 35 | protected var logger: Logger = _
8213[warn] | ^
8214[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8215[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8216[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8217[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
8218[warn] 37 | private var ctx: ActorContext = _
8219[warn] | ^
8220[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8221[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8222[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8223[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
8224[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
8225[warn] | ^
8226[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8227[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8228[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8229[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
8230[warn] 45 | private[core] var currentStack: Stack = _
8231[warn] | ^
8232[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8233[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8234[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8235[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
8236[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
8237[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
8238[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
8239[error] |Required: cc.otavia.core.actor.MessageOf[W] &
8240[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
8241[error] |
8242[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
8243[error] |
8244[error] | longer explanation available when compiling with `-explain`
8245[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
8246[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
8247[error] | ^^^^^^^^^^^^
8248[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
8249[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
8250[error] |
8251[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
8252[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
8253[error] |
8254[error] |
8255[error] |Note: a match type could not be fully reduced:
8256[error] |
8257[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
8258[error] | failed since selector W
8259[error] | does not uniquely determine parameter m in
8260[error] | case cc.otavia.core.actor.Actor[m] => m
8261[error] | The computed bounds for the parameter are:
8262[error] | m <: cc.otavia.core.message.Call |
8263[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
8264[error] |
8265[error] | longer explanation available when compiling with `-explain`
8266[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
8267[warn] 30 | private var workers: Address[MessageOf[W]] = _
8268[warn] | ^
8269[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8270[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8271[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8272[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
8273[warn] 37 | private var currentChannelReceived: AnyRef = _
8274[warn] | ^
8275[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8276[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8277[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8278[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
8279[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
8280[warn] | ^
8281[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8282[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8283[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
8284[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
8285[warn] | ^
8286[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8287[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8288[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
8289[warn] 23 | private var variables: Array[AnyRef] = _
8290[warn] | ^
8291[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8292[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8293[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8294[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
8295[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
8296[warn] | ^
8297[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8298[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8299[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8300[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
8301[warn] 26 | private var thread: Thread = _
8302[warn] | ^
8303[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8304[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8305[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8306[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
8307[warn] 28 | private var head: Nextable = _
8308[warn] | ^
8309[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8310[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8311[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8312[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
8313[warn] 29 | private var tail: Nextable = _
8314[warn] | ^
8315[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8316[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8317[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8318[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
8319[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
8320[warn] | ^
8321[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8322[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8323[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8324[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
8325[warn] 46 | private var actorHouse: ActorHouse = _
8326[warn] | ^
8327[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8328[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8329[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8330[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
8331[warn] 49 | private var pipe: ChannelPipelineImpl = _
8332[warn] | ^
8333[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8334[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8335[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8336[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
8337[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
8338[warn] | ^
8339[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8340[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8341[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8342[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
8343[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
8344[warn] | ^
8345[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8346[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8347[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8348[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
8349[warn] 35 | private var path: Path = _
8350[warn] | ^
8351[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8352[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8353[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8354[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
8355[warn] 36 | protected var currentReadPlan: ReadPlan = _
8356[warn] | ^
8357[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8358[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8359[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8360[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
8361[warn] 38 | private var readFactory: ReadPlanFactory = _
8362[warn] | ^
8363[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8364[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8365[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8366[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
8367[warn] 22 | private[core] var added: Boolean = _
8368[warn] | ^
8369[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8370[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8371[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8372[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
8373[warn] 51 | private var removed: Boolean = _
8374[warn] | ^
8375[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8376[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8377[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8378[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
8379[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
8380[warn] | ^
8381[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8382[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8383[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8384[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
8385[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
8386[warn] | ^
8387[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8388[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8389[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8390[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
8391[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
8392[warn] | ^
8393[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8394[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8395[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8396[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
8397[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
8398[warn] | ^
8399[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8400[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8401[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8402[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
8403[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
8404[warn] | ^
8405[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8406[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8407[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8408[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
8409[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
8410[warn] | ^
8411[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8412[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8413[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8414[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
8415[warn] 38 | private var inbound: I = _
8416[warn] | ^
8417[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8418[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8419[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8420[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
8421[warn] 39 | private var outbound: O = _
8422[warn] | ^
8423[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8424[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8425[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8426[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
8427[warn] 42 | private var fileChannel: FileChannel = _
8428[warn] | ^
8429[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8430[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8431[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8432[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
8433[warn] 43 | private var file: File = _
8434[warn] | ^
8435[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8436[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8437[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8438[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
8439[warn] 27 | private var hd: QueueMapEntity = _
8440[warn] | ^
8441[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8442[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8443[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8444[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
8445[warn] 28 | private var tl: QueueMapEntity = _
8446[warn] | ^
8447[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8448[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8449[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8450[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
8451[warn] 34 | private var cursor: QueueMapEntity = _
8452[warn] | ^
8453[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8454[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8455[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8456[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
8457[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
8458[warn] | ^
8459[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8460[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8461[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8462[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
8463[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
8464[warn] | ^
8465[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8466[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8467[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8468[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
8469[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
8470[warn] | ^
8471[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8472[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8473[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8474[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
8475[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
8476[warn] | ^
8477[warn] |Ignoring [this] qualifier.
8478[warn] |This syntax will be deprecated in the future; it should be dropped.
8479[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
8480[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8481[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
8482[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
8483[warn] | ^
8484[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8485[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8486[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
8487[warn] 29 | @volatile private var sys: ActorSystem = _
8488[warn] | ^
8489[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8490[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8491[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8492[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
8493[warn] 27 | private var address: Address[Call] = _
8494[warn] | ^
8495[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8496[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8497[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8498[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
8499[warn] 31 | private var msg: M = _
8500[warn] | ^
8501[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8502[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8503[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8504[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
8505[warn] 35 | private var rids: Array[Long] = _
8506[warn] | ^
8507[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8508[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8509[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8510[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
8511[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
8512[warn] | ^
8513[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8514[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8515[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8516[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
8517[warn] 28 | protected var stack: Stack = _
8518[warn] | ^
8519[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8520[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8521[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8522[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
8523[warn] 33 | protected var result: AnyRef = _
8524[warn] | ^
8525[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8526[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8527[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8528[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
8529[warn] 34 | protected var error: Throwable = _
8530[warn] | ^
8531[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8532[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8533[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8534[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
8535[warn] 36 | private var p: AbstractPromise[?] = _
8536[warn] | ^
8537[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8538[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8539[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8540[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
8541[warn] 30 | private var call: Call = _
8542[warn] | ^
8543[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8544[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8545[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8546[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
8547[warn] 31 | private var reply: Reply = _
8548[warn] | ^
8549[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8550[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8551[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8552[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
8553[warn] 33 | private var sender: Address[Call] = _
8554[warn] | ^
8555[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8556[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8557[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8558[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
8559[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
8560[warn] | ^
8561[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8562[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8563[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8564[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
8565[warn] 27 | private var messages: Seq[Notice] = _
8566[warn] | ^
8567[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8568[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8569[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8570[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
8571[warn] 49 | private var ch: Channel = _
8572[warn] | ^
8573[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8574[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8575[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8576[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
8577[warn] 50 | private var ask: AnyRef = _
8578[warn] | ^
8579[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8580[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8581[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8582[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
8583[warn] 51 | private var callback: ChannelPromise => Unit = _
8584[warn] | ^
8585[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8586[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8587[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8588[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
8589[warn] 27 | private var msg: AnyRef = _
8590[warn] | ^
8591[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8592[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8593[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8594[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
8595[warn] 28 | private var belong: AbstractChannel = _
8596[warn] | ^
8597[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8598[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8599[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8600[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
8601[warn] 33 | private var ret: AnyRef = _
8602[warn] | ^
8603[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8604[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8605[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8606[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
8607[warn] 29 | private var table: Array[MessagePromise[?]] = _
8608[warn] | ^
8609[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8610[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8611[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8612[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
8613[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
8614[warn] | ^
8615[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8616[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8617[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8618[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
8619[warn] 28 | private var msg: Call = _
8620[warn] | ^
8621[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8622[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8623[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8624[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
8625[warn] 26 | var head: AbstractPromise[?] = _
8626[warn] | ^
8627[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8628[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8629[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8630[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
8631[warn] 27 | var tail: AbstractPromise[?] = _
8632[warn] | ^
8633[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8634[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8635[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8636[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
8637[warn] 29 | private var nextState: StackState = _
8638[warn] | ^
8639[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8640[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8641[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8642[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
8643[warn] 32 | private var completedHead: AbstractPromise[?] = _
8644[warn] | ^
8645[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8646[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8647[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8648[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
8649[warn] 33 | private var completedTail: AbstractPromise[?] = _
8650[warn] | ^
8651[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8652[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8653[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8654[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
8655[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
8656[warn] | ^
8657[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8658[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8659[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8660[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
8661[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
8662[warn] | ^
8663[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8664[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8665[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8666[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
8667[warn] 40 | private var actor: AbstractActor[?] = _
8668[warn] | ^
8669[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8670[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8671[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8672[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
8673[warn] 42 | private var att: AnyRef = _
8674[warn] | ^
8675[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8676[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8677[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8678[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
8679[warn] 27 | private var fu: ChannelFuture = _
8680[warn] | ^
8681[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8682[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8683[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8684[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
8685[warn] 28 | private var fu: MessageFuture[R] = _
8686[warn] | ^
8687[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8688[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8689[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8690[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
8691[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
8692[warn] | ^
8693[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8694[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8695[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8696[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
8697[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
8698[warn] | ^
8699[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8700[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8701[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8702[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
8703[warn] 41 | private var actorAddress: ActorAddress[Call] = _
8704[warn] | ^
8705[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8706[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8707[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8708[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
8709[warn] 53 | private var tmpAskCursor: Nextable = _
8710[warn] | ^
8711[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8712[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8713[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8714[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
8715[warn] 54 | private var tmpNoticeCursor: Nextable = _
8716[warn] | ^
8717[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8718[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8719[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8720[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
8721[warn] 58 | @volatile private var preHouse: ActorHouse = _
8722[warn] | ^
8723[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8724[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8725[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8726[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
8727[warn] 59 | @volatile private var nextHouse: ActorHouse = _
8728[warn] | ^
8729[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8730[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8731[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8732[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
8733[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
8734[warn] | ^
8735[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8736[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8737[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8738[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
8739[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
8740[warn] | ^
8741[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
8742[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8743[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
8744[warn] 107 | private var system: ActorSystem = _
8745[warn] | ^
8746[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8747[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8748[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8749[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
8750[warn] 57 | private var mainActor: Address[MainActor.Args] = _
8751[warn] | ^
8752[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8753[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8754[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8755[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
8756[warn] 72 | private var memoryMonitor: Timeout = _
8757[warn] | ^
8758[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8759[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8760[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8761[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
8762[warn] 81 | private var systemMonitor: Timeout = _
8763[warn] | ^
8764[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8765[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8766[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8767[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
8768[warn] 34 | private var sys: ActorSystem = _
8769[warn] | ^
8770[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8771[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8772[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8773[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
8774[warn] 30 | @volatile private var head: ActorHouse = _
8775[warn] | ^
8776[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8777[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8778[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8779[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
8780[warn] 31 | @volatile private var tail: ActorHouse = _
8781[warn] | ^
8782[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8783[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8784[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8785[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
8786[warn] 51 | private var currentRunning: Actor[?] = _
8787[warn] | ^
8788[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8789[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8790[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8791[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
8792[warn] 26 | private var head: Nextable = _
8793[warn] | ^
8794[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8795[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8796[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8797[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
8798[warn] 27 | private var tail: Nextable = _
8799[warn] | ^
8800[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8801[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8802[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8803[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
8804[warn] 30 | @volatile private var head: ActorHouse = _
8805[warn] | ^
8806[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8807[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8808[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8809[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
8810[warn] 31 | @volatile private var tail: ActorHouse = _
8811[warn] | ^
8812[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8813[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8814[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8815[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
8816[warn] 37 | @volatile private var highHead: ActorHouse = _
8817[warn] | ^
8818[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8819[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8820[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8821[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
8822[warn] 38 | @volatile private var highTail: ActorHouse = _
8823[warn] | ^
8824[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8825[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8826[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8827[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
8828[warn] 29 | private var fs: Array[FileChannel] = _
8829[warn] | ^
8830[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8831[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8832[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8833[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
8834[warn] 28 | private var channel: Channel = _
8835[warn] | ^
8836[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8837[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8838[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8839[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
8840[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
8841[warn] | ^
8842[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8843[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8844[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8845[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
8846[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
8847[warn] | ^
8848[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8849[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8850[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8851[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
8852[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
8853[warn] | ^
8854[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8855[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8856[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8857[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
8858[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
8859[warn] | ^
8860[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8861[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8862[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8863[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
8864[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
8865[warn] | ^
8866[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8867[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8868[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8869[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
8870[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
8871[warn] | ^
8872[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8873[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8874[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8875[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
8876[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
8877[warn] | ^
8878[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8879[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8880[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8881[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
8882[warn] 26 | private var resourceTimer: ResourceTimer = _
8883[warn] | ^
8884[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8885[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8886[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8887[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
8888[warn] 34 | protected var address: EventableAddress = _
8889[warn] | ^
8890[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8891[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8892[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8893[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
8894[warn] 40 | @volatile protected var handle: Timeout = _
8895[warn] | ^
8896[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8897[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8898[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8899[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
8900[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
8901[warn] | ^
8902[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8903[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8904[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8905[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
8906[warn] 39 | private var reactor: Reactor = _
8907[warn] | ^
8908[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8909[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8910[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8911[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
8912[warn] 28 | private var transportFactory: TransportFactory = _
8913[warn] | ^
8914[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8915[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8916[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8917[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
8918[warn] 39 | protected var _selectionKey: SelectionKey = _
8919[warn] | ^
8920[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8921[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8922[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8923[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
8924[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
8925[warn] | ^
8926[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8927[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8928[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8929[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
8930[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
8931[warn] | ^
8932[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8933[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8934[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8935[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
8936[warn] 35 | private var ch: FileChannel = _
8937[warn] | ^
8938[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8939[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8940[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8941[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
8942[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
8943[warn] | ^
8944[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
8945[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8946[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
8947[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
8948[warn] | ^
8949[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8950[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8951[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8952[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
8953[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
8954[warn] | ^
8955[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8956[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8957[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8958[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
8959[warn] 44 | private var thread: Thread = _
8960[warn] | ^
8961[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8962[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8963[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8964[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
8965[warn] 56 | private var ioHandler: IoHandler = _
8966[warn] | ^
8967[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8968[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8969[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8970[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
8971[warn] 21 | @volatile private var n: Nextable | Null = _
8972[warn] | ^
8973[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8974[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8975[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8976[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
8977[warn] 25 | @volatile private var head: T | Null = _
8978[warn] | ^
8979[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8980[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8981[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8982[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
8983[warn] 26 | @volatile private var tail: T | Null = _
8984[warn] | ^
8985[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8986[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8987[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8988[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
8989[warn] 29 | @volatile private var head: T | Null = _
8990[warn] | ^
8991[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8992[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8993[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
8994[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
8995[warn] 30 | @volatile private var tail: T | Null = _
8996[warn] | ^
8997[warn] |`= _` has been deprecated; use `= uninitialized` instead.
8998[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
8999[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9000[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
9001[warn] 25 | private var head: T | Null = _
9002[warn] | ^
9003[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9004[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9005[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9006[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
9007[warn] 26 | private var tail: T | Null = _
9008[warn] | ^
9009[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9010[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9011[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9012[warn] 129 warnings found
9013[error] two errors found
9014Failed to evaluated codec-http.compile: mill.api.Result$Failure
9015
9016Starting build for otavia-codec-haproxy - [13/23]
9017No test module defined in codec-haproxy
9018[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
9019[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
9020[warn] 35 | protected var logger: Logger = _
9021[warn] | ^
9022[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9023[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9024[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9025[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
9026[warn] 37 | private var ctx: ActorContext = _
9027[warn] | ^
9028[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9029[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9030[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9031[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
9032[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
9033[warn] | ^
9034[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9035[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9036[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9037[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
9038[warn] 45 | private[core] var currentStack: Stack = _
9039[warn] | ^
9040[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9041[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9042[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9043[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
9044[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9045[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9046[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9047[error] |Required: cc.otavia.core.actor.MessageOf[W] &
9048[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9049[error] |
9050[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
9051[error] |
9052[error] | longer explanation available when compiling with `-explain`
9053[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
9054[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9055[error] | ^^^^^^^^^^^^
9056[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
9057[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
9058[error] |
9059[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
9060[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9061[error] |
9062[error] |
9063[error] |Note: a match type could not be fully reduced:
9064[error] |
9065[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
9066[error] | failed since selector W
9067[error] | does not uniquely determine parameter m in
9068[error] | case cc.otavia.core.actor.Actor[m] => m
9069[error] | The computed bounds for the parameter are:
9070[error] | m <: cc.otavia.core.message.Call |
9071[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9072[error] |
9073[error] | longer explanation available when compiling with `-explain`
9074[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
9075[warn] 30 | private var workers: Address[MessageOf[W]] = _
9076[warn] | ^
9077[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9078[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9079[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9080[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
9081[warn] 37 | private var currentChannelReceived: AnyRef = _
9082[warn] | ^
9083[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9084[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9085[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9086[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
9087[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
9088[warn] | ^
9089[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9090[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9091[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
9092[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
9093[warn] | ^
9094[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9095[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9096[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
9097[warn] 23 | private var variables: Array[AnyRef] = _
9098[warn] | ^
9099[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9100[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9101[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9102[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
9103[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
9104[warn] | ^
9105[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9106[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9107[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9108[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
9109[warn] 26 | private var thread: Thread = _
9110[warn] | ^
9111[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9112[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9113[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9114[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
9115[warn] 28 | private var head: Nextable = _
9116[warn] | ^
9117[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9118[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9119[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9120[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
9121[warn] 29 | private var tail: Nextable = _
9122[warn] | ^
9123[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9124[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9125[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9126[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
9127[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
9128[warn] | ^
9129[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9130[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9131[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9132[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
9133[warn] 46 | private var actorHouse: ActorHouse = _
9134[warn] | ^
9135[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9136[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9137[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9138[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
9139[warn] 49 | private var pipe: ChannelPipelineImpl = _
9140[warn] | ^
9141[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9142[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9143[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9144[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
9145[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
9146[warn] | ^
9147[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9148[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9149[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9150[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
9151[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
9152[warn] | ^
9153[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9154[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9155[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9156[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
9157[warn] 35 | private var path: Path = _
9158[warn] | ^
9159[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9160[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9161[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9162[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
9163[warn] 36 | protected var currentReadPlan: ReadPlan = _
9164[warn] | ^
9165[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9166[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9167[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9168[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
9169[warn] 38 | private var readFactory: ReadPlanFactory = _
9170[warn] | ^
9171[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9172[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9173[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9174[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
9175[warn] 22 | private[core] var added: Boolean = _
9176[warn] | ^
9177[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9178[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9179[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9180[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
9181[warn] 51 | private var removed: Boolean = _
9182[warn] | ^
9183[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9184[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9185[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9186[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
9187[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
9188[warn] | ^
9189[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9190[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9191[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9192[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
9193[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
9194[warn] | ^
9195[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9196[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9197[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9198[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
9199[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
9200[warn] | ^
9201[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9202[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9203[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9204[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
9205[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
9206[warn] | ^
9207[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9208[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9209[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9210[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
9211[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
9212[warn] | ^
9213[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9214[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9215[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9216[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
9217[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
9218[warn] | ^
9219[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9220[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9221[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9222[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
9223[warn] 38 | private var inbound: I = _
9224[warn] | ^
9225[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9226[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9227[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9228[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
9229[warn] 39 | private var outbound: O = _
9230[warn] | ^
9231[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9232[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9233[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9234[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
9235[warn] 42 | private var fileChannel: FileChannel = _
9236[warn] | ^
9237[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9238[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9239[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9240[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
9241[warn] 43 | private var file: File = _
9242[warn] | ^
9243[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9244[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9245[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9246[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
9247[warn] 27 | private var hd: QueueMapEntity = _
9248[warn] | ^
9249[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9250[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9251[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9252[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
9253[warn] 28 | private var tl: QueueMapEntity = _
9254[warn] | ^
9255[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9256[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9257[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9258[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
9259[warn] 34 | private var cursor: QueueMapEntity = _
9260[warn] | ^
9261[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9262[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9263[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9264[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
9265[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
9266[warn] | ^
9267[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9268[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9269[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9270[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
9271[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
9272[warn] | ^
9273[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9274[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9275[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9276[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
9277[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
9278[warn] | ^
9279[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9280[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9281[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9282[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
9283[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
9284[warn] | ^
9285[warn] |Ignoring [this] qualifier.
9286[warn] |This syntax will be deprecated in the future; it should be dropped.
9287[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
9288[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9289[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
9290[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
9291[warn] | ^
9292[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9293[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9294[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
9295[warn] 29 | @volatile private var sys: ActorSystem = _
9296[warn] | ^
9297[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9298[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9299[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9300[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
9301[warn] 27 | private var address: Address[Call] = _
9302[warn] | ^
9303[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9304[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9305[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9306[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
9307[warn] 31 | private var msg: M = _
9308[warn] | ^
9309[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9310[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9311[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9312[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
9313[warn] 35 | private var rids: Array[Long] = _
9314[warn] | ^
9315[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9316[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9317[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9318[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
9319[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
9320[warn] | ^
9321[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9322[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9323[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9324[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
9325[warn] 28 | protected var stack: Stack = _
9326[warn] | ^
9327[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9328[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9329[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9330[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
9331[warn] 33 | protected var result: AnyRef = _
9332[warn] | ^
9333[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9334[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9335[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9336[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
9337[warn] 34 | protected var error: Throwable = _
9338[warn] | ^
9339[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9340[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9341[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9342[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
9343[warn] 36 | private var p: AbstractPromise[?] = _
9344[warn] | ^
9345[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9346[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9347[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9348[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
9349[warn] 30 | private var call: Call = _
9350[warn] | ^
9351[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9352[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9353[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9354[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
9355[warn] 31 | private var reply: Reply = _
9356[warn] | ^
9357[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9358[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9359[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9360[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
9361[warn] 33 | private var sender: Address[Call] = _
9362[warn] | ^
9363[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9364[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9365[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9366[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
9367[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
9368[warn] | ^
9369[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9370[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9371[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9372[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
9373[warn] 27 | private var messages: Seq[Notice] = _
9374[warn] | ^
9375[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9376[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9377[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9378[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
9379[warn] 49 | private var ch: Channel = _
9380[warn] | ^
9381[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9382[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9383[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9384[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
9385[warn] 50 | private var ask: AnyRef = _
9386[warn] | ^
9387[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9388[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9389[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9390[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
9391[warn] 51 | private var callback: ChannelPromise => Unit = _
9392[warn] | ^
9393[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9394[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9395[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9396[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
9397[warn] 27 | private var msg: AnyRef = _
9398[warn] | ^
9399[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9400[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9401[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9402[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
9403[warn] 28 | private var belong: AbstractChannel = _
9404[warn] | ^
9405[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9406[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9407[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9408[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
9409[warn] 33 | private var ret: AnyRef = _
9410[warn] | ^
9411[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9412[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9413[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9414[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
9415[warn] 29 | private var table: Array[MessagePromise[?]] = _
9416[warn] | ^
9417[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9418[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9419[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9420[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
9421[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
9422[warn] | ^
9423[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9424[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9425[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9426[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
9427[warn] 28 | private var msg: Call = _
9428[warn] | ^
9429[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9430[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9431[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9432[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
9433[warn] 26 | var head: AbstractPromise[?] = _
9434[warn] | ^
9435[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9436[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9437[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9438[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
9439[warn] 27 | var tail: AbstractPromise[?] = _
9440[warn] | ^
9441[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9442[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9443[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9444[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
9445[warn] 29 | private var nextState: StackState = _
9446[warn] | ^
9447[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9448[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9449[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9450[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
9451[warn] 32 | private var completedHead: AbstractPromise[?] = _
9452[warn] | ^
9453[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9454[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9455[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9456[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
9457[warn] 33 | private var completedTail: AbstractPromise[?] = _
9458[warn] | ^
9459[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9460[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9461[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9462[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
9463[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
9464[warn] | ^
9465[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9466[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9467[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9468[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
9469[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
9470[warn] | ^
9471[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9472[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9473[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9474[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
9475[warn] 40 | private var actor: AbstractActor[?] = _
9476[warn] | ^
9477[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9478[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9479[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9480[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
9481[warn] 42 | private var att: AnyRef = _
9482[warn] | ^
9483[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9484[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9485[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9486[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
9487[warn] 27 | private var fu: ChannelFuture = _
9488[warn] | ^
9489[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9490[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9491[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9492[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
9493[warn] 28 | private var fu: MessageFuture[R] = _
9494[warn] | ^
9495[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9496[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9497[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9498[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
9499[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
9500[warn] | ^
9501[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9502[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9503[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9504[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
9505[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
9506[warn] | ^
9507[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9508[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9509[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9510[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
9511[warn] 41 | private var actorAddress: ActorAddress[Call] = _
9512[warn] | ^
9513[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9514[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9515[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9516[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
9517[warn] 53 | private var tmpAskCursor: Nextable = _
9518[warn] | ^
9519[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9520[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9521[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9522[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
9523[warn] 54 | private var tmpNoticeCursor: Nextable = _
9524[warn] | ^
9525[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9526[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9527[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9528[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
9529[warn] 58 | @volatile private var preHouse: ActorHouse = _
9530[warn] | ^
9531[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9532[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9533[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9534[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
9535[warn] 59 | @volatile private var nextHouse: ActorHouse = _
9536[warn] | ^
9537[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9538[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9539[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9540[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
9541[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
9542[warn] | ^
9543[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9544[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9545[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9546[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
9547[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
9548[warn] | ^
9549[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9550[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9551[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
9552[warn] 107 | private var system: ActorSystem = _
9553[warn] | ^
9554[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9555[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9556[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9557[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
9558[warn] 57 | private var mainActor: Address[MainActor.Args] = _
9559[warn] | ^
9560[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9561[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9562[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9563[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
9564[warn] 72 | private var memoryMonitor: Timeout = _
9565[warn] | ^
9566[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9567[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9568[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9569[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
9570[warn] 81 | private var systemMonitor: Timeout = _
9571[warn] | ^
9572[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9573[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9574[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9575[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
9576[warn] 34 | private var sys: ActorSystem = _
9577[warn] | ^
9578[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9579[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9580[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9581[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
9582[warn] 30 | @volatile private var head: ActorHouse = _
9583[warn] | ^
9584[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9585[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9586[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9587[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
9588[warn] 31 | @volatile private var tail: ActorHouse = _
9589[warn] | ^
9590[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9591[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9592[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9593[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
9594[warn] 51 | private var currentRunning: Actor[?] = _
9595[warn] | ^
9596[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9597[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9598[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9599[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
9600[warn] 26 | private var head: Nextable = _
9601[warn] | ^
9602[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9603[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9604[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9605[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
9606[warn] 27 | private var tail: Nextable = _
9607[warn] | ^
9608[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9609[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9610[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9611[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
9612[warn] 30 | @volatile private var head: ActorHouse = _
9613[warn] | ^
9614[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9615[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9616[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9617[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
9618[warn] 31 | @volatile private var tail: ActorHouse = _
9619[warn] | ^
9620[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9621[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9622[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9623[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
9624[warn] 37 | @volatile private var highHead: ActorHouse = _
9625[warn] | ^
9626[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9627[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9628[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9629[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
9630[warn] 38 | @volatile private var highTail: ActorHouse = _
9631[warn] | ^
9632[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9633[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9634[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9635[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
9636[warn] 29 | private var fs: Array[FileChannel] = _
9637[warn] | ^
9638[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9639[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9640[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9641[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
9642[warn] 28 | private var channel: Channel = _
9643[warn] | ^
9644[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9645[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9646[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9647[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
9648[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
9649[warn] | ^
9650[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9651[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9652[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9653[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
9654[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
9655[warn] | ^
9656[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9657[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9658[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9659[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
9660[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
9661[warn] | ^
9662[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9663[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9664[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9665[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
9666[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
9667[warn] | ^
9668[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9669[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9670[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9671[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
9672[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
9673[warn] | ^
9674[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9675[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9676[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9677[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
9678[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
9679[warn] | ^
9680[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9681[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9682[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9683[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
9684[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
9685[warn] | ^
9686[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9687[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9688[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9689[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
9690[warn] 26 | private var resourceTimer: ResourceTimer = _
9691[warn] | ^
9692[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9693[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9694[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9695[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
9696[warn] 34 | protected var address: EventableAddress = _
9697[warn] | ^
9698[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9699[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9700[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9701[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
9702[warn] 40 | @volatile protected var handle: Timeout = _
9703[warn] | ^
9704[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9705[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9706[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9707[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
9708[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
9709[warn] | ^
9710[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9711[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9712[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9713[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
9714[warn] 39 | private var reactor: Reactor = _
9715[warn] | ^
9716[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9717[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9718[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9719[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
9720[warn] 28 | private var transportFactory: TransportFactory = _
9721[warn] | ^
9722[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9723[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9724[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9725[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
9726[warn] 39 | protected var _selectionKey: SelectionKey = _
9727[warn] | ^
9728[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9729[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9730[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9731[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
9732[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
9733[warn] | ^
9734[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9735[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9736[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9737[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
9738[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
9739[warn] | ^
9740[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9741[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9742[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9743[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
9744[warn] 35 | private var ch: FileChannel = _
9745[warn] | ^
9746[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9747[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9748[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9749[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
9750[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
9751[warn] | ^
9752[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
9753[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9754[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
9755[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
9756[warn] | ^
9757[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9758[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9759[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9760[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
9761[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
9762[warn] | ^
9763[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9764[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9765[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9766[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
9767[warn] 44 | private var thread: Thread = _
9768[warn] | ^
9769[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9770[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9771[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9772[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
9773[warn] 56 | private var ioHandler: IoHandler = _
9774[warn] | ^
9775[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9776[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9777[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9778[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
9779[warn] 21 | @volatile private var n: Nextable | Null = _
9780[warn] | ^
9781[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9782[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9783[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9784[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
9785[warn] 25 | @volatile private var head: T | Null = _
9786[warn] | ^
9787[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9788[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9789[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9790[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
9791[warn] 26 | @volatile private var tail: T | Null = _
9792[warn] | ^
9793[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9794[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9795[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9796[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
9797[warn] 29 | @volatile private var head: T | Null = _
9798[warn] | ^
9799[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9800[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9801[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9802[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
9803[warn] 30 | @volatile private var tail: T | Null = _
9804[warn] | ^
9805[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9806[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9807[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9808[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
9809[warn] 25 | private var head: T | Null = _
9810[warn] | ^
9811[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9812[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9813[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9814[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
9815[warn] 26 | private var tail: T | Null = _
9816[warn] | ^
9817[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9818[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9819[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9820[warn] 129 warnings found
9821[error] two errors found
9822Failed to evaluated codec-haproxy.compile: mill.api.Result$Failure
9823
9824Starting build for otavia-codec-socks - [14/23]
9825No test module defined in codec-socks
9826[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
9827[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
9828[warn] 35 | protected var logger: Logger = _
9829[warn] | ^
9830[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9831[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9832[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9833[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
9834[warn] 37 | private var ctx: ActorContext = _
9835[warn] | ^
9836[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9837[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9838[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9839[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
9840[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
9841[warn] | ^
9842[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9843[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9844[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9845[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
9846[warn] 45 | private[core] var currentStack: Stack = _
9847[warn] | ^
9848[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9849[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9850[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9851[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
9852[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9853[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9854[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9855[error] |Required: cc.otavia.core.actor.MessageOf[W] &
9856[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9857[error] |
9858[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
9859[error] |
9860[error] | longer explanation available when compiling with `-explain`
9861[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
9862[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
9863[error] | ^^^^^^^^^^^^
9864[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
9865[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
9866[error] |
9867[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
9868[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
9869[error] |
9870[error] |
9871[error] |Note: a match type could not be fully reduced:
9872[error] |
9873[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
9874[error] | failed since selector W
9875[error] | does not uniquely determine parameter m in
9876[error] | case cc.otavia.core.actor.Actor[m] => m
9877[error] | The computed bounds for the parameter are:
9878[error] | m <: cc.otavia.core.message.Call |
9879[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
9880[error] |
9881[error] | longer explanation available when compiling with `-explain`
9882[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
9883[warn] 30 | private var workers: Address[MessageOf[W]] = _
9884[warn] | ^
9885[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9886[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9887[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9888[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
9889[warn] 37 | private var currentChannelReceived: AnyRef = _
9890[warn] | ^
9891[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9892[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9893[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9894[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
9895[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
9896[warn] | ^
9897[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9898[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9899[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
9900[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
9901[warn] | ^
9902[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
9903[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9904[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
9905[warn] 23 | private var variables: Array[AnyRef] = _
9906[warn] | ^
9907[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9908[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9909[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9910[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
9911[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
9912[warn] | ^
9913[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9914[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9915[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9916[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
9917[warn] 26 | private var thread: Thread = _
9918[warn] | ^
9919[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9920[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9921[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9922[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
9923[warn] 28 | private var head: Nextable = _
9924[warn] | ^
9925[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9926[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9927[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9928[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
9929[warn] 29 | private var tail: Nextable = _
9930[warn] | ^
9931[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9932[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9933[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9934[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
9935[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
9936[warn] | ^
9937[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9938[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9939[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9940[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
9941[warn] 46 | private var actorHouse: ActorHouse = _
9942[warn] | ^
9943[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9944[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9945[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9946[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
9947[warn] 49 | private var pipe: ChannelPipelineImpl = _
9948[warn] | ^
9949[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9950[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9951[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9952[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
9953[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
9954[warn] | ^
9955[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9956[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9957[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9958[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
9959[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
9960[warn] | ^
9961[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9962[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9963[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9964[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
9965[warn] 35 | private var path: Path = _
9966[warn] | ^
9967[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9968[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9969[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9970[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
9971[warn] 36 | protected var currentReadPlan: ReadPlan = _
9972[warn] | ^
9973[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9974[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9975[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9976[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
9977[warn] 38 | private var readFactory: ReadPlanFactory = _
9978[warn] | ^
9979[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9980[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9981[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9982[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
9983[warn] 22 | private[core] var added: Boolean = _
9984[warn] | ^
9985[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9986[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9987[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9988[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
9989[warn] 51 | private var removed: Boolean = _
9990[warn] | ^
9991[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9992[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9993[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
9994[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
9995[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
9996[warn] | ^
9997[warn] |`= _` has been deprecated; use `= uninitialized` instead.
9998[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
9999[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10000[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
10001[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
10002[warn] | ^
10003[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10004[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10005[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10006[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
10007[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
10008[warn] | ^
10009[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10010[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10011[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10012[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
10013[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
10014[warn] | ^
10015[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10016[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10017[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10018[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
10019[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10020[warn] | ^
10021[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10022[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10023[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10024[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
10025[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10026[warn] | ^
10027[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10028[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10029[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10030[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
10031[warn] 38 | private var inbound: I = _
10032[warn] | ^
10033[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10034[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10035[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10036[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
10037[warn] 39 | private var outbound: O = _
10038[warn] | ^
10039[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10040[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10041[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10042[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
10043[warn] 42 | private var fileChannel: FileChannel = _
10044[warn] | ^
10045[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10046[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10047[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10048[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
10049[warn] 43 | private var file: File = _
10050[warn] | ^
10051[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10052[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10053[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10054[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
10055[warn] 27 | private var hd: QueueMapEntity = _
10056[warn] | ^
10057[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10058[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10059[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10060[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
10061[warn] 28 | private var tl: QueueMapEntity = _
10062[warn] | ^
10063[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10064[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10065[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10066[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
10067[warn] 34 | private var cursor: QueueMapEntity = _
10068[warn] | ^
10069[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10070[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10071[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10072[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
10073[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
10074[warn] | ^
10075[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10076[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10077[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10078[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
10079[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
10080[warn] | ^
10081[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10082[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10083[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10084[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
10085[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
10086[warn] | ^
10087[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10088[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10089[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10090[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
10091[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
10092[warn] | ^
10093[warn] |Ignoring [this] qualifier.
10094[warn] |This syntax will be deprecated in the future; it should be dropped.
10095[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
10096[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10097[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
10098[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
10099[warn] | ^
10100[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10101[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10102[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
10103[warn] 29 | @volatile private var sys: ActorSystem = _
10104[warn] | ^
10105[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10106[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10107[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10108[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
10109[warn] 27 | private var address: Address[Call] = _
10110[warn] | ^
10111[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10112[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10113[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10114[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
10115[warn] 31 | private var msg: M = _
10116[warn] | ^
10117[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10118[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10119[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10120[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
10121[warn] 35 | private var rids: Array[Long] = _
10122[warn] | ^
10123[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10124[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10125[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10126[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
10127[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
10128[warn] | ^
10129[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10130[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10131[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10132[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
10133[warn] 28 | protected var stack: Stack = _
10134[warn] | ^
10135[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10136[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10137[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10138[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
10139[warn] 33 | protected var result: AnyRef = _
10140[warn] | ^
10141[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10142[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10143[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10144[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
10145[warn] 34 | protected var error: Throwable = _
10146[warn] | ^
10147[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10148[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10149[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10150[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
10151[warn] 36 | private var p: AbstractPromise[?] = _
10152[warn] | ^
10153[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10154[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10155[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10156[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
10157[warn] 30 | private var call: Call = _
10158[warn] | ^
10159[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10160[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10161[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10162[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
10163[warn] 31 | private var reply: Reply = _
10164[warn] | ^
10165[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10166[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10167[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10168[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
10169[warn] 33 | private var sender: Address[Call] = _
10170[warn] | ^
10171[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10172[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10173[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10174[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
10175[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
10176[warn] | ^
10177[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10178[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10179[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10180[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
10181[warn] 27 | private var messages: Seq[Notice] = _
10182[warn] | ^
10183[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10184[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10185[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10186[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
10187[warn] 49 | private var ch: Channel = _
10188[warn] | ^
10189[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10190[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10191[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10192[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
10193[warn] 50 | private var ask: AnyRef = _
10194[warn] | ^
10195[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10196[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10197[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10198[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
10199[warn] 51 | private var callback: ChannelPromise => Unit = _
10200[warn] | ^
10201[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10202[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10203[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10204[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
10205[warn] 27 | private var msg: AnyRef = _
10206[warn] | ^
10207[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10208[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10209[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10210[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
10211[warn] 28 | private var belong: AbstractChannel = _
10212[warn] | ^
10213[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10214[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10215[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10216[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
10217[warn] 33 | private var ret: AnyRef = _
10218[warn] | ^
10219[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10220[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10221[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10222[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
10223[warn] 29 | private var table: Array[MessagePromise[?]] = _
10224[warn] | ^
10225[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10226[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10227[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10228[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
10229[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
10230[warn] | ^
10231[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10232[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10233[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10234[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
10235[warn] 28 | private var msg: Call = _
10236[warn] | ^
10237[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10238[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10239[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10240[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
10241[warn] 26 | var head: AbstractPromise[?] = _
10242[warn] | ^
10243[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10244[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10245[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10246[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
10247[warn] 27 | var tail: AbstractPromise[?] = _
10248[warn] | ^
10249[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10250[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10251[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10252[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
10253[warn] 29 | private var nextState: StackState = _
10254[warn] | ^
10255[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10256[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10257[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10258[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
10259[warn] 32 | private var completedHead: AbstractPromise[?] = _
10260[warn] | ^
10261[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10262[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10263[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10264[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
10265[warn] 33 | private var completedTail: AbstractPromise[?] = _
10266[warn] | ^
10267[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10268[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10269[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10270[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
10271[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
10272[warn] | ^
10273[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10274[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10275[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10276[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
10277[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
10278[warn] | ^
10279[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10280[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10281[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10282[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
10283[warn] 40 | private var actor: AbstractActor[?] = _
10284[warn] | ^
10285[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10286[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10287[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10288[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
10289[warn] 42 | private var att: AnyRef = _
10290[warn] | ^
10291[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10292[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10293[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10294[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
10295[warn] 27 | private var fu: ChannelFuture = _
10296[warn] | ^
10297[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10298[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10299[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10300[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
10301[warn] 28 | private var fu: MessageFuture[R] = _
10302[warn] | ^
10303[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10304[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10305[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10306[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
10307[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
10308[warn] | ^
10309[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10310[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10311[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10312[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
10313[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
10314[warn] | ^
10315[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10316[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10317[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10318[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
10319[warn] 41 | private var actorAddress: ActorAddress[Call] = _
10320[warn] | ^
10321[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10322[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10323[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10324[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
10325[warn] 53 | private var tmpAskCursor: Nextable = _
10326[warn] | ^
10327[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10328[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10329[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10330[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
10331[warn] 54 | private var tmpNoticeCursor: Nextable = _
10332[warn] | ^
10333[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10334[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10335[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10336[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
10337[warn] 58 | @volatile private var preHouse: ActorHouse = _
10338[warn] | ^
10339[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10340[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10341[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10342[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
10343[warn] 59 | @volatile private var nextHouse: ActorHouse = _
10344[warn] | ^
10345[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10346[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10347[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10348[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
10349[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
10350[warn] | ^
10351[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10352[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10353[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10354[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
10355[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
10356[warn] | ^
10357[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10358[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10359[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
10360[warn] 107 | private var system: ActorSystem = _
10361[warn] | ^
10362[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10363[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10364[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10365[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
10366[warn] 57 | private var mainActor: Address[MainActor.Args] = _
10367[warn] | ^
10368[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10369[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10370[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10371[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
10372[warn] 72 | private var memoryMonitor: Timeout = _
10373[warn] | ^
10374[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10375[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10376[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10377[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
10378[warn] 81 | private var systemMonitor: Timeout = _
10379[warn] | ^
10380[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10381[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10382[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10383[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
10384[warn] 34 | private var sys: ActorSystem = _
10385[warn] | ^
10386[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10387[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10388[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10389[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
10390[warn] 30 | @volatile private var head: ActorHouse = _
10391[warn] | ^
10392[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10393[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10394[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10395[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
10396[warn] 31 | @volatile private var tail: ActorHouse = _
10397[warn] | ^
10398[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10399[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10400[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10401[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
10402[warn] 51 | private var currentRunning: Actor[?] = _
10403[warn] | ^
10404[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10405[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10406[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10407[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
10408[warn] 26 | private var head: Nextable = _
10409[warn] | ^
10410[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10411[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10412[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10413[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
10414[warn] 27 | private var tail: Nextable = _
10415[warn] | ^
10416[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10417[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10418[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10419[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
10420[warn] 30 | @volatile private var head: ActorHouse = _
10421[warn] | ^
10422[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10423[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10424[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10425[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
10426[warn] 31 | @volatile private var tail: ActorHouse = _
10427[warn] | ^
10428[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10429[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10430[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10431[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
10432[warn] 37 | @volatile private var highHead: ActorHouse = _
10433[warn] | ^
10434[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10435[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10436[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10437[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
10438[warn] 38 | @volatile private var highTail: ActorHouse = _
10439[warn] | ^
10440[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10441[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10442[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10443[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
10444[warn] 29 | private var fs: Array[FileChannel] = _
10445[warn] | ^
10446[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10447[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10448[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10449[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
10450[warn] 28 | private var channel: Channel = _
10451[warn] | ^
10452[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10453[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10454[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10455[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
10456[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
10457[warn] | ^
10458[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10459[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10460[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10461[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
10462[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
10463[warn] | ^
10464[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10465[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10466[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10467[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
10468[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
10469[warn] | ^
10470[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10471[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10472[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10473[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
10474[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
10475[warn] | ^
10476[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10477[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10478[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10479[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
10480[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
10481[warn] | ^
10482[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10483[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10484[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10485[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
10486[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
10487[warn] | ^
10488[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10489[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10490[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10491[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
10492[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
10493[warn] | ^
10494[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10495[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10496[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10497[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
10498[warn] 26 | private var resourceTimer: ResourceTimer = _
10499[warn] | ^
10500[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10501[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10502[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10503[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
10504[warn] 34 | protected var address: EventableAddress = _
10505[warn] | ^
10506[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10507[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10508[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10509[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
10510[warn] 40 | @volatile protected var handle: Timeout = _
10511[warn] | ^
10512[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10513[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10514[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10515[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
10516[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
10517[warn] | ^
10518[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10519[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10520[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10521[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
10522[warn] 39 | private var reactor: Reactor = _
10523[warn] | ^
10524[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10525[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10526[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10527[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
10528[warn] 28 | private var transportFactory: TransportFactory = _
10529[warn] | ^
10530[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10531[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10532[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10533[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
10534[warn] 39 | protected var _selectionKey: SelectionKey = _
10535[warn] | ^
10536[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10537[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10538[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10539[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
10540[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
10541[warn] | ^
10542[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10543[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10544[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10545[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
10546[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
10547[warn] | ^
10548[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10549[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10550[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10551[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
10552[warn] 35 | private var ch: FileChannel = _
10553[warn] | ^
10554[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10555[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10556[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10557[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
10558[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
10559[warn] | ^
10560[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
10561[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10562[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
10563[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
10564[warn] | ^
10565[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10566[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10567[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10568[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
10569[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
10570[warn] | ^
10571[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10572[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10573[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10574[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
10575[warn] 44 | private var thread: Thread = _
10576[warn] | ^
10577[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10578[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10579[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10580[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
10581[warn] 56 | private var ioHandler: IoHandler = _
10582[warn] | ^
10583[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10584[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10585[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10586[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
10587[warn] 21 | @volatile private var n: Nextable | Null = _
10588[warn] | ^
10589[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10590[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10591[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10592[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
10593[warn] 25 | @volatile private var head: T | Null = _
10594[warn] | ^
10595[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10596[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10597[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10598[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
10599[warn] 26 | @volatile private var tail: T | Null = _
10600[warn] | ^
10601[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10602[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10603[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10604[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
10605[warn] 29 | @volatile private var head: T | Null = _
10606[warn] | ^
10607[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10608[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10609[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10610[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
10611[warn] 30 | @volatile private var tail: T | Null = _
10612[warn] | ^
10613[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10614[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10615[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10616[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
10617[warn] 25 | private var head: T | Null = _
10618[warn] | ^
10619[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10620[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10621[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10622[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
10623[warn] 26 | private var tail: T | Null = _
10624[warn] | ^
10625[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10626[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10627[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10628[warn] 129 warnings found
10629[error] two errors found
10630Failed to evaluated codec-socks.compile: mill.api.Result$Failure
10631
10632Starting build for otavia-codec-mqtt - [15/23]
10633No test module defined in codec-mqtt
10634[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
10635[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
10636[warn] 35 | protected var logger: Logger = _
10637[warn] | ^
10638[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10639[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10640[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10641[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
10642[warn] 37 | private var ctx: ActorContext = _
10643[warn] | ^
10644[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10645[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10646[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10647[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
10648[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
10649[warn] | ^
10650[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10651[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10652[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10653[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
10654[warn] 45 | private[core] var currentStack: Stack = _
10655[warn] | ^
10656[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10657[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10658[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10659[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
10660[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
10661[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10662[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
10663[error] |Required: cc.otavia.core.actor.MessageOf[W] &
10664[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
10665[error] |
10666[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
10667[error] |
10668[error] | longer explanation available when compiling with `-explain`
10669[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
10670[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
10671[error] | ^^^^^^^^^^^^
10672[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
10673[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
10674[error] |
10675[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
10676[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
10677[error] |
10678[error] |
10679[error] |Note: a match type could not be fully reduced:
10680[error] |
10681[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
10682[error] | failed since selector W
10683[error] | does not uniquely determine parameter m in
10684[error] | case cc.otavia.core.actor.Actor[m] => m
10685[error] | The computed bounds for the parameter are:
10686[error] | m <: cc.otavia.core.message.Call |
10687[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
10688[error] |
10689[error] | longer explanation available when compiling with `-explain`
10690[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
10691[warn] 30 | private var workers: Address[MessageOf[W]] = _
10692[warn] | ^
10693[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10694[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10695[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10696[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
10697[warn] 37 | private var currentChannelReceived: AnyRef = _
10698[warn] | ^
10699[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10700[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10701[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10702[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
10703[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
10704[warn] | ^
10705[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10706[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10707[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
10708[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
10709[warn] | ^
10710[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10711[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10712[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
10713[warn] 23 | private var variables: Array[AnyRef] = _
10714[warn] | ^
10715[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10716[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10717[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10718[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
10719[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
10720[warn] | ^
10721[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10722[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10723[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10724[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
10725[warn] 26 | private var thread: Thread = _
10726[warn] | ^
10727[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10728[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10729[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10730[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
10731[warn] 28 | private var head: Nextable = _
10732[warn] | ^
10733[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10734[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10735[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10736[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
10737[warn] 29 | private var tail: Nextable = _
10738[warn] | ^
10739[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10740[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10741[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10742[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
10743[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
10744[warn] | ^
10745[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10746[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10747[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10748[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
10749[warn] 46 | private var actorHouse: ActorHouse = _
10750[warn] | ^
10751[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10752[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10753[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10754[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
10755[warn] 49 | private var pipe: ChannelPipelineImpl = _
10756[warn] | ^
10757[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10758[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10759[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10760[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
10761[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
10762[warn] | ^
10763[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10764[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10765[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10766[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
10767[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
10768[warn] | ^
10769[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10770[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10771[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10772[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
10773[warn] 35 | private var path: Path = _
10774[warn] | ^
10775[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10776[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10777[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10778[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
10779[warn] 36 | protected var currentReadPlan: ReadPlan = _
10780[warn] | ^
10781[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10782[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10783[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10784[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
10785[warn] 38 | private var readFactory: ReadPlanFactory = _
10786[warn] | ^
10787[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10788[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10789[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10790[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
10791[warn] 22 | private[core] var added: Boolean = _
10792[warn] | ^
10793[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10794[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10795[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10796[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
10797[warn] 51 | private var removed: Boolean = _
10798[warn] | ^
10799[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10800[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10801[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10802[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
10803[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
10804[warn] | ^
10805[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10806[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10807[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10808[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
10809[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
10810[warn] | ^
10811[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10812[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10813[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10814[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
10815[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
10816[warn] | ^
10817[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10818[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10819[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10820[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
10821[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
10822[warn] | ^
10823[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10824[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10825[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10826[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
10827[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10828[warn] | ^
10829[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10830[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10831[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10832[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
10833[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
10834[warn] | ^
10835[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10836[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10837[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10838[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
10839[warn] 38 | private var inbound: I = _
10840[warn] | ^
10841[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10842[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10843[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10844[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
10845[warn] 39 | private var outbound: O = _
10846[warn] | ^
10847[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10848[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10849[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10850[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
10851[warn] 42 | private var fileChannel: FileChannel = _
10852[warn] | ^
10853[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10854[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10855[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10856[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
10857[warn] 43 | private var file: File = _
10858[warn] | ^
10859[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10860[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10861[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10862[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
10863[warn] 27 | private var hd: QueueMapEntity = _
10864[warn] | ^
10865[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10866[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10867[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10868[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
10869[warn] 28 | private var tl: QueueMapEntity = _
10870[warn] | ^
10871[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10872[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10873[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10874[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
10875[warn] 34 | private var cursor: QueueMapEntity = _
10876[warn] | ^
10877[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10878[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10879[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10880[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
10881[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
10882[warn] | ^
10883[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10884[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10885[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10886[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
10887[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
10888[warn] | ^
10889[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10890[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10891[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10892[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
10893[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
10894[warn] | ^
10895[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10896[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10897[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10898[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
10899[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
10900[warn] | ^
10901[warn] |Ignoring [this] qualifier.
10902[warn] |This syntax will be deprecated in the future; it should be dropped.
10903[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
10904[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10905[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
10906[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
10907[warn] | ^
10908[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
10909[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10910[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
10911[warn] 29 | @volatile private var sys: ActorSystem = _
10912[warn] | ^
10913[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10914[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10915[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10916[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
10917[warn] 27 | private var address: Address[Call] = _
10918[warn] | ^
10919[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10920[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10921[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10922[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
10923[warn] 31 | private var msg: M = _
10924[warn] | ^
10925[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10926[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10927[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10928[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
10929[warn] 35 | private var rids: Array[Long] = _
10930[warn] | ^
10931[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10932[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10933[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10934[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
10935[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
10936[warn] | ^
10937[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10938[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10939[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10940[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
10941[warn] 28 | protected var stack: Stack = _
10942[warn] | ^
10943[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10944[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10945[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10946[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
10947[warn] 33 | protected var result: AnyRef = _
10948[warn] | ^
10949[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10950[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10951[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10952[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
10953[warn] 34 | protected var error: Throwable = _
10954[warn] | ^
10955[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10956[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10957[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10958[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
10959[warn] 36 | private var p: AbstractPromise[?] = _
10960[warn] | ^
10961[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10962[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10963[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10964[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
10965[warn] 30 | private var call: Call = _
10966[warn] | ^
10967[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10968[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10969[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10970[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
10971[warn] 31 | private var reply: Reply = _
10972[warn] | ^
10973[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10974[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10975[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10976[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
10977[warn] 33 | private var sender: Address[Call] = _
10978[warn] | ^
10979[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10980[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10981[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10982[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
10983[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
10984[warn] | ^
10985[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10986[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10987[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10988[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
10989[warn] 27 | private var messages: Seq[Notice] = _
10990[warn] | ^
10991[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10992[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10993[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
10994[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
10995[warn] 49 | private var ch: Channel = _
10996[warn] | ^
10997[warn] |`= _` has been deprecated; use `= uninitialized` instead.
10998[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
10999[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11000[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
11001[warn] 50 | private var ask: AnyRef = _
11002[warn] | ^
11003[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11004[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11005[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11006[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
11007[warn] 51 | private var callback: ChannelPromise => Unit = _
11008[warn] | ^
11009[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11010[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11011[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11012[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
11013[warn] 27 | private var msg: AnyRef = _
11014[warn] | ^
11015[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11016[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11017[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11018[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
11019[warn] 28 | private var belong: AbstractChannel = _
11020[warn] | ^
11021[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11022[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11023[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11024[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
11025[warn] 33 | private var ret: AnyRef = _
11026[warn] | ^
11027[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11028[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11029[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11030[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
11031[warn] 29 | private var table: Array[MessagePromise[?]] = _
11032[warn] | ^
11033[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11034[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11035[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11036[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
11037[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
11038[warn] | ^
11039[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11040[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11041[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11042[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
11043[warn] 28 | private var msg: Call = _
11044[warn] | ^
11045[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11046[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11047[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11048[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
11049[warn] 26 | var head: AbstractPromise[?] = _
11050[warn] | ^
11051[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11052[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11053[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11054[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
11055[warn] 27 | var tail: AbstractPromise[?] = _
11056[warn] | ^
11057[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11058[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11059[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11060[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
11061[warn] 29 | private var nextState: StackState = _
11062[warn] | ^
11063[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11064[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11065[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11066[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
11067[warn] 32 | private var completedHead: AbstractPromise[?] = _
11068[warn] | ^
11069[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11070[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11071[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11072[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
11073[warn] 33 | private var completedTail: AbstractPromise[?] = _
11074[warn] | ^
11075[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11076[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11077[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11078[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
11079[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
11080[warn] | ^
11081[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11082[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11083[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11084[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
11085[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
11086[warn] | ^
11087[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11088[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11089[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11090[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
11091[warn] 40 | private var actor: AbstractActor[?] = _
11092[warn] | ^
11093[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11094[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11095[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11096[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
11097[warn] 42 | private var att: AnyRef = _
11098[warn] | ^
11099[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11100[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11101[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11102[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
11103[warn] 27 | private var fu: ChannelFuture = _
11104[warn] | ^
11105[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11106[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11107[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11108[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
11109[warn] 28 | private var fu: MessageFuture[R] = _
11110[warn] | ^
11111[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11112[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11113[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11114[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
11115[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
11116[warn] | ^
11117[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11118[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11119[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11120[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
11121[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
11122[warn] | ^
11123[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11124[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11125[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11126[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
11127[warn] 41 | private var actorAddress: ActorAddress[Call] = _
11128[warn] | ^
11129[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11130[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11131[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11132[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
11133[warn] 53 | private var tmpAskCursor: Nextable = _
11134[warn] | ^
11135[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11136[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11137[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11138[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
11139[warn] 54 | private var tmpNoticeCursor: Nextable = _
11140[warn] | ^
11141[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11142[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11143[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11144[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
11145[warn] 58 | @volatile private var preHouse: ActorHouse = _
11146[warn] | ^
11147[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11148[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11149[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11150[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
11151[warn] 59 | @volatile private var nextHouse: ActorHouse = _
11152[warn] | ^
11153[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11154[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11155[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11156[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
11157[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
11158[warn] | ^
11159[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11160[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11161[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11162[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
11163[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
11164[warn] | ^
11165[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11166[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11167[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
11168[warn] 107 | private var system: ActorSystem = _
11169[warn] | ^
11170[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11171[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11172[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11173[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
11174[warn] 57 | private var mainActor: Address[MainActor.Args] = _
11175[warn] | ^
11176[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11177[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11178[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11179[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
11180[warn] 72 | private var memoryMonitor: Timeout = _
11181[warn] | ^
11182[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11183[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11184[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11185[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
11186[warn] 81 | private var systemMonitor: Timeout = _
11187[warn] | ^
11188[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11189[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11190[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11191[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
11192[warn] 34 | private var sys: ActorSystem = _
11193[warn] | ^
11194[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11195[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11196[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11197[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
11198[warn] 30 | @volatile private var head: ActorHouse = _
11199[warn] | ^
11200[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11201[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11202[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11203[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
11204[warn] 31 | @volatile private var tail: ActorHouse = _
11205[warn] | ^
11206[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11207[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11208[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11209[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
11210[warn] 51 | private var currentRunning: Actor[?] = _
11211[warn] | ^
11212[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11213[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11214[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11215[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
11216[warn] 26 | private var head: Nextable = _
11217[warn] | ^
11218[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11219[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11220[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11221[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
11222[warn] 27 | private var tail: Nextable = _
11223[warn] | ^
11224[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11225[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11226[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11227[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
11228[warn] 30 | @volatile private var head: ActorHouse = _
11229[warn] | ^
11230[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11231[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11232[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11233[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
11234[warn] 31 | @volatile private var tail: ActorHouse = _
11235[warn] | ^
11236[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11237[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11238[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11239[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
11240[warn] 37 | @volatile private var highHead: ActorHouse = _
11241[warn] | ^
11242[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11243[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11244[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11245[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
11246[warn] 38 | @volatile private var highTail: ActorHouse = _
11247[warn] | ^
11248[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11249[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11250[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11251[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
11252[warn] 29 | private var fs: Array[FileChannel] = _
11253[warn] | ^
11254[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11255[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11256[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11257[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
11258[warn] 28 | private var channel: Channel = _
11259[warn] | ^
11260[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11261[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11262[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11263[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
11264[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
11265[warn] | ^
11266[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11267[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11268[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11269[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
11270[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
11271[warn] | ^
11272[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11273[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11274[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11275[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
11276[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
11277[warn] | ^
11278[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11279[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11280[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11281[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
11282[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
11283[warn] | ^
11284[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11285[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11286[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11287[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
11288[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
11289[warn] | ^
11290[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11291[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11292[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11293[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
11294[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
11295[warn] | ^
11296[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11297[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11298[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11299[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
11300[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
11301[warn] | ^
11302[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11303[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11304[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11305[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
11306[warn] 26 | private var resourceTimer: ResourceTimer = _
11307[warn] | ^
11308[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11309[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11310[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11311[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
11312[warn] 34 | protected var address: EventableAddress = _
11313[warn] | ^
11314[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11315[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11316[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11317[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
11318[warn] 40 | @volatile protected var handle: Timeout = _
11319[warn] | ^
11320[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11321[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11322[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11323[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
11324[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
11325[warn] | ^
11326[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11327[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11328[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11329[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
11330[warn] 39 | private var reactor: Reactor = _
11331[warn] | ^
11332[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11333[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11334[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11335[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
11336[warn] 28 | private var transportFactory: TransportFactory = _
11337[warn] | ^
11338[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11339[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11340[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11341[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
11342[warn] 39 | protected var _selectionKey: SelectionKey = _
11343[warn] | ^
11344[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11345[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11346[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11347[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
11348[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
11349[warn] | ^
11350[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11351[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11352[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11353[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
11354[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
11355[warn] | ^
11356[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11357[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11358[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11359[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
11360[warn] 35 | private var ch: FileChannel = _
11361[warn] | ^
11362[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11363[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11364[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11365[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
11366[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
11367[warn] | ^
11368[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
11369[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11370[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
11371[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
11372[warn] | ^
11373[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11374[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11375[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11376[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
11377[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
11378[warn] | ^
11379[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11380[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11381[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11382[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
11383[warn] 44 | private var thread: Thread = _
11384[warn] | ^
11385[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11386[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11387[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11388[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
11389[warn] 56 | private var ioHandler: IoHandler = _
11390[warn] | ^
11391[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11392[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11393[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11394[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
11395[warn] 21 | @volatile private var n: Nextable | Null = _
11396[warn] | ^
11397[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11398[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11399[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11400[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
11401[warn] 25 | @volatile private var head: T | Null = _
11402[warn] | ^
11403[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11404[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11405[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11406[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
11407[warn] 26 | @volatile private var tail: T | Null = _
11408[warn] | ^
11409[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11410[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11411[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11412[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
11413[warn] 29 | @volatile private var head: T | Null = _
11414[warn] | ^
11415[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11416[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11417[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11418[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
11419[warn] 30 | @volatile private var tail: T | Null = _
11420[warn] | ^
11421[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11422[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11423[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11424[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
11425[warn] 25 | private var head: T | Null = _
11426[warn] | ^
11427[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11428[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11429[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11430[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
11431[warn] 26 | private var tail: T | Null = _
11432[warn] | ^
11433[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11434[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11435[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11436[warn] 129 warnings found
11437[error] two errors found
11438Failed to evaluated codec-mqtt.compile: mill.api.Result$Failure
11439
11440Starting build for otavia-serde-proto - [16/23]
11441[info] compiling 1 Scala source to /build/repo/out/serde-proto/compile.dest/classes ...
11442[info] done compiling
11443Successfully evaluated serde-proto.compile
11444Skipping unused scalacOptions: -source, -rewrite
11445Flag -classpath set repeatedly
11446-- Warning: serde/src/cc/otavia/serde/Serde.scala:43:8 -------------------------
1144743 | def deserialize(in: Buffer): A
11448 | ^
11449 | Couldn't resolve a member for the given link query: Buffer
11450-- Warning: serde/src/cc/otavia/serde/Serde.scala:35:8 -------------------------
1145135 | def checkDeserializable(in: Buffer): Boolean = true
11452 | ^
11453 | Couldn't resolve a member for the given link query: Buffer
11454-- Warning: serde/src/cc/otavia/serde/Serde.scala:67:14 ------------------------
1145567 | final def serializeAny(value: Any, out: Buffer): Unit = serialize(value.asInstanceOf[A], out)
11456 | ^
11457 | Couldn't resolve a member for the given link query: Buffer
11458-- Warning: serde/src/cc/otavia/serde/Serde.scala:59:8 -------------------------
1145959 | def serialize(value: A, out: Buffer): Unit
11460 | ^
11461 | Couldn't resolve a member for the given link query: Buffer
11462-- Warning: serde/src/cc/otavia/serde/Serde.scala:51:14 ------------------------
1146351 | final def deserializeToAny(in: Buffer): Any = deserialize(in)
11464 | ^
11465 | Couldn't resolve a member for the given link query: Buffer
114666 warnings found
11467Successfully evaluated serde-proto.docJar
11468Failed to resolve scalaVersion, assume it's Scala 3 project
11469[info] compiling 1 Scala source to /build/repo/out/serde-proto/test/compile.dest/classes ...
11470[info] done compiling
11471Successfully evaluated serde-proto.test.compile
11472Publishing Artifact(cc.otavia,otavia-serde-proto_3,0.4.5) to ivy repo /root/.ivy2/local
11473Successfully evaluated serde-proto.publishLocal
11474
11475Starting build for otavia-codec-memcache - [17/23]
11476No test module defined in codec-memcache
11477[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
11478[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
11479[warn] 35 | protected var logger: Logger = _
11480[warn] | ^
11481[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11482[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11483[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11484[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
11485[warn] 37 | private var ctx: ActorContext = _
11486[warn] | ^
11487[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11488[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11489[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11490[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
11491[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
11492[warn] | ^
11493[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11494[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11495[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11496[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
11497[warn] 45 | private[core] var currentStack: Stack = _
11498[warn] | ^
11499[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11500[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11501[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11502[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
11503[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
11504[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11505[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
11506[error] |Required: cc.otavia.core.actor.MessageOf[W] &
11507[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
11508[error] |
11509[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
11510[error] |
11511[error] | longer explanation available when compiling with `-explain`
11512[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
11513[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
11514[error] | ^^^^^^^^^^^^
11515[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
11516[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
11517[error] |
11518[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
11519[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
11520[error] |
11521[error] |
11522[error] |Note: a match type could not be fully reduced:
11523[error] |
11524[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
11525[error] | failed since selector W
11526[error] | does not uniquely determine parameter m in
11527[error] | case cc.otavia.core.actor.Actor[m] => m
11528[error] | The computed bounds for the parameter are:
11529[error] | m <: cc.otavia.core.message.Call |
11530[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
11531[error] |
11532[error] | longer explanation available when compiling with `-explain`
11533[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
11534[warn] 30 | private var workers: Address[MessageOf[W]] = _
11535[warn] | ^
11536[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11537[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11538[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11539[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
11540[warn] 37 | private var currentChannelReceived: AnyRef = _
11541[warn] | ^
11542[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11543[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11544[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11545[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
11546[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
11547[warn] | ^
11548[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11549[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11550[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
11551[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
11552[warn] | ^
11553[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11554[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11555[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
11556[warn] 23 | private var variables: Array[AnyRef] = _
11557[warn] | ^
11558[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11559[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11560[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11561[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
11562[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
11563[warn] | ^
11564[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11565[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11566[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11567[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
11568[warn] 26 | private var thread: Thread = _
11569[warn] | ^
11570[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11571[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11572[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11573[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
11574[warn] 28 | private var head: Nextable = _
11575[warn] | ^
11576[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11577[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11578[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11579[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
11580[warn] 29 | private var tail: Nextable = _
11581[warn] | ^
11582[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11583[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11584[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11585[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
11586[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
11587[warn] | ^
11588[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11589[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11590[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11591[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
11592[warn] 46 | private var actorHouse: ActorHouse = _
11593[warn] | ^
11594[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11595[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11596[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11597[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
11598[warn] 49 | private var pipe: ChannelPipelineImpl = _
11599[warn] | ^
11600[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11601[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11602[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11603[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
11604[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
11605[warn] | ^
11606[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11607[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11608[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11609[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
11610[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
11611[warn] | ^
11612[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11613[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11614[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11615[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
11616[warn] 35 | private var path: Path = _
11617[warn] | ^
11618[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11619[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11620[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11621[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
11622[warn] 36 | protected var currentReadPlan: ReadPlan = _
11623[warn] | ^
11624[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11625[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11626[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11627[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
11628[warn] 38 | private var readFactory: ReadPlanFactory = _
11629[warn] | ^
11630[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11631[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11632[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11633[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
11634[warn] 22 | private[core] var added: Boolean = _
11635[warn] | ^
11636[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11637[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11638[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11639[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
11640[warn] 51 | private var removed: Boolean = _
11641[warn] | ^
11642[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11643[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11644[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11645[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
11646[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
11647[warn] | ^
11648[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11649[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11650[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11651[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
11652[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
11653[warn] | ^
11654[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11655[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11656[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11657[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
11658[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
11659[warn] | ^
11660[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11661[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11662[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11663[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
11664[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
11665[warn] | ^
11666[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11667[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11668[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11669[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
11670[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
11671[warn] | ^
11672[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11673[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11674[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11675[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
11676[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
11677[warn] | ^
11678[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11679[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11680[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11681[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
11682[warn] 38 | private var inbound: I = _
11683[warn] | ^
11684[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11685[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11686[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11687[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
11688[warn] 39 | private var outbound: O = _
11689[warn] | ^
11690[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11691[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11692[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11693[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
11694[warn] 42 | private var fileChannel: FileChannel = _
11695[warn] | ^
11696[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11697[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11698[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11699[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
11700[warn] 43 | private var file: File = _
11701[warn] | ^
11702[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11703[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11704[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11705[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
11706[warn] 27 | private var hd: QueueMapEntity = _
11707[warn] | ^
11708[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11709[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11710[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11711[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
11712[warn] 28 | private var tl: QueueMapEntity = _
11713[warn] | ^
11714[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11715[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11716[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11717[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
11718[warn] 34 | private var cursor: QueueMapEntity = _
11719[warn] | ^
11720[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11721[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11722[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11723[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
11724[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
11725[warn] | ^
11726[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11727[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11728[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11729[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
11730[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
11731[warn] | ^
11732[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11733[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11734[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11735[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
11736[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
11737[warn] | ^
11738[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11739[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11740[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11741[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
11742[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
11743[warn] | ^
11744[warn] |Ignoring [this] qualifier.
11745[warn] |This syntax will be deprecated in the future; it should be dropped.
11746[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
11747[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11748[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
11749[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
11750[warn] | ^
11751[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
11752[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11753[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
11754[warn] 29 | @volatile private var sys: ActorSystem = _
11755[warn] | ^
11756[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11757[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11758[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11759[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
11760[warn] 27 | private var address: Address[Call] = _
11761[warn] | ^
11762[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11763[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11764[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11765[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
11766[warn] 31 | private var msg: M = _
11767[warn] | ^
11768[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11769[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11770[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11771[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
11772[warn] 35 | private var rids: Array[Long] = _
11773[warn] | ^
11774[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11775[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11776[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11777[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
11778[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
11779[warn] | ^
11780[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11781[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11782[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11783[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
11784[warn] 28 | protected var stack: Stack = _
11785[warn] | ^
11786[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11787[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11788[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11789[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
11790[warn] 33 | protected var result: AnyRef = _
11791[warn] | ^
11792[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11793[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11794[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11795[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
11796[warn] 34 | protected var error: Throwable = _
11797[warn] | ^
11798[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11799[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11800[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11801[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
11802[warn] 36 | private var p: AbstractPromise[?] = _
11803[warn] | ^
11804[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11805[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11806[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11807[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
11808[warn] 30 | private var call: Call = _
11809[warn] | ^
11810[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11811[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11812[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11813[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
11814[warn] 31 | private var reply: Reply = _
11815[warn] | ^
11816[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11817[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11818[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11819[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
11820[warn] 33 | private var sender: Address[Call] = _
11821[warn] | ^
11822[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11823[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11824[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11825[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
11826[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
11827[warn] | ^
11828[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11829[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11830[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11831[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
11832[warn] 27 | private var messages: Seq[Notice] = _
11833[warn] | ^
11834[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11835[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11836[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11837[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
11838[warn] 49 | private var ch: Channel = _
11839[warn] | ^
11840[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11841[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11842[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11843[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
11844[warn] 50 | private var ask: AnyRef = _
11845[warn] | ^
11846[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11847[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11848[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11849[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
11850[warn] 51 | private var callback: ChannelPromise => Unit = _
11851[warn] | ^
11852[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11853[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11854[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11855[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
11856[warn] 27 | private var msg: AnyRef = _
11857[warn] | ^
11858[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11859[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11860[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11861[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
11862[warn] 28 | private var belong: AbstractChannel = _
11863[warn] | ^
11864[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11865[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11866[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11867[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
11868[warn] 33 | private var ret: AnyRef = _
11869[warn] | ^
11870[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11871[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11872[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11873[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
11874[warn] 29 | private var table: Array[MessagePromise[?]] = _
11875[warn] | ^
11876[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11877[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11878[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11879[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
11880[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
11881[warn] | ^
11882[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11883[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11884[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11885[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
11886[warn] 28 | private var msg: Call = _
11887[warn] | ^
11888[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11889[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11890[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11891[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
11892[warn] 26 | var head: AbstractPromise[?] = _
11893[warn] | ^
11894[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11895[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11896[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11897[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
11898[warn] 27 | var tail: AbstractPromise[?] = _
11899[warn] | ^
11900[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11901[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11902[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11903[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
11904[warn] 29 | private var nextState: StackState = _
11905[warn] | ^
11906[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11907[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11908[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11909[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
11910[warn] 32 | private var completedHead: AbstractPromise[?] = _
11911[warn] | ^
11912[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11913[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11914[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11915[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
11916[warn] 33 | private var completedTail: AbstractPromise[?] = _
11917[warn] | ^
11918[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11919[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11920[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11921[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
11922[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
11923[warn] | ^
11924[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11925[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11926[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11927[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
11928[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
11929[warn] | ^
11930[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11931[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11932[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11933[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
11934[warn] 40 | private var actor: AbstractActor[?] = _
11935[warn] | ^
11936[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11937[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11938[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11939[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
11940[warn] 42 | private var att: AnyRef = _
11941[warn] | ^
11942[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11943[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11944[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11945[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
11946[warn] 27 | private var fu: ChannelFuture = _
11947[warn] | ^
11948[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11949[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11950[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11951[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
11952[warn] 28 | private var fu: MessageFuture[R] = _
11953[warn] | ^
11954[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11955[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11956[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11957[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
11958[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
11959[warn] | ^
11960[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11961[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11962[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11963[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
11964[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
11965[warn] | ^
11966[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11967[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11968[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11969[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
11970[warn] 41 | private var actorAddress: ActorAddress[Call] = _
11971[warn] | ^
11972[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11973[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11974[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11975[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
11976[warn] 53 | private var tmpAskCursor: Nextable = _
11977[warn] | ^
11978[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11979[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11980[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11981[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
11982[warn] 54 | private var tmpNoticeCursor: Nextable = _
11983[warn] | ^
11984[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11985[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11986[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11987[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
11988[warn] 58 | @volatile private var preHouse: ActorHouse = _
11989[warn] | ^
11990[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11991[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11992[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11993[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
11994[warn] 59 | @volatile private var nextHouse: ActorHouse = _
11995[warn] | ^
11996[warn] |`= _` has been deprecated; use `= uninitialized` instead.
11997[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
11998[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
11999[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
12000[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
12001[warn] | ^
12002[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12003[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12004[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12005[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
12006[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
12007[warn] | ^
12008[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12009[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12010[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
12011[warn] 107 | private var system: ActorSystem = _
12012[warn] | ^
12013[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12014[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12015[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12016[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
12017[warn] 57 | private var mainActor: Address[MainActor.Args] = _
12018[warn] | ^
12019[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12020[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12021[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12022[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
12023[warn] 72 | private var memoryMonitor: Timeout = _
12024[warn] | ^
12025[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12026[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12027[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12028[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
12029[warn] 81 | private var systemMonitor: Timeout = _
12030[warn] | ^
12031[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12032[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12033[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12034[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
12035[warn] 34 | private var sys: ActorSystem = _
12036[warn] | ^
12037[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12038[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12039[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12040[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
12041[warn] 30 | @volatile private var head: ActorHouse = _
12042[warn] | ^
12043[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12044[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12045[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12046[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
12047[warn] 31 | @volatile private var tail: ActorHouse = _
12048[warn] | ^
12049[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12050[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12051[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12052[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
12053[warn] 51 | private var currentRunning: Actor[?] = _
12054[warn] | ^
12055[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12056[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12057[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12058[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
12059[warn] 26 | private var head: Nextable = _
12060[warn] | ^
12061[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12062[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12063[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12064[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
12065[warn] 27 | private var tail: Nextable = _
12066[warn] | ^
12067[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12068[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12069[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12070[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
12071[warn] 30 | @volatile private var head: ActorHouse = _
12072[warn] | ^
12073[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12074[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12075[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12076[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
12077[warn] 31 | @volatile private var tail: ActorHouse = _
12078[warn] | ^
12079[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12080[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12081[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12082[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
12083[warn] 37 | @volatile private var highHead: ActorHouse = _
12084[warn] | ^
12085[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12086[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12087[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12088[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
12089[warn] 38 | @volatile private var highTail: ActorHouse = _
12090[warn] | ^
12091[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12092[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12093[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12094[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
12095[warn] 29 | private var fs: Array[FileChannel] = _
12096[warn] | ^
12097[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12098[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12099[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12100[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
12101[warn] 28 | private var channel: Channel = _
12102[warn] | ^
12103[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12104[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12105[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12106[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
12107[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
12108[warn] | ^
12109[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12110[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12111[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12112[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
12113[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
12114[warn] | ^
12115[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12116[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12117[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12118[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
12119[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
12120[warn] | ^
12121[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12122[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12123[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12124[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
12125[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
12126[warn] | ^
12127[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12128[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12129[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12130[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
12131[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
12132[warn] | ^
12133[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12134[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12135[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12136[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
12137[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
12138[warn] | ^
12139[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12140[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12141[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12142[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
12143[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
12144[warn] | ^
12145[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12146[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12147[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12148[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
12149[warn] 26 | private var resourceTimer: ResourceTimer = _
12150[warn] | ^
12151[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12152[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12153[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12154[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
12155[warn] 34 | protected var address: EventableAddress = _
12156[warn] | ^
12157[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12158[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12159[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12160[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
12161[warn] 40 | @volatile protected var handle: Timeout = _
12162[warn] | ^
12163[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12164[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12165[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12166[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
12167[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
12168[warn] | ^
12169[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12170[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12171[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12172[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
12173[warn] 39 | private var reactor: Reactor = _
12174[warn] | ^
12175[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12176[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12177[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12178[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
12179[warn] 28 | private var transportFactory: TransportFactory = _
12180[warn] | ^
12181[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12182[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12183[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12184[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
12185[warn] 39 | protected var _selectionKey: SelectionKey = _
12186[warn] | ^
12187[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12188[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12189[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12190[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
12191[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
12192[warn] | ^
12193[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12194[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12195[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12196[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
12197[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
12198[warn] | ^
12199[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12200[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12201[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12202[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
12203[warn] 35 | private var ch: FileChannel = _
12204[warn] | ^
12205[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12206[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12207[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12208[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
12209[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
12210[warn] | ^
12211[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
12212[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12213[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
12214[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
12215[warn] | ^
12216[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12217[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12218[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12219[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
12220[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
12221[warn] | ^
12222[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12223[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12224[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12225[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
12226[warn] 44 | private var thread: Thread = _
12227[warn] | ^
12228[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12229[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12230[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12231[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
12232[warn] 56 | private var ioHandler: IoHandler = _
12233[warn] | ^
12234[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12235[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12236[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12237[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
12238[warn] 21 | @volatile private var n: Nextable | Null = _
12239[warn] | ^
12240[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12241[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12242[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12243[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
12244[warn] 25 | @volatile private var head: T | Null = _
12245[warn] | ^
12246[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12247[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12248[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12249[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
12250[warn] 26 | @volatile private var tail: T | Null = _
12251[warn] | ^
12252[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12253[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12254[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12255[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
12256[warn] 29 | @volatile private var head: T | Null = _
12257[warn] | ^
12258[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12259[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12260[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12261[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
12262[warn] 30 | @volatile private var tail: T | Null = _
12263[warn] | ^
12264[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12265[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12266[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12267[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
12268[warn] 25 | private var head: T | Null = _
12269[warn] | ^
12270[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12271[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12272[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12273[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
12274[warn] 26 | private var tail: T | Null = _
12275[warn] | ^
12276[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12277[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12278[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12279[warn] 129 warnings found
12280[error] two errors found
12281Failed to evaluated codec-memcache.compile: mill.api.Result$Failure
12282
12283Starting build for otavia-runtime - [18/23]
12284[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
12285[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
12286[warn] 35 | protected var logger: Logger = _
12287[warn] | ^
12288[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12289[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12290[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12291[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
12292[warn] 37 | private var ctx: ActorContext = _
12293[warn] | ^
12294[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12295[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12296[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12297[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
12298[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
12299[warn] | ^
12300[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12301[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12302[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12303[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
12304[warn] 45 | private[core] var currentStack: Stack = _
12305[warn] | ^
12306[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12307[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12308[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12309[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
12310[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
12311[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12312[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
12313[error] |Required: cc.otavia.core.actor.MessageOf[W] &
12314[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
12315[error] |
12316[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
12317[error] |
12318[error] | longer explanation available when compiling with `-explain`
12319[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
12320[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
12321[error] | ^^^^^^^^^^^^
12322[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
12323[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
12324[error] |
12325[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
12326[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
12327[error] |
12328[error] |
12329[error] |Note: a match type could not be fully reduced:
12330[error] |
12331[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
12332[error] | failed since selector W
12333[error] | does not uniquely determine parameter m in
12334[error] | case cc.otavia.core.actor.Actor[m] => m
12335[error] | The computed bounds for the parameter are:
12336[error] | m <: cc.otavia.core.message.Call |
12337[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
12338[error] |
12339[error] | longer explanation available when compiling with `-explain`
12340[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
12341[warn] 30 | private var workers: Address[MessageOf[W]] = _
12342[warn] | ^
12343[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12344[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12345[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12346[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
12347[warn] 37 | private var currentChannelReceived: AnyRef = _
12348[warn] | ^
12349[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12350[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12351[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12352[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
12353[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
12354[warn] | ^
12355[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12356[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12357[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
12358[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
12359[warn] | ^
12360[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12361[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12362[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
12363[warn] 23 | private var variables: Array[AnyRef] = _
12364[warn] | ^
12365[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12366[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12367[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12368[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
12369[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
12370[warn] | ^
12371[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12372[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12373[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12374[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
12375[warn] 26 | private var thread: Thread = _
12376[warn] | ^
12377[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12378[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12379[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12380[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
12381[warn] 28 | private var head: Nextable = _
12382[warn] | ^
12383[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12384[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12385[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12386[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
12387[warn] 29 | private var tail: Nextable = _
12388[warn] | ^
12389[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12390[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12391[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12392[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
12393[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
12394[warn] | ^
12395[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12396[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12397[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12398[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
12399[warn] 46 | private var actorHouse: ActorHouse = _
12400[warn] | ^
12401[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12402[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12403[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12404[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
12405[warn] 49 | private var pipe: ChannelPipelineImpl = _
12406[warn] | ^
12407[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12408[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12409[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12410[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
12411[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
12412[warn] | ^
12413[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12414[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12415[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12416[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
12417[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
12418[warn] | ^
12419[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12420[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12421[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12422[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
12423[warn] 35 | private var path: Path = _
12424[warn] | ^
12425[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12426[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12427[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12428[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
12429[warn] 36 | protected var currentReadPlan: ReadPlan = _
12430[warn] | ^
12431[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12432[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12433[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12434[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
12435[warn] 38 | private var readFactory: ReadPlanFactory = _
12436[warn] | ^
12437[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12438[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12439[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12440[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
12441[warn] 22 | private[core] var added: Boolean = _
12442[warn] | ^
12443[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12444[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12445[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12446[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
12447[warn] 51 | private var removed: Boolean = _
12448[warn] | ^
12449[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12450[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12451[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12452[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
12453[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
12454[warn] | ^
12455[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12456[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12457[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12458[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
12459[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
12460[warn] | ^
12461[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12462[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12463[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12464[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
12465[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
12466[warn] | ^
12467[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12468[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12469[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12470[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
12471[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
12472[warn] | ^
12473[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12474[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12475[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12476[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
12477[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
12478[warn] | ^
12479[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12480[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12481[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12482[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
12483[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
12484[warn] | ^
12485[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12486[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12487[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12488[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
12489[warn] 38 | private var inbound: I = _
12490[warn] | ^
12491[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12492[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12493[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12494[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
12495[warn] 39 | private var outbound: O = _
12496[warn] | ^
12497[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12498[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12499[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12500[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
12501[warn] 42 | private var fileChannel: FileChannel = _
12502[warn] | ^
12503[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12504[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12505[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12506[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
12507[warn] 43 | private var file: File = _
12508[warn] | ^
12509[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12510[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12511[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12512[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
12513[warn] 27 | private var hd: QueueMapEntity = _
12514[warn] | ^
12515[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12516[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12517[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12518[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
12519[warn] 28 | private var tl: QueueMapEntity = _
12520[warn] | ^
12521[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12522[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12523[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12524[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
12525[warn] 34 | private var cursor: QueueMapEntity = _
12526[warn] | ^
12527[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12528[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12529[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12530[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
12531[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
12532[warn] | ^
12533[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12534[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12535[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12536[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
12537[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
12538[warn] | ^
12539[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12540[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12541[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12542[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
12543[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
12544[warn] | ^
12545[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12546[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12547[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12548[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
12549[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
12550[warn] | ^
12551[warn] |Ignoring [this] qualifier.
12552[warn] |This syntax will be deprecated in the future; it should be dropped.
12553[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
12554[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12555[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
12556[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
12557[warn] | ^
12558[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12559[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12560[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
12561[warn] 29 | @volatile private var sys: ActorSystem = _
12562[warn] | ^
12563[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12564[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12565[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12566[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
12567[warn] 27 | private var address: Address[Call] = _
12568[warn] | ^
12569[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12570[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12571[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12572[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
12573[warn] 31 | private var msg: M = _
12574[warn] | ^
12575[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12576[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12577[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12578[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
12579[warn] 35 | private var rids: Array[Long] = _
12580[warn] | ^
12581[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12582[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12583[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12584[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
12585[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
12586[warn] | ^
12587[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12588[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12589[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12590[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
12591[warn] 28 | protected var stack: Stack = _
12592[warn] | ^
12593[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12594[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12595[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12596[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
12597[warn] 33 | protected var result: AnyRef = _
12598[warn] | ^
12599[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12600[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12601[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12602[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
12603[warn] 34 | protected var error: Throwable = _
12604[warn] | ^
12605[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12606[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12607[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12608[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
12609[warn] 36 | private var p: AbstractPromise[?] = _
12610[warn] | ^
12611[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12612[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12613[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12614[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
12615[warn] 30 | private var call: Call = _
12616[warn] | ^
12617[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12618[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12619[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12620[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
12621[warn] 31 | private var reply: Reply = _
12622[warn] | ^
12623[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12624[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12625[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12626[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
12627[warn] 33 | private var sender: Address[Call] = _
12628[warn] | ^
12629[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12630[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12631[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12632[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
12633[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
12634[warn] | ^
12635[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12636[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12637[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12638[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
12639[warn] 27 | private var messages: Seq[Notice] = _
12640[warn] | ^
12641[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12642[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12643[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12644[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
12645[warn] 49 | private var ch: Channel = _
12646[warn] | ^
12647[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12648[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12649[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12650[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
12651[warn] 50 | private var ask: AnyRef = _
12652[warn] | ^
12653[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12654[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12655[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12656[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
12657[warn] 51 | private var callback: ChannelPromise => Unit = _
12658[warn] | ^
12659[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12660[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12661[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12662[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
12663[warn] 27 | private var msg: AnyRef = _
12664[warn] | ^
12665[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12666[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12667[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12668[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
12669[warn] 28 | private var belong: AbstractChannel = _
12670[warn] | ^
12671[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12672[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12673[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12674[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
12675[warn] 33 | private var ret: AnyRef = _
12676[warn] | ^
12677[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12678[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12679[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12680[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
12681[warn] 29 | private var table: Array[MessagePromise[?]] = _
12682[warn] | ^
12683[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12684[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12685[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12686[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
12687[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
12688[warn] | ^
12689[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12690[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12691[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12692[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
12693[warn] 28 | private var msg: Call = _
12694[warn] | ^
12695[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12696[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12697[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12698[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
12699[warn] 26 | var head: AbstractPromise[?] = _
12700[warn] | ^
12701[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12702[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12703[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12704[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
12705[warn] 27 | var tail: AbstractPromise[?] = _
12706[warn] | ^
12707[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12708[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12709[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12710[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
12711[warn] 29 | private var nextState: StackState = _
12712[warn] | ^
12713[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12714[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12715[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12716[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
12717[warn] 32 | private var completedHead: AbstractPromise[?] = _
12718[warn] | ^
12719[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12720[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12721[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12722[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
12723[warn] 33 | private var completedTail: AbstractPromise[?] = _
12724[warn] | ^
12725[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12726[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12727[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12728[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
12729[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
12730[warn] | ^
12731[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12732[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12733[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12734[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
12735[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
12736[warn] | ^
12737[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12738[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12739[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12740[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
12741[warn] 40 | private var actor: AbstractActor[?] = _
12742[warn] | ^
12743[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12744[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12745[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12746[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
12747[warn] 42 | private var att: AnyRef = _
12748[warn] | ^
12749[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12750[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12751[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12752[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
12753[warn] 27 | private var fu: ChannelFuture = _
12754[warn] | ^
12755[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12756[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12757[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12758[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
12759[warn] 28 | private var fu: MessageFuture[R] = _
12760[warn] | ^
12761[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12762[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12763[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12764[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
12765[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
12766[warn] | ^
12767[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12768[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12769[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12770[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
12771[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
12772[warn] | ^
12773[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12774[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12775[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12776[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
12777[warn] 41 | private var actorAddress: ActorAddress[Call] = _
12778[warn] | ^
12779[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12780[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12781[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12782[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
12783[warn] 53 | private var tmpAskCursor: Nextable = _
12784[warn] | ^
12785[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12786[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12787[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12788[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
12789[warn] 54 | private var tmpNoticeCursor: Nextable = _
12790[warn] | ^
12791[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12792[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12793[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12794[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
12795[warn] 58 | @volatile private var preHouse: ActorHouse = _
12796[warn] | ^
12797[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12798[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12799[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12800[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
12801[warn] 59 | @volatile private var nextHouse: ActorHouse = _
12802[warn] | ^
12803[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12804[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12805[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12806[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
12807[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
12808[warn] | ^
12809[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12810[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12811[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12812[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
12813[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
12814[warn] | ^
12815[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
12816[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12817[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
12818[warn] 107 | private var system: ActorSystem = _
12819[warn] | ^
12820[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12821[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12822[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12823[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
12824[warn] 57 | private var mainActor: Address[MainActor.Args] = _
12825[warn] | ^
12826[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12827[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12828[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12829[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
12830[warn] 72 | private var memoryMonitor: Timeout = _
12831[warn] | ^
12832[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12833[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12834[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12835[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
12836[warn] 81 | private var systemMonitor: Timeout = _
12837[warn] | ^
12838[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12839[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12840[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12841[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
12842[warn] 34 | private var sys: ActorSystem = _
12843[warn] | ^
12844[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12845[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12846[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12847[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
12848[warn] 30 | @volatile private var head: ActorHouse = _
12849[warn] | ^
12850[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12851[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12852[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12853[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
12854[warn] 31 | @volatile private var tail: ActorHouse = _
12855[warn] | ^
12856[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12857[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12858[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12859[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
12860[warn] 51 | private var currentRunning: Actor[?] = _
12861[warn] | ^
12862[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12863[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12864[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12865[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
12866[warn] 26 | private var head: Nextable = _
12867[warn] | ^
12868[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12869[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12870[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12871[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
12872[warn] 27 | private var tail: Nextable = _
12873[warn] | ^
12874[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12875[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12876[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12877[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
12878[warn] 30 | @volatile private var head: ActorHouse = _
12879[warn] | ^
12880[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12881[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12882[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12883[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
12884[warn] 31 | @volatile private var tail: ActorHouse = _
12885[warn] | ^
12886[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12887[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12888[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12889[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
12890[warn] 37 | @volatile private var highHead: ActorHouse = _
12891[warn] | ^
12892[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12893[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12894[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12895[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
12896[warn] 38 | @volatile private var highTail: ActorHouse = _
12897[warn] | ^
12898[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12899[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12900[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12901[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
12902[warn] 29 | private var fs: Array[FileChannel] = _
12903[warn] | ^
12904[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12905[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12906[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12907[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
12908[warn] 28 | private var channel: Channel = _
12909[warn] | ^
12910[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12911[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12912[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12913[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
12914[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
12915[warn] | ^
12916[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12917[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12918[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12919[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
12920[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
12921[warn] | ^
12922[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12923[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12924[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12925[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
12926[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
12927[warn] | ^
12928[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12929[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12930[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12931[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
12932[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
12933[warn] | ^
12934[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12935[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12936[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12937[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
12938[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
12939[warn] | ^
12940[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12941[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12942[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12943[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
12944[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
12945[warn] | ^
12946[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12947[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12948[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12949[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
12950[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
12951[warn] | ^
12952[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12953[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12954[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12955[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
12956[warn] 26 | private var resourceTimer: ResourceTimer = _
12957[warn] | ^
12958[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12959[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12960[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12961[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
12962[warn] 34 | protected var address: EventableAddress = _
12963[warn] | ^
12964[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12965[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12966[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12967[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
12968[warn] 40 | @volatile protected var handle: Timeout = _
12969[warn] | ^
12970[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12971[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12972[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12973[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
12974[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
12975[warn] | ^
12976[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12977[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12978[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12979[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
12980[warn] 39 | private var reactor: Reactor = _
12981[warn] | ^
12982[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12983[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12984[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12985[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
12986[warn] 28 | private var transportFactory: TransportFactory = _
12987[warn] | ^
12988[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12989[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12990[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12991[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
12992[warn] 39 | protected var _selectionKey: SelectionKey = _
12993[warn] | ^
12994[warn] |`= _` has been deprecated; use `= uninitialized` instead.
12995[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
12996[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
12997[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
12998[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
12999[warn] | ^
13000[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13001[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13002[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13003[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
13004[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
13005[warn] | ^
13006[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13007[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13008[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13009[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
13010[warn] 35 | private var ch: FileChannel = _
13011[warn] | ^
13012[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13013[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13014[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13015[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
13016[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
13017[warn] | ^
13018[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
13019[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13020[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
13021[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
13022[warn] | ^
13023[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13024[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13025[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13026[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
13027[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
13028[warn] | ^
13029[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13030[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13031[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13032[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
13033[warn] 44 | private var thread: Thread = _
13034[warn] | ^
13035[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13036[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13037[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13038[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
13039[warn] 56 | private var ioHandler: IoHandler = _
13040[warn] | ^
13041[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13042[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13043[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13044[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
13045[warn] 21 | @volatile private var n: Nextable | Null = _
13046[warn] | ^
13047[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13048[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13049[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13050[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
13051[warn] 25 | @volatile private var head: T | Null = _
13052[warn] | ^
13053[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13054[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13055[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13056[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
13057[warn] 26 | @volatile private var tail: T | Null = _
13058[warn] | ^
13059[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13060[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13061[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13062[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
13063[warn] 29 | @volatile private var head: T | Null = _
13064[warn] | ^
13065[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13066[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13067[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13068[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
13069[warn] 30 | @volatile private var tail: T | Null = _
13070[warn] | ^
13071[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13072[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13073[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13074[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
13075[warn] 25 | private var head: T | Null = _
13076[warn] | ^
13077[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13078[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13079[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13080[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
13081[warn] 26 | private var tail: T | Null = _
13082[warn] | ^
13083[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13084[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13085[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13086[warn] 129 warnings found
13087[error] two errors found
13088Failed to evaluated core.compile: mill.api.Result$Failure
13089
13090Starting build for otavia-codec-smtp - [19/23]
13091No test module defined in codec-smtp
13092[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
13093[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
13094[warn] 35 | protected var logger: Logger = _
13095[warn] | ^
13096[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13097[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13098[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13099[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
13100[warn] 37 | private var ctx: ActorContext = _
13101[warn] | ^
13102[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13103[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13104[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13105[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
13106[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
13107[warn] | ^
13108[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13109[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13110[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13111[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
13112[warn] 45 | private[core] var currentStack: Stack = _
13113[warn] | ^
13114[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13115[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13116[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13117[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
13118[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13119[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13120[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13121[error] |Required: cc.otavia.core.actor.MessageOf[W] &
13122[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13123[error] |
13124[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
13125[error] |
13126[error] | longer explanation available when compiling with `-explain`
13127[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
13128[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13129[error] | ^^^^^^^^^^^^
13130[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
13131[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
13132[error] |
13133[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
13134[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13135[error] |
13136[error] |
13137[error] |Note: a match type could not be fully reduced:
13138[error] |
13139[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
13140[error] | failed since selector W
13141[error] | does not uniquely determine parameter m in
13142[error] | case cc.otavia.core.actor.Actor[m] => m
13143[error] | The computed bounds for the parameter are:
13144[error] | m <: cc.otavia.core.message.Call |
13145[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13146[error] |
13147[error] | longer explanation available when compiling with `-explain`
13148[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
13149[warn] 30 | private var workers: Address[MessageOf[W]] = _
13150[warn] | ^
13151[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13152[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13153[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13154[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
13155[warn] 37 | private var currentChannelReceived: AnyRef = _
13156[warn] | ^
13157[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13158[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13159[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13160[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
13161[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
13162[warn] | ^
13163[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13164[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13165[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
13166[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
13167[warn] | ^
13168[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13169[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13170[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
13171[warn] 23 | private var variables: Array[AnyRef] = _
13172[warn] | ^
13173[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13174[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13175[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13176[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
13177[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
13178[warn] | ^
13179[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13180[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13181[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13182[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
13183[warn] 26 | private var thread: Thread = _
13184[warn] | ^
13185[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13186[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13187[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13188[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
13189[warn] 28 | private var head: Nextable = _
13190[warn] | ^
13191[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13192[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13193[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13194[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
13195[warn] 29 | private var tail: Nextable = _
13196[warn] | ^
13197[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13198[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13199[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13200[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
13201[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
13202[warn] | ^
13203[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13204[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13205[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13206[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
13207[warn] 46 | private var actorHouse: ActorHouse = _
13208[warn] | ^
13209[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13210[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13211[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13212[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
13213[warn] 49 | private var pipe: ChannelPipelineImpl = _
13214[warn] | ^
13215[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13216[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13217[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13218[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
13219[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
13220[warn] | ^
13221[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13222[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13223[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13224[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
13225[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
13226[warn] | ^
13227[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13228[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13229[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13230[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
13231[warn] 35 | private var path: Path = _
13232[warn] | ^
13233[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13234[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13235[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13236[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
13237[warn] 36 | protected var currentReadPlan: ReadPlan = _
13238[warn] | ^
13239[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13240[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13241[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13242[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
13243[warn] 38 | private var readFactory: ReadPlanFactory = _
13244[warn] | ^
13245[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13246[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13247[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13248[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
13249[warn] 22 | private[core] var added: Boolean = _
13250[warn] | ^
13251[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13252[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13253[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13254[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
13255[warn] 51 | private var removed: Boolean = _
13256[warn] | ^
13257[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13258[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13259[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13260[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
13261[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
13262[warn] | ^
13263[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13264[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13265[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13266[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
13267[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
13268[warn] | ^
13269[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13270[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13271[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13272[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
13273[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
13274[warn] | ^
13275[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13276[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13277[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13278[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
13279[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
13280[warn] | ^
13281[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13282[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13283[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13284[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
13285[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
13286[warn] | ^
13287[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13288[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13289[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13290[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
13291[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
13292[warn] | ^
13293[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13294[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13295[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13296[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
13297[warn] 38 | private var inbound: I = _
13298[warn] | ^
13299[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13300[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13301[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13302[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
13303[warn] 39 | private var outbound: O = _
13304[warn] | ^
13305[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13306[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13307[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13308[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
13309[warn] 42 | private var fileChannel: FileChannel = _
13310[warn] | ^
13311[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13312[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13313[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13314[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
13315[warn] 43 | private var file: File = _
13316[warn] | ^
13317[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13318[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13319[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13320[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
13321[warn] 27 | private var hd: QueueMapEntity = _
13322[warn] | ^
13323[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13324[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13325[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13326[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
13327[warn] 28 | private var tl: QueueMapEntity = _
13328[warn] | ^
13329[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13330[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13331[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13332[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
13333[warn] 34 | private var cursor: QueueMapEntity = _
13334[warn] | ^
13335[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13336[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13337[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13338[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
13339[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
13340[warn] | ^
13341[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13342[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13343[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13344[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
13345[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
13346[warn] | ^
13347[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13348[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13349[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13350[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
13351[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
13352[warn] | ^
13353[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13354[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13355[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13356[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
13357[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
13358[warn] | ^
13359[warn] |Ignoring [this] qualifier.
13360[warn] |This syntax will be deprecated in the future; it should be dropped.
13361[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
13362[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13363[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
13364[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
13365[warn] | ^
13366[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13367[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13368[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
13369[warn] 29 | @volatile private var sys: ActorSystem = _
13370[warn] | ^
13371[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13372[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13373[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13374[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
13375[warn] 27 | private var address: Address[Call] = _
13376[warn] | ^
13377[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13378[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13379[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13380[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
13381[warn] 31 | private var msg: M = _
13382[warn] | ^
13383[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13384[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13385[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13386[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
13387[warn] 35 | private var rids: Array[Long] = _
13388[warn] | ^
13389[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13390[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13391[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13392[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
13393[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
13394[warn] | ^
13395[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13396[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13397[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13398[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
13399[warn] 28 | protected var stack: Stack = _
13400[warn] | ^
13401[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13402[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13403[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13404[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
13405[warn] 33 | protected var result: AnyRef = _
13406[warn] | ^
13407[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13408[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13409[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13410[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
13411[warn] 34 | protected var error: Throwable = _
13412[warn] | ^
13413[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13414[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13415[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13416[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
13417[warn] 36 | private var p: AbstractPromise[?] = _
13418[warn] | ^
13419[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13420[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13421[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13422[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
13423[warn] 30 | private var call: Call = _
13424[warn] | ^
13425[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13426[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13427[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13428[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
13429[warn] 31 | private var reply: Reply = _
13430[warn] | ^
13431[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13432[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13433[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13434[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
13435[warn] 33 | private var sender: Address[Call] = _
13436[warn] | ^
13437[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13438[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13439[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13440[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
13441[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
13442[warn] | ^
13443[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13444[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13445[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13446[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
13447[warn] 27 | private var messages: Seq[Notice] = _
13448[warn] | ^
13449[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13450[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13451[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13452[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
13453[warn] 49 | private var ch: Channel = _
13454[warn] | ^
13455[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13456[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13457[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13458[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
13459[warn] 50 | private var ask: AnyRef = _
13460[warn] | ^
13461[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13462[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13463[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13464[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
13465[warn] 51 | private var callback: ChannelPromise => Unit = _
13466[warn] | ^
13467[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13468[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13469[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13470[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
13471[warn] 27 | private var msg: AnyRef = _
13472[warn] | ^
13473[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13474[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13475[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13476[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
13477[warn] 28 | private var belong: AbstractChannel = _
13478[warn] | ^
13479[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13480[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13481[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13482[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
13483[warn] 33 | private var ret: AnyRef = _
13484[warn] | ^
13485[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13486[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13487[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13488[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
13489[warn] 29 | private var table: Array[MessagePromise[?]] = _
13490[warn] | ^
13491[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13492[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13493[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13494[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
13495[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
13496[warn] | ^
13497[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13498[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13499[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13500[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
13501[warn] 28 | private var msg: Call = _
13502[warn] | ^
13503[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13504[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13505[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13506[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
13507[warn] 26 | var head: AbstractPromise[?] = _
13508[warn] | ^
13509[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13510[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13511[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13512[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
13513[warn] 27 | var tail: AbstractPromise[?] = _
13514[warn] | ^
13515[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13516[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13517[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13518[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
13519[warn] 29 | private var nextState: StackState = _
13520[warn] | ^
13521[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13522[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13523[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13524[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
13525[warn] 32 | private var completedHead: AbstractPromise[?] = _
13526[warn] | ^
13527[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13528[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13529[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13530[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
13531[warn] 33 | private var completedTail: AbstractPromise[?] = _
13532[warn] | ^
13533[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13534[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13535[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13536[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
13537[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
13538[warn] | ^
13539[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13540[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13541[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13542[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
13543[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
13544[warn] | ^
13545[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13546[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13547[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13548[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
13549[warn] 40 | private var actor: AbstractActor[?] = _
13550[warn] | ^
13551[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13552[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13553[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13554[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
13555[warn] 42 | private var att: AnyRef = _
13556[warn] | ^
13557[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13558[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13559[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13560[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
13561[warn] 27 | private var fu: ChannelFuture = _
13562[warn] | ^
13563[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13564[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13565[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13566[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
13567[warn] 28 | private var fu: MessageFuture[R] = _
13568[warn] | ^
13569[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13570[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13571[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13572[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
13573[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
13574[warn] | ^
13575[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13576[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13577[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13578[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
13579[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
13580[warn] | ^
13581[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13582[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13583[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13584[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
13585[warn] 41 | private var actorAddress: ActorAddress[Call] = _
13586[warn] | ^
13587[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13588[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13589[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13590[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
13591[warn] 53 | private var tmpAskCursor: Nextable = _
13592[warn] | ^
13593[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13594[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13595[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13596[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
13597[warn] 54 | private var tmpNoticeCursor: Nextable = _
13598[warn] | ^
13599[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13600[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13601[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13602[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
13603[warn] 58 | @volatile private var preHouse: ActorHouse = _
13604[warn] | ^
13605[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13606[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13607[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13608[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
13609[warn] 59 | @volatile private var nextHouse: ActorHouse = _
13610[warn] | ^
13611[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13612[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13613[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13614[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
13615[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
13616[warn] | ^
13617[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13618[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13619[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13620[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
13621[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
13622[warn] | ^
13623[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13624[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13625[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
13626[warn] 107 | private var system: ActorSystem = _
13627[warn] | ^
13628[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13629[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13630[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13631[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
13632[warn] 57 | private var mainActor: Address[MainActor.Args] = _
13633[warn] | ^
13634[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13635[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13636[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13637[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
13638[warn] 72 | private var memoryMonitor: Timeout = _
13639[warn] | ^
13640[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13641[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13642[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13643[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
13644[warn] 81 | private var systemMonitor: Timeout = _
13645[warn] | ^
13646[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13647[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13648[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13649[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
13650[warn] 34 | private var sys: ActorSystem = _
13651[warn] | ^
13652[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13653[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13654[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13655[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
13656[warn] 30 | @volatile private var head: ActorHouse = _
13657[warn] | ^
13658[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13659[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13660[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13661[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
13662[warn] 31 | @volatile private var tail: ActorHouse = _
13663[warn] | ^
13664[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13665[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13666[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13667[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
13668[warn] 51 | private var currentRunning: Actor[?] = _
13669[warn] | ^
13670[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13671[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13672[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13673[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
13674[warn] 26 | private var head: Nextable = _
13675[warn] | ^
13676[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13677[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13678[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13679[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
13680[warn] 27 | private var tail: Nextable = _
13681[warn] | ^
13682[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13683[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13684[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13685[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
13686[warn] 30 | @volatile private var head: ActorHouse = _
13687[warn] | ^
13688[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13689[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13690[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13691[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
13692[warn] 31 | @volatile private var tail: ActorHouse = _
13693[warn] | ^
13694[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13695[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13696[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13697[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
13698[warn] 37 | @volatile private var highHead: ActorHouse = _
13699[warn] | ^
13700[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13701[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13702[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13703[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
13704[warn] 38 | @volatile private var highTail: ActorHouse = _
13705[warn] | ^
13706[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13707[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13708[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13709[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
13710[warn] 29 | private var fs: Array[FileChannel] = _
13711[warn] | ^
13712[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13713[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13714[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13715[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
13716[warn] 28 | private var channel: Channel = _
13717[warn] | ^
13718[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13719[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13720[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13721[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
13722[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
13723[warn] | ^
13724[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13725[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13726[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13727[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
13728[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
13729[warn] | ^
13730[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13731[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13732[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13733[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
13734[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
13735[warn] | ^
13736[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13737[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13738[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13739[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
13740[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
13741[warn] | ^
13742[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13743[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13744[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13745[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
13746[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
13747[warn] | ^
13748[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13749[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13750[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13751[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
13752[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
13753[warn] | ^
13754[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13755[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13756[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13757[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
13758[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
13759[warn] | ^
13760[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13761[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13762[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13763[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
13764[warn] 26 | private var resourceTimer: ResourceTimer = _
13765[warn] | ^
13766[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13767[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13768[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13769[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
13770[warn] 34 | protected var address: EventableAddress = _
13771[warn] | ^
13772[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13773[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13774[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13775[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
13776[warn] 40 | @volatile protected var handle: Timeout = _
13777[warn] | ^
13778[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13779[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13780[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13781[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
13782[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
13783[warn] | ^
13784[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13785[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13786[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13787[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
13788[warn] 39 | private var reactor: Reactor = _
13789[warn] | ^
13790[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13791[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13792[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13793[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
13794[warn] 28 | private var transportFactory: TransportFactory = _
13795[warn] | ^
13796[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13797[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13798[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13799[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
13800[warn] 39 | protected var _selectionKey: SelectionKey = _
13801[warn] | ^
13802[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13803[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13804[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13805[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
13806[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
13807[warn] | ^
13808[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13809[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13810[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13811[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
13812[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
13813[warn] | ^
13814[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13815[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13816[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13817[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
13818[warn] 35 | private var ch: FileChannel = _
13819[warn] | ^
13820[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13821[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13822[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13823[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
13824[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
13825[warn] | ^
13826[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
13827[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13828[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
13829[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
13830[warn] | ^
13831[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13832[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13833[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13834[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
13835[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
13836[warn] | ^
13837[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13838[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13839[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13840[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
13841[warn] 44 | private var thread: Thread = _
13842[warn] | ^
13843[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13844[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13845[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13846[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
13847[warn] 56 | private var ioHandler: IoHandler = _
13848[warn] | ^
13849[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13850[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13851[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13852[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
13853[warn] 21 | @volatile private var n: Nextable | Null = _
13854[warn] | ^
13855[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13856[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13857[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13858[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
13859[warn] 25 | @volatile private var head: T | Null = _
13860[warn] | ^
13861[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13862[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13863[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13864[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
13865[warn] 26 | @volatile private var tail: T | Null = _
13866[warn] | ^
13867[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13868[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13869[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13870[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
13871[warn] 29 | @volatile private var head: T | Null = _
13872[warn] | ^
13873[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13874[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13875[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13876[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
13877[warn] 30 | @volatile private var tail: T | Null = _
13878[warn] | ^
13879[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13880[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13881[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13882[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
13883[warn] 25 | private var head: T | Null = _
13884[warn] | ^
13885[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13886[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13887[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13888[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
13889[warn] 26 | private var tail: T | Null = _
13890[warn] | ^
13891[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13892[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13893[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13894[warn] 129 warnings found
13895[error] two errors found
13896Failed to evaluated codec-smtp.compile: mill.api.Result$Failure
13897
13898Starting build for otavia-codec - [20/23]
13899[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
13900[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
13901[warn] 35 | protected var logger: Logger = _
13902[warn] | ^
13903[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13904[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13905[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13906[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
13907[warn] 37 | private var ctx: ActorContext = _
13908[warn] | ^
13909[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13910[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13911[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13912[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
13913[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
13914[warn] | ^
13915[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13916[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13917[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13918[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
13919[warn] 45 | private[core] var currentStack: Stack = _
13920[warn] | ^
13921[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13922[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13923[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13924[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
13925[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13926[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13927[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13928[error] |Required: cc.otavia.core.actor.MessageOf[W] &
13929[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13930[error] |
13931[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
13932[error] |
13933[error] | longer explanation available when compiling with `-explain`
13934[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
13935[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
13936[error] | ^^^^^^^^^^^^
13937[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
13938[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
13939[error] |
13940[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
13941[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
13942[error] |
13943[error] |
13944[error] |Note: a match type could not be fully reduced:
13945[error] |
13946[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
13947[error] | failed since selector W
13948[error] | does not uniquely determine parameter m in
13949[error] | case cc.otavia.core.actor.Actor[m] => m
13950[error] | The computed bounds for the parameter are:
13951[error] | m <: cc.otavia.core.message.Call |
13952[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
13953[error] |
13954[error] | longer explanation available when compiling with `-explain`
13955[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
13956[warn] 30 | private var workers: Address[MessageOf[W]] = _
13957[warn] | ^
13958[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13959[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13960[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13961[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
13962[warn] 37 | private var currentChannelReceived: AnyRef = _
13963[warn] | ^
13964[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13965[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13966[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13967[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
13968[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
13969[warn] | ^
13970[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13971[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13972[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
13973[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
13974[warn] | ^
13975[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
13976[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13977[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
13978[warn] 23 | private var variables: Array[AnyRef] = _
13979[warn] | ^
13980[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13981[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13982[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13983[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
13984[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
13985[warn] | ^
13986[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13987[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13988[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13989[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
13990[warn] 26 | private var thread: Thread = _
13991[warn] | ^
13992[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13993[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
13994[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
13995[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
13996[warn] 28 | private var head: Nextable = _
13997[warn] | ^
13998[warn] |`= _` has been deprecated; use `= uninitialized` instead.
13999[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14000[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14001[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
14002[warn] 29 | private var tail: Nextable = _
14003[warn] | ^
14004[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14005[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14006[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14007[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
14008[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
14009[warn] | ^
14010[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14011[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14012[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14013[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
14014[warn] 46 | private var actorHouse: ActorHouse = _
14015[warn] | ^
14016[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14017[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14018[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14019[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
14020[warn] 49 | private var pipe: ChannelPipelineImpl = _
14021[warn] | ^
14022[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14023[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14024[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14025[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
14026[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
14027[warn] | ^
14028[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14029[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14030[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14031[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
14032[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
14033[warn] | ^
14034[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14035[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14036[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14037[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
14038[warn] 35 | private var path: Path = _
14039[warn] | ^
14040[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14041[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14042[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14043[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
14044[warn] 36 | protected var currentReadPlan: ReadPlan = _
14045[warn] | ^
14046[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14047[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14048[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14049[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
14050[warn] 38 | private var readFactory: ReadPlanFactory = _
14051[warn] | ^
14052[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14053[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14054[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14055[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
14056[warn] 22 | private[core] var added: Boolean = _
14057[warn] | ^
14058[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14059[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14060[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14061[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
14062[warn] 51 | private var removed: Boolean = _
14063[warn] | ^
14064[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14065[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14066[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14067[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
14068[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
14069[warn] | ^
14070[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14071[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14072[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14073[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
14074[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
14075[warn] | ^
14076[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14077[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14078[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14079[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
14080[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
14081[warn] | ^
14082[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14083[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14084[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14085[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
14086[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
14087[warn] | ^
14088[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14089[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14090[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14091[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
14092[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14093[warn] | ^
14094[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14095[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14096[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14097[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
14098[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14099[warn] | ^
14100[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14101[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14102[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14103[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
14104[warn] 38 | private var inbound: I = _
14105[warn] | ^
14106[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14107[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14108[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14109[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
14110[warn] 39 | private var outbound: O = _
14111[warn] | ^
14112[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14113[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14114[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14115[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
14116[warn] 42 | private var fileChannel: FileChannel = _
14117[warn] | ^
14118[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14119[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14120[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14121[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
14122[warn] 43 | private var file: File = _
14123[warn] | ^
14124[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14125[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14126[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14127[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
14128[warn] 27 | private var hd: QueueMapEntity = _
14129[warn] | ^
14130[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14131[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14132[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14133[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
14134[warn] 28 | private var tl: QueueMapEntity = _
14135[warn] | ^
14136[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14137[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14138[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14139[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
14140[warn] 34 | private var cursor: QueueMapEntity = _
14141[warn] | ^
14142[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14143[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14144[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14145[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
14146[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
14147[warn] | ^
14148[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14149[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14150[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14151[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
14152[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
14153[warn] | ^
14154[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14155[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14156[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14157[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
14158[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
14159[warn] | ^
14160[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14161[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14162[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14163[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
14164[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
14165[warn] | ^
14166[warn] |Ignoring [this] qualifier.
14167[warn] |This syntax will be deprecated in the future; it should be dropped.
14168[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
14169[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14170[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
14171[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
14172[warn] | ^
14173[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14174[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14175[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
14176[warn] 29 | @volatile private var sys: ActorSystem = _
14177[warn] | ^
14178[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14179[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14180[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14181[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
14182[warn] 27 | private var address: Address[Call] = _
14183[warn] | ^
14184[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14185[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14186[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14187[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
14188[warn] 31 | private var msg: M = _
14189[warn] | ^
14190[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14191[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14192[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14193[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
14194[warn] 35 | private var rids: Array[Long] = _
14195[warn] | ^
14196[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14197[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14198[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14199[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
14200[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
14201[warn] | ^
14202[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14203[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14204[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14205[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
14206[warn] 28 | protected var stack: Stack = _
14207[warn] | ^
14208[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14209[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14210[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14211[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
14212[warn] 33 | protected var result: AnyRef = _
14213[warn] | ^
14214[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14215[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14216[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14217[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
14218[warn] 34 | protected var error: Throwable = _
14219[warn] | ^
14220[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14221[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14222[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14223[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
14224[warn] 36 | private var p: AbstractPromise[?] = _
14225[warn] | ^
14226[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14227[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14228[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14229[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
14230[warn] 30 | private var call: Call = _
14231[warn] | ^
14232[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14233[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14234[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14235[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
14236[warn] 31 | private var reply: Reply = _
14237[warn] | ^
14238[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14239[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14240[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14241[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
14242[warn] 33 | private var sender: Address[Call] = _
14243[warn] | ^
14244[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14245[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14246[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14247[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
14248[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
14249[warn] | ^
14250[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14251[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14252[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14253[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
14254[warn] 27 | private var messages: Seq[Notice] = _
14255[warn] | ^
14256[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14257[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14258[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14259[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
14260[warn] 49 | private var ch: Channel = _
14261[warn] | ^
14262[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14263[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14264[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14265[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
14266[warn] 50 | private var ask: AnyRef = _
14267[warn] | ^
14268[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14269[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14270[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14271[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
14272[warn] 51 | private var callback: ChannelPromise => Unit = _
14273[warn] | ^
14274[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14275[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14276[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14277[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
14278[warn] 27 | private var msg: AnyRef = _
14279[warn] | ^
14280[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14281[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14282[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14283[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
14284[warn] 28 | private var belong: AbstractChannel = _
14285[warn] | ^
14286[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14287[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14288[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14289[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
14290[warn] 33 | private var ret: AnyRef = _
14291[warn] | ^
14292[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14293[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14294[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14295[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
14296[warn] 29 | private var table: Array[MessagePromise[?]] = _
14297[warn] | ^
14298[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14299[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14300[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14301[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
14302[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
14303[warn] | ^
14304[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14305[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14306[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14307[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
14308[warn] 28 | private var msg: Call = _
14309[warn] | ^
14310[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14311[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14312[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14313[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
14314[warn] 26 | var head: AbstractPromise[?] = _
14315[warn] | ^
14316[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14317[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14318[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14319[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
14320[warn] 27 | var tail: AbstractPromise[?] = _
14321[warn] | ^
14322[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14323[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14324[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14325[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
14326[warn] 29 | private var nextState: StackState = _
14327[warn] | ^
14328[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14329[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14330[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14331[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
14332[warn] 32 | private var completedHead: AbstractPromise[?] = _
14333[warn] | ^
14334[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14335[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14336[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14337[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
14338[warn] 33 | private var completedTail: AbstractPromise[?] = _
14339[warn] | ^
14340[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14341[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14342[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14343[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
14344[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
14345[warn] | ^
14346[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14347[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14348[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14349[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
14350[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
14351[warn] | ^
14352[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14353[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14354[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14355[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
14356[warn] 40 | private var actor: AbstractActor[?] = _
14357[warn] | ^
14358[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14359[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14360[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14361[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
14362[warn] 42 | private var att: AnyRef = _
14363[warn] | ^
14364[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14365[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14366[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14367[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
14368[warn] 27 | private var fu: ChannelFuture = _
14369[warn] | ^
14370[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14371[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14372[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14373[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
14374[warn] 28 | private var fu: MessageFuture[R] = _
14375[warn] | ^
14376[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14377[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14378[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14379[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
14380[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
14381[warn] | ^
14382[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14383[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14384[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14385[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
14386[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
14387[warn] | ^
14388[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14389[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14390[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14391[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
14392[warn] 41 | private var actorAddress: ActorAddress[Call] = _
14393[warn] | ^
14394[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14395[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14396[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14397[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
14398[warn] 53 | private var tmpAskCursor: Nextable = _
14399[warn] | ^
14400[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14401[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14402[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14403[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
14404[warn] 54 | private var tmpNoticeCursor: Nextable = _
14405[warn] | ^
14406[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14407[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14408[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14409[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
14410[warn] 58 | @volatile private var preHouse: ActorHouse = _
14411[warn] | ^
14412[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14413[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14414[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14415[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
14416[warn] 59 | @volatile private var nextHouse: ActorHouse = _
14417[warn] | ^
14418[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14419[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14420[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14421[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
14422[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
14423[warn] | ^
14424[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14425[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14426[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14427[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
14428[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
14429[warn] | ^
14430[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14431[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14432[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
14433[warn] 107 | private var system: ActorSystem = _
14434[warn] | ^
14435[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14436[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14437[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14438[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
14439[warn] 57 | private var mainActor: Address[MainActor.Args] = _
14440[warn] | ^
14441[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14442[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14443[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14444[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
14445[warn] 72 | private var memoryMonitor: Timeout = _
14446[warn] | ^
14447[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14448[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14449[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14450[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
14451[warn] 81 | private var systemMonitor: Timeout = _
14452[warn] | ^
14453[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14454[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14455[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14456[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
14457[warn] 34 | private var sys: ActorSystem = _
14458[warn] | ^
14459[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14460[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14461[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14462[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
14463[warn] 30 | @volatile private var head: ActorHouse = _
14464[warn] | ^
14465[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14466[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14467[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14468[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
14469[warn] 31 | @volatile private var tail: ActorHouse = _
14470[warn] | ^
14471[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14472[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14473[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14474[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
14475[warn] 51 | private var currentRunning: Actor[?] = _
14476[warn] | ^
14477[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14478[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14479[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14480[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
14481[warn] 26 | private var head: Nextable = _
14482[warn] | ^
14483[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14484[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14485[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14486[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
14487[warn] 27 | private var tail: Nextable = _
14488[warn] | ^
14489[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14490[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14491[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14492[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
14493[warn] 30 | @volatile private var head: ActorHouse = _
14494[warn] | ^
14495[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14496[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14497[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14498[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
14499[warn] 31 | @volatile private var tail: ActorHouse = _
14500[warn] | ^
14501[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14502[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14503[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14504[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
14505[warn] 37 | @volatile private var highHead: ActorHouse = _
14506[warn] | ^
14507[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14508[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14509[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14510[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
14511[warn] 38 | @volatile private var highTail: ActorHouse = _
14512[warn] | ^
14513[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14514[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14515[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14516[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
14517[warn] 29 | private var fs: Array[FileChannel] = _
14518[warn] | ^
14519[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14520[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14521[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14522[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
14523[warn] 28 | private var channel: Channel = _
14524[warn] | ^
14525[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14526[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14527[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14528[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
14529[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
14530[warn] | ^
14531[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14532[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14533[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14534[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
14535[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
14536[warn] | ^
14537[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14538[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14539[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14540[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
14541[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
14542[warn] | ^
14543[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14544[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14545[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14546[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
14547[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
14548[warn] | ^
14549[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14550[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14551[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14552[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
14553[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
14554[warn] | ^
14555[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14556[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14557[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14558[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
14559[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
14560[warn] | ^
14561[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14562[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14563[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14564[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
14565[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
14566[warn] | ^
14567[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14568[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14569[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14570[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
14571[warn] 26 | private var resourceTimer: ResourceTimer = _
14572[warn] | ^
14573[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14574[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14575[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14576[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
14577[warn] 34 | protected var address: EventableAddress = _
14578[warn] | ^
14579[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14580[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14581[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14582[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
14583[warn] 40 | @volatile protected var handle: Timeout = _
14584[warn] | ^
14585[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14586[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14587[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14588[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
14589[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
14590[warn] | ^
14591[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14592[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14593[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14594[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
14595[warn] 39 | private var reactor: Reactor = _
14596[warn] | ^
14597[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14598[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14599[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14600[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
14601[warn] 28 | private var transportFactory: TransportFactory = _
14602[warn] | ^
14603[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14604[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14605[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14606[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
14607[warn] 39 | protected var _selectionKey: SelectionKey = _
14608[warn] | ^
14609[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14610[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14611[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14612[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
14613[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
14614[warn] | ^
14615[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14616[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14617[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14618[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
14619[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
14620[warn] | ^
14621[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14622[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14623[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14624[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
14625[warn] 35 | private var ch: FileChannel = _
14626[warn] | ^
14627[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14628[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14629[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14630[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
14631[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
14632[warn] | ^
14633[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
14634[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14635[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
14636[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
14637[warn] | ^
14638[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14639[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14640[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14641[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
14642[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
14643[warn] | ^
14644[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14645[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14646[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14647[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
14648[warn] 44 | private var thread: Thread = _
14649[warn] | ^
14650[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14651[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14652[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14653[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
14654[warn] 56 | private var ioHandler: IoHandler = _
14655[warn] | ^
14656[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14657[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14658[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14659[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
14660[warn] 21 | @volatile private var n: Nextable | Null = _
14661[warn] | ^
14662[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14663[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14664[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14665[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
14666[warn] 25 | @volatile private var head: T | Null = _
14667[warn] | ^
14668[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14669[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14670[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14671[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
14672[warn] 26 | @volatile private var tail: T | Null = _
14673[warn] | ^
14674[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14675[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14676[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14677[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
14678[warn] 29 | @volatile private var head: T | Null = _
14679[warn] | ^
14680[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14681[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14682[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14683[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
14684[warn] 30 | @volatile private var tail: T | Null = _
14685[warn] | ^
14686[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14687[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14688[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14689[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
14690[warn] 25 | private var head: T | Null = _
14691[warn] | ^
14692[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14693[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14694[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14695[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
14696[warn] 26 | private var tail: T | Null = _
14697[warn] | ^
14698[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14699[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14700[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14701[warn] 129 warnings found
14702[error] two errors found
14703Failed to evaluated codec.compile: mill.api.Result$Failure
14704
14705Starting build for otavia-mysql-driver - [21/23]
14706[info] compiling 219 Scala sources and 1 Java source to /build/repo/out/core/compile.dest/classes ...
14707[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:35:35
14708[warn] 35 | protected var logger: Logger = _
14709[warn] | ^
14710[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14711[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14712[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14713[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:37:36
14714[warn] 37 | private var ctx: ActorContext = _
14715[warn] | ^
14716[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14717[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14718[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14719[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:40:75
14720[warn] 40 | private[core] var currentReceived: Call | Reply | Seq[Call] | AnyRef = _
14721[warn] | ^
14722[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14723[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14724[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14725[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AbstractActor.scala:45:44
14726[warn] 45 | private[core] var currentStack: Stack = _
14727[warn] | ^
14728[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14729[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14730[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14731[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:43
14732[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
14733[error] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14734[error] |Found: cc.otavia.core.actor.AcceptorActor.AcceptedChannel
14735[error] |Required: cc.otavia.core.actor.MessageOf[W] &
14736[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
14737[error] |
14738[error] |where: W is a type in class AcceptorActor with bounds <: cc.otavia.core.actor.AcceptedWorkerActor[? <: cc.otavia.core.message.Call]
14739[error] |
14740[error] | longer explanation available when compiling with `-explain`
14741[error] -- [E007] Type Mismatch Error: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:82:66
14742[error] 82 | workers.ask(AcceptedChannel(stack.message), state.future)
14743[error] | ^^^^^^^^^^^^
14744[error] |Found: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.helper.UnitReply]
14745[error] |Required: cc.otavia.core.stack.MessageFuture[cc.otavia.core.message.ReplyOf[A]]
14746[error] |
14747[error] |where: A is a type variable with constraint <: cc.otavia.core.actor.MessageOf[W] &
14748[error] | cc.otavia.core.message.Ask[? <: cc.otavia.core.message.Reply]
14749[error] |
14750[error] |
14751[error] |Note: a match type could not be fully reduced:
14752[error] |
14753[error] | trying to reduce cc.otavia.core.message.ReplyOf[A]
14754[error] | failed since selector W
14755[error] | does not uniquely determine parameter m in
14756[error] | case cc.otavia.core.actor.Actor[m] => m
14757[error] | The computed bounds for the parameter are:
14758[error] | m <: cc.otavia.core.message.Call |
14759[error] | cc.otavia.core.actor.AcceptorActor.AcceptedChannel
14760[error] |
14761[error] | longer explanation available when compiling with `-explain`
14762[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/AcceptorActor.scala:30:49
14763[warn] 30 | private var workers: Address[MessageOf[W]] = _
14764[warn] | ^
14765[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14766[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14767[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14768[warn] -- Warning: /build/repo/core/src/cc/otavia/core/actor/ChannelsActor.scala:37:49
14769[warn] 37 | private var currentChannelReceived: AnyRef = _
14770[warn] | ^
14771[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14772[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14773[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14774[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:35:34
14775[warn] 35 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, future: MessageFuture[ReplyOf[A]])(using
14776[warn] | ^
14777[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14778[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14779[warn] -- Warning: /build/repo/core/src/cc/otavia/core/address/RobinAddress.scala:47:34
14780[warn] 47 | override def ask[A <: M & Ask[_ <: Reply]](ask: A, f: MessageFuture[ReplyOf[A]], timeout: Long)(using
14781[warn] | ^
14782[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14783[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14784[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocal.scala:23:43
14785[warn] 23 | private var variables: Array[AnyRef] = _
14786[warn] | ^
14787[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14788[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14789[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14790[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ActorThreadLocalBoxed.scala:24:48
14791[warn] 24 | private var variables: Array[ValueBox[V]] = _ // Use boxed objects to avoid cpu cache false sharing.
14792[warn] | ^
14793[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14794[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14795[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14796[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/Poolable.scala:26:33 -----
14797[warn] 26 | private var thread: Thread = _
14798[warn] | ^
14799[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14800[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14801[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14802[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:28:33
14803[warn] 28 | private var head: Nextable = _
14804[warn] | ^
14805[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14806[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14807[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14808[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/SingleThreadPoolableHolder.scala:29:33
14809[warn] 29 | private var tail: Nextable = _
14810[warn] | ^
14811[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14812[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14813[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14814[warn] -- Warning: /build/repo/core/src/cc/otavia/core/cache/ThreadLocal.scala:40:61 --
14815[warn] 40 | private var threadLocalTimers: Array[ThreadLocalTimer] = _
14816[warn] | ^
14817[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14818[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14819[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14820[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:46:41
14821[warn] 46 | private var actorHouse: ActorHouse = _
14822[warn] | ^
14823[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14824[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14825[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14826[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:49:48
14827[warn] 49 | private var pipe: ChannelPipelineImpl = _
14828[warn] | ^
14829[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14830[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14831[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14832[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:50:48
14833[warn] 50 | private var unsafe: AbstractUnsafeChannel = _
14834[warn] | ^
14835[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14836[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14837[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14838[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractChannel.scala:68:58
14839[warn] 68 | protected var ongoingChannelPromise: ChannelPromise = _
14840[warn] | ^
14841[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14842[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14843[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14844[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractFileChannel.scala:35:29
14845[warn] 35 | private var path: Path = _
14846[warn] | ^
14847[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14848[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14849[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14850[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:36:46
14851[warn] 36 | protected var currentReadPlan: ReadPlan = _
14852[warn] | ^
14853[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14854[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14855[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14856[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/AbstractUnsafeChannel.scala:38:47
14857[warn] 38 | private var readFactory: ReadPlanFactory = _
14858[warn] | ^
14859[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14860[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14861[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14862[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerAdapter.scala:22:39
14863[warn] 22 | private[core] var added: Boolean = _
14864[warn] | ^
14865[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14866[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14867[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14868[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:51:36
14869[warn] 51 | private var removed: Boolean = _
14870[warn] | ^
14871[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14872[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14873[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14874[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:55:61
14875[warn] 55 | protected[channel] var next: ChannelHandlerContextImpl = _
14876[warn] | ^
14877[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14878[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14879[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14880[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:56:61
14881[warn] 56 | protected[channel] var prev: ChannelHandlerContextImpl = _
14882[warn] | ^
14883[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14884[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14885[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14886[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:58:51
14887[warn] 58 | private var inboundAdaptive: AdaptiveBuffer = _
14888[warn] | ^
14889[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14890[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14891[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14892[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/ChannelHandlerContextImpl.scala:59:51
14893[warn] 59 | private var outboundAdaptive: AdaptiveBuffer = _
14894[warn] | ^
14895[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14896[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14897[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14898[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:32:90
14899[warn] 32 | private var inboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14900[warn] | ^
14901[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14902[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14903[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14904[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:33:90
14905[warn] 33 | private var outboundCtx: CombinedChannelDuplexHandler.CombinedChannelHandlerContext = _
14906[warn] | ^
14907[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14908[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14909[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14910[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:38:30
14911[warn] 38 | private var inbound: I = _
14912[warn] | ^
14913[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14914[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14915[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14916[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/CombinedChannelDuplexHandler.scala:39:30
14917[warn] 39 | private var outbound: O = _
14918[warn] | ^
14919[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14920[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14921[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14922[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:42:43
14923[warn] 42 | private var fileChannel: FileChannel = _
14924[warn] | ^
14925[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14926[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14927[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14928[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/DefaultFileRegion.scala:43:43
14929[warn] 43 | private var file: File = _
14930[warn] | ^
14931[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14932[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14933[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14934[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:27:47
14935[warn] 27 | private var hd: QueueMapEntity = _
14936[warn] | ^
14937[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14938[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14939[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14940[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:28:47
14941[warn] 28 | private var tl: QueueMapEntity = _
14942[warn] | ^
14943[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14944[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14945[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14946[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMap.scala:34:41
14947[warn] 34 | private var cursor: QueueMapEntity = _
14948[warn] | ^
14949[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14950[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14951[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14952[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:24:57
14953[warn] 24 | private[inflight] var hashNext: QueueMapEntity = _
14954[warn] | ^
14955[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14956[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14957[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14958[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:25:57
14959[warn] 25 | private[inflight] var queueEarlier: QueueMapEntity = _
14960[warn] | ^
14961[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14962[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14963[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14964[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/inflight/QueueMapEntity.scala:26:57
14965[warn] 26 | private[inflight] var queueLater: QueueMapEntity = _
14966[warn] | ^
14967[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14968[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14969[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14970[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/AdaptiveBufferOffset.scala:21:41
14971[warn] 21 |class AdaptiveBufferOffset(private[this] var endIdx: Int = 0) {
14972[warn] | ^
14973[warn] |Ignoring [this] qualifier.
14974[warn] |This syntax will be deprecated in the future; it should be dropped.
14975[warn] |See: https://docs.scala-lang.org/scala3/reference/dropped-features/this-qualifier.html
14976[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14977[warn] -- Warning: /build/repo/core/src/cc/otavia/core/channel/internal/ChannelHandlerMask.scala:79:69
14978[warn] 79 | override protected def initialValue(): mutable.HashMap[Class[_ <: ChannelHandler], Int] = mutable.HashMap.empty
14979[warn] | ^
14980[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
14981[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14982[warn] -- Warning: /build/repo/core/src/cc/otavia/core/ioc/AbstractModule.scala:29:45 -
14983[warn] 29 | @volatile private var sys: ActorSystem = _
14984[warn] | ^
14985[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14986[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14987[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14988[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:27:41 ---
14989[warn] 27 | private var address: Address[Call] = _
14990[warn] | ^
14991[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14992[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14993[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
14994[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:31:28 ---
14995[warn] 31 | private var msg: M = _
14996[warn] | ^
14997[warn] |`= _` has been deprecated; use `= uninitialized` instead.
14998[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
14999[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15000[warn] -- Warning: /build/repo/core/src/cc/otavia/core/message/Envelope.scala:35:36 ---
15001[warn] 35 | private var rids: Array[Long] = _
15002[warn] | ^
15003[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15004[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15005[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15006[warn] -- Warning: /build/repo/core/src/cc/otavia/core/slf4a/LoggerFactory.scala:77:59
15007[warn] 77 | @volatile private var PROVIDER: SLF4AServiceProvider = _
15008[warn] | ^
15009[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15010[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15011[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15012[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:28:33
15013[warn] 28 | protected var stack: Stack = _
15014[warn] | ^
15015[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15016[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15017[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15018[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:33:37
15019[warn] 33 | protected var result: AnyRef = _
15020[warn] | ^
15021[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15022[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15023[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15024[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:34:37
15025[warn] 34 | protected var error: Throwable = _
15026[warn] | ^
15027[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15028[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15029[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15030[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AbstractPromise.scala:36:40
15031[warn] 36 | private var p: AbstractPromise[?] = _
15032[warn] | ^
15033[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15034[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15035[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15036[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:30:31 -----
15037[warn] 30 | private var call: Call = _
15038[warn] | ^
15039[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15040[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15041[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15042[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:31:31 -----
15043[warn] 31 | private var reply: Reply = _
15044[warn] | ^
15045[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15046[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15047[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15048[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/AskStack.scala:33:40 -----
15049[warn] 33 | private var sender: Address[Call] = _
15050[warn] | ^
15051[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15052[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15053[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15054[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchAskStack.scala:29:51
15055[warn] 29 | private var envelopes: Seq[Envelope[Ask[?]]] = _
15056[warn] | ^
15057[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15058[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15059[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15060[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/BatchNoticeStack.scala:27:40
15061[warn] 27 | private var messages: Seq[Notice] = _
15062[warn] | ^
15063[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15064[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15065[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15066[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:49:51
15067[warn] 49 | private var ch: Channel = _
15068[warn] | ^
15069[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15070[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15071[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15072[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:50:51
15073[warn] 50 | private var ask: AnyRef = _
15074[warn] | ^
15075[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15076[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15077[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15078[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelFuture.scala:51:51
15079[warn] 51 | private var callback: ChannelPromise => Unit = _
15080[warn] | ^
15081[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15082[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15083[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15084[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:27:42 -
15085[warn] 27 | private var msg: AnyRef = _
15086[warn] | ^
15087[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15088[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15089[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15090[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:28:42 -
15091[warn] 28 | private var belong: AbstractChannel = _
15092[warn] | ^
15093[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15094[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15095[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15096[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/ChannelStack.scala:33:37 -
15097[warn] 33 | private var ret: AnyRef = _
15098[warn] | ^
15099[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15100[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15101[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15102[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/FutureDispatcher.scala:29:50
15103[warn] 29 | private var table: Array[MessagePromise[?]] = _
15104[warn] | ^
15105[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15106[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15107[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15108[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/MessageFuture.scala:49:53
15109[warn] 49 | private[stack] var hashNext: MessagePromise[?] = _
15110[warn] | ^
15111[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15112[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15113[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15114[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/NoticeStack.scala:28:32 --
15115[warn] 28 | private var msg: Call = _
15116[warn] | ^
15117[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15118[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15119[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15120[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:26:35
15121[warn] 26 | var head: AbstractPromise[?] = _
15122[warn] | ^
15123[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15124[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15125[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15126[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/PromiseIterator.scala:27:35
15127[warn] 27 | var tail: AbstractPromise[?] = _
15128[warn] | ^
15129[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15130[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15131[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15132[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:29:40 --------
15133[warn] 29 | private var nextState: StackState = _
15134[warn] | ^
15135[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15136[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15137[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15138[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:32:52 --------
15139[warn] 32 | private var completedHead: AbstractPromise[?] = _
15140[warn] | ^
15141[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15142[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15143[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15144[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:33:52 --------
15145[warn] 33 | private var completedTail: AbstractPromise[?] = _
15146[warn] | ^
15147[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15148[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15149[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15150[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:36:54 --------
15151[warn] 36 | private var uncompletedHead: AbstractPromise[?] = _
15152[warn] | ^
15153[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15154[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15155[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15156[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:37:54 --------
15157[warn] 37 | private var uncompletedTail: AbstractPromise[?] = _
15158[warn] | ^
15159[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15160[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15161[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15162[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:40:42 --------
15163[warn] 40 | private var actor: AbstractActor[?] = _
15164[warn] | ^
15165[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15166[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15167[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15168[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/Stack.scala:42:30 --------
15169[warn] 42 | private var att: AnyRef = _
15170[warn] | ^
15171[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15172[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15173[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15174[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/ChannelFutureState.scala:27:36
15175[warn] 27 | private var fu: ChannelFuture = _
15176[warn] | ^
15177[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15178[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15179[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15180[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FutureState.scala:28:39
15181[warn] 28 | private var fu: MessageFuture[R] = _
15182[warn] | ^
15183[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15184[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15185[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15186[warn] -- Warning: /build/repo/core/src/cc/otavia/core/stack/helper/FuturesState.scala:28:45
15187[warn] 28 | private var fus: Seq[MessageFuture[R]] = _
15188[warn] | ^
15189[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15190[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15191[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15192[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:40:52 --
15193[warn] 40 | private var dweller: AbstractActor[? <: Call] = _
15194[warn] | ^
15195[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15196[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15197[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15198[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:41:52 --
15199[warn] 41 | private var actorAddress: ActorAddress[Call] = _
15200[warn] | ^
15201[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15202[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15203[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15204[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:53:44 --
15205[warn] 53 | private var tmpAskCursor: Nextable = _
15206[warn] | ^
15207[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15208[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15209[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15210[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:54:44 --
15211[warn] 54 | private var tmpNoticeCursor: Nextable = _
15212[warn] | ^
15213[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15214[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15215[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15216[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:58:50 --
15217[warn] 58 | @volatile private var preHouse: ActorHouse = _
15218[warn] | ^
15219[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15220[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15221[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15222[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:59:50 --
15223[warn] 59 | @volatile private var nextHouse: ActorHouse = _
15224[warn] | ^
15225[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15226[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15227[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15228[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:63:61 --
15229[warn] 63 | private var pendingChannels: QueueMap[AbstractChannel] = _
15230[warn] | ^
15231[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15232[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15233[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15234[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorHouse.scala:119:39 -
15235[warn] 119 | override def address: ActorAddress[_ <: Message] = actorAddress
15236[warn] | ^
15237[warn] |`_` is deprecated for wildcard arguments of types: use `?` instead
15238[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15239[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystem.scala:107:38
15240[warn] 107 | private var system: ActorSystem = _
15241[warn] | ^
15242[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15243[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15244[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15245[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:57:53
15246[warn] 57 | private var mainActor: Address[MainActor.Args] = _
15247[warn] | ^
15248[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15249[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15250[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15251[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:72:41
15252[warn] 72 | private var memoryMonitor: Timeout = _
15253[warn] | ^
15254[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15255[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15256[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15257[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorSystemImpl.scala:81:41
15258[warn] 81 | private var systemMonitor: Timeout = _
15259[warn] | ^
15260[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15261[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15262[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15263[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/ActorThreadFactory.scala:34:39
15264[warn] 34 | private var sys: ActorSystem = _
15265[warn] | ^
15266[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15267[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15268[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15269[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:30:45
15270[warn] 30 | @volatile private var head: ActorHouse = _
15271[warn] | ^
15272[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15273[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15274[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15275[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/FIFOHouseQueue.scala:31:45
15276[warn] 31 | @volatile private var tail: ActorHouse = _
15277[warn] | ^
15278[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15279[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15280[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15281[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/HouseManager.scala:51:43
15282[warn] 51 | private var currentRunning: Actor[?] = _
15283[warn] | ^
15284[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15285[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15286[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15287[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:26:33 -----
15288[warn] 26 | private var head: Nextable = _
15289[warn] | ^
15290[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15291[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15292[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15293[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/MailBox.scala:27:33 -----
15294[warn] 27 | private var tail: Nextable = _
15295[warn] | ^
15296[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15297[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15298[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15299[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:30:45
15300[warn] 30 | @volatile private var head: ActorHouse = _
15301[warn] | ^
15302[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15303[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15304[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15305[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:31:45
15306[warn] 31 | @volatile private var tail: ActorHouse = _
15307[warn] | ^
15308[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15309[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15310[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15311[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:37:49
15312[warn] 37 | @volatile private var highHead: ActorHouse = _
15313[warn] | ^
15314[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15315[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15316[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15317[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/PriorityHouseQueue.scala:38:49
15318[warn] 38 | @volatile private var highTail: ActorHouse = _
15319[warn] | ^
15320[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15321[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15322[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15323[warn] -- Warning: /build/repo/core/src/cc/otavia/core/system/monitor/SystemMonitorTask.scala:29:41
15324[warn] 29 | private var fs: Array[FileChannel] = _
15325[warn] | ^
15326[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15327[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15328[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15329[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ChannelTimeoutTask.scala:28:35
15330[warn] 28 | private var channel: Channel = _
15331[warn] | ^
15332[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15333[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15334[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15335[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:514:60
15336[warn] 514 | var nextNode: HashedWheelTimer.HashedWheelTimeout = _
15337[warn] | ^
15338[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15339[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15340[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15341[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:515:60
15342[warn] 515 | var prevNode: HashedWheelTimer.HashedWheelTimeout = _
15343[warn] | ^
15344[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15345[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15346[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15347[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:518:57
15348[warn] 518 | var bucket: HashedWheelTimer.HashedWheelBucket = _
15349[warn] | ^
15350[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15351[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15352[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15353[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:578:64
15354[warn] 578 | private var head: HashedWheelTimer.HashedWheelTimeout = _
15355[warn] | ^
15356[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15357[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15358[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15359[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:579:64
15360[warn] 579 | private var tail: HashedWheelTimer.HashedWheelTimeout = _
15361[warn] | ^
15362[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15363[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15364[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15365[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:582:68
15366[warn] 582 | private var longHead: HashedWheelTimer.HashedWheelTimeout = _
15367[warn] | ^
15368[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15369[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15370[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15371[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/HashedWheelTimer.scala:583:68
15372[warn] 583 | private var longTail: HashedWheelTimer.HashedWheelTimeout = _
15373[warn] | ^
15374[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15375[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15376[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15377[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/ResourceTimeoutTask.scala:26:47
15378[warn] 26 | private var resourceTimer: ResourceTimer = _
15379[warn] | ^
15380[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15381[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15382[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15383[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:34:46 --
15384[warn] 34 | protected var address: EventableAddress = _
15385[warn] | ^
15386[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15387[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15388[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15389[warn] -- Warning: /build/repo/core/src/cc/otavia/core/timer/TimeoutTask.scala:40:46 --
15390[warn] 40 | @volatile protected var handle: Timeout = _
15391[warn] | ^
15392[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15393[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15394[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15395[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/TransportFactory.scala:62:63
15396[warn] 62 | @volatile private var PROVIDER: TransportServiceProvider = _
15397[warn] | ^
15398[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15399[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15400[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15401[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportFactory.scala:39:53
15402[warn] 39 | private var reactor: Reactor = _
15403[warn] | ^
15404[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15405[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15406[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15407[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/NIOTransportServiceProvider.scala:28:53
15408[warn] 28 | private var transportFactory: TransportFactory = _
15409[warn] | ^
15410[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15411[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15412[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15413[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/AbstractNioUnsafeChannel.scala:39:48
15414[warn] 39 | protected var _selectionKey: SelectionKey = _
15415[warn] | ^
15416[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15417[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15418[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15419[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:29:55
15420[warn] 29 | private var OF_METHOD_HANDLE: MethodHandle = _
15421[warn] | ^
15422[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15423[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15424[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15425[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioChannelUtil.scala:30:55
15426[warn] 30 | private var GET_PATH_METHOD_HANDLE: MethodHandle = _
15427[warn] | ^
15428[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15429[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15430[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15431[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:35:34
15432[warn] 35 | private var ch: FileChannel = _
15433[warn] | ^
15434[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15435[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15436[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15437[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeFileChannel.scala:46:69
15438[warn] 46 | ch = FileChannel.open(path, options.toSet.asJava, attrs: _*)
15439[warn] | ^
15440[warn] |The syntax `x: _*` is no longer supported for vararg splices; use `x*` instead
15441[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15442[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/nio/channel/NioUnsafeSocketChannel.scala:37:84
15443[warn] 37 | private var flushQueue: mutable.ArrayDeque[FileRegion | RecyclablePageBuffer] = _
15444[warn] | ^
15445[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15446[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15447[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15448[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioHandler.scala:62:56
15449[warn] 62 | private var selectedKeys: SelectedSelectionKeySet = _
15450[warn] | ^
15451[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15452[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15453[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15454[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:44:33
15455[warn] 44 | private var thread: Thread = _
15456[warn] | ^
15457[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15458[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15459[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15460[warn] -- Warning: /build/repo/core/src/cc/otavia/core/transport/reactor/nio/NioReactorWorker.scala:56:39
15461[warn] 56 | private var ioHandler: IoHandler = _
15462[warn] | ^
15463[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15464[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15465[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15466[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Nextable.scala:21:47 ------
15467[warn] 21 | @volatile private var n: Nextable | Null = _
15468[warn] | ^
15469[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15470[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15471[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15472[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:25:43 ---------
15473[warn] 25 | @volatile private var head: T | Null = _
15474[warn] | ^
15475[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15476[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15477[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15478[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/Queue.scala:26:43 ---------
15479[warn] 26 | @volatile private var tail: T | Null = _
15480[warn] | ^
15481[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15482[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15483[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15484[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:29:43 -
15485[warn] 29 | @volatile private var head: T | Null = _
15486[warn] | ^
15487[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15488[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15489[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15490[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SpinLockQueue.scala:30:43 -
15491[warn] 30 | @volatile private var tail: T | Null = _
15492[warn] | ^
15493[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15494[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15495[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15496[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:25:33 -----
15497[warn] 25 | private var head: T | Null = _
15498[warn] | ^
15499[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15500[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15501[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15502[warn] -- Warning: /build/repo/core/src/cc/otavia/core/util/SyncQueue.scala:26:33 -----
15503[warn] 26 | private var tail: T | Null = _
15504[warn] | ^
15505[warn] |`= _` has been deprecated; use `= uninitialized` instead.
15506[warn] |`uninitialized` can be imported with `scala.compiletime.uninitialized`.
15507[warn] |This construct can be rewritten automatically under -rewrite -source 3.4-migration.
15508[warn] 129 warnings found
15509[error] two errors found
15510Failed to evaluated sql-mysql-driver.compile: mill.api.Result$Failure
15511
15512Starting build for otavia-serde - [22/23]
15513No test module defined in serde
15514Successfully evaluated serde.compile
15515Skipping unused scalacOptions: -source, -rewrite
15516Flag -classpath set repeatedly
15517-- Warning: serde/src/cc/otavia/serde/helper/BytesSerde.scala:24:17 ------------
1551824 | override def serialize(value: Array[Byte], out: Buffer): Unit = out.writeBytes(value)
15519 | ^
15520 | Couldn't resolve a member for the given link query: A
15521-- Warning: serde/src/cc/otavia/serde/helper/BytesSerde.scala:26:17 ------------
1552226 | override def deserialize(in: Buffer): Array[Byte] = {
15523 | ^
15524 | Couldn't resolve a member for the given link query: Buffer
15525-- Warning: serde/src/cc/otavia/serde/Serde.scala:35:8 -------------------------
1552635 | def checkDeserializable(in: Buffer): Boolean = true
15527 | ^
15528 | Couldn't resolve a member for the given link query: Buffer
15529-- Warning: serde/src/cc/otavia/serde/Serde.scala:51:14 ------------------------
1553051 | final def deserializeToAny(in: Buffer): Any = deserialize(in)
15531 | ^
15532 | Couldn't resolve a member for the given link query: Buffer
15533-- Warning: serde/src/cc/otavia/serde/Serde.scala:67:14 ------------------------
1553467 | final def serializeAny(value: Any, out: Buffer): Unit = serialize(value.asInstanceOf[A], out)
15535 | ^
15536 | Couldn't resolve a member for the given link query: Buffer
15537-- Warning: serde/src/cc/otavia/serde/helper/StringSerde.scala:27:17 -----------
1553827 | override def serialize(value: String, out: Buffer): Unit = out.writeBytes(value.getBytes(charset))
15539 | ^
15540 | Couldn't resolve a member for the given link query: A
15541-- Warning: serde/src/cc/otavia/serde/helper/StringSerde.scala:29:17 -----------
1554229 | override def deserialize(in: Buffer): String = in.readCharSequence(in.readableBytes).toString
15543 | ^
15544 | Couldn't resolve a member for the given link query: Buffer
15545-- Warning: serde/src/cc/otavia/serde/Serde.scala:43:8 -------------------------
1554643 | def deserialize(in: Buffer): A
15547 | ^
15548 | Couldn't resolve a member for the given link query: Buffer
15549-- Warning: serde/src/cc/otavia/serde/Serde.scala:59:8 -------------------------
1555059 | def serialize(value: A, out: Buffer): Unit
15551 | ^
15552 | Couldn't resolve a member for the given link query: Buffer
15553-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:43:18 ---------------------
1555443 | protected def serializeByte(byte: Byte, out: Buffer): this.type
15555 | ^
15556 | Couldn't resolve a member for the given link query: Buffer
15557-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:53:18 ---------------------
1555853 | protected def serializeBoolean(boolean: Boolean, out: Buffer): this.type
15559 | ^
15560 | Couldn't resolve a member for the given link query: Buffer
15561-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:63:18 ---------------------
1556263 | protected def serializeChar(char: Char, out: Buffer): this.type
15563 | ^
15564 | Couldn't resolve a member for the given link query: Buffer
15565-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:73:18 ---------------------
1556673 | protected def serializeShort(short: Short, out: Buffer): this.type
15567 | ^
15568 | Couldn't resolve a member for the given link query: Buffer
15569-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:83:18 ---------------------
1557083 | protected def serializeInt(int: Int, out: Buffer): this.type
15571 | ^
15572 | Couldn't resolve a member for the given link query: Buffer
15573-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:93:18 ---------------------
1557493 | protected def serializeLong(long: Long, out: Buffer): this.type
15575 | ^
15576 | Couldn't resolve a member for the given link query: Buffer
15577-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:103:18 --------------------
15578103 | protected def serializeFloat(float: Float, out: Buffer): this.type
15579 | ^
15580 | Couldn't resolve a member for the given link query: Buffer
15581-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:113:18 --------------------
15582113 | protected def serializeDouble(double: Double, out: Buffer): this.type
15583 | ^
15584 | Couldn't resolve a member for the given link query: Buffer
15585-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:123:18 --------------------
15586123 | protected def serializeString(string: String, out: Buffer): this.type
15587 | ^
15588 | Couldn't resolve a member for the given link query: Buffer
15589-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:133:18 --------------------
15590133 | protected def deserializeByte(in: Buffer): Byte
15591 | ^
15592 | Couldn't resolve a member for the given link query: Buffer
15593-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:141:18 --------------------
15594141 | protected def deserializeBoolean(in: Buffer): Boolean
15595 | ^
15596 | Couldn't resolve a member for the given link query: Buffer
15597-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:150:18 --------------------
15598150 | protected def deserializeChar(in: Buffer): Char
15599 | ^
15600 | Couldn't resolve a member for the given link query: Buffer
15601-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:159:18 --------------------
15602159 | protected def deserializeShort(in: Buffer): Short
15603 | ^
15604 | Couldn't resolve a member for the given link query: Buffer
15605-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:168:18 --------------------
15606168 | protected def deserializeInt(in: Buffer): Int
15607 | ^
15608 | Couldn't resolve a member for the given link query: Buffer
15609-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:177:18 --------------------
15610177 | protected def deserializeLong(in: Buffer): Long
15611 | ^
15612 | Couldn't resolve a member for the given link query: Buffer
15613-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:186:18 --------------------
15614186 | protected def deserializeFloat(in: Buffer): Float
15615 | ^
15616 | Couldn't resolve a member for the given link query: Buffer
15617-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:195:18 --------------------
15618195 | protected def deserializeDouble(in: Buffer): Double
15619 | ^
15620 | Couldn't resolve a member for the given link query: Buffer
15621-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:204:18 --------------------
15622204 | protected def deserializeString(in: Buffer): String
15623 | ^
15624 | Couldn't resolve a member for the given link query: Buffer
15625-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:219:18 --------------------
15626219 | protected def serializeBigInt(bigInt: BigInt, out: Buffer): this.type
15627 | ^
15628 | Couldn't resolve a member for the given link query: Buffer
15629-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:230:18 --------------------
15630230 | protected def serializeBigDecimal(bigDecimal: BigDecimal, out: Buffer): this.type
15631 | ^
15632 | Couldn't resolve a member for the given link query: Buffer
15633-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:241:18 --------------------
15634241 | protected def serializeBigInteger(bigInteger: BigInteger, out: Buffer): this.type
15635 | ^
15636 | Couldn't resolve a member for the given link query: BigInteger
15637-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:252:18 --------------------
15638252 | protected def serializeJBigDecimal(bigDecimal: JBigDecimal, out: Buffer): this.type
15639 | ^
15640 | Couldn't resolve a member for the given link query: JBigDecimal
15641-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:263:18 --------------------
15642263 | protected def deserializeBigInt(in: Buffer): BigInt
15643 | ^
15644 | Couldn't resolve a member for the given link query: Buffer
15645-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:272:18 --------------------
15646272 | protected def deserializeBigDecimal(in: Buffer): BigDecimal
15647 | ^
15648 | Couldn't resolve a member for the given link query: Buffer
15649-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:281:18 --------------------
15650281 | protected def deserializeBigInteger(in: Buffer): BigInteger
15651 | ^
15652 | Couldn't resolve a member for the given link query: BigInteger
15653-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:290:18 --------------------
15654290 | protected def deserializeJBigDecimal(in: Buffer): JBigDecimal
15655 | ^
15656 | Couldn't resolve a member for the given link query: JBigDecimal
15657-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:305:18 --------------------
15658305 | protected def serializeJDuration(duration: JDuration, out: Buffer): this.type
15659 | ^
15660 | Couldn't resolve a member for the given link query: JDuration
15661-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:316:18 --------------------
15662316 | protected def serializeDuration(duration: Duration, out: Buffer): this.type
15663 | ^
15664 | Couldn't resolve a member for the given link query: Duration
15665-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:327:18 --------------------
15666327 | protected def serializeInstant(instant: Instant, out: Buffer): this.type
15667 | ^
15668 | Couldn't resolve a member for the given link query: Instant
15669-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:338:18 --------------------
15670338 | protected def serializeLocalDate(localDate: LocalDate, out: Buffer): this.type
15671 | ^
15672 | Couldn't resolve a member for the given link query: LocalDate
15673-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:349:18 --------------------
15674349 | protected def serializeLocalDateTime(localDateTime: LocalDateTime, out: Buffer): this.type
15675 | ^
15676 | Couldn't resolve a member for the given link query: LocalDateTime
15677-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:360:18 --------------------
15678360 | protected def serializeLocalTime(localTime: LocalTime, out: Buffer): this.type
15679 | ^
15680 | Couldn't resolve a member for the given link query: LocalTime
15681-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:371:18 --------------------
15682371 | protected def serializeMonthDay(monthDay: MonthDay, out: Buffer): this.type
15683 | ^
15684 | Couldn't resolve a member for the given link query: MonthDay
15685-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:382:18 --------------------
15686382 | protected def serializeOffsetDateTime(offsetDateTime: OffsetDateTime, out: Buffer): this.type
15687 | ^
15688 | Couldn't resolve a member for the given link query: OffsetDateTime
15689-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:393:18 --------------------
15690393 | protected def serializeOffsetTime(offsetTime: OffsetTime, out: Buffer): this.type
15691 | ^
15692 | Couldn't resolve a member for the given link query: OffsetTime
15693-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:404:18 --------------------
15694404 | protected def serializePeriod(period: Period, out: Buffer): this.type
15695 | ^
15696 | Couldn't resolve a member for the given link query: Period
15697-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:415:18 --------------------
15698415 | protected def serializeYear(year: Year, out: Buffer): this.type
15699 | ^
15700 | Couldn't resolve a member for the given link query: Year
15701-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:426:18 --------------------
15702426 | protected def serializeYearMonth(yearMonth: YearMonth, out: Buffer): this.type
15703 | ^
15704 | Couldn't resolve a member for the given link query: YearMonth
15705-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:437:18 --------------------
15706437 | protected def serializeZonedDateTime(zonedDateTime: ZonedDateTime, out: Buffer): this.type
15707 | ^
15708 | Couldn't resolve a member for the given link query: ZonedDateTime
15709-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:448:18 --------------------
15710448 | protected def serializeZoneId(zoneId: ZoneId, out: Buffer): this.type
15711 | ^
15712 | Couldn't resolve a member for the given link query: ZoneId
15713-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:459:18 --------------------
15714459 | protected def serializeZoneOffset(zoneOffset: ZoneOffset, out: Buffer): this.type
15715 | ^
15716 | Couldn't resolve a member for the given link query: ZoneOffset
15717-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:470:18 --------------------
15718470 | protected def deserializeJDuration(in: Buffer): JDuration
15719 | ^
15720 | Couldn't resolve a member for the given link query: JDuration
15721-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:479:18 --------------------
15722479 | protected def deserializeDuration(in: Buffer): Duration
15723 | ^
15724 | Couldn't resolve a member for the given link query: Duration
15725-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:488:18 --------------------
15726488 | protected def deserializeInstant(in: Buffer): Instant
15727 | ^
15728 | Couldn't resolve a member for the given link query: Instant
15729-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:497:18 --------------------
15730497 | protected def deserializeLocalDate(in: Buffer): LocalDate
15731 | ^
15732 | Couldn't resolve a member for the given link query: LocalDate
15733-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:506:18 --------------------
15734506 | protected def deserializeLocalDateTime(in: Buffer): LocalDateTime
15735 | ^
15736 | Couldn't resolve a member for the given link query: LocalDateTime
15737-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:515:18 --------------------
15738515 | protected def deserializeLocalTime(in: Buffer): LocalTime
15739 | ^
15740 | Couldn't resolve a member for the given link query: LocalTime
15741-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:524:18 --------------------
15742524 | protected def deserializeMonthDay(in: Buffer): MonthDay
15743 | ^
15744 | Couldn't resolve a member for the given link query: MonthDay
15745-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:533:18 --------------------
15746533 | protected def deserializeOffsetDateTime(in: Buffer): OffsetDateTime
15747 | ^
15748 | Couldn't resolve a member for the given link query: OffsetDateTime
15749-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:542:18 --------------------
15750542 | protected def deserializeOffsetTime(in: Buffer): OffsetTime
15751 | ^
15752 | Couldn't resolve a member for the given link query: OffsetTime
15753-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:551:18 --------------------
15754551 | protected def deserializePeriod(in: Buffer): Period
15755 | ^
15756 | Couldn't resolve a member for the given link query: Period
15757-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:560:18 --------------------
15758560 | protected def deserializeYear(in: Buffer): Year
15759 | ^
15760 | Couldn't resolve a member for the given link query: Year
15761-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:569:18 --------------------
15762569 | protected def deserializeYearMonth(in: Buffer): YearMonth
15763 | ^
15764 | Couldn't resolve a member for the given link query: YearMonth
15765-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:578:18 --------------------
15766578 | protected def deserializeZonedDateTime(in: Buffer): ZonedDateTime
15767 | ^
15768 | Couldn't resolve a member for the given link query: ZonedDateTime
15769-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:587:18 --------------------
15770587 | protected def deserializeZoneId(in: Buffer): ZoneId
15771 | ^
15772 | Couldn't resolve a member for the given link query: ZoneId
15773-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:596:18 --------------------
15774596 | protected def deserializeZoneOffset(in: Buffer): ZoneOffset
15775 | ^
15776 | Couldn't resolve a member for the given link query: ZoneOffset
15777-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:611:18 --------------------
15778611 | protected def serializeUUID(uuid: UUID, out: Buffer): this.type
15779 | ^
15780 | Couldn't resolve a member for the given link query: UUID
15781-- Warning: serde/src/cc/otavia/serde/SerdeOps.scala:620:18 --------------------
15782620 | protected def deserializeUUID(in: Buffer): UUID
15783 | ^
15784 | Couldn't resolve a member for the given link query: UUID
1578568 warnings found
15786Successfully evaluated serde.docJar
15787Publishing Artifact(cc.otavia,otavia-serde_3,0.4.5) to ivy repo /root/.ivy2/local
15788Successfully evaluated serde.publishLocal
15789
15790************************
15791Build summary:
15792[{
15793 "module": "otavia-serde-json",
15794 "compile": {"status": "ok", "tookMs": 32805, "warnings": 0, "errors": 0},
15795 "doc": {"status": "ok", "tookMs": 7784, "files": 1, "totalSizeKb": 2756},
15796 "test-compile": {"status": "ok", "tookMs": 6294, "warnings": 0, "errors": 0},
15797 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15798 "publish": {"status": "ok", "tookMs": 535},
15799 "metadata": {
15800 "crossScalaVersions": []
15801}
15802},{
15803 "module": "otavia-codec-dns",
15804 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 8993, "warnings": 0, "errors": 0},
15805 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15806 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15807 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15808 "publish": {"status": "skipped", "tookMs": 0},
15809 "metadata": {
15810 "crossScalaVersions": []
15811}
15812},{
15813 "module": "otavia-sql",
15814 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 9133, "warnings": 0, "errors": 0},
15815 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15816 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15817 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15818 "publish": {"status": "skipped", "tookMs": 0},
15819 "metadata": {
15820 "crossScalaVersions": []
15821}
15822},{
15823 "module": "otavia-buffer",
15824 "compile": {"status": "ok", "tookMs": 67, "warnings": 0, "errors": 0},
15825 "doc": {"status": "ok", "tookMs": 15846, "files": 1, "totalSizeKb": 2948},
15826 "test-compile": {"status": "ok", "tookMs": 11874, "warnings": 0, "errors": 0},
15827 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15828 "publish": {"status": "ok", "tookMs": 240},
15829 "metadata": {
15830 "crossScalaVersions": []
15831}
15832},{
15833 "module": "otavia-common",
15834 "compile": {"status": "ok", "tookMs": 72, "warnings": 0, "errors": 0},
15835 "doc": {"status": "ok", "tookMs": 4299, "files": 1, "totalSizeKb": 2767},
15836 "test-compile": {"status": "ok", "tookMs": 3750, "warnings": 0, "errors": 0},
15837 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15838 "publish": {"status": "ok", "tookMs": 267},
15839 "metadata": {
15840 "crossScalaVersions": []
15841}
15842},{
15843 "module": "otavia-all",
15844 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 11757, "warnings": 0, "errors": 0},
15845 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15846 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15847 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15848 "publish": {"status": "skipped", "tookMs": 0},
15849 "metadata": {
15850 "crossScalaVersions": []
15851}
15852},{
15853 "module": "otavia-testkit",
15854 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 14519, "warnings": 0, "errors": 0},
15855 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15856 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15857 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15858 "publish": {"status": "skipped", "tookMs": 0},
15859 "metadata": {
15860 "crossScalaVersions": []
15861}
15862},{
15863 "module": "otavia-postgres-driver",
15864 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 14772, "warnings": 0, "errors": 0},
15865 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15866 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15867 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15868 "publish": {"status": "skipped", "tookMs": 0},
15869 "metadata": {
15870 "crossScalaVersions": []
15871}
15872},{
15873 "module": "otavia-log4a",
15874 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 14482, "warnings": 0, "errors": 0},
15875 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15876 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15877 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15878 "publish": {"status": "skipped", "tookMs": 0},
15879 "metadata": {
15880 "crossScalaVersions": []
15881}
15882},{
15883 "module": "otavia-handler",
15884 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15626, "warnings": 0, "errors": 0},
15885 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15886 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15887 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15888 "publish": {"status": "skipped", "tookMs": 0},
15889 "metadata": {
15890 "crossScalaVersions": []
15891}
15892},{
15893 "module": "otavia-codec-kafka",
15894 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 17139, "warnings": 0, "errors": 0},
15895 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15896 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15897 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15898 "publish": {"status": "skipped", "tookMs": 0},
15899 "metadata": {
15900 "crossScalaVersions": []
15901}
15902},{
15903 "module": "otavia-codec-redis",
15904 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 16353, "warnings": 0, "errors": 0},
15905 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15906 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15907 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15908 "publish": {"status": "skipped", "tookMs": 0},
15909 "metadata": {
15910 "crossScalaVersions": []
15911}
15912},{
15913 "module": "otavia-codec-http",
15914 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 16604, "warnings": 0, "errors": 0},
15915 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15916 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15917 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15918 "publish": {"status": "skipped", "tookMs": 0},
15919 "metadata": {
15920 "crossScalaVersions": []
15921}
15922},{
15923 "module": "otavia-codec-haproxy",
15924 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15471, "warnings": 0, "errors": 0},
15925 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15926 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15927 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15928 "publish": {"status": "skipped", "tookMs": 0},
15929 "metadata": {
15930 "crossScalaVersions": []
15931}
15932},{
15933 "module": "otavia-codec-socks",
15934 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 17191, "warnings": 0, "errors": 0},
15935 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15936 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15937 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15938 "publish": {"status": "skipped", "tookMs": 0},
15939 "metadata": {
15940 "crossScalaVersions": []
15941}
15942},{
15943 "module": "otavia-codec-mqtt",
15944 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 18036, "warnings": 0, "errors": 0},
15945 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15946 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15947 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15948 "publish": {"status": "skipped", "tookMs": 0},
15949 "metadata": {
15950 "crossScalaVersions": []
15951}
15952},{
15953 "module": "otavia-serde-proto",
15954 "compile": {"status": "ok", "tookMs": 2995, "warnings": 0, "errors": 0},
15955 "doc": {"status": "ok", "tookMs": 4113, "files": 1, "totalSizeKb": 2653},
15956 "test-compile": {"status": "ok", "tookMs": 4790, "warnings": 0, "errors": 0},
15957 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15958 "publish": {"status": "ok", "tookMs": 406},
15959 "metadata": {
15960 "crossScalaVersions": []
15961}
15962},{
15963 "module": "otavia-codec-memcache",
15964 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 14842, "warnings": 0, "errors": 0},
15965 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15966 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15967 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15968 "publish": {"status": "skipped", "tookMs": 0},
15969 "metadata": {
15970 "crossScalaVersions": []
15971}
15972},{
15973 "module": "otavia-runtime",
15974 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 16798, "warnings": 0, "errors": 0},
15975 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15976 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15977 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15978 "publish": {"status": "skipped", "tookMs": 0},
15979 "metadata": {
15980 "crossScalaVersions": []
15981}
15982},{
15983 "module": "otavia-codec-smtp",
15984 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15410, "warnings": 0, "errors": 0},
15985 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15986 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15987 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15988 "publish": {"status": "skipped", "tookMs": 0},
15989 "metadata": {
15990 "crossScalaVersions": []
15991}
15992},{
15993 "module": "otavia-codec",
15994 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15791, "warnings": 0, "errors": 0},
15995 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
15996 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
15997 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
15998 "publish": {"status": "skipped", "tookMs": 0},
15999 "metadata": {
16000 "crossScalaVersions": []
16001}
16002},{
16003 "module": "otavia-mysql-driver",
16004 "compile": {"status": "failed", "failureContext": {"type": "buildError", "reasons": ["millbuild.CommunityBuildCore$Scala3CommunityBuild$TaskEvaluator$EvaluationFailure"]}, "tookMs": 15716, "warnings": 0, "errors": 0},
16005 "doc": {"status": "skipped", "tookMs": 0, "files": 0, "totalSizeKb": 0},
16006 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
16007 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
16008 "publish": {"status": "skipped", "tookMs": 0},
16009 "metadata": {
16010 "crossScalaVersions": []
16011}
16012},{
16013 "module": "otavia-serde",
16014 "compile": {"status": "ok", "tookMs": 203, "warnings": 0, "errors": 0},
16015 "doc": {"status": "ok", "tookMs": 6459, "files": 1, "totalSizeKb": 2684},
16016 "test-compile": {"status": "skipped", "tookMs": 0, "warnings": 0, "errors": 0},
16017 "test": {"status": "skipped", "tookMs": 0, "passed": 0, "failed": 0, "ignored": 0, "skipped": 0, "total": 0, "byFramework": []},
16018 "publish": {"status": "ok", "tookMs": 357},
16019 "metadata": {
16020 "crossScalaVersions": []
16021}
16022}]
16023************************"
16024
160251 targets failed
16026runCommunityBuild millbuild.CommunityBuildCore$Scala3CommunityBuild$ProjectBuildFailureException: 18 module(s) finished with failures: otavia-codec-dns, otavia-sql, otavia-all, otavia-testkit, otavia-postgres-driver, otavia-log4a, otavia-handler, otavia-codec-kafka, otavia-codec-redis, otavia-codec-http, otavia-codec-haproxy, otavia-codec-socks, otavia-codec-mqtt, otavia-codec-memcache, otavia-runtime, otavia-codec-smtp, otavia-codec, otavia-mysql-driver